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

Fix esp32c3 FPU issues #2700

Merged
merged 3 commits into from
Jan 9, 2024
Merged

Fix esp32c3 FPU issues #2700

merged 3 commits into from
Jan 9, 2024

Commits on Jan 9, 2024

  1. Add various linker definitions

    From inspection of IDF makelists
    mikee47 committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    ab19a88 View commit details
    Browse the repository at this point in the history
  2. Fix floating point issues with esp32c3

    Missing compiler and link flags
    Probably since 5.0
    mikee47 committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    7c27775 View commit details
    Browse the repository at this point in the history
  3. Remove superfluous comment

    mikee47 committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    c5bb709 View commit details
    Browse the repository at this point in the history