File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -123,6 +123,12 @@ Deprecated in this release
123
123
* The TinyCBOR module has been deprecated in favor of the new zcbor CBOR
124
124
library, included with Zephyr in this release.
125
125
126
+ * GPIO
127
+
128
+ * Deprecated the ``GPIO_INT_DEBOUNCE `` flag and the ``GPIO_DS_* `` and
129
+ ``GPIO_VOLTAGE_* `` groups of flags. Controller/SoC specific flags
130
+ should now be used instead.
131
+
126
132
* SPI
127
133
128
134
* Deprecated the `gpio_dev `, `gpio_pin ` and `gpio_dt_flags ` members from
@@ -459,6 +465,13 @@ Drivers and Sensors
459
465
460
466
* GPIO
461
467
468
+ * Refactored GPIO flags. Upper 8 bits of ``gpio_dt_flags_t `` is now reserved
469
+ for controller/SoC specific flags and certain hardware-specific flags
470
+ defined as common so far (IO voltage level, drive strength, debounce filter)
471
+ were replaced with ones defined in this controller/SoC specific space.
472
+ * Added Xilinx PS MIO/EMIO GPIO controller driver.
473
+ * Extended the NXP PCA95XX driver to support also PCAL95XX.
474
+
462
475
* HWINFO
463
476
464
477
* Atmel SAM: Added RSTC support
@@ -473,6 +486,10 @@ Drivers and Sensors
473
486
474
487
* I2S
475
488
489
+ * Ported I2S drivers to pinctrl.
490
+ * Fixed multiple bugs in the NXP I2S (SAI) driver, including problems with
491
+ DMA transmission and FIFO under/overruns.
492
+
476
493
* Interrupt Controller
477
494
478
495
* MBOX
You can’t perform that action at this time.
0 commit comments