From d1e86b43b7db4640f1329e74721ca5a72c2ee1e2 Mon Sep 17 00:00:00 2001 From: "jacob.eva" Date: Sat, 20 Jan 2024 10:58:24 +0000 Subject: [PATCH] Add RAK4630 BSP --- Makefile | 4 ++++ arduino-cli.yaml | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ee69719..18d0934 100644 --- a/Makefile +++ b/Makefile @@ -37,6 +37,10 @@ prep-samd: arduino-cli core update-index --config-file arduino-cli.yaml arduino-cli core install adafruit:samd +prep-nrf: + arduino-cli core update-index --config-file arduino-cli.yaml + arduino-cli core install rakwireless:nrf52 + console-site: make -C Console clean site diff --git a/arduino-cli.yaml b/arduino-cli.yaml index a461917..b7b1622 100644 --- a/arduino-cli.yaml +++ b/arduino-cli.yaml @@ -1,3 +1,4 @@ board_manager: additional_urls: - - https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json \ No newline at end of file + - https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json + - https://raw.githubusercontent.com/RAKwireless/RAKwireless-Arduino-BSP-Index/main/package_rakwireless_index.json