From 0db3f05ade565c23bc1654b5a88af4a06c71e17e Mon Sep 17 00:00:00 2001 From: xengineering Date: Fri, 23 Aug 2024 16:58:30 +0200 Subject: pcb: Remove folder It is planned to switch to Ethernet instead of LoRa for communication. Thus the custom PCB with the STM32WL MCU does not make sense anymore. To get started the Ethernet variant will use a ST NUCLEO board to avoid creating a custom PCB first. --- tools/build.sh | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100755 tools/build.sh (limited to 'tools/build.sh') diff --git a/tools/build.sh b/tools/build.sh deleted file mode 100755 index 788e67a..0000000 --- a/tools/build.sh +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/sh - - -set -euf - - -# absolute paths -script="$(realpath $0)" -tools="$(dirname "${script}")" -src="$(dirname "${tools}")" -build="${src}/build" - -# paths relative to the build or src folder -pcb='pcb' -schematic="${pcb}/iot-contact.kicad_sch" -board="${pcb}/iot-contact.kicad_pcb" - - -mkdir -pv "${build}/${pcb}" - -kicad-cli sch export pdf \ - --output "${build}/${schematic}.pdf" \ - --black-and-white \ - "${src}/${schematic}" - -kicad-cli pcb export pdf \ - --output "${build}/${board}.pdf" \ - --layers F.Cu,Edge.Cuts \ - --include-border-title \ - --black-and-white \ - "${src}/${board}" -- cgit v1.2.3-70-g09d2