aboutsummaryrefslogtreecommitdiffstats
path: root/src/FreeRTOS
Commit message (Expand)AuthorAgeFilesLines
* Refactor pvPortRealloc() to improve readability.Jean-François Milants2023-05-181-51/+36
* Add pvPortRealloc() in heap_4_infinitime.c. An implementation of realloc() is...Jean-François Milants2023-05-181-0/+73
* Copy the memory manager heap_4.c from the FreeRTOS distribution to the Infini...Jean-François Milants2023-05-181-0/+444
* Remove debug defines (DEBUG & DEBUG_NRF_USER) from the build. These debug can...JF0022021-06-011-20/+19
* Fix IRQ management in FreeRTOS to avoid crash and deadlock in BLE stack.Jean-François Milants2021-02-142-2/+24
* Use PRIMASK instead of BASEPRI for critical sections in FreeRTOS. This is ne...JF2020-06-191-2/+2
* Apply fix for errata 87 (FPU issue).JF2020-06-191-0/+8
* Improve power consumption and SLEEP mode :JF2020-01-055-0/+1032