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

Timer that can be triggered a finite number of times. #2006

Open
wants to merge 17 commits into
base: rolling
Choose a base branch
from

Commits on Aug 11, 2022

  1. Adds counter of callbacks to timers

    Signed-off-by: Voldivh <eloyabmfcv@gmail.com>
    Voldivh committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    88be04a View commit details
    Browse the repository at this point in the history
  2. Add test for the timer callback counter

    Signed-off-by: Voldivh <eloyabmfcv@gmail.com>
    Voldivh committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    ebde9fc View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. Solves error on assertion arguments

    Signed-off-by: Voldivh <eloyabmfcv@gmail.com>
    Voldivh committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    1c02af2 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Solves merge conflicts

    Signed-off-by: Voldivh <eloyabmfcv@gmail.com>
    Voldivh committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    ff5596e View commit details
    Browse the repository at this point in the history
  2. Adds argument to class instantiation

    Signed-off-by: Voldivh <eloyabmfcv@gmail.com>
    Voldivh committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    e67fb4e View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. Solves merge conflicts

    Signed-off-by: Voldivh <eloyabmfcv@gmail.com>
    Voldivh committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    479b19e View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. Modifies data type to uint32_t and solves a bug after reseting a timer

    Signed-off-by: Voldivh <eloyabmfcv@gmail.com>
    Voldivh committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    17e0d84 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. Modifies unsigned int to uint32_t

    Signed-off-by: Voldivh <eloyabmfcv@gmail.com>
    Voldivh committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    bba1b40 View commit details
    Browse the repository at this point in the history
  2. Modifies reset method for timers

    Signed-off-by: Voldivh <eloyabmfcv@gmail.com>
    Voldivh committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    eb7825b View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. Adds user documentation for Generic class and execute_callback method

    Signed-off-by: Voldivh <eloyabmfcv@gmail.com>
    Voldivh committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    dcd1f23 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. Modifies assertions on test_timer and test_create_timer

    Signed-off-by: Voldivh <eloyabmfcv@gmail.com>
    Voldivh committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    72af5a0 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Configuration menu
    Copy the full SHA
    fbb5ddb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    454ef3d View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Configuration menu
    Copy the full SHA
    1bae207 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Configuration menu
    Copy the full SHA
    f405774 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Configuration menu
    Copy the full SHA
    c1afda4 View commit details
    Browse the repository at this point in the history
  2. Cleanup from review.

    Signed-off-by: Chris Lalancette <clalancette@gmail.com>
    clalancette committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    9f50789 View commit details
    Browse the repository at this point in the history