Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 789 Bytes

README.md

File metadata and controls

17 lines (16 loc) · 789 Bytes

ARM Developer Toolkit

Collection of useful VScode extensions for developing ARM MCU projects with features that include:

  • Cortex Debug extension for integrating gdb output into the VScode debugger interface
  • Bracket pair color matching to simplify understanding and writing complex logical statements
  • x86-64 Assembly Language Syntax Highlighting
  • CPP tools and syntax highlighting
  • CMake syntax highlighting
  • TODO: Syntax Highlighting
  • Linkerscript syntax highlighting
  • Built in Hex editor
  • PDF viewer
  • Ceedling Test Suite
    • Ceedling Test Explorer
    • Test Adapter Converter
    • Test Explorer UI

Take a look at our ARM VSCode/CMake Template to help you getting started faster on your next ARM based project!