We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7755f23 commit 3871b83Copy full SHA for 3871b83
Makefile
@@ -232,6 +232,10 @@ gen-device-rp: build/gen-device-svd
232
./build/gen-device-svd -source=https://github.com/posborne/cmsis-svd/tree/master/data/RaspberryPi lib/cmsis-svd/data/RaspberryPi/ src/device/rp/
233
GO111MODULE=off $(GO) fmt ./src/device/rp
234
235
+gen-device-renesas: build/gen-device-svd
236
+ ./build/gen-device-svd -source=https://github.com/tinygo-org/renesas-svd lib/renesas-svd/ src/device/renesas/
237
+ GO111MODULE=off $(GO) fmt ./src/device/renesas
238
+
239
# Get LLVM sources.
240
$(LLVM_PROJECTDIR)/llvm:
241
git clone -b xtensa_release_15.x --depth=1 https://github.com/espressif/llvm-project $(LLVM_PROJECTDIR)
0 commit comments