Merge branch 'main' into xmos_fix_freertos_port

This commit is contained in:
Angel Cascarino 2024-06-26 19:35:08 +01:00 committed by GitHub
commit fbc3a7a1e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
57 changed files with 1310 additions and 937 deletions

View file

@ -26,7 +26,7 @@ This will locate the FreeRTOS kernel if it is a direct sub-module of your projec
version, you can include the FreeRTOS-Kernel support later in your CMake build (possibly in a subdirectory) and the
FreeRTOS-Kernel support will only apply to those targets which explicitly include FreeRTOS support.
As an alternative to the `import` statement above, you can just add this directory directly via thw following (with
As an alternative to the `import` statement above, you can just add this directory directly via the following (with
the same placement restrictions related to the Raspberry Pi Pico SDK version above):
```cmake