Skip to content

Commit 3871b83

Browse files
committed
make: add make task to generate Renesas device wrappers
Signed-off-by: deadprogram <[email protected]>
1 parent 7755f23 commit 3871b83

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,10 @@ gen-device-rp: build/gen-device-svd
232232
./build/gen-device-svd -source=https://github.com/posborne/cmsis-svd/tree/master/data/RaspberryPi lib/cmsis-svd/data/RaspberryPi/ src/device/rp/
233233
GO111MODULE=off $(GO) fmt ./src/device/rp
234234

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+
235239
# Get LLVM sources.
236240
$(LLVM_PROJECTDIR)/llvm:
237241
git clone -b xtensa_release_15.x --depth=1 https://github.com/espressif/llvm-project $(LLVM_PROJECTDIR)

0 commit comments

Comments
 (0)