v1.7.0 #91

Merged
muellerr merged 64 commits from develop into main 2021-09-02 09:29:49 +02:00
Owner
  • Minor changes to match software to updated FPGA configuration
  • Set all devices to mode power down in doShutDown()
  • Bug when PREFSD was not set
  • Increased robustness of SW against invalid values for preferred SD card
  • Some fixes for Raspberry Pi build
  • Binary files can not be run like that on Linux, need to generate stripped executable instead. This is done now.
  • PCDU always running now
  • Added debug output for PCDU modules
  • Added ACS board to SPI PST
  • New busConf.h file which encapsulates Q7S specific properties like chip names, pin numbers and device names for peripherals
  • Defines cleaned up and properly prefixed
  • Possible bugfixes: spiRtdIc3 had other mode than others and spiRtdIc15 had other speed than others
  • Offers basic API to program chip writeprotection programatically
  • Used on reboot now
  • Added LICENSE and NOTICE file for making OBSW OpenSource
  • Fixes for supervisor identified during integration tests with TAS
  • Adjustments to run OBSW on Trenz TE0720
  • Memory dumps larger than 2*65535 bytes can not be handled by the linux uart driver
  • Added a memory dumper object to split large memory dumps in multiple smaller dumps
- Minor changes to match software to updated FPGA configuration - Set all devices to mode power down in doShutDown() - Bug when `PREFSD` was not set - Increased robustness of SW against invalid values for preferred SD card - Some fixes for Raspberry Pi build - Binary files can not be run like that on Linux, need to generate stripped executable instead. This is done now. - PCDU always running now - Added debug output for PCDU modules - Added ACS board to SPI PST - New `busConf.h` file which encapsulates Q7S specific properties like chip names, pin numbers and device names for peripherals - Defines cleaned up and properly prefixed - Possible bugfixes: `spiRtdIc3` had other mode than others and `spiRtdIc15` had other speed than others - Offers basic API to program chip writeprotection programatically - Used on reboot now - Added LICENSE and NOTICE file for making OBSW OpenSource - Fixes for supervisor identified during integration tests with TAS - Adjustments to run OBSW on Trenz TE0720 - Memory dumps larger than 2*65535 bytes can not be handled by the linux uart driver - Added a memory dumper object to split large memory dumps in multiple smaller dumps
muellerr added 63 commits 2021-09-02 09:23:01 +02:00
set all devices to mode power down in doShutDown
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
8f124de79c
mode power down sus
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
12dbc5569e
minor changes to match software to updated fpga design
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
4fdcb5d7cd
Merge branch 'develop' into meier/firmwareChanges
Some checks are pending
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
EIVE/eive-obsw/pipeline/head Build queued...
ae08d14626
tmtc update
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
0efaa13a9f
bugfix core controller
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
11c2efa733
1. Increaed robustness of CoreController against invalid state struct
2. Bugfix: If PREFSD not set, set SD card 0 properly now
Merge core controller bugfix
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
24b58e50d1
Merge pull request 'meier/firmwareChanges' (#82) from meier/firmwareChanges into develop
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
337aa39ecc
Reviewed-on: #82
Reviewed-by: Robin Müller <muellerr@irs.uni-stuttgart.de>
missing :
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
cf355a0451
Merge branch 'mueller/core-controller-bugfix' into mueller/master
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
0622b78dde
Merge branch 'develop' into mueller/core-controller-bugfix
Some checks are pending
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
EIVE/eive-obsw/pipeline/head Build queued...
fc22f7d86f
Merge remote-tracking branch 'origin/develop' into mueller/master
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
45b78a0100
Merge pull request 'Core Controller Bugfix' (#83) from mueller/core-controller-bugfix into develop
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
be43dbd293
Reviewed-on: #83
Reviewed-by: Jakob.Meier <meierj@irs.uni-stuttgart.de>
no ARCSEC lib for Raspberry Pi
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
0ae55e0783
gps handler tweaks
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
268cd33677
hyperion handler: HK packet subscription
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
cb330bcf29
testing HK downlink
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
1962b30e5f
tmtc update
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
dc8879b1af
added make size cfg
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
95c06d5a09
generating stripped executable now
Some checks are pending
EIVE/eive-obsw/pipeline/head Build started...
cfbacd4d80
Merge branch 'develop' into mueller/stripped-exec
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
EIVE/eive-obsw/pipeline/head This commit looks good
567199f460
Reviewed-on: #84
Reviewed-by: Jakob.Meier <meierj@irs.uni-stuttgart.de>
added debug output for pcdu modules
Some checks are pending
EIVE/eive-obsw/pipeline/head Build started...
1722f14a60
pcdu debug output disabled now
Some checks are pending
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
EIVE/eive-obsw/pipeline/head Build queued...
5204afca9e
tmtc update
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
a298fff602
adaptions to build software for Trenz TE0720
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
be6056aadb
Merge remote-tracking branch 'origin/develop' into mueller/master
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
aa43bd7d75
acs board tweaks
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
921e82f6d1
new busConf file, cleaning up
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
aa248b7997
Merge pull request 'meier/pcdu' (#85) from meier/pcdu into develop
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
9efcd90cc0
Reviewed-on: #85
Reviewed-by: Robin Müller <muellerr@irs.uni-stuttgart.de>
cleaned up
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
2f72b4e42a
fsfw update
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
EIVE/eive-obsw/pipeline/head This commit looks good
2b061a2b1c
Merge pull request 'ACS board added' (#86) from mueller/acs-board-added into develop
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
99a24a9a35
Reviewed-on: #86
Reviewed-by: Jakob.Meier <meierj@irs.uni-stuttgart.de>
submodule update
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
19d4349c05
added functions to handle writeprotection
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
7fc3285272
several bugfixes for prot handler
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
c1b22af695
bugfixes, more tests
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
faee071edc
added TODO
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
963e40120f
renamed function and bugfix
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
8ddd7b02dc
unix file guard diagnostic prefix adaption
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
7c828427e9
fsfw update
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
42d225bb6c
bugfix core controller
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
d1afdfe578
refactoring and bugfix
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
e821a9700a
smaller tweaks
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
EIVE/eive-obsw/pipeline/head This commit looks good
ef75d92415
added LICENSE and NOTICE file
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
EIVE/eive-obsw/pipeline/head This commit looks good
5789e2a3b5
Reviewed-on: #87
Reviewed-by: Jakob.Meier <meierj@irs.uni-stuttgart.de>
update tmtc and arcsec submodule
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
95b49ca49d
adaptions to build ploc supervisor for trenz te0720
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
333c46bdf8
Merge pull request 'added LICENSE and NOTICE file' (#88) from mueller/license-notice-file into develop
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
c8150dff17
Reviewed-on: #88
Merge branch 'develop' into meier/plocSupervisor
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
EIVE/eive-obsw/pipeline/head This commit looks good
01dd2eb92e
Merge branch 'develop' into meier/plocMemoryDumper
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
e13db2e6b6
Merge pull request 'meier/plocSupervisor' (#89) from meier/plocSupervisor into develop
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
cc602ddada
Reviewed-on: #89
Reviewed-by: Robin Müller <muellerr@irs.uni-stuttgart.de>
Merge remote-tracking branch 'origin/develop' into meier/plocMemoryDumper
Some checks are pending
EIVE/eive-obsw/pipeline/pr-develop Build queued...
225dcf27ba
Merge pull request 'meier/plocMemoryDumper' (#90) from meier/plocMemoryDumper into develop
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
EIVE/eive-obsw/pipeline/pr-main This commit looks good
56108aed66
Reviewed-on: #90
Reviewed-by: Robin Müller <muellerr@irs.uni-stuttgart.de>
muellerr added this to the v1.7.0 milestone 2021-09-02 09:23:13 +02:00
muellerr added 1 commit 2021-09-02 09:28:10 +02:00
Merge branch 'main' into develop
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
EIVE/eive-obsw/pipeline/head This commit looks good
aeb289b758
muellerr merged commit 08bc44ce8b into main 2021-09-02 09:29:49 +02:00
Sign in to join this conversation.
No description provided.