FreeRTOS-Kernel/portable/ThirdParty/GCC
maxiao bee9037c46
Fix compilation warning about undelcared pthread_setname_np (#1079)
Use _GNU_SOURCE macro instead of __USE_GNU and define it before
including portmacro.h. The reason is that portmacro.h includes limits.h
which in-turn includes features.h - this results in __USE_GNU getting
incorrectly undefined.
2024-06-10 16:02:04 +05:30
..
ARC_EM_HS CI-CD Updates (#768) 2023-09-05 14:24:04 -07:00
ARC_v1 CI-CD Updates (#768) 2023-09-05 14:24:04 -07:00
ARM_TFM tf-m: Update tf-m to TF-Mv2.0.0 release (#1038) 2024-04-18 17:55:14 +05:30
ATmega Use Regex for Copyright Year in Header Check (#1002) 2024-02-26 09:26:42 -08:00
Posix Fix compilation warning about undelcared pthread_setname_np (#1079) 2024-06-10 16:02:04 +05:30
RISC-V Normalize line endings and whitespace in source files 2022-11-29 15:38:47 -08:00
RP2040 Define portNOP in RP2040 port (#1003) 2024-03-06 16:24:19 +08:00
Xtensa_ESP32 Use Regex for Copyright Year in Header Check (#1002) 2024-02-26 09:26:42 -08:00