Skip to content

Commit

Permalink
nRF52: transition onto Arduino Core 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lyusupov committed Aug 24, 2021
1 parent 45d10b9 commit 23ad286
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ install:
fi
- if [[ "$BOARD" =~ "adafruit:nrf52:" ]]; then
arduino --pref "boardsmanager.additional.urls=https://www.adafruit.com/package_adafruit_index.json" --save-prefs ;
arduino --install-boards adafruit:nrf52:0.24.0 ;
arduino --install-boards adafruit:nrf52:1.0.0 ;
arduino --board $BOARD --save-prefs ;
arduino --pref "custom_debug=pca10056_l0" --save-prefs ;
arduino --pref "custom_softdevice=pca10056_s140v6" --save-prefs ;
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Generic<br>NMEA|[Standalone](https://github.com/lyusupov/SoftRF/wiki/Standalone-
* [Uni Edition](https://github.com/lyusupov/SoftRF/wiki/Uni-Edition)
* [Firmware installation](https://github.com/lyusupov/SoftRF/wiki/Uni-Edition.-Firmware-maintenance-procedures)
* [Enclosure](https://github.com/lyusupov/SoftRF/tree/master/case/Uni)
* [Mini Edition](https://github.com/lyusupov/SoftRF/wiki/Mini-Edition) ![](https://github.com/lyusupov/SoftRF/raw/master/documents/images/new-icon.jpg)
* [Mini Edition](https://github.com/lyusupov/SoftRF/wiki/Mini-Edition)
* [Firmware installation](https://github.com/lyusupov/SoftRF/tree/master/software/firmware/binaries#cubecell)
* [Quick start](https://github.com/lyusupov/SoftRF/wiki/Mini-Edition.-Quick-start)
* [Enclosure](https://github.com/lyusupov/SoftRF/tree/master/case/Mini)
Expand Down Expand Up @@ -125,7 +125,7 @@ Generic<br>NMEA|[Standalone](https://github.com/lyusupov/SoftRF/wiki/Standalone-
* [Source](https://github.com/lyusupov/SoftRF/tree/master/software/firmware/source)
* Extras
* [Long range (LoRa) RF module](https://github.com/lyusupov/SoftRF/wiki/SoftRF-LoRa-module)
* [Frequency deviation](https://github.com/lyusupov/SoftRF/wiki/Frequency-deviation) ![](https://github.com/lyusupov/SoftRF/raw/master/documents/images/new-icon.jpg)
* [Frequency deviation](https://github.com/lyusupov/SoftRF/wiki/Frequency-deviation)
* Protocols
* [UAT](https://github.com/lyusupov/SoftRF/tree/master/software/firmware/source/UATbridge)
* [OGNTP](https://github.com/lyusupov/SoftRF/wiki/OGNTP-compatibility)
Expand Down
2 changes: 1 addition & 1 deletion software/firmware/source/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ You will need to have an ST-LINK/V2 USB adapter connected in order to put the fi
## nRF52840

1. Follow [these official instructions](https://github.com/adafruit/Adafruit_nRF52_Arduino#recommended-adafruit-nrf52-bsp-via-the-arduino-board-manager)
to install Arduino IDE and [latest **stable** Arduino Core for Adafruit Bluefruit nRF52 Boards](https://github.com/adafruit/Adafruit_nRF52_Arduino/releases/tag/0.24.0) (0.24.0)
to install Arduino IDE and [latest **stable** Arduino Core for Adafruit Bluefruit nRF52 Boards](https://github.com/adafruit/Adafruit_nRF52_Arduino/releases/tag/1.0.0) (1.0.0)
2. open ``<My Documents>`` (Windows) or ``<Home>`` (Linux) directory
3. create **Arduino** sub-directory
4. transfer full content of **SoftRF** and **libraries** GitHub folders into the sub-directory:
Expand Down

0 comments on commit 23ad286

Please sign in to comment.