mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-19 13:01:57 -04:00
Merge branch 'main' into ulTaskGetRunTimeCounter
This commit is contained in:
commit
36cb6aff16
5
portable/ThirdParty/GCC/Posix/port.c
vendored
5
portable/ThirdParty/GCC/Posix/port.c
vendored
|
@ -48,6 +48,11 @@
|
|||
* stdio (printf() and friends) should be called from a single task
|
||||
* only or serialized with a FreeRTOS primitive such as a binary
|
||||
* semaphore or mutex.
|
||||
*
|
||||
* Note: When using LLDB (the default debugger on macOS) with this port,
|
||||
* suppress SIGUSR1 to prevent debugger interference. This can be
|
||||
* done by adding the following line to ~/.lldbinit:
|
||||
* `process handle SIGUSR1 -n true -p true -s false`
|
||||
*----------------------------------------------------------*/
|
||||
#ifdef __linux__
|
||||
#define _GNU_SOURCE
|
||||
|
|
Loading…
Reference in a new issue