PlatformIO IDE for VSCode 1.4.0: Full support for Assembly projects

We’re happy to announce the next release of PlatformIO IDE for VSCode 1.4.0 with full support for Assembly based projects!

What is new

  • PIO Unified Debugger:
    • Full support for Assembly based projects (issue #113)
    • Allowed to set breakpoints in UI for Assembly language
    • Added RISC-V and MIPS mnemonics to Assembly grammar
  • Notify about conflicted extensions with IntelliSense (issue #118)

See PlatformIO IDE for VSCode Release Notes for details.

Upgrade

VSCode > View > Extensions > Check for Extension Updates.


Regards,

PIO Plus Team

1 Like

Hi, getting started using C++ was very easy. However, I would like to give assembly a try but can’t seem to find any tuitorial how to do that in Platformio. Note: I am fimiliar with assembly in general just not how to in PlatformIO. Can you please point me to some material or examples?

1 Like

This tutorial should be useful for you RISC-V ASM Video Tutorial — PlatformIO latest documentation

1 Like

Helpful indeed! thanks!