drivers: pwm_nrf5_sw: Rename to pwm_nrf_sw
Since the driver can now be also used on nRF91 Series, its name need to be updated to not cause confusion. Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
This commit is contained in:
parent
8c1c666bab
commit
88ab153ac4
8 changed files with 43 additions and 42 deletions
|
@ -5,7 +5,7 @@ CONFIG_GPIO=y
|
|||
CONFIG_DISPLAY=y
|
||||
CONFIG_MICROBIT_DISPLAY=y
|
||||
CONFIG_PWM=y
|
||||
CONFIG_PWM_NRF5_SW=y
|
||||
CONFIG_PWM_NRF_SW=y
|
||||
|
||||
CONFIG_BT_RX_STACK_SIZE=1280
|
||||
CONFIG_BT_CTLR_DUP_FILTER_LEN=0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue