From f6f41b82b7809ce2da4129a7d3ca50a691267fd9 Mon Sep 17 00:00:00 2001 From: Vge0rge Date: Mon, 9 Jun 2025 02:20:00 +0200 Subject: [PATCH 1/2] Update package name in json Update the package name to avoid using spaces since it doesn't work with the Arduino IDE. Signed-off-by: Vge0rge --- package_nRFMicro_index.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package_nRFMicro_index.json b/package_nRFMicro_index.json index da56474b..af73876f 100644 --- a/package_nRFMicro_index.json +++ b/package_nRFMicro_index.json @@ -1,7 +1,7 @@ { "packages": [ { - "name": "nRFMicro-like Boards", + "name": "nRFMicro-like-Boards", "maintainer": "pdcook", "websiteURL": "https://github.com/pdcook/nRFMicro-Arduino-Core", "email": "", @@ -10,7 +10,7 @@ }, "platforms": [ { - "name": "nRFMicro-like Boards", + "name": "nRFMicro-like-Boards", "architecture": "nrf52", "version": "1.0.0", "category": "Contributed", @@ -56,7 +56,7 @@ ] }, { - "name": "nRFMicro-like Boards", + "name": "nRFMicro-like-Boards", "architecture": "nrf52", "version": "1.0.1", "category": "Contributed", @@ -102,7 +102,7 @@ ] }, { - "name": "nRFMicro-like Boards", + "name": "nRFMicro-like-Boards", "architecture": "nrf52", "version": "1.0.2", "category": "Contributed", From 3dab6477754d9b28053fe36b06c718cde6e93d3f Mon Sep 17 00:00:00 2001 From: Vge0rge Date: Mon, 9 Jun 2025 02:39:01 +0200 Subject: [PATCH 2/2] Adds seeduino board index Which is required by the nRFMicro core as a dependency. Signed-off-by: Vge0rge --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c0e1b6d..cdef8958 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,13 @@ There are two methods that you can use to install this BSP. We highly recommend 1. [Download and install the Arduino IDE](https://www.arduino.cc/en/Main/Software) (At least v1.6.12) 2. Start the Arduino IDE 3. Go into Preferences - 4. Add "https://raw.githubusercontent.com/pdcook/nRFMicro-Arduino-Core/main/package_nRFMicro_index.json" as an 'Additional Board Manager URL' + 4. Add the following lines as 'Additional Board Manager URL' + + ``` + https://files.seeedstudio.com/arduino/package_seeeduino_boards_index.json + https://raw.githubusercontent.com/pdcook/nRFMicro-Arduino-Core/main/package_nRFMicro_index.json + ``` + 5. Restart the Arduino IDE 6. Open the Boards Manager from the Tools -> Board menu and install 'nRFMicro Boards' 7. Once the BSP is installed, select 'nRFMicro' or 'SuperMini nRF52840' from the Tools -> Board menu, which will update your system config to use the right compiler and settings for the nRF52.