esp-idf/components/esp_system
Felipe Neves dfa2d547a7 freertos: pin timer task in core 0 plus fixed in SMP race conditions
freertos: replace the freertos regular malloc to the specific malloc from xtensa port for tcb and stack allocations

freertos: avoid the cpu1 to unwind pended ticks when xTaskResumeAll is called insed of an ISR

freertos: protected the xPortGetCoreID functions with missing critical sections

tests: re-eanble the ignored tests that was failling before race-condition fixes
2020-10-14 16:11:49 +11:00
..
include
port
test freertos: pin timer task in core 0 plus fixed in SMP race conditions 2020-10-14 16:11:49 +11:00
CMakeLists.txt
Kconfig
component.mk
esp_async_memcpy.c
intr_alloc.c
linker.lf app_trace/sysview: fixed freertos tracing calling plus sync apptrace component with the master branch version 2020-10-13 23:52:03 +00:00
panic.c
sdkconfig.rename
sleep_modes.c deep sleep: Calculate RTC CRC immediately before deep sleep, without using RAM 2020-10-12 11:19:56 +11:00
startup.c
system_api.c
system_time.c