aboutsummaryrefslogtreecommitdiffstats
path: root/release_note_next.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-01-14 10:48:19 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-01-14 10:48:19 +0000
commite00c841efc36e181da8867176a82ad32c9e186c6 (patch)
treee39aae1f3fcbb6729167d69b5627f5a71cde022e /release_note_next.txt
parentc68731f14df65ca57eda2fb327ae9f5cdd4b1812 (diff)
downloadChibiOS-e00c841efc36e181da8867176a82ad32c9e186c6.tar.gz
ChibiOS-e00c841efc36e181da8867176a82ad32c9e186c6.tar.bz2
ChibiOS-e00c841efc36e181da8867176a82ad32c9e186c6.zip
Fixes and notes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11271 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'release_note_next.txt')
-rw-r--r--release_note_next.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/release_note_next.txt b/release_note_next.txt
index f0b226f49..2d8d67471 100644
--- a/release_note_next.txt
+++ b/release_note_next.txt
@@ -73,9 +73,9 @@ received a series of important improvements, new features have been added.
*** What's new in NIL 3.0.0 ***
-- The type systime_t has been split in systime_t and sysinterval_t, the
- two can have different size. The system is now more rigorous in time
- handling, an absolute time is something different from an interval.
+- The type systime_t has been split in systime_t and sysinterval_t. The
+ system is now more rigorous in time handling, an absolute time is
+ something different from an interval.
- Time conversion macros have been renamed in TIME_S2I(), TIME_MS2I(),
TIME_US2(), TIME_I2S(), TIME_I2MS() and TIME_I2US. Conversion is now done
by casting all operands to a large time_conv_t type improving safety by
@@ -112,12 +112,12 @@ 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.
-- Modified the HAL queues to improve performance. Added new functions:
- iqGetI(), iqReadI(), oqPutI() and oqWriteI().
+- ImprovedHAL queues to improve performance. Added new functions: iqGetI(),
+ iqReadI(), oqPutI() and oqWriteI().
*** What's new in EX 1.0.0 ***
-- None changed.
+- No changes.
*** What's new in STM32 HAL support ***
@@ -127,7 +127,7 @@ received a series of important improvements, new features have been added.
STM32L4xx to 1.9, STM32H7xx to 1.1.
- Implemented PAL enhancements in GPIOv1, GPIOv2 and GPIOv3 implementations.
- Modified the STM32 OTGv1 driver to work without pump thread, transfers
- are now done in the ISR.
+ are now done in the ISR. The driver is now greatly simplified.
- Added STM32L496xx/STM32L4A6xx support.
- Added STM32F030x4 support.
- Added initial STM32H7xx support.