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: arduino/ArduinoCore-renesas
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.3.1
Choose a base ref
...
head repository: arduino/ArduinoCore-renesas
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.3.2
Choose a head ref
  • 5 commits
  • 4 files changed
  • 2 contributors

Commits on Dec 9, 2024

  1. Move freertos hook between setup() and loop()

    This gives the chance for users to create new threads/queues in setup() without race conditions
    facchinm committed Dec 9, 2024
    Configuration menu
    Copy the full SHA
    3a3cfe4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    acb578e View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2024

  1. Configuration menu
    Copy the full SHA
    b83fd20 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #414 from facchinm/freertos_hook_move

    Allow FreeRTOS hook for C33 only and improve its reliability
    facchinm authored Dec 12, 2024
    Configuration menu
    Copy the full SHA
    51b909d View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2024

  1. Publish 1.3.2

    pennam committed Dec 18, 2024
    Configuration menu
    Copy the full SHA
    e9d112e View commit details
    Browse the repository at this point in the history
Loading