Files
llgo/targets/nucleo-l476rg.json

13 lines
358 B
JSON
Raw Permalink Normal View History

{
"inherits": ["cortex-m4"],
"build-tags": ["nucleol476rg", "stm32l476", "stm32l4x6", "stm32l4", "stm32"],
"serial": "uart",
"linkerscript": "targets/stm32l4x6.ld",
"extra-files": [
2025-08-20 10:27:01 +08:00
"targets/device/stm32/stm32l4x6.s"
],
"flash-method": "openocd",
"openocd-interface": "stlink-v2-1",
"openocd-target": "stm32l4x"
}