Skip to content

Commit 292fde1

Browse files
doc: release-notes: add notes for LoRa, LoRaWAN and LED
Add release notes for LoRa, LoRaWAN and LED, got these from Manivannan on Discord. Signed-off-by: Fabio Baltieri <[email protected]> Co-authored-by: Manivannan Sadhasivam <[email protected]>
1 parent f178e3e commit 292fde1

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

doc/releases/release-notes-3.2.rst

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,10 +595,18 @@ Drivers and Sensors
595595

596596
* LED
597597

598-
* Updated LED PWM support for ESP32 boards
598+
* Added support for using multiple instances of LP5562 LED module.
599+
* Devicetree usage cleanups.
600+
* i2c_dt_spec migration.
601+
* Updated LED PWM support for ESP32 boards.
599602

600603
* LoRa
601604

605+
* Added support for setting the sync-word and iq-inverted modes in LoRa modems.
606+
* Removed ``REQUIRES_FULL_LIBC`` library dependency from LoRa drivers. This
607+
results in considerable flash memory savings.
608+
* Devicetree usage cleanups.
609+
602610
* MBOX
603611

604612
* MEMC
@@ -1382,6 +1390,11 @@ Libraries / Subsystems
13821390

13831391
* LoRaWAN
13841392

1393+
* Added Class-C support.
1394+
* Upgraded the loramac-node repository to v4.6.0.
1395+
* Moved the ``REQUIRES_FULL_LIBC`` library dependency from LoRa to LoRaWAN.
1396+
* Fixed the async reception in SX127x modems.
1397+
13851398
* Modbus
13861399

13871400
* Power management

0 commit comments

Comments
 (0)