diff --git a/Makefile b/Makefile index 4618f95..6ed3007 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ clean: -rm -r ./build -rm ./Release/rnode_firmware* -prep: prep-esp32 prep-samd +prep: prep-esp32 prep-nrf prep-samd prep-esp32: arduino-cli core update-index --config-file arduino-cli.yaml diff --git a/arduino-cli.yaml b/arduino-cli.yaml index a8ad233..2f836f0 100644 --- a/arduino-cli.yaml +++ b/arduino-cli.yaml @@ -1,5 +1,6 @@ board_manager: additional_urls: + - https://adafruit.github.io/arduino-board-index/package_adafruit_index.json - https://liberatedsystems.co.uk/rnode-firmware-ce/esp-custom-package.json - https://raw.githubusercontent.com/RAKwireless/RAKwireless-Arduino-BSP-Index/main/package_rakwireless_index.json - http://unsigned.io/arduino/package_unsignedio_UnsignedBoards_index.json