SVD for L0

This commit is contained in:
Ivan Kravets
2018-04-30 16:18:02 +03:00
parent 1368ce57be
commit 9b08e17f31
8 changed files with 36448 additions and 5 deletions

View File

@@ -16,7 +16,8 @@
"stlink"
],
"openocd_board": "stm32f469discovery",
"openocd_target": "stm32f4x"
"openocd_target": "stm32f4x",
"svd_path": "STM32F46_79x.svd"
},
"frameworks": [
"mbed",

View File

@@ -12,7 +12,8 @@
"onboard_tools": [
"stlink"
],
"openocd_target": "stm32l0"
"openocd_target": "stm32l0",
"svd_path": "STM32L07x.svd"
},
"frameworks": [
"mbed",

View File

@@ -13,6 +13,7 @@
"stlink"
],
"openocd_target": "stm32l0",
"svd_path": "STM32L07x.svd",
"tools": {
"jlink": {
"server": [

View File

@@ -12,7 +12,8 @@
"onboard_tools": [
"stlink"
],
"openocd_target": "stm32l0"
"openocd_target": "stm32l0",
"svd_path": "STM32L0x1.svd"
},
"frameworks": [
"mbed",

View File

@@ -12,7 +12,8 @@
"onboard_tools": [
"stlink"
],
"openocd_target": "stm32l0"
"openocd_target": "stm32l0",
"svd_path": "STM32L0x1.svd"
},
"frameworks": [
"mbed",

View File

@@ -13,7 +13,8 @@
"stlink"
],
"openocd_board": "st_nucleo_l073rz",
"openocd_target": "stm32l0"
"openocd_target": "stm32l0",
"svd_path": "STM32L07x.svd"
},
"frameworks": [
"mbed",

20644
misc/svd/STM32L07x.svd Executable file

File diff suppressed because it is too large Load Diff

15793
misc/svd/STM32L0x1.svd Executable file

File diff suppressed because it is too large Load Diff