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

SOFT 298: delay_us implemented without soft timer #364

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Commits on May 5, 2021

  1. Configuration menu
    Copy the full SHA
    7f59c32 View commit details
    Browse the repository at this point in the history
  2. rmed print statements

    selinahsu committed May 5, 2021
    Configuration menu
    Copy the full SHA
    0e88d5a View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. occasionally failing tests

    selinahsu committed May 6, 2021
    Configuration menu
    Copy the full SHA
    df292ba View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/uw-midsun/firmware_xiv in…

    …to soft_298_delay_us_deadlock
    selinahsu committed May 6, 2021
    Configuration menu
    Copy the full SHA
    87a2656 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/uw-midsun/firmware_xiv in…

    …to soft_298_delay_us_deadlock
    selinahsu committed May 6, 2021
    Configuration menu
    Copy the full SHA
    ee40224 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. Configuration menu
    Copy the full SHA
    ec04795 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/uw-midsun/firmware_xiv in…

    …to soft_298_delay_us_deadlock
    selinahsu committed May 7, 2021
    Configuration menu
    Copy the full SHA
    3c60029 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e03fcda View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    52bb540 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. Configuration menu
    Copy the full SHA
    14edc61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f3b574 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. use soft_timer when not in critical section, use clock timer when in …

    …critical section (interrupts disabled), jank fix, but delay really shouldn't be used in critical section anyway
    ShiCheng-Lu committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    4587930 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'soft_298_delay_us_deadlock' of github.com:uw-midsun/fir…

    …mware_xiv into soft_298_delay_us_deadlock
    ShiCheng-Lu committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    9911aab View commit details
    Browse the repository at this point in the history
  3. format

    ShiCheng-Lu committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    8254f17 View commit details
    Browse the repository at this point in the history