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
3d9611d0
Unverified
Commit
3d9611d0
authored
Jun 22, 2022
by
Earle F. Philhower, III
Committed by
GitHub
Jun 22, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update FreeRTOS SMP branch to latest upstream (#649)
parent
78b7f260
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
libraries/FreeRTOS/lib/FreeRTOS-Kernel
libraries/FreeRTOS/lib/FreeRTOS-Kernel
+1
-1
libraries/FreeRTOS/src/FreeRTOSConfig.h
libraries/FreeRTOS/src/FreeRTOSConfig.h
+1
-0
No files found.
FreeRTOS-Kernel
@
f5fe79da
Subproject commit
6047923beb30f750723d854e8b44fdf7a433408b
Subproject commit
f5fe79dacd723b490ae9afe1b4f5ae45aae620c6
libraries/FreeRTOS/src/FreeRTOSConfig.h
View file @
3d9611d0
...
...
@@ -28,6 +28,7 @@
#define configSTACK_DEPTH_TYPE uint32_t
#define configUSE_NEWLIB_REENTRANT 1
#define configNEWLIB_REENTRANT_IS_DYNAMIC 0
/* Note that we have a different config option, portSET_IMPURE_PTR */
#include <reent.h>
extern
void
__register_impure_ptr
(
struct
_reent
*
p
);
#define portSET_IMPURE_PTR(x) __register_impure_ptr(x)
...
...
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