Rockbox Ports are now being developed for various digital audio players!
/* PP5002 */#define PP5002_IPOD_SER0_BASE 0xc0006000#define PP5002_IPOD_SER1_BASE 0xc0006040/* PP5020 */#define PP5020_IPOD_SER0_BASE 0x70006000#define PP5020_IPOD_SER1_BASE 0x70006040/* The UART is clocked at 24MHz */#define BASE_BAUD (24576000 / 16)#define STD_COM_FLAGS (ASYNC_BOOT_AUTOCONF|ASYNC_SKIP_TEST)#define DEFAULT_CFLAGS (B9600 | CS8 | CREAD | HUPCL | CLOCAL)#define RS_TABLE_SIZE 2#define STD_SERIAL_PORT_DEFNS \{ \magic: 0, \baud_base: BASE_BAUD, \irq: PP5002_SER0_IRQ, \flags: STD_COM_FLAGS, \type: PORT_UNKNOWN, \iomem_base: (u8*)PP5002_IPOD_SER0_BASE, \iomem_reg_shift: 2, \io_type: SERIAL_IO_MEM \}, /* ttyS0 */ \{ \magic: 0, \baud_base: BASE_BAUD, \irq: PP5002_SER1_IRQ, \flags: STD_COM_FLAGS, \type: PORT_UNKNOWN, \iomem_base: (u8*)PP5002_IPOD_SER1_BASE, \iomem_reg_shift: 2, \io_type: SERIAL_IO_MEM \} /* ttyS1 */
but unfortunately i don't know that much about arms
Of course it is possible, but unless you have actually done it or are going to, saying something is easy, why haven't you done it will annoy people.
Page created in 0.092 seconds with 14 queries.