You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Tools/SVDs/README.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
# SVDs
2
2
3
+
`SVD` stands for System View Description and they are an `XML` schema created by ARM to represent the [CMSIS](https://www.arm.com/technologies/cmsis) information typically for Arm Cortex-M microcontrollers. They can be used for generating headers and providing information to debuggers among other tasks. `CMSIS` stands for _Common Microcontroller Software Interface Standard_ and was created as a hardware abstraction layer to be independent of what silicon vendor was implementing the ARM standard.
0 commit comments