]> begriffs open source - freertos/commit
Update to the latest atomic.h.
authorRichard Barry <ribarry@amazon.com>
Mon, 18 Nov 2019 16:28:03 +0000 (16:28 +0000)
committerRichard Barry <ribarry@amazon.com>
Mon, 18 Nov 2019 16:28:03 +0000 (16:28 +0000)
commit16639d2d636e7fbd4cbc786c3484600608ffbe7d
tree7906998e9446e2a1aca53653e1ae01ea66cc1d98
parent18916d5820d36ada7715f3cc541d0beb50558ca2
Update to the latest atomic.h.
Improve commenting in RISC-V GCC port.
Fix IAR RISC-V port so the first task starts with interrupts enabled.
Add references to third party page ref using newlib with FreeRTOS into the tasks.c file in each place newlib is referenced.
Move the position of the traceTASK_DELETE() trace macro in case of use with a memory allocator that writes over freed memory even when inside a critical section.
Efficiency improvement:  Make sure xTaskIncrementTick() does not return pdTRUE when the scheduler is locked.  This just prevents an unnecessary yield interrupt (unnecessary as it is ignored) when xYieldPending happens to be pdTRUE.
FreeRTOS/Source/include/atomic.h
FreeRTOS/Source/portable/GCC/RISC-V/portASM.S
FreeRTOS/Source/portable/GCC/RISC-V/portmacro.h
FreeRTOS/Source/portable/IAR/RISC-V/port.c
FreeRTOS/Source/portable/IAR/RISC-V/portASM.s
FreeRTOS/Source/portable/IAR/RISC-V/portmacro.h
FreeRTOS/Source/tasks.c