v1.12.0 #269
13
CHANGELOG.md
13
CHANGELOG.md
@ -14,11 +14,6 @@ list yields a list of all related PRs for each release.
|
|||||||
|
|
||||||
## Added
|
## Added
|
||||||
|
|
||||||
- Adds `HealthIF` to heaters. Heaters are own system object with queues now which allows to set them faulty.
|
|
||||||
- SW will attempt to shut down heaters which are on but marked faulty
|
|
||||||
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/236
|
|
||||||
- Some simplifications for `HeaterHandler`, use `std::vector` instead of `std::unordered_map` for primary container. Using the heater indexes 0 to 7 allows to use natural array indexing
|
|
||||||
- Some additional input sanity checks in `executeAction`
|
|
||||||
- `RwAssembly` added to system components. Assembly works in principle,
|
- `RwAssembly` added to system components. Assembly works in principle,
|
||||||
issues making 4 consecutives RWs communicate at once..
|
issues making 4 consecutives RWs communicate at once..
|
||||||
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/224
|
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/224
|
||||||
@ -32,6 +27,14 @@ list yields a list of all related PRs for each release.
|
|||||||
username appended at the end is created as a side-product now
|
username appended at the end is created as a side-product now
|
||||||
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/248
|
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/248
|
||||||
|
|
||||||
|
### Heater
|
||||||
|
|
||||||
|
- Adds `HealthIF` to heaters. Heaters are own system object with queues now which allows to set them faulty.
|
||||||
|
- SW will attempt to shut down heaters which are on but marked faulty
|
||||||
|
- Some simplifications for `HeaterHandler`, use `std::vector` instead of `std::unordered_map` for primary container. Using the heater indexes 0 to 7 allows to use natural array indexing
|
||||||
|
- Some additional input sanity checks in `executeAction`
|
||||||
|
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/236
|
||||||
|
|
||||||
## Changed
|
## Changed
|
||||||
|
|
||||||
- Build unittest as default side product of hosted builds
|
- Build unittest as default side product of hosted builds
|
||||||
|
2
fsfw
2
fsfw
@ -1 +1 @@
|
|||||||
Subproject commit 02473a0cd7a71e2eac0479959ef576fd4b81e981
|
Subproject commit ab45aa1296a8b3fae0b6a99b9d8b822b7be1ae3c
|
2
tmtc
2
tmtc
@ -1 +1 @@
|
|||||||
Subproject commit 743670f6563d5713c883545186ef1c7a47784d1a
|
Subproject commit bf64181826de2682ec7298c2b86f500d079c26be
|
Loading…
x
Reference in New Issue
Block a user