mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 05:35:02 -05:00
FS#10047 : Clipv2
Reuse some code from Clip (LCD) and a lot of code from AS3525 Add a new CPU type : AS3525v2, identical to AS3525 except it's an ARMv5 (arm926-ejs) SD code still not working For an unknown reason LCD doesn't work anymore (to be investigated) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24131 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
822abc1236
commit
2392bb4199
21 changed files with 1408 additions and 33 deletions
|
|
@ -68,4 +68,6 @@
|
|||
#if CONFIG_CPU == AS3525
|
||||
#include "as3525.h"
|
||||
#endif
|
||||
|
||||
#if CONFIG_CPU == AS3525v2
|
||||
#include "as3525v2.h"
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue