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

Feature/bootstrap #48

Closed
wants to merge 24 commits into from
Closed

Feature/bootstrap #48

wants to merge 24 commits into from

Conversation

JohnVidler
Copy link
Collaborator

Bumping the samples repository to use codal-bootstrap to build rather than bare build.py, so we can update the build tools independently from the project sources.

Build function for users should be the same, although the readme may need updating to match the new functions available.

jamesadevine and others added 22 commits January 30, 2020 23:00
Hopefully can diagnose why travis is breaking...
It misleadingly implies the combination of only two hex files when it can in fact handle many more.
Allow for additional "libraries": [] in codal.json
Account for main being used instead of master in lock code
The pre-process task executes before a build occurs
call_cmake now preserves permissions when copying files.

FORM_SHELL_COMMMAND function now used for post process too!
@JohnVidler JohnVidler requested a review from finneyj June 7, 2022 00:44
@microbit-carlos
Copy link
Collaborator

This is pending lancaster-university/codal#45

@carlosperate
Copy link
Contributor

We should also considered if this is needed before adopting bootstrap:

Comment on lines 185 to +191

set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -include \"${EXTRA_INCLUDES_PATH}\"")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -include \"${EXTRA_INCLUDES_PATH}\"")
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -include ${EXTRA_INCLUDES_PATH}")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -include ${EXTRA_INCLUDES_PATH}")
endif()

set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -I\"${PLATFORM_INCLUDES_PATH}\"")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -I\"${PLATFORM_INCLUDES_PATH}\"")
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -I${PLATFORM_INCLUDES_PATH}")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -I${PLATFORM_INCLUDES_PATH}")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is undoing PR #10

@JohnVidler
Copy link
Collaborator Author

Closing this PR to draft a new one with the updated repo(s)

@JohnVidler JohnVidler closed this Sep 4, 2023
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.

6 participants