mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-16 02:57:49 -04:00
adding a minimal idle hook to the SMP port (#329)
* adjusting the kernel checks repo * Added a minimal idle hook for all idle tasks
This commit is contained in:
parent
0c1381311b
commit
b515641e0a
2 changed files with 174 additions and 139 deletions
2
.github/workflows/kernel-checks.yml
vendored
2
.github/workflows/kernel-checks.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: FreeRTOS/FreeRTOS
|
||||
ref: master
|
||||
ref: smp
|
||||
path: tools
|
||||
|
||||
# Checkout user pull request changes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue