]> begriffs open source - freertos/commit
Fix CMake build for RP2040 (#1197)
authoryh-sb <yh.sb@outlook.com>
Mon, 25 Nov 2024 05:24:41 +0000 (07:24 +0200)
committerGitHub <noreply@github.com>
Mon, 25 Nov 2024 05:24:41 +0000 (10:54 +0530)
commit682f0515c984da0ef283b12e99791e5ab7b41034
tree82d66cec622286e8af18c7a2e94e42ee0389a925
parent874fa7bed4b30ed4f1887ba3eae767c734515aa4
Fix CMake build for RP2040 (#1197)

Add public dependency to hardware_sync because portable\ThirdParty\GCC\RP2040\include\portmacro.h exposes include "hardware/sync.h" to FreeRTOS.h which is PUBLIC.

Add private dependency to pico_multicore because of usage prvFIFOInterruptHandler() and sio_hw in portable/ThirdParty/GCC/RP2040/port.c.
portable/CMakeLists.txt