-
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/clean up cmake #403
Conversation
ladislas
commented
Jan 7, 2022
- 🔥 (cmake): Remove CODE_ANALYSIS
- 🩹 (targets): Fix device names with good values from arm_pack_manager
- 🗑️ (targets): Remove old unused dev hardware targets
Codecov Report
@@ Coverage Diff @@
## develop #403 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 66 66
Lines 1188 1188
=========================================
Hits 1188 1188
Continue to review full report at Codecov.
|
File comparision analysis report🔖 Info
📝 SummaryClick to show summary
🗺️ Map files diff outputClick to show diff listNo differenes where found in map files. |
File comparision analysis report🔖 Info
📝 SummaryClick to show summary
🗺️ Map files diff outputClick to show diff listNo differenes where found in map files. |
36aca72
to
fd263f9
Compare
51e7747
to
7658d0a
Compare
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.
Validé avec
- Température
- Flash memory
- LEDs
- LCD (avec std::span pour écrire du texte à l'écran
- File reception (SD + wifi)
- Update (bootloader&app + wifi + mcuboot)
- tests/functional/cert/emc_bt_lcd_qspi_rfid_touch_wifi
- Avec et Sans logs
- Un test mis en échec
--
De manière générale, mentionner la motivation principale (ex. Pour la transition vers mbed cli 2)
Qu'est-ce qui fait sauter toute la compilation avec Arm, pourquoi le unit test ne procède plus de la même manière, pourquoi tant de fichier cmake disparaissent
8f2f5c2
to
ddbb9f4
Compare
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.
Validé avec
- Update (bootloader&app + wifi + mcuboot)
ddbb9f4
to
1e1c286
Compare
CODE_ANALYSIS was done using cppcheck. Now that we have SonarCloud, we can remove local code analysis.
Using target_compile_definitions instead of add_compile_definitions prevents definitions from being applied to all targets. This will allow us in the future to have different bootloaders if needed.
- remove Linux/Ubuntu instructions - fix typos, old links, etc. - add vscode plugins and instructions
1e1c286
to
202a6b1
Compare
Kudos, SonarCloud Quality Gate passed! |