zephyr/boards
Andrzej Głąbek 06225a4020 boards: arduino_nano_33_ble: Correct assignment of P0.13 to PWM
This is a follow-up to commit f4a0ddd8af.

Since the yellow LED and the SCK line of spi2 use the same pin
(P0.13), they cannot be used together. Consequently, the pin
should not be assigned to the same PWM instance as other pins
that drive LEDs, as the limitation of usage would apply to the
whole PWM instance (it acquires all the pins assigned to it on
initialization of the PWM driver, regardless of whether the PWM
signal is eventually generated on particular outputs or not).

Use a separate PWM instance (disabled by default) for driving
the yellow LED. Don't use the "nordic,invert" property for that
PWM, as the yellow LED is active high.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2022-04-21 07:34:35 -05:00
..
arc boards: qemu_arc: Enable networking via SLIP (serial port) 2022-03-24 08:27:40 -04:00
arm boards: arduino_nano_33_ble: Correct assignment of P0.13 to PWM 2022-04-21 07:34:35 -05:00
arm64 boards: fvp v8r: Fix the SRAM/FLASH to the right address 2022-03-16 09:19:44 -05:00
common runners: pyocd: Enable semihosting in pyOCD 2022-01-13 13:37:58 -06:00
mips boards: mips: add Qemu Malta support 2022-01-19 13:48:21 -05:00
nios2 cmake: support multiple entries in board.cmake 2021-11-12 21:33:42 -05:00
posix soc: nrf: Use data from DTS to populate HAS_HW_NRF_* Kconfig options 2022-04-02 15:14:38 +02:00
riscv esp32/s2/c3-based boards: remove pinmux definitions 2022-04-20 13:27:47 +02:00
shields doc: Fix spelling errors in .rst files 2022-04-19 11:48:26 +02:00
sparc cmake: support multiple entries in board.cmake 2021-11-12 21:33:42 -05:00
x86 build: make non zephyr/ include prefix configurable 2022-04-08 19:03:32 +02:00
xtensa esp32/s2/c3-based boards: remove pinmux definitions 2022-04-20 13:27:47 +02:00
CMakeLists.txt
deprecated.cmake boards: arm: bt610: Rename from bt6x0 2021-10-28 13:53:21 -04:00
index.rst boards: mips: add Qemu Malta support 2022-01-19 13:48:21 -05:00
Kconfig Kconfig: add CONFIG_BOARD_REVISION 2022-04-08 10:30:54 -07:00