This website requires JavaScript.
Explore
Help
Sign In
scott
/
InfiniTime
Watch
1
Star
0
Fork
You've already forked InfiniTime
0
Code
Issues
Pull requests
Actions
Packages
Projects
Releases
1
Wiki
Activity
1df3d1a14d
InfiniTime
/
src
/
FreeRTOS
History
Jean-François Milants
1df3d1a14d
Copy the memory manager heap_4.c from the FreeRTOS distribution to the InfiniTime project codebase. This will allow to implement custom functionalities that are not available in the original implementation.
2023-05-18 19:58:09 +02:00
..
heap_4_infinitime.c
Copy the memory manager heap_4.c from the FreeRTOS distribution to the InfiniTime project codebase. This will allow to implement custom functionalities that are not available in the original implementation.
2023-05-18 19:58:09 +02:00
port.c
Improve power consumption and SLEEP mode :
2020-01-05 11:09:07 +01:00
port_cmsis.c
Remove debug defines (DEBUG & DEBUG_NRF_USER) from the build. These debug can be useful for debugging purposes but not in production (release). (
#400
)
2021-06-01 21:02:15 +02:00
port_cmsis_systick.c
Apply fix for errata 87 (FPU issue).
2020-06-19 22:10:30 +02:00
portmacro.h
Improve power consumption and SLEEP mode :
2020-01-05 11:09:07 +01:00
portmacro_cmsis.h
Fix IRQ management in FreeRTOS to avoid crash and deadlock in BLE stack.
2021-02-14 14:42:30 +01:00