Initial commit

Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
This commit is contained in:
Thomas Klaehn
2025-02-08 08:48:24 +01:00
commit 18e9f86c36
28 changed files with 669 additions and 0 deletions

10
scripts/jtag-host.sh Executable file
View File

@@ -0,0 +1,10 @@
#! /bin/sh
git clone https://github.com/espressif/openocd-esp32.git
install -m 0644 openocd-esp32/contrib/60-openocd.rules /etc/udev/rules.d
rm -rf openocd-esp32/
udevadm control -R
udevadm trigger