aboutsummaryrefslogtreecommitdiffhomepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authordeadprogram <[email protected]>2023-11-25 09:59:10 +0100
committerRon Evans <[email protected]>2023-11-25 15:34:20 +0100
commit772c71ec2782da87c9a143d0076d63a76c5c4361 (patch)
tree674bb38079d1cc55589b1b304788f9382f3346af /GNUmakefile
parent9b896dc9813c8106910cf8f97b5704a09f5998ec (diff)
downloadtinygo-772c71ec2782da87c9a143d0076d63a76c5c4361.tar.gz
tinygo-772c71ec2782da87c9a143d0076d63a76c5c4361.zip
make/gen-device-esp: change order of generating ESP32 device wrappers to avoid community ESP32 being overwritten by the official one
Signed-off-by: deadprogram <[email protected]>
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 718e45807..32d5d4fec 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-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/
+ ./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/
GO111MODULE=off $(GO) fmt ./src/device/esp
gen-device-nrf: build/gen-device-svd