add stm32 nucleol476rg support

This commit is contained in:
Patrick Ting
2024-03-29 22:37:40 -07:00
committed by Ron Evans
parent 39029cc376
commit 22bf045c9a
6 changed files with 184 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"inherits": ["cortex-m4"],
"build-tags": ["nucleol476rg", "stm32l476", "stm32l4x6", "stm32l4", "stm32"],
"serial": "uart",
"linkerscript": "targets/stm32l4x6.ld",
"extra-files": [
"src/device/stm32/stm32l4x6.s"
],
"flash-method": "openocd",
"openocd-interface": "stlink-v2-1",
"openocd-target": "stm32l4x"
}