diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-11-30 09:38:10 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-11-30 09:38:10 +0000 |
commit | 17ed462d6f884883e5b0552dba582d4e9a30e7da (patch) | |
tree | 7949277fb568579848c060cba0ea4c531e748c55 /readme.txt | |
parent | 422b4549dba835a8eaf981eccb69831f2c15600d (diff) | |
download | ChibiOS-17ed462d6f884883e5b0552dba582d4e9a30e7da.tar.gz ChibiOS-17ed462d6f884883e5b0552dba582d4e9a30e7da.tar.bz2 ChibiOS-17ed462d6f884883e5b0552dba582d4e9a30e7da.zip |
Added STM32F030x4 support.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11088 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 9683a4892..0bc754840 100644 --- a/readme.txt +++ b/readme.txt @@ -89,6 +89,7 @@ *****************************************************************************
*** Next ***
+- NEW: Added STM32F030x4 support.
- NEW: Added a Managed Flash Storage module to the HAL.
- NEW: Modified the STM32 OTGv1 driver to work without pump thread, transfers
are now done in the ISR.
|