mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Read ID codes & raw page data from D2 NAND flash (work in progress;
no logical->physical address translation yet) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16167 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b4f80fb93f
commit
5991478628
3 changed files with 365 additions and 10 deletions
|
@ -68,6 +68,10 @@ void* main(void)
|
|||
|
||||
_backlight_on();
|
||||
|
||||
#if defined(COWON_D2)
|
||||
ata_init();
|
||||
#endif
|
||||
|
||||
while(!do_power_off) {
|
||||
line = 0;
|
||||
printf("Hello World!");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue