Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
arduino-pico
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
arduino-pico
Commits
16c2e8e4
Unverified
Commit
16c2e8e4
authored
May 15, 2023
by
Earle F. Philhower, III
Committed by
GitHub
May 15, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up FreeRTOS, remove core freeze hacks (#1448)
parent
ae908c8e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
libraries/FreeRTOS/lib/FreeRTOS-Kernel
libraries/FreeRTOS/lib/FreeRTOS-Kernel
+1
-1
libraries/FreeRTOS/src/variantHooks.cpp
libraries/FreeRTOS/src/variantHooks.cpp
+0
-1
No files found.
FreeRTOS-Kernel
@
4588fd64
Subproject commit
b5942ddd071f426ff256b434bbcbbe750dfc8cfe
Subproject commit
4588fd64342d2e0f43bc6603e7220ee708dbd9ac
libraries/FreeRTOS/src/variantHooks.cpp
View file @
16c2e8e4
...
...
@@ -45,7 +45,6 @@
// Interfaces for the main core to use FreeRTOS mutexes
extern
"C"
{
extern
volatile
bool
__otherCoreIdled
;
int
__holdUpPendSV
=
0
;
// TOTO - remove from FreeRTOS lib
SemaphoreHandle_t
__freertos_mutex_create
()
{
return
xSemaphoreCreateMutex
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment