git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1287 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2009-11-14 07:56:35 +00:00
parent f217c7a99c
commit 173d332a86
2 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@
- NEW: New ADC (streaming capable) driver model.
- CHANGE: Moved the STM32 firmware library under ./ext, this way there is no
need to duplicate it in each demo program.
- CHANGE: Moved the file stm32f10x.h from the demos to the platforms support
directory.
*** 1.3.3 ***
- FIX: Fixed bug in the LPC2148 PAL driver (bug 2881380).