diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-04-25 13:52:55 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-04-25 13:52:55 +0000 |
commit | 6ebca5756c4204bbb8f5205c9accc66f2aa65ed1 (patch) | |
tree | 054b513d062c2271c187935e39cacb334884f31e /readme.txt | |
parent | f67bac27d3e4c9d04ef2da19c5a011617abf5bca (diff) | |
download | ChibiOS-6ebca5756c4204bbb8f5205c9accc66f2aa65ed1.tar.gz ChibiOS-6ebca5756c4204bbb8f5205c9accc66f2aa65ed1.tar.bz2 ChibiOS-6ebca5756c4204bbb8f5205c9accc66f2aa65ed1.zip |
Moved VTOS initialization in startup files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9364 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index 825e54b07..e8426232d 100644 --- a/readme.txt +++ b/readme.txt @@ -79,6 +79,8 @@ *****************************************************************************
*** Next ***
+- VAR: Cortex-M VTOR initialization is now performed in startup files and
+ no more in port initialization.
- VAR: Changed GCC asm files extension from .s to .S because conventions.
- VAR: Updated CMSIS to version 4.50, it still contains the same errors
found in 4.30, fixes applied.
|