Skip to content

Releases: aditaa/uv-k5-Loaner-firmware

v24.12.1: Merge pull request #23 from aditaa/feature/strip-features

03 Nov 17:28
8e04efb

Choose a tag to compare

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)

30 Oct 19:26
v24.12
a85dd49

Choose a tag to compare

Highlights

  • Align the firmware banner, UART greeting, and packed metadata on the calendar-style OEFW-LNR24B1 suffix 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

30 Oct 16:56
v24.11
2b155be

Choose a tag to compare

Loaner firmware 24.11

v24.10-alpha4 (LNR24A4)

30 Oct 16:26
v24.10-alpha4
97de6b1

Choose a tag to compare

Pre-release

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.bin
  • compiled-firmware/loaner-firmware-LNR24A4.packed.bin

v24.10-alpha3 (LNR24A3)

30 Oct 15:55
v24.10-alpha3
e5d4b37

Choose a tag to compare

Pre-release

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*.bin artifacts 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.bin
  • compiled-firmware/loaner-firmware-LNR24A3.packed.bin

Loaner v24.04 alpha2

29 Oct 17:12
v24.04-alpha2
46efe02

Choose a tag to compare

Loaner v24.04 alpha2 Pre-release
Pre-release

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

Loaner v24.04 alpha1

29 Oct 16:38
v24.04-alpha1
c7745d7

Choose a tag to compare

Loaner v24.04 alpha1 Pre-release
Pre-release

Alpha release that locks the firmware into channel-only mode and removes VFO access paths. Built from PR #13 with suffix LNR24A1.