bsp /dp32g030
Fixed previous commit, now we run at 48MHz.
2023-08-12 20:01:34 +01:00
driver
Added BK1080_ReadRegister.
2023-08-15 18:46:15 +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
Ignore dirty files in submodules.
2023-08-14 12:39:42 +01:00
aircopy.c
Added _putchar so printf can work.
2023-08-14 12:12:46 +01:00
aircopy.h
Added _putchar so printf can work.
2023-08-14 12:12:46 +01:00
audio.c
Fixed compiler warning.
2023-08-15 11:11:40 +01:00
audio.h
Added AUDIO_PlayQueuedVoice.
2023-08-15 11:04:35 +01:00
battery.c
Completed systick handler.
2023-08-14 23:39:51 +01:00
battery.h
Completed systick handler.
2023-08-14 23:39:51 +01:00
bitmaps.c
Fixed build again :(
2023-08-15 14:03:10 +01:00
bitmaps.h
Fixed build again :(
2023-08-15 14:03:10 +01:00
blob-overlay.S
Switched from xxd to .incbin for the overlay.
2023-08-09 17:28:21 +01:00
board.c
Renamed some EEPROM fields.
2023-08-15 14:04:17 +01:00
board.h
Implemented loading settings from EEPROM.
2023-08-10 17:51:57 +01:00
compile-with-docker.sh
Build firmware with Docker ( #8 )
2023-08-15 09:08:55 +01:00
dcs.c
Fixed type of code type.
2023-08-15 14:56:56 +01:00
dcs.h
Another big WIP update.
2023-08-14 17:30:30 +01:00
Dockerfile
Build firmware with Docker ( #8 )
2023-08-15 09:08:55 +01:00
dtmf.c
Another big WIP update.
2023-08-14 17:30:30 +01:00
dtmf.h
Another big WIP update.
2023-08-14 17:30:30 +01:00
firmware.ld
add .data init ( #7 )
2023-08-14 22:23:20 +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
WIP of the GUI code.
2023-08-14 12:28:09 +01:00
font.h
WIP of the GUI code.
2023-08-14 12:28:09 +01:00
frequencies.c
main() is now complete until before the main loop.
2023-08-14 22:26:27 +01:00
frequencies.h
main() is now complete until before the main loop.
2023-08-14 22:26:27 +01:00
functions.c
Retyped a variable pair.
2023-08-15 14:24:40 +01:00
functions.h
Fixed the build with missing change.
2023-08-15 14:25:28 +01:00
gen-overlay-symbols.sh
First version.
2023-08-09 16:06:51 +01:00
gui.c
New variables and some renames.
2023-08-15 19:02:42 +01:00
gui.h
Added missing changes.
2023-08-15 21:28:24 +01:00
helper.c
WIP of the GUI code.
2023-08-14 12:28:09 +01:00
helper.h
Added license notice.
2023-08-14 00:49:10 +01:00
init.c
add .data init ( #7 )
2023-08-14 22:23:20 +01:00
LICENSE
Initial commit
2023-08-09 16:01:44 +01:00
main.c
Renamed some EEPROM fields.
2023-08-15 14:04:17 +01:00
Makefile
Fixed build of bitmaps. Added antenna icons.
2023-08-15 13:57:20 +01:00
misc.c
New variables and some renames.
2023-08-15 19:02:42 +01:00
misc.h
New variables and some renames.
2023-08-15 19:02:42 +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
main() is now complete until before the main loop.
2023-08-14 22:26:27 +01:00
radio.h
Added -std=c11 to CFLAGS to catch more errors.
2023-08-14 22:52:55 +01:00
README.md
Added build instructions to README
2023-08-11 20:52:59 +01:00
scheduler.c
Fixed wrong variable in scheduler.
2023-08-15 22:38:27 +01:00
settings.c
Added missing copyright and license notices.
2023-08-10 20:37:33 +01:00
settings.h
Renamed some EEPROM fields.
2023-08-15 14:04:17 +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
add .data init ( #7 )
2023-08-14 22:23:20 +01:00