From 040722f51c5cdaf2f0e3a968f98b618b760c15c2 Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Thu, 14 May 2026 23:04:33 +0200 Subject: [PATCH] chore: migrate <> placeholder to <> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Aligns the KiCad title-block placeholder with the new versioning concept documented at oe5xrx.org/docs/remote-station/hardware/versioning/. The placeholder is substituted at CI time: - Release build: v1.5 → "1.5" (semver only, no `v`, no SHA) - Debug build: "BETA-" No electrical or layout change — pure text replacement on the title-block silkscreen text. Requires HW-Module-CI feat/version-placeholder (OE5XRX/HW-Module-CI#4) to be merged first; otherwise CI substitutes the old <> token and leaves the new <> string literal in the title block until the CI side catches up. Co-Authored-By: Claude Opus 4.7 --- 5V.kicad_sch | 2 +- AF_OUT-ADC-filter.kicad_sch | 2 +- DAC-MIC_IN-filter.kicad_sch | 2 +- FMTransceiver.kicad_pcb | 4 ++-- FMTransceiver.kicad_sch | 2 +- connector_cpu.kicad_sch | 2 +- pin_driver.kicad_sch | 2 +- pin_driver_npn.kicad_sch | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/5V.kicad_sch b/5V.kicad_sch index 4ad863d..845f7ae 100644 --- a/5V.kicad_sch +++ b/5V.kicad_sch @@ -6,7 +6,7 @@ (paper "A4") (title_block (title "5V HF") - (rev "<>") + (rev "<>") (company "Amateurfunkclub für Remote Stationen") ) (lib_symbols diff --git a/AF_OUT-ADC-filter.kicad_sch b/AF_OUT-ADC-filter.kicad_sch index 2f7bcf0..25c3c3b 100644 --- a/AF_OUT-ADC-filter.kicad_sch +++ b/AF_OUT-ADC-filter.kicad_sch @@ -6,7 +6,7 @@ (paper "A4") (title_block (title "AF_OUT to ADC filter") - (rev "<>") + (rev "<>") (company "Amateurfunkclub für Remote Stationen") ) (lib_symbols diff --git a/DAC-MIC_IN-filter.kicad_sch b/DAC-MIC_IN-filter.kicad_sch index a0e6425..9d0e42b 100644 --- a/DAC-MIC_IN-filter.kicad_sch +++ b/DAC-MIC_IN-filter.kicad_sch @@ -6,7 +6,7 @@ (paper "A4") (title_block (title "DAC to MIC_IN filter") - (rev "<>") + (rev "<>") (company "Amateurfunkclub für Remote Stationen") ) (lib_symbols diff --git a/FMTransceiver.kicad_pcb b/FMTransceiver.kicad_pcb index aa21c6d..9ed9552 100644 --- a/FMTransceiver.kicad_pcb +++ b/FMTransceiver.kicad_pcb @@ -9,7 +9,7 @@ (paper "A4") (title_block (title "FM Module") - (rev "<>") + (rev "<>") (company "Amateurfunkclub für Remote Stationen") (comment 1 "JLC04161H-7628") ) @@ -18112,7 +18112,7 @@ (justify left bottom) ) ) - (gr_text "<>" + (gr_text "<>" (at 153.797 126.695 0) (layer "F.SilkS") (uuid "3c954e68-d820-45e3-b698-e463f455bc0d") diff --git a/FMTransceiver.kicad_sch b/FMTransceiver.kicad_sch index 0c6ed51..6cde0f8 100644 --- a/FMTransceiver.kicad_sch +++ b/FMTransceiver.kicad_sch @@ -6,7 +6,7 @@ (paper "A4") (title_block (title "FM Module") - (rev "<>") + (rev "<>") (company "Amateurfunkclub für Remote Stationen") ) (lib_symbols diff --git a/connector_cpu.kicad_sch b/connector_cpu.kicad_sch index ceb11a3..cb34bf7 100644 --- a/connector_cpu.kicad_sch +++ b/connector_cpu.kicad_sch @@ -6,7 +6,7 @@ (paper "A4") (title_block (title "STM32") - (rev "<>") + (rev "<>") (company "Amateurfunkclub für Remote Stationen") ) (lib_symbols diff --git a/pin_driver.kicad_sch b/pin_driver.kicad_sch index 241642d..4d98513 100644 --- a/pin_driver.kicad_sch +++ b/pin_driver.kicad_sch @@ -6,7 +6,7 @@ (paper "A4") (title_block (title "Pin Driver for the SA818 MOSFET") - (rev "<>") + (rev "<>") (company "Amateurfunkclub für Remote Stationen") ) (lib_symbols diff --git a/pin_driver_npn.kicad_sch b/pin_driver_npn.kicad_sch index 306e05b..314e80b 100644 --- a/pin_driver_npn.kicad_sch +++ b/pin_driver_npn.kicad_sch @@ -6,7 +6,7 @@ (paper "A4") (title_block (title "Pin Driver for the SA818 NPN") - (rev "<>") + (rev "<>") (company "Amateurfunkclub für Remote Stationen") ) (lib_symbols