Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: feilipu/Arduino_FreeRTOS_Library
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ab1aw/Arduino_FreeRTOS_Library
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 13 files changed
  • 1 contributor

Commits on Mar 19, 2024

  1. Modifications to demonstrate FreeRTOS task creation and mutex operati…

    …ons running on an AdaFruit ItsyBitsy nRF52840 Express board.
    Michael Polia committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    98cafc0 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Modifications to the example for demonstrating interrupt-based task n…

    …otifications.
    Michael Polia committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    ab8673f View commit details
    Browse the repository at this point in the history
  2. Modifications to the example for demonstrating interrupt-based binary…

    … semaphores.
    Michael Polia committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    34becb6 View commit details
    Browse the repository at this point in the history
  3. Modifications to the example for demonstrating suspending and resumin…

    …g a task.
    Michael Polia committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    8a5dd16 View commit details
    Browse the repository at this point in the history
  4. Modifications to the example for demonstrating task management using …

    …FreeRTOS task utilities.
    Michael Polia committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    7456d12 View commit details
    Browse the repository at this point in the history
  5. Modifications to the example for demonstrating using queues to pass d…

    …ata between tasks.
    Michael Polia committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    607fdf0 View commit details
    Browse the repository at this point in the history
  6. Modifications to the example for demonstrating using structured array…

    … queues to pass data between tasks.
    Michael Polia committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    c8620e2 View commit details
    Browse the repository at this point in the history
  7. Modifications to the example for demonstrating using integer queues t…

    …o pass data between tasks.
    Michael Polia committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    019f07a View commit details
    Browse the repository at this point in the history
  8. Modifications to the example for demonstrating task creation w/ two t…

    …asks; one task reading and reporting an analog pin state and a second task blinking the LED.
    Michael Polia committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    7fdae07 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d5f3832 View commit details
    Browse the repository at this point in the history
  10. Modifications to the example for demonstrating using array queues to …

    …pass data between tasks.
    Michael Polia committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    aa4828b View commit details
    Browse the repository at this point in the history
  11. Modifications to the example for demonstrating using a semaphore to a…

    …rbitrate multi-task access to a single serial port.
    Michael Polia committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    fa44788 View commit details
    Browse the repository at this point in the history
  12. Clean-up and code formatting.

    Michael Polia committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    dfe0f50 View commit details
    Browse the repository at this point in the history
Loading