bsp /dp32g030
Added support for reading the battery state.
2023-08-10 14:08:55 +01:00
driver
Added keyboard driver from Manuel.
2023-08-10 21:34:28 +01:00
external
First version.
2023-08-09 16:06:51 +01:00
hardware /dp32g030
Added support for reading the battery state.
2023-08-10 14:08:55 +01:00
.gitignore
Added git ignore file.
2023-08-10 17:53:07 +01:00
.gitmodules
First version.
2023-08-09 16:06:51 +01:00
blob-overlay.S
Switched from xxd to .incbin for the overlay.
2023-08-09 17:28:21 +01:00
board.c
Fixed a crash with -Os on some compilers.
2023-08-11 14:06:33 +01:00
board.h
Implemented loading settings from EEPROM.
2023-08-10 17:51:57 +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
Added missing copyright and license notices.
2023-08-10 20:37:33 +01:00
fm.h
Added missing copyright and license notices.
2023-08-10 20:37:33 +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
gen-overlay-symbols.sh
First version.
2023-08-09 16:06:51 +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 configuration. Needs a few fixes.
2023-08-11 11:51:17 +01:00
Makefile
Added radio configuration. Needs a few fixes.
2023-08-11 11:51:17 +01:00
misc.c
Fixed a crash with -Os on some compilers.
2023-08-11 14:06:33 +01:00
misc.h
Fixed a crash with -Os on some compilers.
2023-08-11 14:06:33 +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
radio.c
Added radio configuration. Needs a few fixes.
2023-08-11 11:51:17 +01:00
radio.h
Added radio configuration. Needs a few fixes.
2023-08-11 11:51:17 +01:00
README.md
First version.
2023-08-09 16:06:51 +01:00
settings.c
Added missing copyright and license notices.
2023-08-10 20:37:33 +01:00
settings.h
Added radio configuration. Needs a few fixes.
2023-08-11 11:51:17 +01:00
sram-overlay.c
Added ADC initialisation.
2023-08-10 11:45:46 +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