diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-02-04 09:49:24 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-02-04 09:49:24 +0000 |
commit | 315d1403abc85c2700d1de475811a94946168a15 (patch) | |
tree | d5fcca5c3da1962d8db4651da2fb7f0cc9bb61d8 | |
parent | 3052c204fd97ffe188206f6bc575cecfdb358b9c (diff) | |
download | ChibiOS-315d1403abc85c2700d1de475811a94946168a15.tar.gz ChibiOS-315d1403abc85c2700d1de475811a94946168a15.tar.bz2 ChibiOS-315d1403abc85c2700d1de475811a94946168a15.zip |
Added notes regardin AVR port.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11427 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | release_note_next.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/release_note_next.txt b/release_note_next.txt index 2dc4cb2d9..fdfd7028c 100644 --- a/release_note_next.txt +++ b/release_note_next.txt @@ -113,13 +113,19 @@ received a series of important improvements, new features have been added. callbacks in place of classic events.
- Improved USB driver.
- Added a usbWakeupHost() function for standby exit.
-- ImprovedHAL queues to improve performance. Added new functions: iqGetI(),
+- Improved HAL queues to increase performance. Added new functions: iqGetI(),
iqReadI(), oqPutI() and oqWriteI().
*** What's new in EX 1.0.0 ***
- No changes.
+*** What's new in AVR HAL support ***
+
+- Added initial ATtiny167 support.
+- Added initial ATXmega128a4u support.
+- Improvement of SPI, EXT, PAL low level drivers.
+
*** What's new in STM32 HAL support ***
- Updated SPI drivers to implement the new circular mode of the HAL SPI
|