forked from len0rd/rockbox
Clean up panicf and introduce system_exception_wait to do further target tasks and wait for a button when an unrecoverable error has occurred (panic, UIE, etc.). Returning from that function should reboot or don't return from it. Move UIE and __div0 for ARM to its own file.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19716 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
32d9752dcc
commit
4ed78f5c72
18 changed files with 220 additions and 159 deletions
|
|
@ -326,6 +326,7 @@ target/arm/memset16-arm.S
|
|||
#ifdef HAVE_PRIORITY_SCHEDULING
|
||||
target/arm/ffs-arm.S
|
||||
#endif
|
||||
target/arm/system-arm.c
|
||||
#if CONFIG_I2C == I2C_PP5024 || CONFIG_I2C == I2C_PP5020 || CONFIG_I2C == I2C_PP5002
|
||||
target/arm/i2c-pp.c
|
||||
#elif CONFIG_I2C == I2C_PNX0101
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue