| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
* Use all free RAM for FreeRTOS heap
* Wrap newlib malloc and related functions
* Implement calloc
|
| | |
|
| |
|
|
| |
is needed by NimBLE.
|
| |
|
|
| |
InfiniTime project codebase. This will allow to implement custom functionalities that are not available in the original implementation.
|
| |
|
|
|
|
| |
can be useful for debugging purposes but not in production (release). (#400)
This reduces the size of the binary by about 6KB!
This also removes filepath that were embedded into the binary (.bin) file.
|
| | |
|
| |
|
|
| |
needed by NimBLE to be able to mask radio interrupt (which has priority 0).
|
| | |
|
|
|
- Disable IDLE hook (it would wake the device up as soon as possible).
- Logger task sleep for 100ms (disable logging for better battery life)
- Logging is disabled by default
- Apply fix for ERRATA 87 (clear FPU interrupt before going to sleep). Ports files from FreeRTOS are now in the sources (they where in the SDK before)
|