v1.29.0
100%
v1.3.0
100%
Milestone for Software Release v1.3.0
- Last milestone before major FSFW update
Enhancements
- First components for File System Handling
.cproject
file updates- README updates and improvements
- File System API continued, but not finished yet
- Scratch buffer API continued, not finished yet
- Reaction wheel handler added
- GPS Handler continued
- Q7S SPI communication interface added, necessary for SPI multiplexing because reaction wheel requires slow SPI
v1.30.0
100%
v1.31.0
100%
v1.32.0
100%
v1.33.0
100%
v1.34.0
100%
v1.35.0
100%
v1.36.0
100%
v1.37.0
100%
v1.38.0
100%
v1.39.0
100%
v1.4.0
100%
Milestone for next OBSW release
- History rewritten for e-mail change (force push in develop and master)
- Branch before history was changed to correct e-mail address
- Requires framework update eive/fsfw#6
fsfw_hal
is now part offsfw
so the submodule was removed- Scratch API finished and tested, can be used to read/write strings and numeric values now
- File System API mostly finished and tested
- JSON library added and tested, works well so far
- New API written as a wrapper around the JSON library, which allows modelling the content of a JSON configuration file in the Software. For simplicity reason, it will write directly to the file system instead of sending messages for now
TE0720
define prefixed withBOARD_
which makes it more explicitInitMission
andObjectFactory
modularized- Basic instructions for
xsc_scratch
API in README - Added new version of Q7S datasheet and link to trac page where updated versions will be uploaded
- PLOC Supervisor Handler
- First Start Tracker Handler code
- Some bugs found by @Jakob.Meier fixed. More general checks introduced
- Exception handling for std::filesystem
v1.40.0
100%
v1.41.0
100%
v1.42.0
100%
v1.43.0
100%
v1.44.0
100%
v1.45.0
100%
v1.5.0
100%
Milestone for next OBSW release.
FSFW Version: v1.5.0
TMTC Version: v1.7.0 with tmtccmd v1.7.2
- This is the first release after a git history change.
- The OBSW will now create a version file automatically inside at
mnt/sdX/conf/version.txt
. - Future releases will include FSFW version and TMTC version as well.