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

pulse counter implementation #328

Merged
merged 19 commits into from
Jan 17, 2023
Merged

pulse counter implementation #328

merged 19 commits into from
Jan 17, 2023

Commits on Jan 2, 2023

  1. Configuration menu
    Copy the full SHA
    663c833 View commit details
    Browse the repository at this point in the history
  2. implement interrupts

    implement pcnt for esp32, esp32s2, and esp32s3
    liebman committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    bca0773 View commit details
    Browse the repository at this point in the history
  3. implement pcnt for esp32s2

    liebman committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    d22563e View commit details
    Browse the repository at this point in the history
  4. fix esp32 PCNT signal names

    liebman committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    ee5b35e View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Configuration menu
    Copy the full SHA
    84ce7e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8f5a4f View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. Configuration menu
    Copy the full SHA
    c733a01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d5df06 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2023

  1. Configuration menu
    Copy the full SHA
    7b7d2ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c1d9a1 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2023

  1. PcntPin -> PcntSignal

    added range checks for thresholds and limits
    liebman committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    6146b9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2037f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f6b358 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Configuration menu
    Copy the full SHA
    92dd48a View commit details
    Browse the repository at this point in the history
  2. cargo fmt

    liebman committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    825b128 View commit details
    Browse the repository at this point in the history
  3. cargo fmt (examples)

    liebman committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    8e91d44 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

  1. PcntSource now only stores the source id.

    add a critical section to protect the ctrl & isr_en registers
    liebman committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    0f3cc1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abb0e01 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. cargo fmt

    liebman committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    db7656c View commit details
    Browse the repository at this point in the history