rockbox/firmware/target/mips/ingenic_x1000
Aidan MacDonald a6b5de6a89 x1000: minor adjustments to PWM code
- Change busy loop to wait on the timer flag instead of hoping to
  catch the timer at exactly the right moment... unsurprisingly,
  that did not work well with higher frequency PWM outputs.
- Put GPIO data into a dedicated const array.

Change-Id: I2a920ed265c192da197a18c7242f3205d11636d3
2021-06-02 23:52:53 +01:00
..
fiiom3k axp173 driver: rename to "axp-pmu" + other changes 2021-06-01 19:57:41 +00:00
x1000 x1000: refactor AIC initialization 2021-05-30 19:17:50 +00:00
aic-x1000.c x1000: refactor AIC initialization 2021-05-30 19:17:50 +00:00
aic-x1000.h x1000: refactor AIC initialization 2021-05-30 19:17:50 +00:00
app.lds x1000: Centralize common definitions, memory layout 2021-04-28 20:04:10 +01:00
boot.lds FiiO M3K: New bootloader 2021-05-12 10:35:20 +00:00
clk-x1000.c x1000: Rewrite clk_get code so it's more data driven 2021-04-28 20:04:10 +01:00
clk-x1000.h x1000: Rewrite clk_get code so it's more data driven 2021-04-28 20:04:10 +01:00
crt0.S FiiO M3K: New bootloader 2021-05-12 10:35:20 +00:00
debug-x1000.c axp173 driver: rename to "axp-pmu" + other changes 2021-06-01 19:57:41 +00:00
dma-x1000.c
dma-x1000.h x1000: refactor AIC initialization 2021-05-30 19:17:50 +00:00
gpio-x1000.c X1000: remove bogus GPIO Z mutex 2021-04-25 14:27:35 +00:00
gpio-x1000.h X1000: remove bogus GPIO Z mutex 2021-04-25 14:27:35 +00:00
i2c-x1000.c
i2c-x1000.h
irq-x1000.h
kernel-x1000.c FiiO M3K: disable CPU frequency switching 2021-04-17 20:24:36 +00:00
lcd-x1000.c
lcd-x1000.h New port: FiiO M3K on bare metal 2021-03-28 00:01:37 +00:00
msc-x1000.c X1000: fix SD driver issues 2021-05-14 10:30:58 +00:00
msc-x1000.h
nand-x1000.c FiiO M3K: New bootloader 2021-05-12 10:35:20 +00:00
nand-x1000.h FiiO M3K: New bootloader 2021-05-12 10:35:20 +00:00
pcm-x1000.c x1000: refactor AIC initialization 2021-05-30 19:17:50 +00:00
pwm-x1000.c x1000: minor adjustments to PWM code 2021-06-02 23:52:53 +01:00
pwm-x1000.h
sd-x1000.c
sfc-x1000.c x1000: Remove some #ifdef SPL in the sfc/nand code 2021-04-28 20:04:10 +01:00
sfc-x1000.h x1000: Remove some #ifdef SPL in the sfc/nand code 2021-04-28 20:04:10 +01:00
spl-start.S FiiO M3K: New bootloader 2021-05-12 10:35:20 +00:00
spl-x1000.c FiiO M3K: New bootloader 2021-05-12 10:35:20 +00:00
spl-x1000.h FiiO M3K: New bootloader 2021-05-12 10:35:20 +00:00
spl.lds FiiO M3K: New bootloader 2021-05-12 10:35:20 +00:00
system-target.h x1000: Centralize common definitions, memory layout 2021-04-28 20:04:10 +01:00
system-x1000.c FiiO M3K/X1000: add USB support 2021-04-21 18:31:55 +00:00
timer-x1000.c
usb-x1000.c FiiO M3K/X1000: add USB support 2021-04-21 18:31:55 +00:00
x1000boot.make FiiO M3K: New bootloader 2021-05-12 10:35:20 +00:00