Go to file
2023-08-12 21:22:38 +01:00
bsp/dp32g030 Fixed previous commit, now we run at 48MHz. 2023-08-12 20:01:34 +01:00
driver Changed flash enums to mirror the original. 2023-08-12 21:22:38 +01:00
external
hardware/dp32g030 Fixed previous commit, now we run at 48MHz. 2023-08-12 20:01:34 +01:00
.gitignore
.gitmodules
battery.c Added battery module. 2023-08-12 17:50:08 +01:00
battery.h Added battery module. 2023-08-12 17:50:08 +01:00
blob-overlay.S
board.c Added battery module. 2023-08-12 17:50:08 +01:00
board.h
dcs.c Backup of almost finished radio register setup. 2023-08-11 15:41:23 +01:00
dcs.h Backup of almost finished radio register setup. 2023-08-11 15:41:23 +01:00
dtmf.c Added missing copyright and license notices. 2023-08-10 20:37:33 +01:00
dtmf.h Added missing copyright and license notices. 2023-08-10 20:37:33 +01:00
firmware.ld
fm.c Backup of almost finished radio register setup. 2023-08-11 15:41:23 +01:00
fm.h Backup of almost finished radio register setup. 2023-08-11 15:41:23 +01:00
frequencies.c Added radio configuration. Needs a few fixes. 2023-08-11 11:51:17 +01:00
frequencies.h Added radio configuration. Needs a few fixes. 2023-08-11 11:51:17 +01:00
gen-overlay-symbols.sh
init.c
LICENSE
main.c Added battery module. 2023-08-12 17:50:08 +01:00
Makefile Moved arm-size to a macro. 2023-08-12 21:19:34 +01:00
misc.c Added battery module. 2023-08-12 17:50:08 +01:00
misc.h Added battery module. 2023-08-12 17:50:08 +01:00
overlay.c
overlay.h
radio.c Updated newly named squelch fields. 2023-08-12 18:26:38 +01:00
radio.h Updated newly named squelch fields. 2023-08-12 18:26:38 +01:00
README.md Added build instructions to README 2023-08-11 20:52:59 +01:00
settings.c Added missing copyright and license notices. 2023-08-10 20:37:33 +01:00
settings.h Fixed type for some EEPROM setting. 2023-08-12 17:18:02 +01:00
sram-overlay.c Changed flash enums to mirror the original. 2023-08-12 21:22:38 +01:00
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
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.