aboutsummaryrefslogtreecommitdiffstats
path: root/.devcontainer/build.sh
Commit message (Collapse)AuthorAgeFilesLines
* fixing build.sh not returning error in build (#1460)cybuzuma2022-12-131-1/+11
| | | | | | | | | | Return the build status as return code from the `main` helper function. In the process convert the handling if the file was sourced or directly executed into an explicit if/else statement to make the intent clearer. In case of an build error the error is now reported at the build step, where the error happened. Fixes: https://github.com/InfiniTimeOrg/InfiniTime/issues/1292
* Remove CMake targets and corresponding CLI arguments that are specific to ↵Jean-François Milants2022-09-171-1/+0
| | | | the debugging environment (USE_JLINK, USE_OPENOCD and USE_GDB_CLIENT).
* Update git URLS, MCUboot is now independent w/ different GitHub org.carlosperate2021-10-171-1/+1
|
* Added cmake variantsTim Keller2021-08-071-0/+0
|
* added devcontainer filesNiall Cooling2021-08-071-0/+78