The Adafruit Feather nRF52840 Express is now a supported board

This commit is contained in:
Kristian Sloth Lauszus 2021-03-23 12:46:31 +01:00
parent b435996557
commit 10a17b4ae3
3 changed files with 5 additions and 5 deletions

View file

@ -33,7 +33,7 @@ jobs:
# See: https://travis-ci.org/github/felis/USB_Host_Shield_2.0/jobs/743787235
if [[ "${{ matrix.example }}" != *"bidirectional_converter" ]]; then TEENSY35="--board=teensy35"; TEENSY36="--board=teensy36"; TEENSY40="--board=teensy40"; TEENSY41="--board=teensy41"; fi
pio ci --lib="." $UNO --board=genuino101 --board=teensylc $TEENSY40 $TEENSY41 --board=esp12e --board=nodemcu --board=esp32dev
pio ci --lib="." $UNO --board=genuino101 --board=teensylc $TEENSY40 $TEENSY41 --board=esp12e --board=nodemcu --board=esp32dev --board=adafruit_feather_nrf52840
# Teensy 3.x depends on the SPI4Teensy3 library: https://platformio.org/lib/show/417/SPI4Teensy3
pio ci --lib="." --board=teensy30 --board=teensy31 $TEENSY35 $TEENSY36 --project-option="lib_deps=SPI4Teensy3"

View file

@ -116,6 +116,7 @@ Currently the following boards are supported by the library:
* Sanguino
* Black Widdow
* RedBearLab nRF51822
* Adafruit Feather nRF52840 Express
* Digilent chipKIT
* Please see: <https://chome.nerpa.tech/mcu/usb/running-usb-host-code-on-digilent-chipkit-board>.
* STM32F4

View file

@ -7,8 +7,7 @@
{
"name": "Oleg Mazurov",
"email": "mazurov@circuitsathome.com",
"url": "http://www.circuitsathome.com",
"maintainer": true
"url": "http://www.circuitsathome.com"
},
{
"name": "Alexei Glushchenko",
@ -22,8 +21,7 @@
},
{
"name": "Andrew Kroll",
"email": "xxxajk@gmail.com",
"maintainer": true
"email": "xxxajk@gmail.com"
}
],
"repository":
@ -50,6 +48,7 @@
"teensy",
"atmelsam",
"nordicnrf51",
"nordicnrf52",
"ststm32",
"espressif8266",
"espressif32"