From 5962467685985de2d79a85a1fcf8b1961d3d72de Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 15 Nov 2010 19:44:09 +0000 Subject: Added STM32VL-Discovery demo. Changes to all the board files. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2370 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- readme.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'readme.txt') diff --git a/readme.txt b/readme.txt index dcda51904..330bd5eab 100644 --- a/readme.txt +++ b/readme.txt @@ -68,12 +68,16 @@ - NEW: Initial STM8L support: HAL, PAL and Serial drivers. - NEW: Added demo for the ST STM8L-Discovery kit. - NEW: Added support for the STM32 Value Line to the HAL. -- CHANGE: Improved the STM32 HAL to support more sub-families, now it +- NEW: Added demo for the ST STM32VL-Discovery kit. +- CHANGE: Improved the STM32 HAL to support multiple sub-families, now it is possible to test the presence of any single peripheral into the specified STM32 device. Now in the board.h files the specific device must be specified instead of the sub-family. - CHANGE: Separated dynamic threads code into dedicated files: chdynamic.c and chdynamic.h. +- CHANGE: Moved the declaration of the variable pal_default_config from + hal_lld.c to the various board.c. That structure is more meaningful in + the board layer because it is related to the board initialization. - CHANGE: Removed the various assembler files for the STM32 interrupt vectors, now it is a single vectors.c file. - Added SPI driver to the STM8 documentation, it was missing. -- cgit v1.2.3