sc8-nametag/nametag8_CH592/user
true bc300e522a main program tick interrupt now works
CH58x/CH59x only has one main system clock and all timers are referenced to this clock. Other than watchdog, there's only one timer that runs independently: RTC. Thankfully the RTC has a mode to interrupt at rates faster than one second. this is being used for the program tick interrupt.

Also added OLED initialization code since that was forgotten before.
2024-10-24 17:22:20 -07:00
..
comm soft i2c work 2024-10-19 19:14:33 -07:00
hw soft i2c work 2024-10-19 19:14:33 -07:00
led get oled, menus, rgbled, and most everything else building 2024-10-16 00:10:05 -07:00
misc get oled, menus, rgbled, and most everything else building 2024-10-16 00:10:05 -07:00
render initial import and cleanup of WP DC29 nametag code 2024-10-13 20:12:28 -07:00
ui get oled, menus, rgbled, and most everything else building 2024-10-16 00:10:05 -07:00
global.h add eeprom support, user config loading 2024-10-15 04:23:00 -07:00
main.c main program tick interrupt now works 2024-10-24 17:22:20 -07:00
port_intr.c initial import and cleanup of WP DC29 nametag code 2024-10-13 20:12:28 -07:00
port_intr.h initial commit of work in progress code 2024-10-12 21:59:33 -07:00
user_config.c get oled, menus, rgbled, and most everything else building 2024-10-16 00:10:05 -07:00
user_config.h get oled, menus, rgbled, and most everything else building 2024-10-16 00:10:05 -07:00