git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8352 35acf78f-673a-0410-8e92-d51de3d6d3f4
master
Giovanni Di Sirio 2015-10-11 09:16:02 +00:00
parent 67586c077f
commit cd0ab49709
2 changed files with 4 additions and 0 deletions

View File

@ -1050,6 +1050,9 @@
/*===========================================================================*/
#elif defined(STM32F030x6) || defined(STM32F030x8) || defined(STM32F030xC)
/* Common identifier of all STM32F030 devices.*/
#define STM32F030
/* ADC attributes.*/
#define STM32_HAS_ADC1 TRUE
#define STM32_ADC_SUPPORTS_PRESCALER FALSE

View File

@ -116,6 +116,7 @@
- HAL: Introduced support for TIM21 and TIM22 in STM32 ST driver.
- HAL: Updated STM32F0xx headers to STM32CubeF0 version 1.3.0. Added support
for STM32F030xC, STM32F070x6, STM32F070xB devices.
- HAL: Fixed error in STM32F030 EXT driver (bug #647)(backported to 3.0.3).
- VAR: Fixed _sbrk_r with incr == 0 should be valid (bug #645)(backported to
3.0.3 and 2.6.10).
- RT: Fixed issues in CMSIS RTOS interface (bug #644)(backported to 3.0.3).