diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-03-22 13:54:25 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-03-22 13:54:25 +0000 |
commit | c75384d31a937724eafc5a3a22a68a7d2152f710 (patch) | |
tree | 08de008cca7cb983914aee3596fac32212fdc795 /release_note_next.txt | |
parent | 454717f06820c73845dac29dc95b72fbe7165704 (diff) | |
download | ChibiOS-c75384d31a937724eafc5a3a22a68a7d2152f710.tar.gz ChibiOS-c75384d31a937724eafc5a3a22a68a7d2152f710.tar.bz2 ChibiOS-c75384d31a937724eafc5a3a22a68a7d2152f710.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10127 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'release_note_next.txt')
-rw-r--r-- | release_note_next.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release_note_next.txt b/release_note_next.txt index ae5c9dc51..78a5905d2 100644 --- a/release_note_next.txt +++ b/release_note_next.txt @@ -80,9 +80,9 @@ a series of important improvements, new features have been added. handling and callbacks.
- EXT driver is still supported but marked as deprecated.
- New interface for flash devices (used by EX).
-- New interfaces for accelleromet, barometer, compass, gyroscope,
+- New interfaces for accelerometer, barometer, compass, gyroscope,
hygrometer and thermometer devices (used by EX).
-- Added an I2C bit banged driver as fallback for faulty hardwares.
+- Added an I2C bit banged driver as fall-back for faulty hardwares.
- Improved OSAL architecture with shared sub-modules.
- All file names have been prefixed by "hal_" in order to prevent collisions
with 3rd parties files. This should make integration of external libraries
|