]> git.tnoah.ca Git - lora-radio.git/commitdiff
fixes adds missing adafruit repo used for prep-nrf, and adds prep-nrf to the make...
authorJeremy <jeremy@gray>
Mon, 16 Sep 2024 16:50:56 +0000 (12:50 -0400)
committerJeremy <jeremy@gray>
Mon, 16 Sep 2024 16:50:56 +0000 (12:50 -0400)
Makefile
arduino-cli.yaml

index 4618f95042834273667d028941ea0f66142e05a0..6ed30073a9658afbba0c71973925fde47b037780 100644 (file)
--- 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
index a8ad233eaee2f0ba3d42e7a37e7a70ce5b06a132..2f836f008b8b0624056d6562cfff16f0a5d988d1 100644 (file)
@@ -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