diff --git a/hardware/hackrf-one/baseband.kicad_sch b/hardware/hackrf-one/baseband.kicad_sch index f75ed149..34e88a9f 100644 --- a/hardware/hackrf-one/baseband.kicad_sch +++ b/hardware/hackrf-one/baseband.kicad_sch @@ -5,12 +5,11 @@ (paper "User" 431.8 279.4) (title_block - (title "HackRF One") - (date "2022-08-28") - (rev "r9") - (company "Copyright 2012-2022 Great Scott Gadgets") - (comment 1 "Michael Ossmann") - (comment 2 "Licensed under the CERN-OHL-P v2") + (title "${TITLE}") + (date "${DATE}") + (rev "${VERSION}") + (company "${COPYRIGHT}") + (comment 1 "${LICENSE}") ) (lib_symbols diff --git a/hardware/hackrf-one/frontend.kicad_sch b/hardware/hackrf-one/frontend.kicad_sch index d00097b0..db39e42a 100644 --- a/hardware/hackrf-one/frontend.kicad_sch +++ b/hardware/hackrf-one/frontend.kicad_sch @@ -5,12 +5,11 @@ (paper "User" 431.8 279.4) (title_block - (title "HackRF One") - (date "2022-08-28") - (rev "r9") - (company "Copyright 2012-2022 Great Scott Gadgets") - (comment 1 "Michael Ossmann") - (comment 2 "Licensed under the CERN-OHL-P v2") + (title "${TITLE}") + (date "${DATE}") + (rev "${VERSION}") + (company "${COPYRIGHT}") + (comment 1 "${LICENSE}") ) (lib_symbols diff --git a/hardware/hackrf-one/hackrf-one.kicad_pcb b/hardware/hackrf-one/hackrf-one.kicad_pcb index 15468c37..89ed94fb 100644 --- a/hardware/hackrf-one/hackrf-one.kicad_pcb +++ b/hardware/hackrf-one/hackrf-one.kicad_pcb @@ -6,12 +6,11 @@ (paper "USLegal") (title_block - (title "HackRF One") - (date "2022-08-28") - (rev "r9") - (company "Copyright 2012-2022 Great Scott Gadgets") - (comment 1 "Michael Ossmann") - (comment 2 "Licensed under the CERN-OHL-P v2") + (title "${TITLE}") + (date "${DATE}") + (rev "${VERSION}") + (company "${COPYRIGHT}") + (comment 1 "${LICENSE}") ) (layers @@ -90,6 +89,12 @@ ) ) + (property "COPYRIGHT" "Copyright 2012-2023 Great Scott Gadgets") + (property "DATE" "2023-12-04") + (property "LICENSE" "Licensed under the CERN-OHL-P v2") + (property "TITLE" "HackRF One") + (property "VERSION" "8+") + (net 0 "") (net 1 "!MIX_BYPASS") (net 2 "!RX_AMP_PWR") @@ -14190,7 +14195,7 @@ (gr_text "4" (at 167.7 101.3) (layer "B.Cu") (tstamp 696aced8-9582-4109-b253-441a21176d62) (effects (font (size 1.016 1.016) (thickness 0.1778))) ) - (gr_text "r9" (at 97.8 103.7) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005f0633c1) + (gr_text "r${VERSION}\n" (at 97.8 103.7) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005f0633c1) (effects (font (size 1.778 1.27) (thickness 0.3048))) ) (gr_text "1V8" (at 65.08 130.804 90) (layer "F.SilkS") (tstamp 07e02c17-2ada-43f0-a47f-b6ba815bdcd6) @@ -14199,7 +14204,7 @@ (gr_text "P30 BANK2_AUX" (at 148.8238 102.4068) (layer "F.SilkS") (tstamp 0941da63-41ba-4e66-84fe-98928f792973) (effects (font (size 1.016 0.762) (thickness 0.1905))) ) - (gr_text "28 August 2022" (at 77.978 114.554 90) (layer "F.SilkS") (tstamp 0c715888-d605-4704-a6fd-5c88aa21104f) + (gr_text "${DATE}" (at 77.978 114.554 90) (layer "F.SilkS") (tstamp 0c715888-d605-4704-a6fd-5c88aa21104f) (effects (font (size 1.778 1.27) (thickness 0.3048))) ) (gr_text "RF" (at 65.08 135.63 90) (layer "F.SilkS") (tstamp 10077479-4451-4e72-8e92-7b8af28cf068) diff --git a/hardware/hackrf-one/hackrf-one.kicad_pro b/hardware/hackrf-one/hackrf-one.kicad_pro index 085572c1..f82ed7d2 100644 --- a/hardware/hackrf-one/hackrf-one.kicad_pro +++ b/hardware/hackrf-one/hackrf-one.kicad_pro @@ -463,5 +463,11 @@ "frontend" ] ], - "text_variables": {} + "text_variables": { + "COPYRIGHT": "Copyright 2012-2023 Great Scott Gadgets", + "DATE": "2023-12-04", + "LICENSE": "Licensed under the CERN-OHL-P v2", + "TITLE": "HackRF One", + "VERSION": "8+" + } } diff --git a/hardware/hackrf-one/hackrf-one.kicad_sch b/hardware/hackrf-one/hackrf-one.kicad_sch index 002a8923..9a272189 100644 --- a/hardware/hackrf-one/hackrf-one.kicad_sch +++ b/hardware/hackrf-one/hackrf-one.kicad_sch @@ -5,12 +5,11 @@ (paper "User" 431.8 279.4) (title_block - (title "HackRF One") - (date "2022-08-28") - (rev "r9") - (company "Copyright 2012-2022 Great Scott Gadgets") - (comment 1 "Michael Ossmann") - (comment 2 "Licensed under the CERN-OHL-P v2") + (title "${TITLE}") + (date "${DATE}") + (rev "${VERSION}") + (company "${COPYRIGHT}") + (comment 1 "${LICENSE}") ) (lib_symbols diff --git a/hardware/hackrf-one/mcu.kicad_sch b/hardware/hackrf-one/mcu.kicad_sch index d8644212..6da6eded 100644 --- a/hardware/hackrf-one/mcu.kicad_sch +++ b/hardware/hackrf-one/mcu.kicad_sch @@ -5,12 +5,11 @@ (paper "User" 431.8 279.4) (title_block - (title "HackRF One") - (date "2022-08-28") - (rev "r9") - (company "Copyright 2012-2022 Great Scott Gadgets") - (comment 1 "Michael Ossmann") - (comment 2 "Licensed under the CERN-OHL-P v2") + (title "${TITLE}") + (date "${DATE}") + (rev "${VERSION}") + (company "${COPYRIGHT}") + (comment 1 "${LICENSE}") ) (lib_symbols