Updated STM32L1xx header to the latest version.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5064 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2013-01-13 16:26:58 +00:00
parent 8465215222
commit eff368b904
2 changed files with 1719 additions and 505 deletions

File diff suppressed because it is too large Load Diff

View File

@ -98,6 +98,7 @@
TODO: Create a FatFS wrapper implementing the interface and using a server
thread for synchronization.
TODO: Create an implementation over a read-only file system in code space.
- NEW: Updated STM32L1xx header to the latest version.
- NEW: Added an option to lwipthread to change the link status poll interval.
- NEW: Added new C++ demo for the STM32F4-Discovery.
- NEW: Updated C++ wrapper with a much more logical classes structure.