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

Feature: Hardware PWM #568

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

Feature: Hardware PWM #568

wants to merge 11 commits into from

Commits on Dec 7, 2022

  1. added tim_channel class.

    stephenhensley committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    3e47dd6 View commit details
    Browse the repository at this point in the history
  2. missing extern in hal map files

    stephenhensley committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    f912c8f View commit details
    Browse the repository at this point in the history
  3. pwm example and updated launch.json to test it

    stephenhensley committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    f705e1a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    07340c9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c055da7 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. really hacking DMA in there for now as proof of concept.. needs sever…

    …e refactor.
    stephenhensley committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    cf03fb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    127f838 View commit details
    Browse the repository at this point in the history
  3. started putting together some stuff to drive the LED data via pulsewi…

    …dth.
    stephenhensley committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    b255c86 View commit details
    Browse the repository at this point in the history
  4. temp. added some switch cases for DMA request, etc to resolve hard co…

    …ded tim/channel, and got example ready to test.
    stephenhensley committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    7fc733b View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. workin on it

    stephenhensley committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    91996a8 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. LEDs are working with inverting circuit now as well.

    stephenhensley committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    1bcfbfe View commit details
    Browse the repository at this point in the history