Skip to content

Commit

Permalink
release 2.9: update the version, ChangeLog.md
Browse files Browse the repository at this point in the history
Signed-off-by: Tony Han <tony.han@microchip.com>
  • Loading branch information
TonyHan11 committed Sep 22, 2017
1 parent 932103f commit b45d372
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 1 deletion.
37 changes: 37 additions & 0 deletions ChangeLog.md
Expand Up @@ -2,6 +2,43 @@

The Atmel Softpack can be found on [GitHub](https://github.com/atmelcorp/atmel-software-package).

## Version 2.9 - 2017-09

### New drivers/examples

- Add support for SAMA5D27 SOM1 EK board (examples listed in softpack.md).
- Add more drivers/examples for SAME70 XPLAINED, SAMV71 XPLAINED boards.
- Add support for SST26VF032B, S25FL064P QSPI flash memory.
- Add USBHS support for USB examples of Cortex-M7 MCUs.
- Add support for newer QSPI peripheral.
- Add SFDP for serial flash memories.

### Enhancements

- Enhance support for at24 series memories by adjusting the timings.
- Improve the DDR settings for higher performance.
- Re-factor drivers for CAN/MCAN.
- Improve the video stream for USB video devices.
- Add write-protection support for SD/MMC.
- Update the pin definitions for FLEXCOM.
- Rework the drivers for NAND flash memories.
- Upgrade the applets for SAM-BA.
- Update USB drivers/examples for compliance tests in USB20CV.
- Update the flash loaders.
- Update drivers for SPI NOR flash memories.

### Fixes

- Fix TDES transfers in DMA mode.
- Fix timings for DDRAM.
- Fix RTC assert conditions.
- Fix the IRQ for Cortex-M7 MCUs while running examples in DDRAM using GCC.
- Fix DMA unstable issue caused by the loop field in the configuration not
initialized before be used.
- Fix bootstrap halt issue while running examples in DDRAM using GCC.
- Fix SAM-BA applets support for >4G eMMC.


## Version 2.8 - 2017-01

### New drivers/examples
Expand Down
2 changes: 1 addition & 1 deletion scripts/Makefile.vars
@@ -1,4 +1,4 @@
VERSION = 2.8
VERSION = 2.9
DEFAULT_AVAILABLE_TARGETS = sama5d4-generic sama5d4-xplained sama5d4-ek \
sama5d2-generic sama5d2-xplained sama5d2-ptc-engi \
sama5d2-vb-bga196 sama5d2-vb-bga289 \
Expand Down
1 change: 1 addition & 0 deletions softpack.md
Expand Up @@ -21,6 +21,7 @@ The Atmel Softpack support multiple devices and multiple targets.

* SAM9xx5 EVALUATION KIT (sam9g15-ek, sam9g25-ek, sam9g35-ek, sam9x25-ek, sam9x35-ek)
* SAMA5D2 XPLAINED ULTRA (sama5d2-xplained)
* SAMA5D27 SOM1 EK (sama5d27-som1-ek)
* SAMA5D3 XPLAINED (sama5d3-xplained)
* SAMA5D3 EVALUATION KIT (sama5d3-ek)
* SAMA5D4 XPLAINED ULTRA (sama5d4-xplained)
Expand Down

0 comments on commit b45d372

Please sign in to comment.