diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5cc29556..8c5c4d90 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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" diff --git a/README.md b/README.md index 968377d7..eba03c3c 100644 --- a/README.md +++ b/README.md @@ -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: . * STM32F4 diff --git a/library.json b/library.json index 559b7682..fbe6bc81 100644 --- a/library.json +++ b/library.json @@ -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"