Skip to content
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

add include of bsp_defs.h so that a BSP can override defines (for exa… #2223

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

brianwyld
Copy link

The bsp_defs.h in a specific BSP can redefine the idle stack size without changing the core of mynewt

@brianwyld
Copy link
Author

Ok. Seems like bsp/bsp_defs.h is not a 'standard' file in mynewt BSPs.
How about bsp/bsp.h?

@apache-mynewt-bot
Copy link

Style check summary

No suggestions at this time!

@brianwyld
Copy link
Author

Any chance of getting this PR in?

@mlaz
Copy link
Contributor

mlaz commented Mar 27, 2020

I believe we should use a MYNEWT_VAL for this, instead of the header file.

@brianwyld
Copy link
Author

brianwyld commented Mar 27, 2020 via email

@mlaz
Copy link
Contributor

mlaz commented Mar 27, 2020

Ok, I looked at #2138. Still hard to find out exactly why do you need redefine idle task's stack size.

@brianwyld
Copy link
Author

brianwyld commented Mar 27, 2020 via email

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