carlosperate
|
c4b8ff314a
|
Update git URLS, MCUboot is now independent w/ different GitHub org.
|
2021-10-17 00:31:21 +01:00 |
|
Jean-François Milants
|
740b3d7b58
|
Add new cmake option to disable the generation of DFU file (which needs adafruit-nrfutil on the build machine) : BUILD_DFU (disabled by default, enabled in docker build).
|
2021-02-01 21:07:53 +01:00 |
|
petter
|
a028c39ddd
|
check for cmake build-success before running post-build.sh
|
2021-01-23 11:11:14 +01:00 |
|
Joe Eaves
|
1f243aeedb
|
Make TOOLS_DIR if needed
Added some extra dir names to gitignore
|
2020-12-22 11:38:57 +00:00 |
|
Joe Eaves
|
60ef9b54fb
|
Integrate improvements from #137
Also fixed a bug with empty quoted strings
|
2020-12-21 03:10:42 +00:00 |
|
Joe Eaves
|
a7df0a0279
|
Unify the Dockerfiles by fleshing out build.sh
Script is written to handle it's own dependencies so it can be used within Docker or on the host system
|
2020-12-21 01:42:41 +00:00 |
|
JF
|
e6a1aff6ce
|
Docker build : split build.sh into 2 scripts : build.sh that always exists and post_build.sh that is generated by cmake build.sh
|
2020-08-20 09:38:10 +02:00 |
|
JF
|
f197a3fe88
|
All output files (bin, hex, image, dfu) contain the version of the project in their filename.
Update Docker build script accordingly.
Also fix permission issue with docker build (all files belonged to root).
|
2020-08-19 21:52:46 +02:00 |
|
JF
|
5ed7fbe126
|
Add docker file create docker image that builds the project on amd64 and arm64 arch.
|
2020-08-19 12:22:48 +02:00 |
|