Skip to content

Commit

Permalink
prepare for release 2.10: update version and ChangeLog.md
Browse files Browse the repository at this point in the history
Signed-off-by: Loic Lefort <loic.lefort@microchip.com>
  • Loading branch information
loiclefort committed Oct 5, 2017
1 parent 70a39c9 commit 5ee259e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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

## Version 2.10 - 2017-10

### Fixes

- Fix build issues with new SPI-NOR driver on IAR.
- Disable SFDP on SST26 memories (non-uniform erase map is not yet supported.)
- Fix SPI-NOR driver to return an error code when no memory is detected.
- Fix build issue with generic targets when the device has QSPI.
- Enable interrupts for all GMAC queues.
- Several fixes to high level ADC driver (adcd) and ADC example.
- Fix NAND issue: 8-bit bus width was broken
- Fix NAND applet displaying invalid warning about ECC requirements


## Version 2.9 - 2017-09

### New drivers/examples
Expand Down
2 changes: 1 addition & 1 deletion scripts/Makefile.vars
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 2.9
VERSION = 2.10
DEFAULT_AVAILABLE_TARGETS = sama5d4-generic sama5d4-xplained sama5d4-ek \
sama5d2-generic sama5d2-xplained \
sama5d2-vb-bga196 sama5d2-vb-bga289 \
Expand Down

0 comments on commit 5ee259e

Please sign in to comment.