This website requires JavaScript.
Explore
Help
Sign In
ARMmbed
/
mbed-os
mirror of
https://github.com/ARMmbed/mbed-os.git
Watch
1
Star
0
Fork
You've already forked mbed-os
0
Code
Issues
Projects
Releases
Wiki
Activity
6a5062c5e3
mbed-os
/
rtos
/
mbed_lib.json
8 lines
92 B
JSON
Raw
Normal View
History
Unescape
Escape
RTOS - add config mbed_lib.json file Defines that rtos is present, this resolves in the macro: "MBED_CONF_RTOS_PRESENT=1"
2016-06-08 17:41:29 +00:00
{
"name"
:
"rtos"
,
"config"
:
{
"present"
:
1
Add _RTX_ define where it's needed and used
2018-07-09 15:36:39 +00:00
}
,
"macros"
:
[
"_RTE_"
]
RTOS - add config mbed_lib.json file Defines that rtos is present, this resolves in the macro: "MBED_CONF_RTOS_PRESENT=1"
2016-06-08 17:41:29 +00:00
}