-
Notifications
You must be signed in to change notification settings - Fork 2k
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
core: move thread flags from flags.h to thread.h #4382
Conversation
/** | ||
* @brief Currently not implemented | ||
*/ | ||
#define THREAD_AUTO_FREE (2) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just drop it and forget about it, maybe?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Had the same in mind, but I think it makes sense to do this in a separate PR - so my plan was to merge this first and open a second one afterwards
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're right. Should be a PR on its own.
looks good to me. 1st ACK. |
@OlegHahm, @thomaseichinger, @Kijewski: one of you up to giving a 2nd ack? |
needs a rebase |
@haukepetersen ping |
4170f6b
to
07cceb8
Compare
rebased |
I don't really like the long macro names, but I agree that this change makes sense and the new names are actually more aligned with our naming convention. ACK. |
07cceb8
to
809b907
Compare
rebased and adapted the new |
Travis is happy and we have 2 ACKs -> go |
core: move thread flags from flags.h to thread.h
Dman, should have thought about it. Now I have to rebase again. |
sorry :-) |
fixes #4338