Skip to content

RTOS - add mbed_lib.json file #1884

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 9, 2016
Merged

Conversation

0xc0170
Copy link
Contributor

@0xc0170 0xc0170 commented Jun 9, 2016

Defines that rtos is present, this resolves in the macro:
"MBED_CONF_RTOS_PRESENT=1"

By default, this macro would not be defined neither set, thus RTOS disabled, more to come soon.

@c1728p9 @sg-

Defines that rtos is present, this resolves in the macro:
"MBED_CONF_RTOS_PRESENT=1"
@c1728p9
Copy link
Contributor

c1728p9 commented Jun 9, 2016

+1

@0xc0170 0xc0170 merged commit 7f952dc into ARMmbed:master Jun 9, 2016
@bogdanm
Copy link
Contributor

bogdanm commented Jun 15, 2016

Looks good, but in the future, please keep in mind that this is a better job for a macro than for a configuration parameter. The reason is that it makes little sense for an application to override this specific parameter, since the OS is always present in the build if its configuration file is read.

@0xc0170 0xc0170 deleted the fix_rtos_config branch June 15, 2016 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants