Loading...
 

Zephyr project on STM32

   Zephyr Workbench, a VSCode extension to manage Zephyr on STM32.
It enables users to easily create, develop, and debug Zephyr applications.
Main features:
  • Install host dependencies.
  • Import toolchain and SDK.
  • Create, configure, build and manage apps.
  • Debug STM32.
You can directly download it from the VSCode marketplace
For more details, visit the Zephyr Workbench

System Workbench for STM32


Syntax error: Unterminated quoted string

It did it again. I can’t copy the actual statement into the post without it changing!!!
France

Hi,

This is due to the fact that double parentheses are used to refer to pages on the web site, like it is explained in Wiki Syntax Help. Note that this link was typed as
((Wiki Syntax Help))

As a matter of fact, when a post includes code, or code-like sequences, it is better to use the CODE plugin, like this:
{CODE()} C-like code block, with { ... } or ((...)) sequences{CODE}
This will greatly enhance the readability of your posts.

Note the parentheses in the opening CODE plugin invocations (where BTW you may add plugin-dependent parameters) which differentiates them from closing invocations.

Also, if you want to check how your post will appear on the site without effectively posting it, use the “Preview” button at the bottom of the page...

Bernard (Ac6)

Thanks Bernard, much appreciated!