Skip to content
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

CMake Cleanup #1328

Merged
merged 98 commits into from
Sep 26, 2024
Merged

CMake Cleanup #1328

merged 98 commits into from
Sep 26, 2024

Conversation

Lucien950
Copy link
Contributor

@Lucien950 Lucien950 commented Jul 22, 2024

Changelist

  • Consolidate configurations into presets FIRM-26, and make CI use those presets FIRM-27
  • Better CMake logs
  • Deploy mode, with optimized binaries, and dev mode with maximized debug symbols FIRM-22
    • Use CMAKE_BUILD_TYPE = deploy and dev to control optimization levels
  • Consistent capitalization and formatting of CMake syntax
  • Remove Littlefs FIRM-25
  • Modularization of CMake files, including moving dependencies, embedded.cmake, new stmlib.cmake, etc.
  • Convert from TARGET = deploy, tests to TARGET = binary, tests
  • Migrate to Arm, and remove heap_useNewlib (FIRM-74)

Testing Done

Resolved Tickets

@Lucien950 Lucien950 self-assigned this Jul 22, 2024
Copy link
Contributor

@AmirTajaddodi AmirTajaddodi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!!

@Lucien950 Lucien950 merged commit 45a4efd into master Sep 26, 2024
27 checks passed
@Lucien950 Lucien950 deleted the cmake-cleanup-2024 branch September 26, 2024 05:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build System/DevEx Anything that affects Build System, IDE Integration, Github Actions, Code Deployment
Development

Successfully merging this pull request may close these issues.

2 participants