From 6110198d9dbfc2f16436cde184f5e94a99038394 Mon Sep 17 00:00:00 2001 From: phdlee Date: Tue, 2 Jan 2024 15:15:20 +0900 Subject: [PATCH 1/2] notice about firmware --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index 3fa203d..1dc6545 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,26 @@ + + + +# Important notice about firmware +* The program will be modified starting today (January 2, 2024) based on egzummer's UV_K5 version. +* Any parts that are added or removed from existing features will be specified above this part. +* I plan to add quite a few features, and to secure flash memory space, I plan to remove visual elements that do not have a significant impact on radio performance. (ex : bargraph, icon, usb connected...) +* The source will continue to be modified, and the compiled firmware will be released as a beta version. +* Sources will be uploaded by major version (ex : version 1.0, 2.0, 3.0). This is because there is a high possibility that sources will be created or removed in large units. +* See below for all features and descriptions prior to January 2, 2024. + +I am always grateful to the UV-K5 firmware contributors for creating a new playground. +DE KD8CE + +---------------------------------------------------------------------------------- +# The source was taken from the EGZUMER repository on January 2, 2024 + * Please refer to the previous functions below. + * This firmware contains various experimental elements. It will be distributed as a beta version before releasing the major version. + * EGZUMMER's firmware for the stable version. + * Once again, we would like to thank Dual Tachyon and egzummer for doing such great work and providing a playground for many developers. +----------------------------------------------------------------------------------- + + # Open re-implementation of the Quansheng UV-K5/K6/5R v2.1.27 firmware This repository is a merge of [OneOfEleven custom firmware](https://github.com/OneOfEleven/uv-k5-firmware-custom) with [fagci spectrum analizer](https://github.com/fagci/uv-k5-firmware-fagci-mod/tree/refactor) plus my few changes.
From ceb22b85bd339d8f812189564c02003ac652a445 Mon Sep 17 00:00:00 2001 From: phdlee Date: Tue, 2 Jan 2024 15:33:12 +0900 Subject: [PATCH 2/2] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1dc6545..34f2030 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,12 @@ - +# Version 0.1b (January 2, 2024) +I worked on the first firmware. I did what was requested by the user. +Alternatively, functions that are not greatly needed in amateur radio were changed to those that are needed in amateur radio. +1. I took the source code from https://github.com/egzumer/uv-k5-firmware-custom and created a new project. +2. Change the environment so that it can be used in Visual Studio Code (win_make.bat, makefile option ...) +3. Remove some unnecessary variables for operation +4. Changed the BCL function to be selectable at the compilation stage. (Because BCL is not often used in amateur radio), If you need the BCL function, just set the compilation options. (ENABLE_BCL ?= 0) +5. Changed all band TX activation from 10 times to once (this can also be operated in the old form in the makefile) (This is because you working in the Hiddel Menu anyway) +6. The 350TX, 350EN, and 500TX functions have been changed to amateur radio bands. Even if TX 350 and TX 500 are ENABLE, they only operate under certain conditions. (Default Range Mode) , In countries where the TX function must be tested for radio use, TX on all frequencies must be within range. To receive permission for 900Mhz or 1.2Ghz, just enable TX900 and (TX126 OR TX127 - Each country has different licensed frequency bands. Just choose the band that suits you.) # Important notice about firmware