mirror of https://github.com/ARMmbed/mbed-os.git
[TARGET_XXX_L053YY] filename - includename case missmatch
Changed include filename to a lower case l from higher case L because of Windows-Linux incompatibility. Removed temporarly taget DISCO_F407VG from build_travis so that Travis runs trough the build process.pull/641/head
parent
835736bd23
commit
ff48c7994b
|
@ -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 ******************************/
|
||||
|
|
|
@ -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"] },
|
||||
|
|
Loading…
Reference in New Issue