File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ fmt-check: ## Warn if any source needs reformatting
185
185
@unformatted=$$(gofmt -l $(FMT_PATHS ) ) ; [ -z " $$ unformatted" ] && exit 0; echo " Unformatted:" ; for fn in $$ unformatted; do echo " $$ fn" ; done ; exit 1
186
186
187
187
188
- gen-device : gen-device-avr gen-device-esp gen-device-nrf gen-device-sam gen-device-sifive gen-device-kendryte gen-device-nxp gen-device-rp # # Generate microcontroller-specific sources
188
+ gen-device : gen-device-avr gen-device-esp gen-device-nrf gen-device-sam gen-device-sifive gen-device-kendryte gen-device-nxp gen-device-rp gen-device-renesas # # Generate microcontroller-specific sources
189
189
ifneq ($(STM32 ) , 0)
190
190
gen-device : gen-device-stm32
191
191
endif
@@ -234,7 +234,7 @@ gen-device-rp: build/gen-device-svd
234
234
GO111MODULE=off $(GO ) fmt ./src/device/rp
235
235
236
236
gen-device-renesas : build/gen-device-svd
237
- ./build/gen-device-svd -source=https://github.com/tinygo-org/renesas -svd lib/renesas -svd/ src/device/renesas/
237
+ ./build/gen-device-svd -source=https://github.com/cmsis-svd/cmsis -svd-data/tree/master/data/Renesas lib/cmsis -svd/data/Renesas / src/device/renesas/
238
238
GO111MODULE=off $(GO ) fmt ./src/device/renesas
239
239
240
240
$(LLVM_PROJECTDIR ) /llvm :
You can’t perform that action at this time.
0 commit comments