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

Draft: Dynamic Clock Speed #5

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Feb 20, 2020

  1. use crate:: instead of teensy:: in port macros

    Devin Brite committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    1371a24 View commit details
    Browse the repository at this point in the history
  2. (wip) support setting the clock at runtime

    - add gitignore
    - fix sleep_ms timing
    - write more/better comments
    Devin Brite committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    16868d3 View commit details
    Browse the repository at this point in the history
  3. add data section to linker script for dynamic clocks

    - adds a blink_dynamic_clocks example
    - rustfmt
    Devin Brite committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    f05cc15 View commit details
    Browse the repository at this point in the history