Skip to content

Commit

Permalink
pxTaskGetStackEnd
Browse files Browse the repository at this point in the history
  • Loading branch information
maciekr1234 committed Feb 14, 2021
1 parent 03ebc8e commit a41f9d5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"C_Cpp.dimInactiveRegions": false
}
2 changes: 1 addition & 1 deletion freertos
Submodule freertos updated 2 files
+16 −0 include/task.h
+16 −2 tasks.c
5 changes: 3 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "freertos_kernel",
"version": "10.4.3-2",
"version": "10.4.3-3",
"keywords": "rtos, timing, thread, task, mutex, semaphore",
"description": "FreeRTOS kernel as pio library.",
"repository": {
Expand All @@ -15,7 +15,8 @@
},
"export": {
"exclude": [
".bin"
".bin",
"tools"
]
}
}

0 comments on commit a41f9d5

Please sign in to comment.