Go to file
2023-08-26 12:41:55 +01:00
bsp/dp32g030
driver Added 2 new BK4819 features. 2023-08-26 12:41:55 +01:00
external
hardware/dp32g030
.gitattributes Added .gitattributes file. 2023-08-23 00:37:35 +01:00
.gitignore
.gitmodules Ignore dirty files in submodules. 2023-08-14 12:39:42 +01:00
aircopy.c
aircopy.h
app.c New variables. 2023-08-26 12:41:11 +01:00
app.h Preparations for the main logic. 2023-08-26 02:04:16 +01:00
audio.c Corrected some values. 2023-08-23 00:37:35 +01:00
audio.h Added AUDIO_PlayQueuedVoice. 2023-08-15 11:04:35 +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
board.c Renamed another EEPROM field. 2023-08-23 00:37:35 +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 Added DTMF_FindContact. 2023-08-23 00:37:35 +01:00
dtmf.h Added DTMF_FindContact. 2023-08-23 00:37:35 +01:00
firmware.ld add .data init (#7) 2023-08-14 22:23:20 +01:00
fm.c
fm.h
font.c Fixed big digits font. 2023-08-26 12:14:13 +01:00
font.h
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
gui.c New variables. 2023-08-26 12:41:11 +01:00
gui.h New variables. 2023-08-26 12:41:11 +01:00
helper.c Added settings menu. 2023-08-23 00:37:35 +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
main.c Renamed battery variable. 2023-08-26 11:19:20 +01:00
Makefile Preparations for the main logic. 2023-08-26 02:04:16 +01:00
misc.c New variables. 2023-08-26 12:41:11 +01:00
misc.h New variables. 2023-08-26 12:41:11 +01:00
overlay.c Fixed some warnings from clang's -Weverything. 2023-08-16 10:04:06 +01:00
overlay.h
printf_config.h
radio.c Renamed another EEPROM field. 2023-08-23 00:37:35 +01:00
radio.h Renamed newly found AM variables. 2023-08-23 00:37:35 +01:00
README.md Reduce the amount of history for submodules. 2023-08-16 09:51:46 +01:00
scheduler.c Reduction in magic numbers. 2023-08-23 00:37:34 +01:00
settings.c
settings.h Renamed another EEPROM field. 2023-08-23 00:37:35 +01:00
sram-overlay.c
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

Open reimplementation of the Quan Sheng UV K5 v2.1.27 firmware

This currently works for me, but use at your own risk.

Building

To build the firmware, you need to fetch the submodules and then run make:

git submodule update --init --recursive --depth=1
make

License

Copyright 2023 Dual Tachyon https://github.com/DualTachyon

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.