BriscoeTech / Arduino-FreeRTOS-SAMD21

A port of FreeRTOS that runs on Arduino Samd21 boards
63 stars 19 forks source link

possibility to define ENABLE_CALLOC_REALLOC as compiler flags #28

Open sergiotomasello opened 2 years ago

sergiotomasello commented 2 years ago

This way you can enable calloc and realloc by passing the compiler flags through the Arduino extra flags of the boards.txt file as an alternative to changing the library source.