|
2 | 2 |
|
3 | 3 | The Atmel Softpack can be found on [GitHub](https://github.com/atmelcorp/atmel-software-package). |
4 | 4 |
|
| 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 | + |
5 | 42 | ## Version 2.8 - 2017-01 |
6 | 43 |
|
7 | 44 | ### New drivers/examples |
|
0 commit comments