File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -382,6 +382,9 @@ Drivers and Sensors
382
382
383
383
* ADC
384
384
385
+ * Added support for ADC on STM32G0 Series.
386
+ * Introduced the ``adc_sequence_options::user_data `` field.
387
+
385
388
* CAN
386
389
387
390
* We reworked the configuration API.
@@ -452,6 +455,8 @@ Drivers and Sensors
452
455
* Add QSPI NOR Flash controller support for STM32 family.
453
456
* Added NXP LPC legacy flash driver.
454
457
* Added NXP FlexSPI flash driver for i.MX RT SoCs.
458
+ * Added support for nRF53 Series SoCs in the nRF QSPI NOR flash driver
459
+ (nrf_qspi_nor).
455
460
456
461
* GPIO
457
462
@@ -549,6 +554,12 @@ Drivers and Sensors
549
554
550
555
* PWM
551
556
557
+ * Added support for generating PWM signal based on RTC in the pwm_nrf5_sw
558
+ driver.
559
+ * Added optional API for capturing the PWM pulse width and period.
560
+ * Added PWM capture driver for the NXP Kinetis Pulse Width Timer (PWT).
561
+ * Removed the DesignWare and PCA9685 controller drivers.
562
+
552
563
* Sensor
553
564
554
565
* Fixed current conversion to milliamps in the MAX17055 driver.
You can’t perform that action at this time.
0 commit comments