-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
nrf: Facilitate use of freeze manifest. #5379
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
Conversation
Looks good! But I see that it now freezes the |
ce59b85
to
c7666fa
Compare
@dpgeorge , does it look as you would expect? I added a new commit up front of my original commit to add the mpy-cross build in travis. |
@glennrub it looks good to me. Only I'd also suggest updating README.md to reflect the fact that freezing is done by default, ie just put scripts to freeze in |
Thanks, @dpgeorge , I'm glad you mentioned it. Looking a bit closer at it, it turns out that the Would you mind if i keep the travis patch in any case? i believe this can be useful in the future. |
722159c
to
8c89816
Compare
Yes I think it's a good idea to keep it, and maybe even to make Travis build with a frozen manifest included to test this feature. |
Updating Makefile to handle FROZEN_MANIFEST. Updating README.md with some small samples on how to use freeze manifests. Adding BOARD_DIR to the Makefile which can be referenced in boards/<board>/mpconfigboard.mk to include a board specific manifest.
8c89816
to
d79514f
Compare
…ice-doc Correct and improve usb_hid.Device doc
Adding FROZEN_MANIFEST to the Makefile which is set to
boards/manifest.py by default.
Adding the boards/manifest.py that will include the ports
'freeze' folder.
Adding BOARD_DIR to the Makefile which can be referenced in
boards//mpconfigboard.mk to include a board specific
manifest.