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

SN32: SERIAL updates #405

Merged
merged 2 commits into from
Jun 11, 2024
Merged

SN32: SERIAL updates #405

merged 2 commits into from
Jun 11, 2024

Commits on Jun 10, 2024

  1. SN32: serial: only calculate FD if required

    High precision is not always required.
    Since the chip doesn't have an FPU,
    calculating the FD precisely is expensive on resources.
    Make FD usage optional
    dexter93 committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    a377b21 View commit details
    Browse the repository at this point in the history
  2. sn32: sn32f260: don't build UART

    The peripheral is not present at all on this chip
    dexter93 committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    1496db3 View commit details
    Browse the repository at this point in the history