diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-12-12 16:26:56 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-12-12 16:26:56 +0000 |
commit | c246d898d2d2c16972182dab3e7201c359c8b7da (patch) | |
tree | 5b7bffe17908f133f213b36ae5ab9d50ac899aae /readme.txt | |
parent | d7b170b525754e5fc502c32d796dfa594775fd0e (diff) | |
download | ChibiOS-c246d898d2d2c16972182dab3e7201c359c8b7da.tar.gz ChibiOS-c246d898d2d2c16972182dab3e7201c359c8b7da.tar.bz2 ChibiOS-c246d898d2d2c16972182dab3e7201c359c8b7da.zip |
New STM32F3xx CMSIS headers.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8587 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index 3995ed119..89b6ff12e 100644 --- a/readme.txt +++ b/readme.txt @@ -85,6 +85,7 @@ - HAL: Added "lines" handling to PAL driver, lines are identifiers of both
ports and pins encoded in a single value. Added a set of macros
operating on lines.
+- HAL: Merged the latest STM32F3xx CMSIS headers.
- HAL: Merged the latest STM32F2xx CMSIS headers and fixed the support
broken in 3.0.x.
- RT: Added new function chVTGetTimersStateI() returning the state of the
|