Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/ArtrixTech/OpenUVK5

A Better Firmware for Quansheng UV-K5/K6
https://github.com/ArtrixTech/OpenUVK5

Last synced: 3 months ago
JSON representation

A Better Firmware for Quansheng UV-K5/K6

Lists

README

        

# A Better Firmware for Quansheng UV-K5/K6

Based on the work from https://github.com/DualTachyon/uv-k5-firmware

@DualTachyon 's work focuses on re-impl the whole original FW but OpenUVK5 focuses on how to bring more functionalities and better user experience to the Quansheng UV-K5/K6.

Use it at your own risk!

# Compiler

arm-none-eabi GCC version 10.3.1 is recommended, which is the current version on Ubuntu 22.04.03 LTS.
Other versions may generate a flash file that is too big.
You can get a correct version from: https://developer.arm.com/downloads/-/gnu-rm

# Building
Should be built under unix-like systems yet.
Don't forget to install gcc-arm-none-eabi first.
```
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.