nucleol552ze: implementation with CLOCK, LED, and UART

This commit is contained in:
Kenneth Bell
2020-12-13 23:47:27 -08:00
committed by deadprogram
parent 801bd2a7ff
commit af02c09b56
14 changed files with 682 additions and 5 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"inherits": ["cortex-m33"],
"build-tags": ["nucleol552ze", "stm32l552", "stm32l5x2", "stm32l5", "stm32"],
"linkerscript": "targets/stm32l5x2xe.ld",
"extra-files": [
"src/device/stm32/stm32l552.s"
],
"flash-method": "openocd",
"openocd-interface": "stlink-v2-1",
"openocd-target": "stm32l5x"
}