Demo
Introducing Modern Embedded Development Flows
Christopher Seidl
10:47
This quick demo shows how to use modern CLI-based tools for embedded development. It introduces Keil Studio, a set of VS Code extensions that are relying on the CMSIS-Toolbox for managing and building projects. We will also show how to use Arm Virtual Hardware with GitHub Actions to enable DevOps in the cloud.
1 / 3
Please log in or create an account to test your knowledge and see the answers.
What is the main reason Christopher Seidl stresses using the same command-line executables in both the CI pipeline and the local IDE?
A
To ensure the build output is the same in CI and locally (reproducible builds).
B
Because GUIs are deprecated and should never be used for embedded development.
C
To make compile times significantly faster than using GUI toolchains.
D
So developers can avoid using Git and work only on local files.
E
To enable remote-only debugging that cannot be done locally.
ChristopherSeidlSpeaker
Score: 0 | 3 years ago | no reply
victorhe
Score: 0 | 3 years ago | no reply
HI, Christopher,
Thanks for your great video. my question for this video is at 2:00,
- how to create the workflow file? ( using the text editor to create it or there are some tools software for it?
- can you share the link for the project for us?
- Is this workflow file works just for ARM family of MCUs or it works for any MCUs?
Thanks a lot.









Hello Victor,
thanks for the questions!
Hope this helps,
Christopher