Go to file
2023-08-30 12:05:47 +01:00
app Fixed a check and 2 default values. 2023-08-30 12:05:47 +01:00
bsp/dp32g030
driver Cosmetic changes. 2023-08-30 00:56:53 +01:00
external
hardware/dp32g030
helper Cosmetic changes. 2023-08-30 00:56:53 +01:00
ui Reorganised frequency configuration. 2023-08-30 10:35:41 +01:00
.gitattributes Added .gitattributes file. 2023-08-23 00:37:35 +01:00
.gitignore
.gitmodules
audio.c Renamed RX/TX variables. 2023-08-30 00:01:30 +01:00
audio.h Fixed types of several things. 2023-08-29 19:17:01 +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 Cosmetic changes. 2023-08-30 00:56:53 +01:00
board.h Renamed variables. 2023-08-23 00:37:35 +01:00
compile-with-docker.sh
dcs.c Fixed types of several things. 2023-08-29 19:17:01 +01:00
dcs.h Fixed types of several things. 2023-08-29 19:17:01 +01:00
Dockerfile
dp32g030.cfg For SWD flashing. 2023-08-30 00:02:37 +01:00
dtmf.c Fixed channel name display in MR mode. 2023-08-29 21:38:28 +01:00
dtmf.h Fixed type in DTMF_IsGroupCall. 2023-08-27 15:39:00 +01:00
firmware.ld
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 Use signed values to fix the TX power bug. 2023-08-30 11:11:35 +01:00
frequencies.h Use signed values to fix the TX power bug. 2023-08-30 11:11:35 +01:00
functions.c Reorganised frequency configuration. 2023-08-30 10:35:41 +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 Renamed a variable. 2023-08-30 00:19:12 +01:00
Makefile For SWD flashing. 2023-08-30 00:02:37 +01:00
misc.c Renamed some DTMF variables. 2023-08-30 10:23:02 +01:00
misc.h Renamed some DTMF variables. 2023-08-30 10:23:02 +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 Fixed a check and 2 default values. 2023-08-30 12:05:47 +01:00
radio.h Reorganised frequency configuration. 2023-08-30 10:35:41 +01:00
README.md Reduce the amount of history for submodules. 2023-08-16 09:51:46 +01:00
scheduler.c Cosmetic changes. 2023-08-30 00:56:53 +01:00
settings.c Reorganised frequency configuration. 2023-08-30 10:35:41 +01:00
settings.h Fixed channel name display in MR mode. 2023-08-29 21:38:28 +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

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.