Skip to content

Commit b45d372

Browse files
committed
release 2.9: update the version, ChangeLog.md
Signed-off-by: Tony Han <[email protected]>
1 parent 932103f commit b45d372

File tree

3 files changed

+39
-1
lines changed

3 files changed

+39
-1
lines changed

ChangeLog.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,43 @@
22

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

5+
## Version 2.9 - 2017-09
6+
7+
### New drivers/examples
8+
9+
- Add support for SAMA5D27 SOM1 EK board (examples listed in softpack.md).
10+
- Add more drivers/examples for SAME70 XPLAINED, SAMV71 XPLAINED boards.
11+
- Add support for SST26VF032B, S25FL064P QSPI flash memory.
12+
- Add USBHS support for USB examples of Cortex-M7 MCUs.
13+
- Add support for newer QSPI peripheral.
14+
- Add SFDP for serial flash memories.
15+
16+
### Enhancements
17+
18+
- Enhance support for at24 series memories by adjusting the timings.
19+
- Improve the DDR settings for higher performance.
20+
- Re-factor drivers for CAN/MCAN.
21+
- Improve the video stream for USB video devices.
22+
- Add write-protection support for SD/MMC.
23+
- Update the pin definitions for FLEXCOM.
24+
- Rework the drivers for NAND flash memories.
25+
- Upgrade the applets for SAM-BA.
26+
- Update USB drivers/examples for compliance tests in USB20CV.
27+
- Update the flash loaders.
28+
- Update drivers for SPI NOR flash memories.
29+
30+
### Fixes
31+
32+
- Fix TDES transfers in DMA mode.
33+
- Fix timings for DDRAM.
34+
- Fix RTC assert conditions.
35+
- Fix the IRQ for Cortex-M7 MCUs while running examples in DDRAM using GCC.
36+
- Fix DMA unstable issue caused by the loop field in the configuration not
37+
initialized before be used.
38+
- Fix bootstrap halt issue while running examples in DDRAM using GCC.
39+
- Fix SAM-BA applets support for >4G eMMC.
40+
41+
542
## Version 2.8 - 2017-01
643

744
### New drivers/examples

scripts/Makefile.vars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 2.8
1+
VERSION = 2.9
22
DEFAULT_AVAILABLE_TARGETS = sama5d4-generic sama5d4-xplained sama5d4-ek \
33
sama5d2-generic sama5d2-xplained sama5d2-ptc-engi \
44
sama5d2-vb-bga196 sama5d2-vb-bga289 \

softpack.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ The Atmel Softpack support multiple devices and multiple targets.
2121

2222
* SAM9xx5 EVALUATION KIT (sam9g15-ek, sam9g25-ek, sam9g35-ek, sam9x25-ek, sam9x35-ek)
2323
* SAMA5D2 XPLAINED ULTRA (sama5d2-xplained)
24+
* SAMA5D27 SOM1 EK (sama5d27-som1-ek)
2425
* SAMA5D3 XPLAINED (sama5d3-xplained)
2526
* SAMA5D3 EVALUATION KIT (sama5d3-ek)
2627
* SAMA5D4 XPLAINED ULTRA (sama5d4-xplained)

0 commit comments

Comments
 (0)