Added nRF52832 support to README and workflow

This commit is contained in:
ar664 2021-05-29 15:22:38 -04:00
parent 8695ebea97
commit 73d8d40612
2 changed files with 2 additions and 2 deletions

View file

@ -45,7 +45,7 @@ jobs:
pio ci --lib="." --board=due --project-option="build_flags=-Wno-misleading-indentation" pio ci --lib="." --board=due --project-option="build_flags=-Wno-misleading-indentation"
# Ignore warnings in the Arduino core # Ignore warnings in the Arduino core
pio ci --lib="." --board=adafruit_feather_nrf52840 --project-option="build_flags=-Wno-sign-compare -Wno-unused-function -Wno-unused-variable" pio ci --lib="." --board=adafruit_feather_nrf52840 --board=adafruit_feather_nrf52832 --project-option="build_flags=-Wno-sign-compare -Wno-unused-function -Wno-unused-variable"
env: env:
PLATFORMIO_CI_SRC: ${{ matrix.example }} PLATFORMIO_CI_SRC: ${{ matrix.example }}
PLATFORMIO_BUILD_FLAGS: -DWIICAMERA -DDEBUG_USB_HOST -Wall -Werror PLATFORMIO_BUILD_FLAGS: -DWIICAMERA -DDEBUG_USB_HOST -Wall -Werror

View file

@ -120,7 +120,7 @@ Currently the following boards are supported by the library:
* Sanguino * Sanguino
* Black Widdow * Black Widdow
* RedBearLab nRF51822 * RedBearLab nRF51822
* Adafruit Feather nRF52840 Express * Adafruit Feather nRF52832, 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