diff options
author | Ayke van Laethem <[email protected]> | 2024-02-07 13:27:13 +0100 |
---|---|---|
committer | Ron Evans <[email protected]> | 2024-02-09 16:12:21 +0100 |
commit | edb8766aabe971860dec5b5d3546b15ad15480dd (patch) | |
tree | 73705d0279facf02a74571624f57f41f37125d51 /GNUmakefile | |
parent | 413bb55e2c7e38a698220ed0720269bb765f08e9 (diff) | |
download | tinygo-edb8766aabe971860dec5b5d3546b15ad15480dd.tar.gz tinygo-edb8766aabe971860dec5b5d3546b15ad15480dd.zip |
esp32: switch over to the official SVD file
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 050399264..c5cfb3ccd 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -200,8 +200,8 @@ build/gen-device-svd: ./tools/gen-device-svd/*.go $(GO) build -o $@ ./tools/gen-device-svd/ gen-device-esp: build/gen-device-svd - ./build/gen-device-svd -source=https://github.com/posborne/cmsis-svd/tree/master/data/Espressif -interrupts=software lib/cmsis-svd/data/Espressif/ src/device/esp/ ./build/gen-device-svd -source=https://github.com/posborne/cmsis-svd/tree/master/data/Espressif-Community -interrupts=software lib/cmsis-svd/data/Espressif-Community/ src/device/esp/ + ./build/gen-device-svd -source=https://github.com/posborne/cmsis-svd/tree/master/data/Espressif -interrupts=software lib/cmsis-svd/data/Espressif/ src/device/esp/ GO111MODULE=off $(GO) fmt ./src/device/esp gen-device-nrf: build/gen-device-svd |