Coding and containers in the cloud
To replicate the example in this section, you will be using the following:
Platform |
Raspberry Pi Pico |
Software |
Dot product |
Environment |
Gitpod |
Host OS |
Linux (Ubuntu) |
Compiler |
GCC |
IDE |
VS Code |
The source code for the dot product example is stored in GitHub and is the same code that we used in Chapter 5, Optimizing Performance. Here’s the link for your reference: https://github.com/PacktPublishing/The-Insiders-Guide-to-Arm-Cortex-M-Development/tree/main/chapter-5/dotprod-pico.
In Chapter 4, Booting to Main, we demonstrated how to clone the GitHub repository on a host machine, install...