app
Moved app.c to app/.
2023-08-27 23:33:31 +01:00
bsp /dp32g030
Fixed previous commit, now we run at 48MHz.
2023-08-12 20:01:34 +01:00
driver
Renamed ConfigureFSK to PlayRogerMDC.
2023-08-27 14:42:38 +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
.gitattributes
Added .gitattributes file.
2023-08-23 00:37:35 +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 support for AIRCOPY receive.
2023-08-26 23:41:14 +01:00
aircopy.h
Added support for AIRCOPY receive.
2023-08-26 23:41:14 +01:00
app.h
Added missing licence.
2023-08-27 01:10:48 +01:00
audio.c
Dirty but working settings menu and key unlock.
2023-08-27 20:47:55 +01:00
audio.h
Dirty but working settings menu and key unlock.
2023-08-27 20:47:55 +01:00
battery.c
Renamed battery variable.
2023-08-26 11:19:20 +01:00
battery.h
Renamed battery variable.
2023-08-26 11:19:20 +01:00
bitmaps.c
Completed the main screen function.
2023-08-24 13:58:39 +01:00
bitmaps.h
Completed the main screen function.
2023-08-24 13:58:39 +01:00
blob-overlay.S
Switched from xxd to .incbin for the overlay.
2023-08-09 17:28:21 +01:00
board.c
Fixed pin names and some missing defines
2023-08-26 19:29:26 +02:00
board.h
Renamed variables.
2023-08-23 00:37:35 +01:00
compile-with-docker.sh
Build firmware with Docker ( #8 )
2023-08-15 09:08:55 +01:00
dcs.c
Added DCS_GetCdcssIndex and DCS_GetCtcssIndex.
2023-08-26 01:44:36 +01:00
dcs.h
Added DCS_GetCdcssIndex and DCS_GetCtcssIndex.
2023-08-26 01:44:36 +01:00
Dockerfile
Build firmware with Docker ( #8 )
2023-08-15 09:08:55 +01:00
dtmf.c
Fixed type in DTMF_IsGroupCall.
2023-08-27 15:39:00 +01:00
dtmf.h
Fixed type in DTMF_IsGroupCall.
2023-08-27 15:39:00 +01:00
firmware.ld
add .data init ( #7 )
2023-08-14 22:23:20 +01:00
fm.c
Added FM_EraseChannels.
2023-08-27 12:32:50 +01:00
fm.h
Added FM_EraseChannels.
2023-08-27 12:32:50 +01:00
font.c
Fixed big digits font.
2023-08-26 12:14:13 +01:00
font.h
WIP of the GUI code.
2023-08-14 12:28:09 +01:00
frequencies.c
Renamed some RADIO types/names to VFO.
2023-08-23 00:37:34 +01:00
frequencies.h
Renamed some RADIO types/names to VFO.
2023-08-23 00:37:34 +01:00
functions.c
New variables.
2023-08-26 12:41:11 +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
Fixed for D-LIST display.
2023-08-27 22:09:34 +01:00
gui.h
Renamed a menu variable.
2023-08-27 21:55:12 +01:00
helper.c
Added and fixed some variables.
2023-08-27 19:57:48 +01:00
helper.h
Fixed key type.
2023-08-23 00:37:35 +01:00
init.c
Fixed some whitespace / cosmetics.
2023-08-23 00:37:35 +01:00
LICENSE
Initial commit
2023-08-09 16:01:44 +01:00
main.c
Switched to real main for a functional RX.
2023-08-26 22:43:08 +01:00
Makefile
Moved app.c to app/.
2023-08-27 23:33:31 +01:00
misc.c
Renamed even more variables.
2023-08-27 23:30:42 +01:00
misc.h
Renamed even more variables.
2023-08-27 23:30:42 +01:00
overlay.c
Fixed some warnings from clang's -Weverything.
2023-08-16 10:04:06 +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
Renamed ChNum to Channel.
2023-08-27 22:57:33 +01:00
radio.h
Added RADIO_SendEndOfTransmission.
2023-08-27 15:37:52 +01:00
README.md
Reduce the amount of history for submodules.
2023-08-16 09:51:46 +01:00
scheduler.c
Fixed and added some variables.
2023-08-27 12:32:21 +01:00
settings.c
Added SETTINGS_SaveChannel.
2023-08-27 00:59:58 +01:00
settings.h
Added RADIO_SendEndOfTransmission.
2023-08-27 15:37:52 +01:00
sram-overlay.c
Changed flash enums to mirror the original.
2023-08-12 21:22:38 +01:00
sram-overlay.h
Fixed some warnings from clang's -Weverything.
2023-08-16 10:04:06 +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