-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ladislas/feature/add cortex debug #247
Conversation
ladislas
commented
May 11, 2021
- 🚸 (tools): Set Debug build type when configuring CMake Tools
- 🔧 (profiles): Copy mbed's profiles.json
- 🔧 (cmake): Update cmake config script to use LekaOS' profiles json files
Copy mbed-os/tools/profiles to the root of the project and modify it to suit our needs: - replace -Og with -O0 for debug - use -std=gnu++17 in all profiles
Codecov Report
@@ Coverage Diff @@
## develop #247 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 49 49
Lines 811 811
=========================================
Hits 811 811 Continue to review full report at Codecov.
|
- add code coverage command - update Google Test links - improve main README.md
Code Climate has analyzed commit 40fea11 and detected 0 issues on this pull request. View more on Code Climate. |
Kudos, SonarCloud Quality Gate passed! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ca a l'air super, mais je dois avouer que je ne sais pas comment mettre utiliser le Debug. Est-ce possible d'avoir quelques instructions à ce sujet?
Aussi il faudrait ajouter le lien vers la doc des options des profiles pour éviter de les rechercher à chaque fois
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
J'avais eu quelques difficultés à savoir "où regarder" et "où lancer" + un petit soucis de configuration avec mbed-cmake.cmake (sujet en dehors de cette PR) mais j'ai finalement réussi à lancer avec des breakpoints.
Le debug fonctionne très bien sur le robot! Bravo!