Merge pull request #641 from ohagendorf/master

Targets: TARGET_XXX_L053YY - filename - includename case missmatch
pull/645/head
Martin Kojtal 2014-11-04 01:19:15 -08:00
commit 9e396d436f
2 changed files with 2 additions and 2 deletions

View File

@ -1106,7 +1106,7 @@ typedef struct
*/
/* Include RCC HAL Extension module */
#include "stm32L0xx_hal_rcc_ex.h"
#include "stm32l0xx_hal_rcc_ex.h"
/* Exported functions --------------------------------------------------------*/
/* Initialization and de-initialization methods ******************************/

View File

@ -39,7 +39,7 @@ build_list = (
{ "target": "NUCLEO_F334R8", "toolchains": "GCC_ARM", "libs": ["dsp", "rtos", "fat"] },
{ "target": "NUCLEO_F401RE", "toolchains": "GCC_ARM", "libs": ["dsp", "rtos", "fat"] },
{ "target": "NUCLEO_F411RE", "toolchains": "GCC_ARM", "libs": ["dsp", "rtos", "fat"] },
{ "target": "DISCO_F407VG", "toolchains": "GCC_ARM", "libs": ["dsp", "rtos", "fat"] },
# { "target": "DISCO_F407VG", "toolchains": "GCC_ARM", "libs": ["dsp", "rtos", "fat"] },
{ "target": "DISCO_F334C8", "toolchains": "GCC_ARM", "libs": ["dsp", "rtos", "fat"] },
{ "target": "LPC1114", "toolchains": "GCC_ARM", "libs": ["dsp", "rtos", "fat"] },
{ "target": "LPC11U35_401", "toolchains": "GCC_ARM", "libs": ["dsp", "rtos", "fat"] },