OVMS3-idf/components/freertos/include
Ivan Grokhotkov eb1b4f971b freertos: make sure xPortGetCoreID is placed into IRAM
In some cases, xPortGetCoreID was not inlined, and ended up in flash.
Since this function is used in many situations when cache is disabled,
that caused exceptions. Adding IRAM attribute to fix that.
2017-08-29 08:31:36 +08:00
..
freertos freertos: make sure xPortGetCoreID is placed into IRAM 2017-08-29 08:31:36 +08:00