mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
iPod Classic: updates for uc8702 driver
- Small rework on the UC8702 UART controller to make it compatible with other s5l870x SOCs. Files moved and renamed, many conditional code added to deal with capabilities and 'features' of the different CPUs. - A couple of optimizacions that should not affect the functionality. Change-Id: I705169f7e8b18d5d1da642f81ffc31c4089780a6
This commit is contained in:
parent
2a1e9eb8a8
commit
8fb67f48ab
9 changed files with 395 additions and 244 deletions
|
|
@ -24,9 +24,9 @@
|
|||
#include "panic.h"
|
||||
#include "system-target.h"
|
||||
#include "pmu-target.h"
|
||||
#include "uart-target.h"
|
||||
#include "gpio-s5l8702.h"
|
||||
#include "dma-s5l8702.h"
|
||||
#include "uart-s5l8702.h"
|
||||
#include "clocking-s5l8702.h"
|
||||
|
||||
#define default_interrupt(name) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue