Commit Graph

86 Commits

Author SHA1 Message Date
Robin Müller 7ab0a3683c
this works better
EIVE/eive-obsw/pipeline/head This commit looks good Details
2022-05-06 16:46:22 +02:00
Robin Müller 08dc8630d6
create generic OBSW by default and copy to unique
EIVE/eive-obsw/pipeline/head There was a failure building this commit Details
2022-05-06 16:43:12 +02:00
Robin Müller 9383a6088b
build script bugfixes
EIVE/eive-obsw/pipeline/head This commit looks good Details
2022-05-06 15:33:05 +02:00
Robin Müller fe4315666b
added helper script for yocto installation
EIVE/eive-obsw/pipeline/head This commit looks good Details
- Installs compiled binaries into yocto repo for rootfs rebuild
2022-05-06 15:27:56 +02:00
Robin Müller 42247620c0
updated host and linux scripts, fix host build
EIVE/eive-obsw/pipeline/pr-develop This commit looks good Details
2022-05-03 17:08:48 +02:00
Robin Müller fdf7f03242
moved build helpers to script folder
EIVE/eive-obsw/pipeline/pr-develop This commit looks good Details
2022-05-03 12:35:03 +02:00
Robin Müller 0d37272feb
separate EM build folder
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit Details
2022-05-03 12:29:44 +02:00
Robin Müller b2ec1773e4
reworked helper scripts, renamed q7s build dirs 2022-05-03 12:27:34 +02:00
Robin Müller c1248dd4e1
building new EM config
EIVE/eive-obsw/pipeline/head This commit looks good Details
EIVE/eive-obsw/pipeline/pr-develop This commit looks good Details
2022-04-29 15:47:54 +02:00
Robin Müller 417a6d8ea0
added missing character
EIVE/eive-obsw/pipeline/pr-develop This commit looks good Details
EIVE/eive-obsw/pipeline/head This commit looks good Details
2022-04-22 16:06:44 +02:00
Robin Müller 17fd273d10
fix for toolchain file handling
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit Details
2022-04-22 16:01:10 +02:00
Robin Müller 0f80501467
rename helpers file 2022-04-22 15:42:13 +02:00
Robin Müller a416ca406b
git describe support finished
EIVE/eive-obsw/pipeline/head There was a failure building this commit Details
2022-04-22 14:09:08 +02:00
Robin Müller 438957c466
update shell script to use default SDK sysroot
EIVE/eive-obsw/pipeline/pr-develop This commit looks good Details
EIVE/eive-obsw/pipeline/head There was a failure building this commit Details
2022-04-21 13:52:27 +02:00
Robin Müller f23ba7ab7b
always build watchdog for arm q7s now 2022-04-20 01:25:56 +02:00
Robin Müller c4220b37e5
add option for external toolchain file 2022-04-20 00:57:37 +02:00
Robin Müller ec0a38ad25
update win q7s env script
EIVE/eive-obsw/pipeline/head There was a failure building this commit Details
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit Details
2022-04-19 17:54:32 +02:00
Robin Müller d12b5958b9
update q7s-evn script and generate stripped watchdog bin
EIVE/eive-obsw/pipeline/head There was a failure building this commit Details
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit Details
2022-04-18 21:49:04 +02:00
Jakob Meier a359afb1c3 renamed win q7s env script
EIVE/eive-obsw/pipeline/head Build started... Details
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit Details
2022-03-27 11:16:30 +02:00
Jakob Meier ceb7f40d35 fixed merge conflicts
EIVE/eive-obsw/pipeline/head There was a failure building this commit Details
2022-03-27 10:44:32 +02:00
Jakob Meier 253e2731bd only include lxiphos when building for q7s
EIVE/eive-obsw/pipeline/head There was a failure building this commit Details
2022-03-18 06:45:40 +01:00
Jakob Meier 9dc124004d build configuration for trenz te0720-1cfa 2022-03-17 14:28:32 +01:00
Jakob Meier f8f7848200 run generator scripts 2022-03-14 18:43:16 +01:00
Robin Müller ba68c80d6b
Merge remote-tracking branch 'origin/develop' into mueller/reboot-file-handling
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit Details
2022-02-28 13:29:22 +01:00
Jakob Meier e61dfc0401 fixed conflicts 2022-02-25 14:39:18 +01:00
Robin Müller 3a6c7e3183
separate branch for reboot file handling
EIVE/eive-obsw/pipeline/head There was a failure building this commit Details
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit Details
2022-02-25 11:34:42 +01:00
Robin Müller 23ba1a997d
create unique bin name again
EIVE/eive-obsw/pipeline/head This commit looks good Details
2022-02-20 10:34:41 +01:00
Ulrich Mohr 91e0e9f233 Merge branch 'develop' into mohr/startracker
EIVE/eive-obsw/pipeline/head This commit looks good Details
Conflicts:
	CMakeLists.txt
	cmake/PreProjectConfig.cmake
	linux/fsfwconfig/events/translateEvents.cpp
2022-02-16 15:21:24 +01:00
Ulrich Mohr e59a98f11c removed q7s/watchdog and q7s/simple configurations scripts, as there is no special configuration needed any more
EIVE/eive-obsw/pipeline/head This commit looks good Details
EIVE/eive-obsw/pipeline/pr-develop This commit looks good Details
2022-02-10 15:28:12 +01:00
Ulrich Mohr 4d154b7cee reworked cmake, unfortunately a big one due to interdependence
EIVE/eive-obsw/pipeline/head This commit looks good Details
- /mission is a library now, in preparation of unittests (which bring their own main)
- eive-simple is now only available in bsp=arm/q7s (but is still not compiling)
- watchdog and simple are their own executables, not configurations any more
- moved some q7s specific code into /bsp-q7s to flatten if-hierarchy in main CMakeLists.txt
- compiler and linker options are not globally applied to all targets
- linux is the default fsfw osal now, as current code does not compile on hosted
2022-02-09 21:38:56 +01:00
Jakob Meier 4823496b58 fixed conflicts 2022-02-08 10:34:23 +01:00
Jakob Meier 191f3c3deb moved toolchain path print out
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit Details
2022-02-07 09:47:12 +01:00
Jakob Meier 68d56c4cd3 star tracker files moved to linux directory 2022-02-05 18:06:18 +01:00
Jakob Meier e67bcd4e26 setup egse project 2022-02-05 13:19:20 +01:00
Robin Müller c32ca422fc updated shell script helpers 2022-01-18 11:37:15 +01:00
Robin Müller 481756b014
fix script, experiment with timing 2021-12-15 11:49:50 +01:00
Robin Müller 9ddea586ea
updated build scripts
EIVE/eive-obsw/pipeline/head There was a failure building this commit Details
2021-10-18 18:15:39 +02:00
Robin Müller 90622eb25a important fixes 2021-08-23 20:38:18 +02:00
Robin Müller e4e765300d more bugfixes
EIVE/eive-obsw/pipeline/head This commit looks good Details
2021-08-23 09:08:48 -04:00
Robin Müller 922c33df57 using Q7S_ROOTFS now
EIVE/eive-obsw/pipeline/head This commit looks good Details
2021-08-23 09:03:48 -04:00
Robin Müller cfbacd4d80
generating stripped executable now
EIVE/eive-obsw/pipeline/head Build started... Details
2021-08-14 15:25:30 +02:00
Robin Müller 95c06d5a09
added make size cfg
EIVE/eive-obsw/pipeline/head This commit looks good Details
2021-08-14 15:19:32 +02:00
Robin Müller 0b1b74e879
renamed cmake var, updated all shell scripts
EIVE/eive-obsw/pipeline/head This commit looks good Details
2021-07-31 19:31:04 +02:00
Robin Müller 503d5923c4
making some stuff optional
EIVE/eive-obsw/pipeline/head This commit looks good Details
2021-07-30 16:40:24 +02:00
Robin Müller 208aeb6640
added build scripts, updated proj files 2021-07-29 18:17:14 +02:00
Robin Müller 59bcf6cec2
added eive-watchdog 2021-07-29 11:35:20 +02:00
Robin Müller 6d48f70269
all versions written to version.txt file now 2021-07-24 15:00:07 +02:00
Robin Müller 3b1a68b75b updated ninja configs and cproject 2021-07-16 21:54:15 +02:00
Robin Müller 88a20a512a corrections and tests 2021-07-16 21:51:30 +02:00
Robin Müller b3dfbcf7fe removed fsfw_hal 2021-07-15 19:06:57 +02:00