aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-12-03 13:49:06 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-12-03 13:49:06 +0000
commit304c76dddd3f2a84062588c434c034d83f82fa52 (patch)
treef3a86a734b76dd6b8084abe4ac0fa15447b47f3c /readme.txt
parent69492747606d30c64b7719172d4a5ec804421b99 (diff)
downloadChibiOS-304c76dddd3f2a84062588c434c034d83f82fa52.tar.gz
ChibiOS-304c76dddd3f2a84062588c434c034d83f82fa52.tar.bz2
ChibiOS-304c76dddd3f2a84062588c434c034d83f82fa52.zip
Added watchdog driver model (WDG), to be completed and tested.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8555 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 360373d30..8fefe6b4a 100644
--- a/readme.txt
+++ b/readme.txt
@@ -77,6 +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 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.