@Razvan Turiac Razvan Turiac authored on 27 Aug 2020
inc Added FreeRTOS malloc() 4 years ago
src Re-organized math library. 4 years ago
readme.txt Added FreeRTOS malloc() 4 years ago
rtlibc.mk ... 4 years ago
readme.txt
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);