aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-12-12 15:16:43 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-12-12 15:16:43 +0000
commitb96bb4ea7382eb5aeb8a05a7494a580efebd3952 (patch)
treea2193ebbb4f480c628a070f5e83e966b42867c63 /readme.txt
parent78fa3a2203129637482a2580bb5948d01798f9bc (diff)
downloadChibiOS-b96bb4ea7382eb5aeb8a05a7494a580efebd3952.tar.gz
ChibiOS-b96bb4ea7382eb5aeb8a05a7494a580efebd3952.tar.bz2
ChibiOS-b96bb4ea7382eb5aeb8a05a7494a580efebd3952.zip
STM32F4 WDG demo added.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8584 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index 92f52ea29..d3e7fca13 100644
--- a/readme.txt
+++ b/readme.txt
@@ -77,7 +77,7 @@
- HAL: Introduced preliminary support for STM32F7xx devices.
- HAL: Introduced preliminary support for STM32L4xx devices.
- HAL: Introduced preliminary support for STM32L0xx devices.
-- HAL: Added watchdog driver model (WDG).
+- HAL: Added watchdog driver model (WDG) and STM32 implementation on IWDG.
- 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.