mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-07 05:34:59 -05:00
Updates FreeRTOS-Plus-Trace to a submodule pointer (#1082)
This PR updates FreeRTOS-Plus-Trace to a submodule pointer and updates the relevant project files. Percepio recommends to use streaming to ring buffer on a 64-bit system instead of snapshot and therefore, POSIX demo is updated to use streaming to ring buffer.
This commit is contained in:
parent
d3575643b8
commit
ddb6e58d0a
124 changed files with 71 additions and 26137 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -82,3 +82,6 @@
|
|||
[submodule "FreeRTOS-Plus/Source/FreeRTOS-Cellular-Modules/sara-r4"]
|
||||
path = FreeRTOS-Plus/Source/FreeRTOS-Cellular-Modules/sara-r4
|
||||
url = https://github.com/FreeRTOS/Lab-FreeRTOS-Cellular-Interface-Reference-ublox-SARA-R4.git
|
||||
[submodule "FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace"]
|
||||
path = FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace
|
||||
url = https://github.com/percepio/TraceRecorderSource.git
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue