IPC@CHIP® RTOS – API Documentation |
![]() |
The tickets are grouped by component and then sorted by type and ticket number.
Ticket: | #2345 |
Component: | CLIB |
Type: | defect |
Summary: | Compilation error in heap.c reentrant heap |
Description: | The optional heap.c source file will not compile due to a incorrect function name for RTL _clib_farcoreleft(). Also the _coreleft() alias conflicts with the compiler's current RTL. |
Solution: | Correct typo and eliminate _coreleft alias. |
Ticket: | #2356 |
Component: | CLIB |
Type: | enhancement |
Summary: | Add RSA API functions |
Description: | The CLIB should provide API functions for RSA signature and verification. |
Solution: | Added API. |