doc: release: 3.6: Add notes about Atmel
Add 3.6.0 release notes for Atmel. Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
This commit is contained in:
parent
592a7cd6a7
commit
a50a529ddf
|
@ -247,6 +247,7 @@ Drivers and Sensors
|
|||
|
||||
* Flash
|
||||
|
||||
* Atmel SAM: Redesign controller to fully utilize flash page layout.
|
||||
* ``spi_nor`` driver now sleeps between polls in ``spi_nor_wait_until_ready``. If this is not
|
||||
desired (For example due to ROM constraints in a bootloader),
|
||||
:kconfig:option:`CONFIG_SPI_NOR_SLEEP_WHILE_WAITING_UNTIL_READY` can be disabled.
|
||||
|
@ -310,6 +311,8 @@ Drivers and Sensors
|
|||
|
||||
* RTC
|
||||
|
||||
* Atmel SAM: Added RTC driver.
|
||||
|
||||
* SDHC
|
||||
|
||||
* Sensor
|
||||
|
@ -428,6 +431,8 @@ Libraries / Subsystems
|
|||
|
||||
* Power management
|
||||
|
||||
* Atmel SAM: introduced SUPC functions to allow wakeup sources and poweroff.
|
||||
|
||||
* Random
|
||||
|
||||
* Retention
|
||||
|
|
Loading…
Reference in New Issue