mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
The Adafruit Feather nRF52840 Express is now a supported board
This commit is contained in:
parent
b435996557
commit
10a17b4ae3
3 changed files with 5 additions and 5 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
||||||
# See: https://travis-ci.org/github/felis/USB_Host_Shield_2.0/jobs/743787235
|
# 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
|
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
|
# 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"
|
pio ci --lib="." --board=teensy30 --board=teensy31 $TEENSY35 $TEENSY36 --project-option="lib_deps=SPI4Teensy3"
|
||||||
|
|
|
@ -116,6 +116,7 @@ Currently the following boards are supported by the library:
|
||||||
* Sanguino
|
* Sanguino
|
||||||
* Black Widdow
|
* Black Widdow
|
||||||
* RedBearLab nRF51822
|
* RedBearLab nRF51822
|
||||||
|
* Adafruit Feather nRF52840 Express
|
||||||
* Digilent chipKIT
|
* Digilent chipKIT
|
||||||
* Please see: <https://chome.nerpa.tech/mcu/usb/running-usb-host-code-on-digilent-chipkit-board>.
|
* Please see: <https://chome.nerpa.tech/mcu/usb/running-usb-host-code-on-digilent-chipkit-board>.
|
||||||
* STM32F4
|
* STM32F4
|
||||||
|
|
|
@ -7,8 +7,7 @@
|
||||||
{
|
{
|
||||||
"name": "Oleg Mazurov",
|
"name": "Oleg Mazurov",
|
||||||
"email": "mazurov@circuitsathome.com",
|
"email": "mazurov@circuitsathome.com",
|
||||||
"url": "http://www.circuitsathome.com",
|
"url": "http://www.circuitsathome.com"
|
||||||
"maintainer": true
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Alexei Glushchenko",
|
"name": "Alexei Glushchenko",
|
||||||
|
@ -22,8 +21,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Andrew Kroll",
|
"name": "Andrew Kroll",
|
||||||
"email": "xxxajk@gmail.com",
|
"email": "xxxajk@gmail.com"
|
||||||
"maintainer": true
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"repository":
|
"repository":
|
||||||
|
@ -50,6 +48,7 @@
|
||||||
"teensy",
|
"teensy",
|
||||||
"atmelsam",
|
"atmelsam",
|
||||||
"nordicnrf51",
|
"nordicnrf51",
|
||||||
|
"nordicnrf52",
|
||||||
"ststm32",
|
"ststm32",
|
||||||
"espressif8266",
|
"espressif8266",
|
||||||
"espressif32"
|
"espressif32"
|
||||||
|
|
Loading…
Reference in a new issue