Go to file
2023-08-28 19:45:15 +01:00
app Moved RSSI display to ui/. 2023-08-28 19:44:58 +01:00
bsp/dp32g030
driver Renamed ConfigureFSK to PlayRogerMDC. 2023-08-27 14:42:38 +01:00
external
hardware/dp32g030
ui Deleted extra empty line. 2023-08-28 19:45:15 +01:00
.gitattributes Added .gitattributes file. 2023-08-23 00:37:35 +01:00
.gitignore
.gitmodules
audio.c Renamed a few FM things. 2023-08-28 01:07:07 +01:00
audio.h Fixed VOICE_ID_UNLOCK. 2023-08-28 01:27:31 +01:00
battery.c Split the different screens into ui/<screen.c>. 2023-08-28 19:15:59 +01:00
battery.h Renamed battery variable. 2023-08-26 11:19:20 +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 Renamed channel fields in the EEPROM. 2023-08-28 12:05:15 +01: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 Renamed a few FM things. 2023-08-28 01:07:07 +01:00
fm.h Renamed a few FM things. 2023-08-28 01:07:07 +01:00
font.c Added the 11th digit. 2023-08-28 02:14:07 +01:00
font.h Added the 11th digit. 2023-08-28 02:14:07 +01:00
frequencies.c Fixed potential sign issues. 2023-08-28 13:37:16 +01:00
frequencies.h Fixed potential sign issues. 2023-08-28 13:37:16 +01:00
functions.c Renamed a few FM things. 2023-08-28 01:07:07 +01:00
functions.h
gen-overlay-symbols.sh
gui.c Moved RSSI display to ui/. 2023-08-28 19:44:58 +01:00
gui.h Moved RSSI display to ui/. 2023-08-28 19:44:58 +01:00
helper.c Split the different screens into ui/<screen.c>. 2023-08-28 19:15:59 +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 channel fields in the EEPROM. 2023-08-28 12:05:15 +01:00
Makefile Moved RSSI display to ui/. 2023-08-28 19:44:58 +01:00
misc.c Split the different screens into ui/<screen.c>. 2023-08-28 19:15:59 +01:00
misc.h Split the different screens into ui/<screen.c>. 2023-08-28 19:15:59 +01:00
overlay.c
overlay.h
printf_config.h
radio.c Fixed potential sign issues. 2023-08-28 13:37:16 +01:00
radio.h Fixed potential sign issues. 2023-08-28 13:37:16 +01:00
README.md
scheduler.c Fixed and added some variables. 2023-08-27 12:32:21 +01:00
settings.c Renamed channel fields in the EEPROM. 2023-08-28 12:05:15 +01:00
settings.h Renamed channel fields in the EEPROM. 2023-08-28 12:05:15 +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.