freertos: Added partial unit tests for Linux simulator

* The unit tests are derived from the FreeRTOS test app
  in components/freertos/test_apps/freertos. They are
  quite incompatible with the main test application, which
  is why they have been placed under
  tools/test_apps/linux_compatible/linux_freertos for now.
This commit is contained in:
Jakob Hasse
2023-04-21 11:16:28 +08:00
parent 550ecbe37a
commit d6fe302904
23 changed files with 1990 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
CONFIG_IDF_TARGET="linux"
CONFIG_FREERTOS_SMP=y