CMakeLists.txt 162 B

123
  1. # This is a manual mock that supplies `main()` if FreeRTOS is mocked
  2. idf_component_register(SRCS "startup_mock.c"
  3. REQUIRES main esp_event)