mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-26 11:35:50 +00:00
Prepare for a day when all boards specify the chip select in the bus devicetree node by making sure that the devicetree node associated with arduino_spi uses the standard D10 pin from the arduino header as the cs-gpios property value. Also update the arduino tags in the board yaml files. Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
22 lines
259 B
YAML
22 lines
259 B
YAML
identifier: nrf52_pca10040
|
|
name: nRF52-PCA10040
|
|
type: mcu
|
|
arch: arm
|
|
toolchain:
|
|
- zephyr
|
|
- gnuarmemb
|
|
- xtools
|
|
ram: 64
|
|
flash: 512
|
|
supported:
|
|
- adc
|
|
- arduino_gpio
|
|
- arduino_i2c
|
|
- arduino_spi
|
|
- counter
|
|
- nvs
|
|
- i2c
|
|
- pwm
|
|
- spi
|
|
- watchdog
|