mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Added nRF52832 support to README and workflow
This commit is contained in:
parent
8695ebea97
commit
73d8d40612
2 changed files with 2 additions and 2 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue