aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--release_note_next.txt8
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