Releases: aditaa/uv-k5-Loaner-firmware
Releases · aditaa/uv-k5-Loaner-firmware
v24.12.1: Merge pull request #23 from aditaa/feature/strip-features
Highlights
- Strip unused blocks (Aircopy, FM broadcast, NOAA weather, general alarm, 1750 Hz tone) from the default loaner build to keep the UI focused and the binary small.
- Wire clang-format, cppcheck, and firmware size guards into CI so regressions fail fast.
Validation
- VERSION_SUFFIX=LNR24B1 make TARGET=loaner-firmware
- arm-none-eabi-size loaner-firmware # 51,344 bytes text
- stat --format='%s' loaner-firmware.bin # 51,356 bytes
Loaner Firmware v24.12 (LNR24B1)
Highlights
- Align the firmware banner, UART greeting, and packed metadata on the calendar-style
OEFW-LNR24B1suffix so CHIRP builds with PR #1414 accept uploads. - Document the new VERSION_SUFFIX workflow to keep releases consistent with the packed image metadata.
Validation
- VERSION_SUFFIX=LNR24B1 make TARGET=loaner-firmware
- pytest -q
v24.11
v24.10-alpha4 (LNR24A4)
Loaner Firmware Alpha 4 – LNR24A4
- Force MR channels to render names (or the
CH-###fallback) on the main screen so end users no longer see raw transmit frequencies. - Default new boots to name display mode (
MDF_NAME) regardless of prior EEPROM values, keeping radios aligned with the locked channel-only experience.
Artifacts generated via ./compile-with-docker.sh:
compiled-firmware/loaner-firmware-LNR24A4.bincompiled-firmware/loaner-firmware-LNR24A4.packed.bin
v24.10-alpha3 (LNR24A3)
Loaner Firmware Alpha 3 – LNR24A3
- Disable the physical Menu key so accidental presses no longer expose configuration menus.
- Clean build scripts to drop stale
loaner-firmware*.binartifacts before each Docker build, ensuring releases only contain fresh images.
Tag this build as v24.10-alpha3 and publish the two artifacts below.
Artifacts generated via ./compile-with-docker.sh:
compiled-firmware/loaner-firmware-LNR24A3.bincompiled-firmware/loaner-firmware-LNR24A3.packed.bin
Loaner v24.04 alpha2
Highlights
- keypad digits jump straight to MR channels (0 recalls slot 10) with voice confirmation
- removed legacy F+digit shortcuts so only scan/lock remains for loaner use
- carries forward VFO lock and channel-only safeguards from alpha1
Build
- Built from commit 46efe02
Loaner v24.04 alpha1
Alpha release that locks the firmware into channel-only mode and removes VFO access paths. Built from PR #13 with suffix LNR24A1.