mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-31 08:05:49 +00:00
Remove 'counter' as a supported feature on several NRF boards as these boards fail to build tests/drivers/counter/counter_basic_api. This is due to the fact that we either need explicit board conf files for the test or have the counter driver enabled via Kconfig. Fixes #15460 Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
16 lines
200 B
YAML
16 lines
200 B
YAML
identifier: nrf52840_papyr
|
|
name: Electronut Labs Papyr
|
|
type: mcu
|
|
arch: arm
|
|
toolchain:
|
|
- zephyr
|
|
- gnuarmemb
|
|
- xtools
|
|
supported:
|
|
- adc
|
|
- usb_device
|
|
- ble
|
|
- ieee802154
|
|
- pwm
|
|
- watchdog
|