aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-11-13 12:33:18 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-11-13 12:33:18 +0000
commitf098e079d0fd66419adbb226d7045ca810fe9890 (patch)
treee8f37bb7d9a2e04b18ea8a9474b76ef0f14012af /readme.txt
parent4fb6d9644ed9672096ddf813262f7d869dbfbb93 (diff)
downloadChibiOS-f098e079d0fd66419adbb226d7045ca810fe9890.tar.gz
ChibiOS-f098e079d0fd66419adbb226d7045ca810fe9890.tar.bz2
ChibiOS-f098e079d0fd66419adbb226d7045ca810fe9890.zip
Improved UART driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8479 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 995175aa4..06857c225 100644
--- a/readme.txt
+++ b/readme.txt
@@ -76,6 +76,7 @@
- HAL: Introduced preliminary support for STM32F7xx devices.
- HAL: Introduced preliminary support for STM32L4xx devices.
- HAL: Introduced preliminary support for STM32L0xx devices.
+- HAL: Added synchronous API and mutual exclusion to the UART driver.
- HAL: Added PAL driver for STM32L4xx GPIOv3 peripheral.
- HAL: Added I2S driver for STM32 SPIv2 peripheral.
- HAL: Added demos and board files for ST's Nucleo32 boards (F031, F042, F303).