To enable asserts define _RTLIBC_ASSERT_ To enable RTLIBC malloc() define _RTLIBC_MALLOC_ To enable FreeRTOS malloc() define _RTLIBC_MALLOC_FREERTOS_ The following functions are weak and can be defined by the user: void rtlibc_abort_handler(void); void rtlibc_malloc_failed_handler(void);