app
Some cosmetic changes.
2023-08-29 19:04:31 +01:00
bsp /dp32g030
Fixed previous commit, now we run at 48MHz.
2023-08-12 20:01:34 +01:00
driver
Fixed issues found by the superior clang.
2023-08-29 17:16:59 +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
helper
Fixed boot key check.
2023-08-28 20:53:13 +01:00
ui
Fixed type in UI_PrintString.
2023-08-29 18:58:48 +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
audio.c
Fixed issues found by the superior clang.
2023-08-29 17:16:59 +01:00
audio.h
Fixed VOICE_ID_UNLOCK.
2023-08-28 01:27:31 +01:00
bitmaps.c
Renamed a few FM things.
2023-08-28 01:07:07 +01:00
bitmaps.h
Renamed a few FM things.
2023-08-28 01:07:07 +01:00
blob-overlay.S
board.c
Some cosmetic changes.
2023-08-29 19:04:31 +01: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 issues found by the superior clang.
2023-08-29 17:16:59 +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
font.c
Added missing 11th small digit.
2023-08-29 02:16:51 +01:00
font.h
Added missing 11th small digit.
2023-08-29 02:16:51 +01:00
frequencies.c
Fixed / improved channel checks.
2023-08-29 03:24:03 +01:00
frequencies.h
Fixed potential sign issues.
2023-08-28 13:37:16 +01:00
functions.c
Renamed various variables.
2023-08-29 13:26:13 +01:00
functions.h
Various improvements, and fixes for FM.
2023-08-29 00:58:44 +01:00
gen-overlay-symbols.sh
init.c
Fixed some whitespace / cosmetics.
2023-08-23 00:37:35 +01:00
LICENSE
main.c
Fixed / improved channel checks.
2023-08-29 03:24:03 +01:00
Makefile
Added key handlers for the scanner screen.
2023-08-29 16:14:29 +01:00
misc.c
New variable names.
2023-08-29 16:02:35 +01:00
misc.h
New variable names.
2023-08-29 16:02:35 +01:00
overlay.c
Fixed some warnings from clang's -Weverything.
2023-08-16 10:04:06 +01:00
overlay.h
printf_config.h
Added external printf module.
2023-08-14 12:00:08 +01:00
radio.c
Fixed CTCSS indices.
2023-08-29 18:53:08 +01:00
radio.h
New variable names.
2023-08-29 16:02:35 +01:00
README.md
Reduce the amount of history for submodules.
2023-08-16 09:51:46 +01:00
scheduler.c
Renamed various variables.
2023-08-29 13:26:13 +01:00
settings.c
More improved channel checks.
2023-08-29 03:35:21 +01:00
settings.h
Some cosmetic changes.
2023-08-29 19:04:31 +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
start.S
add .data init ( #7 )
2023-08-14 22:23:20 +01:00