Newer
Older
rtlibc / readme.txt
@Razvan Turiac Razvan Turiac on 27 Aug 2020 293 bytes Added FreeRTOS malloc()
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);