bsp /dp32g030
Fixed previous commit, now we run at 48MHz.
2023-08-12 20:01:34 +01:00
driver
Fixed keyboard GPIO setting.
2023-08-14 00:31:08 +01:00
external
Added external printf module.
2023-08-14 12:00:08 +01:00
hardware /dp32g030
Fixed previous commit, now we run at 48MHz.
2023-08-12 20:01:34 +01:00
.gitignore
Added git ignore file.
2023-08-10 17:53:07 +01:00
.gitmodules
Added external printf module.
2023-08-14 12:00:08 +01:00
aircopy.c
Added license.
2023-08-14 00:45:06 +01:00
aircopy.h
Added license.
2023-08-14 00:45:06 +01:00
audio.c
Added big chunk of code to support main().
2023-08-13 23:27:35 +01:00
audio.h
Added code to play voices.
2023-08-13 22:40:33 +01:00
battery.c
Added license notice.
2023-08-14 00:49:10 +01:00
battery.h
Added license notice.
2023-08-14 00:49:10 +01:00
blob-overlay.S
Switched from xxd to .incbin for the overlay.
2023-08-09 17:28:21 +01:00
board.c
Added battery module.
2023-08-12 17:50:08 +01:00
board.h
Implemented loading settings from EEPROM.
2023-08-10 17:51:57 +01:00
dcs.c
Backup of almost finished radio register setup.
2023-08-11 15:41:23 +01:00
dcs.h
Added license notice.
2023-08-14 00:49:10 +01:00
dtmf.c
Added missing copyright and license notices.
2023-08-10 20:37:33 +01:00
dtmf.h
Added missing copyright and license notices.
2023-08-10 20:37:33 +01:00
firmware.ld
First version.
2023-08-09 16:06:51 +01:00
fm.c
Backup of almost finished radio register setup.
2023-08-11 15:41:23 +01:00
fm.h
Backup of almost finished radio register setup.
2023-08-11 15:41:23 +01:00
font.c
Added license notice.
2023-08-14 00:49:10 +01:00
font.h
Added license notice.
2023-08-14 00:49:10 +01:00
frequencies.c
Added radio configuration. Needs a few fixes.
2023-08-11 11:51:17 +01:00
frequencies.h
Added radio configuration. Needs a few fixes.
2023-08-11 11:51:17 +01:00
functions.c
Added big chunk of code to support main().
2023-08-13 23:27:35 +01:00
functions.h
Added code to play voices.
2023-08-13 22:40:33 +01:00
gen-overlay-symbols.sh
First version.
2023-08-09 16:06:51 +01:00
gui.c
Added license notice.
2023-08-14 00:49:10 +01:00
gui.h
Added license notice.
2023-08-14 00:49:10 +01:00
helper.c
Added license notice.
2023-08-14 00:49:10 +01:00
helper.h
Added license notice.
2023-08-14 00:49:10 +01:00
init.c
First version.
2023-08-09 16:06:51 +01:00
LICENSE
Initial commit
2023-08-09 16:01:44 +01:00
main.c
Added RADIO_ConfigureNOAA.
2023-08-14 00:39:49 +01:00
Makefile
Added external printf module.
2023-08-14 12:00:08 +01:00
misc.c
Added RADIO_ConfigureNOAA.
2023-08-14 00:39:49 +01:00
misc.h
Added RADIO_ConfigureNOAA.
2023-08-14 00:39:49 +01:00
overlay.c
First version.
2023-08-09 16:06:51 +01:00
overlay.h
First version.
2023-08-09 16:06:51 +01:00
printf_config.h
Added external printf module.
2023-08-14 12:00:08 +01:00
radio.c
Added RADIO_ConfigureNOAA.
2023-08-14 00:39:49 +01:00
radio.h
Added RADIO_ConfigureNOAA.
2023-08-14 00:39:49 +01:00
README.md
Added build instructions to README
2023-08-11 20:52:59 +01:00
settings.c
Added missing copyright and license notices.
2023-08-10 20:37:33 +01:00
settings.h
Added the welcome screen.
2023-08-13 23:08:01 +01:00
sram-overlay.c
Changed flash enums to mirror the original.
2023-08-12 21:22:38 +01:00
sram-overlay.h
Added missing notice and fixed header guard.
2023-08-09 16:51:48 +01:00
sram-overlay.ld
First version.
2023-08-09 16:06:51 +01:00
start.S
First version.
2023-08-09 16:06:51 +01:00