energia / msp432-core

MSP432 Core and Framework
14 stars 10 forks source link

Create Compilation Variable ENERGIA_MT #24

Open robertinant opened 7 years ago

robertinant commented 7 years ago

From @rei-vilo on July 21, 2015 20:18

When EMT is used, pass ENERGIA_MT variable on to the compiler as -D ENERGIA_MT.

This will allow checking EMT is available for RTOS-based libraries.

Copied from original issue: energia/Energia#683