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

Preparations for release 0.10.1 #796

Closed
wants to merge 6 commits into from
Closed

Preparations for release 0.10.1 #796

wants to merge 6 commits into from

Commits on Apr 28, 2024

  1. Fix float_to_fix64 return value & docs for f32 trig functions

    The current return argument for float_to_fix64 doesn't
    make sense and is at odds with the definition in the SDK.
    Replace it with the correct type.
    
    Similarly, the function descriptions for fcos, fsin, and ftan
    give a valid range inconsistent with the values given
    on page 140 of thedatasheet. This corrects them.
    Text-Input authored and 9names committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    331bf15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77e477f View commit details
    Browse the repository at this point in the history
  3. Fix debugging after halt()

    jannic authored and 9names committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    4b18ab1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    62a6609 View commit details
    Browse the repository at this point in the history
  5. Implement send_break support

    ithinuel authored and 9names committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    559ca0a View commit details
    Browse the repository at this point in the history
  6. Prepare for release 0.10.1

    9names committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    8b0ad9f View commit details
    Browse the repository at this point in the history