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

Add cross-compilation example for STM32F303 #7

Merged
merged 21 commits into from
Jun 6, 2024
Merged

Conversation

sunsided
Copy link
Owner

@sunsided sunsided commented Jun 6, 2024

This reworks how the no_std / std feature work, introduces explicit libm support for and adds an STM32F303 embedded example that strictly requires no_std and no allocations. The example builds both floating-point and fixed-point support.

@sunsided sunsided self-assigned this Jun 6, 2024
Copy link

codecov bot commented Jun 6, 2024

Codecov Report

Attention: Patch coverage is 84.55882% with 42 lines in your changes missing coverage. Please review.

Project coverage is 87.63%. Comparing base (018e40f) to head (8047206).

Files Patch % Lines
src/measurement.rs 67.74% 20 Missing ⚠️
src/kalman.rs 68.42% 18 Missing ⚠️
src/matrix.rs 96.46% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main       #7      +/-   ##
==========================================
+ Coverage   86.96%   87.63%   +0.66%     
==========================================
  Files           5        5              
  Lines        1412     1488      +76     
==========================================
+ Hits         1228     1304      +76     
  Misses        184      184              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sunsided sunsided force-pushed the feature/cross-compile branch from dceeef9 to f1e783b Compare June 6, 2024 20:36
@sunsided sunsided force-pushed the feature/cross-compile branch from 35652d9 to a7d4ac3 Compare June 6, 2024 20:44
@sunsided sunsided merged commit 7e683c4 into main Jun 6, 2024
11 of 12 checks passed
@sunsided sunsided deleted the feature/cross-compile branch June 6, 2024 23:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant