Flyspray: FS#11301 and FS#11276
Author: Francisco Villa and Aaron Rothbaum
git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_6@26483 a1c6a512-1295-4272-9138-f99709370657
This can lead to freeze in various situations:
- when recording PCM especially at high samplerate
- when closing big files (like the 300MB one of test_disk write & verify)
- when doing updating database during playback
It's not clear yet what effect (if any) this has on battery life
ref: fs#11267
git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_6@26481 a1c6a512-1295-4272-9138-f99709370657
Using our own USB code exposes some problems, such as the current charging
issues (for many people, charging basically doesn't work)
Copied from r24350
git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_6@26476 a1c6a512-1295-4272-9138-f99709370657
genversion: generate version.c and version.h independantly
this avoids dependencies errors when building
git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_6@26426 a1c6a512-1295-4272-9138-f99709370657
Waiting for TRAN state after the end of the transfer caused writing problems for some uSD cards. Removing this wait returns write functionality to those cards.
git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_6@26385 a1c6a512-1295-4272-9138-f99709370657
Fix typo that made alarmclock exit immediately and add scrollwheel actions.
git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_6@26364 a1c6a512-1295-4272-9138-f99709370657
It's now easier to force rebuild of files depending on the svn revision
version.c/version.h are generated once with new tools/genversion.sh
Changes in the VCS are still not auto detected, so you'll have to remove
builddir/version.* if you want to change the string in your binaries
APPSVERSION is now called RBVERSION and is defined in the generated
header instead of being defined by the Makefiles
appsversion is now called rbversion (the plugin api number didn't change
since old modules are still binary compatible)
Change some bootloaders to use knwon-at-buildtime RBVERSION instead of
"%s" + rbversion
You'll need to run make clean to regenerate dependencies after the
removal of apps/version.h
To build binaries with a different version string, hand-edit
tools/version.sh or tools/genversion.sh (which calls the former)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26320 a1c6a512-1295-4272-9138-f99709370657
Even if we disable it in VIC_INT_EN_CLEAR, it still fires an interrupt
by running the default isr.
Locking requires disabling interrupts completely.
I'm not sure if DMAC is the only interrupt affected or if we can't rely
on VIC_INT_EN_CLEAR to mask interrupts.
If it's the latter, we will need to have special locking scheme for
INT_AUDIO.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26316 a1c6a512-1295-4272-9138-f99709370657
since it's now the default thread which is implicitely created by starting the sim.
This caused a segfault that r26283 tried to fix. Revert r26283 and protect
the main thread from being removed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26315 a1c6a512-1295-4272-9138-f99709370657
Declare VIC registers holding function pointers as volatile pointers to
function pointers and access them directly without casting
UIRQ() is an IRQ handler too, even if it doesn't return
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26313 a1c6a512-1295-4272-9138-f99709370657