From 772c71ec2782da87c9a143d0076d63a76c5c4361 Mon Sep 17 00:00:00 2001 From: deadprogram Date: Sat, 25 Nov 2023 09:59:10 +0100 Subject: [PATCH] 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 --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 718e4580..32d5d4fe 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