@Razvan Turiac Razvan Turiac authored on 23 Nov 2019
inc Initial import. 4 years ago
src Initial import. 4 years ago
template Initial import. 4 years ago
readme.txt Initial import. 4 years ago
rtlibc.mk Initial import. 4 years ago
readme.txt
The following macros can be defined:


To enable dynamic memory allocation define
_RTLIBC_MALLOC_FREERTOS_ or _RTLIBC_MALLOC_NOOS_

To enable asserts define _RTLIBC_ASSERT_




The following functions are weak and can be defined by the user:

void rtlibc_abort_handler(void);
void rtlibc_malloc_failed_handler(void);