Go to file
2023-08-27 22:26:28 +01:00
app Renamed a menu variable. 2023-08-27 21:55:12 +01:00
bsp/dp32g030
driver Renamed ConfigureFSK to PlayRogerMDC. 2023-08-27 14:42:38 +01:00
external
hardware/dp32g030
.gitattributes Added .gitattributes file. 2023-08-23 00:37:35 +01:00
.gitignore
.gitmodules
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.c Enabled the settings menu. 2023-08-27 21:31:17 +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
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
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
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
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
frequencies.c
frequencies.h
functions.c New variables. 2023-08-26 12:41:11 +01:00
functions.h
gen-overlay-symbols.sh
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
init.c Fixed some whitespace / cosmetics. 2023-08-23 00:37:35 +01:00
LICENSE
main.c Switched to real main for a functional RX. 2023-08-26 22:43:08 +01:00
Makefile Dirty but working settings menu and key unlock. 2023-08-27 20:47:55 +01:00
misc.c Dirty but working settings menu and key unlock. 2023-08-27 20:47:55 +01:00
misc.h Dirty but working settings menu and key unlock. 2023-08-27 20:47:55 +01:00
overlay.c
overlay.h
printf_config.h
radio.c Fixed loading step setting. 2023-08-27 22:26:28 +01:00
radio.h Added RADIO_SendEndOfTransmission. 2023-08-27 15:37:52 +01:00
README.md
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
sram-overlay.h
sram-overlay.ld
start.S

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.