mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-02 16:11:41 +01:00
xtensa: Add bare metal port stub functions for G0 build test
This commit adds "bare metal stubs" xtensa_rtos.h glue layer to mimic a bare metal OS port. The bare metal stubs don't access any components outside of the G0 group.
This commit is contained in:
@@ -480,6 +480,11 @@ menu "FreeRTOS"
|
||||
|
||||
# Hidden or compatibility options
|
||||
|
||||
config FREERTOS_PORT
|
||||
# This invisible config value indicates the FreeRTOS is selected as the current RTOS used by ESP-IDF
|
||||
bool
|
||||
default y
|
||||
|
||||
config FREERTOS_NO_AFFINITY
|
||||
# This invisible config value sets the value of tskNO_AFFINITY in task.h.
|
||||
# Intended to be used as a constant from other Kconfig files.
|
||||
|
||||
Reference in New Issue
Block a user