mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-06 21:25:03 -05:00
New port: iPod Nano 4G
Currently, only the development bootloader can be built successfully. This is a part of the large iPod Nano 3G and iPod Nano 4G support patch. Credit: Cástor Muñoz <cmvidal@gmail.com> Change-Id: I74ea0da999ddb1d8ce5d0f5434141b3f0b5f7448
This commit is contained in:
parent
d6cd237f80
commit
545506c923
24 changed files with 2666 additions and 45 deletions
|
|
@ -422,6 +422,8 @@ Lyre prototype 1 */
|
|||
#include "config/ipodnano2g.h"
|
||||
#elif defined(IPOD_NANO3G)
|
||||
#include "config/ipodnano3g.h"
|
||||
#elif defined(IPOD_NANO4G)
|
||||
#include "config/ipodnano4g.h"
|
||||
#elif defined(IPOD_6G)
|
||||
#include "config/ipod6g.h"
|
||||
#elif defined(GIGABEAT_F)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue