mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
I successfully identified the STC/RDS pin as B2P27. Strangely the OF uses polling instead of interrupts but since they routed it, let's use it! On the fuze+ the fmradio i2c uses bit toggling so we can't read the RDS data in the interrupt context. Instead we defer the work to a thread. Change-Id: Iedfa425320e6c91b4351b72e97c732696bdb2b73 Reviewed-on: http://gerrit.rockbox.org/236 Reviewed-by: Bertrik Sikken <bertrik@sikken.nl> Reviewed-by: Amaury Pouly <amaury.pouly@gmail.com> |
||
|---|---|---|
| .. | ||
| adc-fuzeplus.c | ||
| adc-target.h | ||
| audio-fuzeplus.c | ||
| backlight-fuzeplus.c | ||
| backlight-target.h | ||
| button-fuzeplus.c | ||
| button-target.h | ||
| debug-fuzeplus.c | ||
| fmradio-i2c-fuzeplus.c | ||
| lcd-fuzeplus.c | ||
| lcd-target.h | ||
| power-fuzeplus.c | ||
| powermgmt-fuzeplus.c | ||
| powermgmt-target.h | ||