-
Install the following tools on your computer:
-
Clone the repo and open with VsCode.
git clone https://github.com/disroop/DisroopEmbeddedHipster.git
cd ./DisroopEmbeddedHipster
code .
-
Start the container with the remote container plugin.
-
Reproducible and traceable builds with a fully automated toolchain
-
Traceability (git history, build history, hashes, … , timeline in sonar, …)
-
Build-In Quality
-
Code Analysis
-
Coverage Analysis
-
-
Build Automation
-
Project CLI with invoke
-
-
Artifact based software development process
-
source→build→artifact (bin, reports, ..)
-
-
Quality Gateways
-
Standardisation of toolchain
To help developers to get immediately feedback there is builtin quality in the IDE. For example linting tools or test coverage view.
-
Using Docker to manage the toolchain
-
Easy to set up developer environment in 10 seconds.
-
Use Conan as package manager
-
Use CMake in a Modern CMake manner
-
Use Artifactory to manage artifacts
-
Modular Architecture
-
Testing: Unittest, Conan Package-Tests, Test on the Hardware
-
Focusing on ARM Cortex-M
For more information read the documentation
Try our VsCode extension