DISCO_L475VG_IOT: Re-organize folder

- Move TARGET_DISCO_L475VG_IOT01A/ in TARGET_STM32L475xG/
- Add STM32L475xG extra label in targets.json
pull/4242/head
bcostm 2017-04-03 10:25:45 +02:00
parent b40591f1e1
commit a8ab839e2c
24 changed files with 1 additions and 1 deletions

View File

@ -1324,7 +1324,7 @@
"DISCO_L475VG_IOT01A": {
"inherits": ["Target"],
"core": "Cortex-M4F",
"extra_labels": ["STM", "STM32L4", "STM32L475VG"],
"extra_labels": ["STM", "STM32L4", "STM32L475xG", "STM32L475VG"],
"supported_toolchains": ["ARM", "uARM", "IAR", "GCC_ARM"],
"default_toolchain": "ARM",
"supported_form_factors": ["ARDUINO"],