Fixes and notes.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11271 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Giovanni Di Sirio 2018-01-14 10:48:19 +00:00
parent c68731f14d
commit e00c841efc
1 changed files with 7 additions and 7 deletions

View File

@ -73,9 +73,9 @@ received a series of important improvements, new features have been added.
*** What's new in NIL 3.0.0 *** *** What's new in NIL 3.0.0 ***
- The type systime_t has been split in systime_t and sysinterval_t, the - 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 system is now more rigorous in time handling, an absolute time is
handling, an absolute time is something different from an interval. something different from an interval.
- Time conversion macros have been renamed in TIME_S2I(), TIME_MS2I(), - Time conversion macros have been renamed in TIME_S2I(), TIME_MS2I(),
TIME_US2(), TIME_I2S(), TIME_I2MS() and TIME_I2US. Conversion is now done 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 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. callbacks in place of classic events.
- Improved USB driver. - Improved USB driver.
- Added a usbWakeupHost() function for standby exit. - Added a usbWakeupHost() function for standby exit.
- Modified the HAL queues to improve performance. Added new functions: - ImprovedHAL queues to improve performance. Added new functions: iqGetI(),
iqGetI(), iqReadI(), oqPutI() and oqWriteI(). iqReadI(), oqPutI() and oqWriteI().
*** What's new in EX 1.0.0 *** *** What's new in EX 1.0.0 ***
- None changed. - No changes.
*** What's new in STM32 HAL support *** *** 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. STM32L4xx to 1.9, STM32H7xx to 1.1.
- Implemented PAL enhancements in GPIOv1, GPIOv2 and GPIOv3 implementations. - Implemented PAL enhancements in GPIOv1, GPIOv2 and GPIOv3 implementations.
- Modified the STM32 OTGv1 driver to work without pump thread, transfers - 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 STM32L496xx/STM32L4A6xx support.
- Added STM32F030x4 support. - Added STM32F030x4 support.
- Added initial STM32H7xx support. - Added initial STM32H7xx support.