1
0
Fork 0
forked from len0rd/rockbox

Gigabeat S: Renovate bootloader a bit to show splash, implement verbose, shutdown on low battery, handle hold-switch-on and wait only so long for USB if a USB charger is inserted at boot instead of being connected to a host. 'Bootloader USB mode' display is just part of normal printf stream now. Move interrupt stacks into .bss area so they aren't loaded (for firmware too).

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29099 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sevakis 2011-01-21 07:05:51 +00:00
parent 5230362515
commit 863c03f2ae
4 changed files with 90 additions and 79 deletions

View file

@ -8,6 +8,7 @@ ipod.c
gigabeat.c
#elif defined(GIGABEAT_S)
gigabeat-s.c
show_logo.c
../firmware/target/arm/imx31/mmu-imx31.c
#elif defined(IRIVER_H10) || defined(IRIVER_H10_5GB) || \
defined(SANSA_E200) || defined(SANSA_C200) || \