mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
Add more information to the battery debug screen for Nano2G
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24723 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b3c18aeb4d
commit
e5c815272d
11 changed files with 94 additions and 58 deletions
|
|
@ -92,6 +92,9 @@ bool __dbg_ports(void)
|
|||
_DEBUG_PRINTF("GPIO 11: %08x",(unsigned int)PDAT11);
|
||||
_DEBUG_PRINTF("GPIO 13: %08x",(unsigned int)PDAT13);
|
||||
_DEBUG_PRINTF("GPIO 14: %08x",(unsigned int)PDAT14);
|
||||
_DEBUG_PRINTF("5USEC : %08x",(unsigned int)FIVE_USEC_TIMER);
|
||||
_DEBUG_PRINTF("USEC : %08x",(unsigned int)USEC_TIMER);
|
||||
_DEBUG_PRINTF("USECREG: %08x",(unsigned int)(*(REG32_PTR_T)(0x3C700084)));
|
||||
|
||||
lcd_update();
|
||||
if (button_get_w_tmo(HZ/10) == (DEBUG_CANCEL|BUTTON_REL))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue