File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -397,6 +397,9 @@ Drivers and Sensors
397
397
398
398
* Atmel SAM0: Fixed adc voltage reference
399
399
* STM32: Added support for :c:enumerator: `adc_reference.ADC_REF_INTERNAL `.
400
+ * Added the :c:struct: `adc_dt_spec ` structure and associated helper macros,
401
+ e.g. :c:macro: `ADC_DT_SPEC_GET `, to facilitate getting configuration of
402
+ ADC channels from devicetree nodes.
400
403
401
404
* CAN
402
405
@@ -536,6 +539,13 @@ Drivers and Sensors
536
539
:c:macro: `PWM_STM32_COMPLEMENTARY ` to specify that PWM output should happen on a
537
540
complementary channel pincfg (eg:``tim1_ch2n_pb14 ``).
538
541
* STM32: Added counter mode support. See :dtcompatible: `st,stm32-timers `.
542
+ * Aligned nRF PWM drivers (pwm_nrfx and pwm_nrf5_sw) with the updated PWM API.
543
+ In particular, this means that the :c:func: `pwm_set ` and
544
+ :c:func: `pwm_set_cycles ` functions need to be called with a PWM channel
545
+ as a parameter, not with a pin number like it was for the deprecated
546
+ ``pwm_pin_set_* `` functions. Also, the ``flags `` parameter is now supported
547
+ by the drivers, so either the :c:macro: `PWM_POLARITY_INVERTED ` or
548
+ :c:macro: `PWM_POLARITY_NORMAL ` flag must be provided in each call.
539
549
540
550
* Reset
541
551
You can’t perform that action at this time.
0 commit comments