1
0
Fork 0
forked from len0rd/rockbox

iPod Classic: introduce s5l8702 UART driver

- polling/IRQ modes for Tx/Rx (TODO?: DMA)
- fine adjust for Tx/Rx bitrates
- auto bauding using HW circuitry
- status and stats in debug screen

Change-Id: I8650957063bc6d274d92eba2779d93ae73453fb6
This commit is contained in:
Cástor Muñoz 2014-12-06 21:19:02 +01:00
parent 291b2338c9
commit 9f27dc2103
3 changed files with 768 additions and 0 deletions

View file

@ -1608,6 +1608,7 @@ target/arm/s5l8702/postmortemstub.S
target/arm/s5l8702/ipod6g/pmu-ipod6g.c
target/arm/s5l8702/ipod6g/rtc-ipod6g.c
target/arm/s5l8700/usb-nano2g-6g.c
target/arm/s5l8702/uc8702.c
#ifndef BOOTLOADER
target/arm/s5l8702/timer-s5l8702.c
target/arm/s5l8702/debug-s5l8702.c