9 years ago.

Any way to set a compile time switch?

In a standard gcc/Linux compile command line I can define a macro variable. For example with gcc I can say "-DGB_MEASURE_MEMORY_FOR_THIS" and then in the actual source I can say #ifdef GB_MEASURE_MEMORY_FOR_THIS

Is there any way to specify macro definitions via the REST API's?

Question relating to:

Users of the mbed REST API
Be the first to answer this question.