eive-obsw/CHANGELOG.md

2300 lines
95 KiB
Markdown
Raw Permalink Normal View History

2022-04-21 14:18:41 +02:00
Change Log
=======
All notable changes to this project will be documented in this file.
2022-05-04 14:43:27 +02:00
The format is based on [Keep a Changelog](http://keepachangelog.com/).
2022-04-21 14:18:41 +02:00
2022-04-21 14:21:02 +02:00
The [milestone](https://egit.irs.uni-stuttgart.de/eive/eive-obsw/milestones)
list yields a list of all related PRs for each release.
2023-02-22 15:03:07 +01:00
Starting at v2.0.0, this project will adhere to semantic versioning and the the following changes
will consitute of a breaking change warranting a new major release:
2023-01-26 20:33:16 +01:00
- The TMTC interface changes in any shape of form.
- The behaviour of the OBSW changes in a major shape or form relevant for operations
2023-01-26 20:33:16 +01:00
2023-12-06 17:43:57 +01:00
# [unreleased]
2023-12-06 17:43:00 +01:00
2024-05-13 14:08:35 +02:00
# [v8.0.0] 2024-05-13
2024-05-06 14:20:13 +02:00
- `eive-tmtc` v7.0.0
2024-04-29 10:26:12 +02:00
## Fixed
- Fixed calculation for target rotation rate during pointing modes.
2024-05-13 14:08:35 +02:00
- Possible fix for MPSoC file read algorithm.
2024-04-29 10:26:12 +02:00
2024-04-30 15:14:22 +02:00
## Changed
2024-05-13 14:08:35 +02:00
- Reworked MPSoC handler to be compatible to new MPSoC software image and use
2024-04-30 15:14:22 +02:00
new device handler base class. This should increase the reliability of the communication
significantly.
- MPSoC device modes IDLE, SNAPSHOT and REPLAY are now modelled using submodes.
- Commanding a submode the device is already in will not result in a completion failure
anymore.
## Added
- Added `VERIFY_BOOT` command for MPSoC.
- New command for MPSoC to store camera image in chunks.
2024-04-11 13:58:57 +02:00
# [v7.8.1] 2024-04-11
2024-04-29 10:26:12 +02:00
## Fixed
2024-04-11 13:58:57 +02:00
- Reverted fix for wrong order in quaternion multiplication for computation of the error quaternion.
2024-04-10 11:57:17 +02:00
# [v7.8.0] 2024-04-10
2024-04-08 10:28:57 +02:00
## Changed
- Reverted lower OP limit of `PLOC` to -10°C.
2024-04-08 10:48:03 +02:00
- All pointing laws are now allowed to use the `MEKF` per default.
2024-03-27 09:24:41 +01:00
- Changed limits in `PWR Controller`.
- PUS time service: Now dumps the time before and after relative timeshift or setting absolute time
2024-05-13 14:08:35 +02:00
- The `GPS Controller` does not set itself to `OFF` anymore, if it has not detected a valid fix for
2024-04-09 15:06:23 +02:00
some time. Instead it attempts to reset both GNSS devices once.
- The maximum time to reach a fix is shortened from 30min to 15min.
- The time the reset pin of the GNSS devices is pulled is prolonged from 5ms to 10s.
- A `GPS FIX HAS CHANGED` is now only triggered if no fix change has been detected within the past
2min. This means, this event might be thrown with a 2min delay. It is instantly thrown, if the mode
of the controller is changed. As arguments it now displays the new fix and the numer of fix changes
missed.
- The number of satellites seen and used is reset to 0, in case they are set to invalid.
2024-05-13 14:08:35 +02:00
- Altitude, latitude and longitude messages are not checked anymore, in case the mode message was
2024-04-09 15:06:23 +02:00
already invalid.
## Added
- PUS timeservice relative timeshift.
2024-04-08 10:28:57 +02:00
2024-03-22 11:40:00 +01:00
## Fixed
- Fixed wrong order in quaternion multiplication for computation of the error quaternion.
2024-04-10 11:43:06 +02:00
- Re-worked some FDIR logic in the FSFW. The former logic prevented events with a severity
higher than INFO if the device was in EXTERNAL CONTROL. The new logic will allow to trigger
events but still inhibit FDIR reactions if the device is in EXTERNAL CONTROL.
2024-03-22 11:40:00 +01:00
2024-03-21 10:18:03 +01:00
# [v7.7.4] 2024-03-21
2024-03-20 16:19:20 +01:00
## Changed
- Rotational rate limit for the GS target pointing is now seperated from controller limit. It
2024-03-21 09:14:35 +01:00
is also reduced to 0.75°/s now.
2024-03-20 16:19:20 +01:00
2024-03-20 16:01:20 +01:00
## Fixed
- Fixed wrong sign in calculation of total current within the `PWR Controller`.
2024-03-18 11:14:10 +01:00
# [v7.7.3] 2024-03-18
2024-03-18 11:03:06 +01:00
- Bumped `eive-fsfw`
2024-03-16 13:53:22 +01:00
2024-03-15 13:21:01 +01:00
## Added
- Added parameter to disable STR input for MEKF.
2024-03-16 13:53:22 +01:00
2024-03-18 10:58:19 +01:00
## Changed
- If a primary heater is set to `EXTERNAL CONTROL` and `ON`, the `TCS Controller` will no
try to control the temperature of that object.
- Set lower OP limit of `PLOC` to -5°C.
2024-03-13 17:01:17 +01:00
## Fixed
- Added prevention of sign jump for target quaternion of GS pointing, which would reduce the
performance of the controller.
- Heaters set to `EXTERNAL CONTROL` no longer can be switched off by the `TCS Controller`, if
they violate the maximum burn duration of the controller.
2024-03-13 17:01:17 +01:00
2024-03-06 13:30:22 +01:00
# [v7.7.2] 2024-03-06
## Fixed
- Camera and E-band antenna now point towards the target instead of away from the target for the
pointing target mode.
2024-03-06 11:15:40 +01:00
# [v7.7.1] 2024-03-06
2024-03-06 11:10:35 +01:00
- Bumped `eive-tmtc` to v6.1.1
2024-03-05 15:49:11 +01:00
- Bumped `eive-fsfw`
## Added
2024-03-06 09:47:47 +01:00
- The `CoreController` now sets the leap seconds on initalization. They are stored in a persistent
file. If the file does yet not exist, it will be created. The leap seconds can be updated using an
action command. This will also update the file.
2024-03-05 15:49:11 +01:00
2024-03-01 15:29:14 +01:00
## Fixed
2024-03-06 09:08:31 +01:00
- Fixed wrong dimension of a matrix within the `MEKF`, which would lead to a seg fault, if the
star tracker was available.
2024-03-01 15:29:14 +01:00
- Fixed case in which control values within the `AcsController` could become NaN.
2024-02-29 13:27:14 +01:00
# [v7.7.0] 2024-02-29
- Bumped `eive-tmtc` to v6.1.0
2024-02-13 16:09:35 +01:00
- Bumped `eive-fsfw`
## Fixed
2024-02-08 12:26:09 +01:00
- PLOC SUPV sets: Added missing `PoolReadGuard` instantiations when reading boot status report
and latchup status report.
- PLOC SUPV latchup report could not be handled previously.
- Bugfix in PLOC SUPV latchup report parsing.
2024-02-09 11:25:36 +01:00
- Bugfix in PLOC MPSoC HK set: Set and variables were not set valid.
2024-02-13 16:47:03 +01:00
- The `PTG_CTRL_NO_ATTITUDE_INFORMATION` will now actually trigger a fallback into safe mode
and is triggered by the `AcsController` now.
2024-02-26 09:44:09 +01:00
- Fixed a corner case, in which an invalid speed command could be sent to the `RwHandler`.
2024-02-29 10:57:36 +01:00
- Fixed calculation of desaturation torque for faulty RWs.
2024-02-27 16:28:42 +01:00
- Fixed bugs within the `MEKF` and simplified the code.
2024-02-13 16:09:35 +01:00
## Changed
2024-02-23 14:56:02 +01:00
- `FusedRotationRate` now only uses rotation rate from QUEST and STR in higher modes
- QUEST and STR rates are now allowed per default
2024-02-23 14:44:59 +01:00
- Changed PTG Strat priorities to favor STR before MEKF.
2024-02-14 10:36:53 +01:00
- Increased message queue depth and maximum number of handled messages per cycle for
`PusServiceBase` based classes (especially PUS scheduler).
2024-02-13 16:09:35 +01:00
- `MathOperations` functions were moved to their appropriate classes within the `eive-fsfw`
2024-02-22 15:08:27 +01:00
- Changed pointing strategy for target groundstation mode to prevent blinding of the STR. This
also limits the rotation for the reference target quaternion to prevent spikes in required
rotation rates.
- Updated QUEST and Sun Vector Params to new values.
2024-02-29 10:57:36 +01:00
- Removed the satellites's angular momentum from desaturation calculation.
2024-02-29 12:31:22 +01:00
- Bumped internal `sagittactl` library to v11.11.
2024-02-13 16:09:35 +01:00
2024-02-19 17:16:56 +01:00
## Added
- Updated STR handler to unlock and allow using the secondary firmware slot.
2024-02-29 12:31:22 +01:00
- STR handling for new BlobStats TM set.
2024-02-28 09:25:21 +01:00
- Added new action command to update the standard deviations within the `MEKF` from the
`AcsParameters`.
2024-02-19 17:16:56 +01:00
2024-02-05 10:10:41 +01:00
# [v7.6.1] 2024-02-05
2024-02-05 09:43:20 +01:00
## Changed
- Guidance now uses the coordinate functions from the FSFW.
- Idle should now point the STR away from the earth
## Fixed
- Fixed bugs in `Guidance::comparePtg` and corrected overloading
2024-01-31 15:41:56 +01:00
- Detumbling State Machine is now robust to commanded mode changes.
2024-02-05 09:43:20 +01:00
2024-01-30 09:27:53 +01:00
# [v7.6.0] 2024-01-30
2024-01-29 17:08:12 +01:00
2024-01-30 09:27:53 +01:00
- Bumped `eive-tmtc` to v5.13.0
2024-01-29 14:15:16 +01:00
- Bumped `eive-fsfw`
2024-01-25 11:14:57 +01:00
## Added
- Added new parameter for MPSoC which allows to skip SUPV commanding.
## Changed
- Increased allowed mode transition time for PLOC SUPV.
2024-01-29 10:25:23 +01:00
- Detumbling can now be triggered from all modes of the `AcsController`. In case the
current mode is a higher pointing mode, the STR will be set to faulty, to trigger a
transition to safe first. Then, in a second step, a transition to detumble is triggered.
2024-01-25 11:14:57 +01:00
2024-01-29 10:39:50 +01:00
## Fixed
2024-01-29 10:38:29 +01:00
- If the PCDU handler fails reading data from the IPC store, it will
not try to do a deserialization anymore.
2024-01-29 10:39:50 +01:00
- All action commands sent by the PLOC SUPV to itself will have no sender now.
2024-01-27 11:30:37 +01:00
- RW speed commands get reset to 0 RPM, if the `AcsController` has changed its mode
2024-01-27 10:37:39 +01:00
to Safe
- Antistiction for RWs will set commanded speed to 0 RPM, if a wheel is detected as not
working
2024-01-27 10:47:42 +01:00
- Removed parameter to disable antistiction, as deactivating it would result in the
`AcsController` being allowed sending invalid speed commands to the RW Handler, which
would then trigger FDIR and turning off the functioning device
2024-01-27 11:33:33 +01:00
- `RwHandler` returnvalues would use the `INTERFACE_ID` of the `DeviceHandlerBase`
2024-01-29 14:15:16 +01:00
- The `AcsController` will reset its stored guidance values on mode change and lost
orientation.
- The nullspace controller will only be used if all RWs are available.
- Calculation of required rotation rate in pointing modes has been fixed to actual
calculation of rotation rate from two quaternions.
- Fixed alignment matrix and pseudo inverses of RWs, to match the wrong definition of
positive rotation.
2024-01-29 10:39:50 +01:00
2024-01-22 10:05:05 +01:00
# [v7.5.5] 2024-01-22
## Fixed
- Calculation of error quaternion was done with inverse of the required target quaternion.
2024-01-16 16:53:55 +01:00
# [v7.5.4] 2024-01-16
2024-01-16 16:36:17 +01:00
## Fixed
- Pointing strategy now actually uses fused rotation rate source instead of its valid flag.
- All datasets now get updated during pointing mode, even if the strategy is a fault one.
2023-12-19 11:55:48 +01:00
# [v7.5.3] 2023-12-19
2023-12-19 11:29:59 +01:00
## Fixed
- Set STR quaternions to invalid in device handler if the solution is not trustworthy.
2023-12-14 10:00:59 +01:00
# [v7.5.2] 2023-12-14
2023-12-13 16:53:35 +01:00
## Fixed
- Fixed faulty scaling within the QUEST algorithm.
2023-12-13 11:31:59 +01:00
# [v7.5.1] 2023-12-13
2023-12-13 11:32:19 +01:00
- `eive-tmtc` v5.12.1
2023-12-12 17:54:29 +01:00
## Changed
- Increased the maximum number of scheduled telecommands from 500 to 4000. Merry Christmas!
2023-12-12 17:03:58 +01:00
## Fixed
- Faulty mapping of input values for QUEST algorithm.
2023-12-13 10:13:21 +01:00
- Fixed validity check for QUEST algorithm.
2023-12-12 17:03:58 +01:00
2023-12-06 14:45:45 +01:00
# [v7.5.0] 2023-12-06
2023-11-29 17:03:34 +01:00
2023-12-06 17:21:52 +01:00
- `eive-tmtc` v5.12.0
2023-11-29 17:03:34 +01:00
## Changed
2023-11-29 10:42:36 +01:00
- ACS-Board default side changed to B-Side
2023-11-29 17:03:34 +01:00
- The TLE uploaded now gets stored in a file on the filesystem. It will always be stored on
the current active SD Card. After a reboot, the TLE will be read from the filesystem.
A filesystem change via `prefSD` on bootup, can lead to the TLE not being read, even
though it is there.
2023-12-01 12:56:31 +01:00
- Added action cmd to read the currently stored TLE.
2023-12-01 14:22:10 +01:00
- Both the `AcsController` and the `PwrController` now use the monotonic clock to calculate
the time difference.
2023-12-06 17:42:30 +01:00
- `ACS Controller` now has the function `performAttitudeControl` which is called prior to passing
on to the relevant mode functions. It handles all telemetry relevant functions, which were
always called, regardless of the mode.
2024-05-13 14:08:35 +02:00
2023-12-06 14:45:45 +01:00
## Added
- Higher ACS modes can now be entered without a running `MEKF`. Higher modes will collect their
quaternion and rotational rate depending on the available sources.
- `QUEST` attitude estimation was added to the `AcsController`.
- The fused rotational rate can now be estimated from `QUEST` and the `STR`.
2023-02-01 20:21:04 +01:00
2023-12-06 11:33:13 +01:00
# [v7.4.1] 2023-12-06
## Fixed
- Schedule SCEX again. Scheduling was removed accidentaly when Payload Task was converted to a PST.
- SCEX transition was previously 0 seconds.. which did not lead to bugs? In any case it is 5
seconds now.
2023-11-30 15:20:50 +01:00
# [v7.4.0] 2023-11-30
2023-11-30 15:47:12 +01:00
- `eive-tmtc` v5.11.0
2023-11-21 17:44:51 +01:00
## Changed
- Rewrote the PLOC Supervisor Handler, which is now based on a new device handler base class.
2023-11-28 15:38:57 +01:00
Added ADC and Logging Counters telemetry set support.
2023-11-21 17:44:51 +01:00
## Fixed
2023-11-23 17:47:44 +01:00
- Increase allowed time for PTME writers to finish partial transfers. A duration of 200 ms was
not sufficient for cases where 3 writers write concurrently.
- Fixed state issue for PTME writer object where the writer was not reset properly after a timeout
2023-11-28 15:42:36 +01:00
of a partial transfer. This was a major bug blocking the whole VC if it occured.
- STR config path was previously hardcoded to `/mnt/sd0/startracker/flight-config.json`.
A new abstraction was introduces which now uses the active SD card to build the correct
config path when initializing the star tracker.
2023-11-27 15:41:58 +01:00
## Added
- PL PCDU: Add command to enable and disable channel order checks.
2023-11-16 17:11:19 +01:00
- Added new PUS 15 subservice `DELETE_BY_TIME_RANGE` which allows to also specify a deletion
start time when deleting packets from the persistent TM store.
- Introduced a new `RELOAD_JSON_CFG_FILE` command for the STR to reload the JSON configuration
data based on the current output of the config file path getter function. A reboot of the
device is still necessary to load the configuration to the STR.
2023-02-01 20:21:04 +01:00
2023-11-07 09:13:21 +01:00
# [v7.3.0] 2023-11-07
2023-10-30 16:11:36 +01:00
2023-10-30 14:46:46 +01:00
## Changed
- Changed PDEC addresses depending on which firmware version is used. It is suspected that
the previous addresses were invalid and not properly covered by the Linux memory protection.
The OBSW will use the old addresses for older FW versions.
2023-11-29 14:17:17 +01:00
- Reverted some STR ComIF behaviour back to an older software version.
2023-10-30 14:46:46 +01:00
2023-11-06 14:43:31 +01:00
## Added
- Always add PLOC MPSoC and PLOC SUPV components for the EM as well.
2023-10-27 14:24:59 +02:00
# [v7.2.0] 2023-10-27
2023-10-27 15:04:11 +02:00
- `eive-tmtc` v5.10.1
2023-08-16 13:36:34 +02:00
## Added
2023-10-27 12:54:32 +02:00
- STR: Added new TM sets: Blob, Blobs, MatchedCentroids, Contrast, AutoBlob, Centroid, Centroids
2023-10-27 12:43:32 +02:00
- STR: Added new mechanism where the secondary TM which is polled can now be a set instead of
being temperature only. An API is exposed which allows to add a data set to that set of secondary
telemetry, reset it back to temperature only, and read the whole set. This allows more debugging
capability.
2023-10-18 18:16:32 +02:00
- CFDP source handler, which allows file downlink using the standardized
2023-09-07 16:14:20 +02:00
CFDP interface.
2023-10-13 17:12:35 +02:00
- Proper back pressure handling for the CFDP handler, where the `LiveTmTask` is able to throttle
the CFDP handler.
2023-10-19 11:27:21 +02:00
- Added CFDP fault handler events.
2023-10-19 14:20:40 +02:00
- The EIVE system will command the payload OFF explicitely again when receiving the
`power::POWER_LEVEL_CRITICAL` event.
2023-10-16 14:46:45 +02:00
## Fixed
2023-10-13 09:39:50 +02:00
- If the PTME is driven in a way where it fills faster than it can be emptied, the interface
can become full during the process of a regular packet write. The interface of the PAPB VC
2023-10-13 17:12:35 +02:00
was adapted to be stateful now. Packet generation is started with a `write` call while
write transfers are advanced and completed with the `advanceWrite` call if they can not be
completed immediately.
2023-10-13 17:28:31 +02:00
- CFDP Space Packets SSC is now generated properly, was always 0 before.
- Host build fixes
2023-10-16 15:30:17 +02:00
- PL Enable set of the power controller is now set to invalid properly if the power controller
is not in normal mode.
- MPSoC debug mode.
2023-10-23 17:10:37 +02:00
- Possible bugfix for PL PCDU parameter JSON handling which might not have been initialized
properly from the JSON file.
2023-10-16 14:46:45 +02:00
2023-10-18 14:29:33 +02:00
## Changed
2023-10-25 17:51:41 +02:00
- Swapped RTD 9 (PLOC HPA Sensor) and RTD 11 (PLOC MPA Sensor) chip select definitions. It is
strongly suspected the cables for those devices were swapped during integration. This is probably
the easiest way to fix the issue without the need to tweak ground or other OBSW or controller
code.
2023-10-19 14:20:40 +02:00
- Added a 3 second delay in the EIVE system between commanding all PL components except the SUPV,
and the SUPV itself OFF when the power level becomes low or critical.
2023-10-18 14:29:33 +02:00
- SUS FDIR should now trigger less events. The finish event is now only triggered once the
SUS has been working properly for a minute again. It will then display the number of periods
during which the SUS was not working as well as the maximum amount of invalid messages.
2023-10-30 08:52:18 +01:00
- Updated battery internal resistance to new value
2023-10-18 14:29:33 +02:00
2023-10-11 19:40:16 +02:00
# [v7.1.0] 2023-10-11
- Bumped `eive-tmtc` to v5.8.0.
- Activate Xiphos WDT with a timeout period of 80 seconds using the `libxiphos` API. The WDT
calls are done by the new `XiphosWdtHandler` object.
2023-10-11 18:16:36 +02:00
# [v7.0.0] 2023-10-11
- Bumped `eive-tmtc` to v5.7.1.
2023-10-11 09:31:32 +02:00
- Bumped `eive-fsfw`
## Added
- EPS Subsystem has been added to EIVE System Tree
- Power Controller for calculating the State of Charge and FDIR regarding low SoC has been
introduced.
2023-09-25 17:53:25 +02:00
## Changed
- Changed internals for MPSoC boot process to make the code more understandable and some
parameters better configurable. This should not affect the behaviour of the OBSW, but might
make it more reliable and fix some corner cases.
2023-09-25 18:07:28 +02:00
## Fixed
- Missing `nullptr` checks for PLOC Supervisor handler, which could lead to crashes.
2023-10-11 13:59:11 +02:00
- SCEX bugfix for normal and transition commanding.
2023-09-25 18:07:28 +02:00
2023-09-18 16:32:22 +02:00
# [v6.6.0] 2023-09-18
2023-09-12 13:31:03 +02:00
## Changed
- Changed the memory initialized for the PDEC Config Memory and the PDEC RAM by using `mmap`
directly and ignoring UIO. This makes the OBSW compatible to a device tree update, where those
memory segments are marked reserved and are thus not properly accessible through the UIO API
anymore. This change should be downwards compatible to older device trees.
2023-09-12 13:08:16 +02:00
# [v6.5.1] 2023-09-12
- Bumped `eive-tmtc` to v5.5.0.
2023-09-12 10:17:29 +02:00
# [v6.5.0] 2023-09-12
## Changed
- Relaxed SUS FDIR. The devices have shown to be glitchy in orbit, but still seem to deliver
sensible raw values most of the time. Some further testing is necessary, but some changes in the
code should cause the SUS devices to remain healthy for now.
2023-09-06 14:35:40 +02:00
- The primary and the secondary temperature sensors for the PLOC mission boards are exchanged.
2023-09-06 14:38:19 +02:00
- ACS parameters for the SUSMGM (FLP) safe mode have been adjusted. This safe mode is now the
default one.
2023-09-07 16:28:55 +02:00
- MGM3100 Startup Configuration: Ignore bit 1 of the CMM reply, which is sometimes set to
1 in the reply for some reason.
2023-09-06 14:35:40 +02:00
2023-08-21 16:01:56 +02:00
# [v6.4.1] 2023-08-21
2023-08-21 09:14:16 +02:00
## Fixed
- `PDEC_CONFIG_CORRUPTED` event now actually contains the readback instead of the expected
config
2023-08-21 14:41:16 +02:00
- Magnetic field vector was not calculated if only MGM4 was available, but still written to
the dataset. This would result in a NaN vector. Allowance for usage of MGM4 is now checked
before entering calculation.
2023-08-21 09:14:16 +02:00
2023-08-16 10:54:02 +02:00
# [v6.4.0] 2023-08-16
2023-08-15 13:26:45 +02:00
2023-08-15 14:42:12 +02:00
- `eive-tmtc`: v5.4.3
2023-08-04 16:28:06 +02:00
2023-08-07 17:00:19 +02:00
## Fixed
2023-08-07 17:00:19 +02:00
- The handling function of the GPS data is only called once per GPS read. This should remove
the fake fix-has-changed events.
2023-08-16 10:57:02 +02:00
- Fix for PLOC SUPV HK set parsing.
2023-08-17 10:28:55 +02:00
- The timestamp for the `POSSIBLE_FILE_CORRUPTION` event will be generated properly now.
2023-08-04 14:26:13 +02:00
## Changed
- PDEC FDIR rework: A full PDEC reboot will now only be performed after a regular PDEC reset has
failed 10 times. The mechanism will reset after no PDEC reset has happended for 2 minutes.
The PDEC reset will be performed when counting 4 dirty frame events 10 seconds after the count
was incremented initially.
2023-08-09 11:32:05 +02:00
- GPS Fix has changed event is no longer triggered for the EM
2023-08-14 10:20:28 +02:00
- MGM and SUS rates now will only be calculated, if 2 valid consecutive datapoints are available.
The stored value of the last timestep will now be reset, if no actual value is available.
2023-08-04 16:28:06 +02:00
## Added
2023-08-15 13:49:06 +02:00
- The PLOC SUPV HK set is requested and downlinked periodically if the SUPV is on now.
2023-08-09 13:44:10 +02:00
- SGP4 Propagator is now used for propagating the position of EIVE. It will only work once
2023-08-09 11:04:59 +02:00
a TLE has been uploaded with the newly added action command for the ACS Controller. In
2023-08-09 13:41:41 +02:00
return the actual GPS data will be ignored once SPG4 is running. However, by setting the
2023-08-09 13:44:10 +02:00
according parameter, the ACS Controller can be directed to ignore the SGP4 solution.
2023-08-04 16:28:06 +02:00
- Skyview dataset for more GPS TM has been added
2023-08-14 15:09:45 +02:00
- `PDEC_CONFIG_CORRUPTED` event which is triggered when the PDEC configuration does not match the
expected configuration. P1 will contain the readback of the first word and P2 will contain the
readback of the second word.
2023-08-15 09:20:00 +02:00
- The MGM and SUS vectors being too close together does not prevent the usage of the safe
mode controller anymore.
2023-08-15 09:39:59 +02:00
- Parameter to disable usage of MGM4, which is part of the MTQ and therefore cannot be
disabled without disabling the MTQ itself.
2023-08-03 13:15:57 +02:00
# [v6.3.0] 2023-08-03
2023-07-27 10:12:06 +02:00
## Fixed
- Small SCEX fix: The temperatur check option was not passed
on for commands with a user data size larger than 1.
- SCEX: Properly check whether filesystem is usable for filesystem checks.
- ACS Controller strategy is now actually written to the dataset for detumbling.
- During detumble the fused rotation rate is now calculated.
- Detumbling is now exited when its exit value is undercut and not its entry value.
2023-08-03 11:32:16 +02:00
- Rotation rate of last cycle is now stored in all cases for the fused rotational rate
calculation.
- Fused rotation rate estimation during eclipse can be disabled. This will also prevent
detumbling during eclipse, as no relevant rotational rate is available for now.
2023-08-02 09:29:28 +02:00
- `EiveSystem`: Add a small delay between triggering an event for FDIR reboots and sending the
command to the core controller.
2023-08-03 10:06:10 +02:00
- PL PDU: Fixed bounds checking logic. Bound checks will only be performed for modules which are
enabled.
2023-08-02 09:21:53 +02:00
## Changed
- SCEX: Only perform filesystem checks when not in OFF mode.
2023-08-01 09:29:34 +02:00
- The `EiveSystem` now only sends reboot commands targetting the same image.
2023-08-03 10:16:51 +02:00
- Added 200 ms delay between switching HPA/MPA/TX/X8 and DRO GPIO pin OFF.
2023-08-02 14:08:10 +02:00
- PL PCDU ADC set is now automatically enabled for `NORMAL` mode transitions. It is automatically
disabled for `OFF` mode transitions.
## Added
- PL PCDU for EM build.
2023-08-02 09:42:24 +02:00
- SCEX: Add warning event if filesystem is unusable.
2023-07-26 12:58:12 +02:00
# [v6.2.0] 2023-07-26
2023-07-26 13:18:36 +02:00
- `eive-tmtc`: v5.3.1
2023-07-26 12:58:12 +02:00
2023-07-13 17:03:56 +02:00
## Changed
- STR missed reply handling is now moved to DHB rather than the COM interface. The COM IF will
2023-07-13 17:33:04 +02:00
still trigger an event if a reply is taking too long, and FDIR should still work via reply
timeouts.
2023-07-21 10:26:57 +02:00
- Re-ordered some functions of the core controller in the initialize function.
2023-07-18 18:24:36 +02:00
- Rad sensor is now only polled every 30 minutes instead of every device cycle to reduce wear of
the RADFET electronics.
2023-07-25 23:48:22 +02:00
- The SD cards will still be switched OFF on a reboot, but this is done in a non-blocking manner
2023-07-26 00:33:49 +02:00
now with a timeout of 10 seconds where the reboot will be performed in any case.
2023-07-25 09:56:35 +02:00
- ACS Controller now includes the safe mode from FLP, which will calculate its rotational rate
from SUS and MGM measurements. To accommodate these changes, low-pass filters for SUS
measurements and rates as well as MGM measurements and rates are included. Usage of the new
controller as well as settings of the low-pass filters can be handled via parameter commands.
2023-07-26 11:26:21 +02:00
- Simplify and fix the chip and copy protection functions in the core controller. This mechanism
now is always performed for the target chip and target copy in the reboot handlers.
2023-07-26 14:32:13 +02:00
- Improvement in FSFW: HK generation is now countdown based.
2023-07-13 17:03:56 +02:00
2023-07-13 17:33:04 +02:00
## Added
2023-07-20 17:16:14 +02:00
- 5 ms delay after pulling RADFET enable pin high before starting
the ADC conversion.
2023-07-13 17:33:04 +02:00
- Set STR time in configuration sequence to firmware mode.
2023-07-13 21:21:42 +02:00
- The STR `AutoThreshold` parameters are now set from the configuration JSON file at STR
startup.
2023-07-14 12:49:24 +02:00
- The STR handler can now handle the COM error reply and triggers an low severity event accordingly.
2023-07-14 15:16:08 +02:00
- Add SCEX handler for EM.
2023-07-18 10:03:15 +02:00
- Radiation sensor handler dummy for the EM.
2023-07-21 11:36:39 +02:00
- Added event for SD card information in core controller initialize function. This event will also
be triggered after the SD state machine has run, so the event will generally be triggered twice
at system boot, and once after commanding SD card switches.
2023-07-13 17:03:56 +02:00
2023-07-18 10:06:35 +02:00
## Fixed
2023-07-25 23:48:22 +02:00
- General bugs in the SD card state machine. This might fix some other known bugs for certain
combinations of switching ON and OFF SD cards and also makes the whole state machine a lot more
robust against hanging up.
2023-07-18 10:06:35 +02:00
- SUS dummy handler went to `MODE_NORMAL` for ON commands.
2023-07-19 15:34:16 +02:00
- PL PCDU dummy went to `MODE_NORMAL` for ON commands.
2023-07-18 10:06:35 +02:00
2023-07-13 12:00:57 +02:00
# [v6.1.0] 2023-07-13
- `eive-tmtc`: v5.2.0
## Changed
2023-07-10 14:46:35 +02:00
- TCS: Remove OBC IF board thermal module, which is exactly identical to OBC module and therefore
obsolete.
- Swapped PL and PS I2C, BPX battery and MGT are connected to PS I2C now for firmware versions
equal or above v4. However, this software version is compatible to both v3 and v4 of the firmware.
2023-07-03 16:56:36 +02:00
- The firmware version variables are global statics inititalized early during the program
runtime now. This makes it possible to check the firmware version earlier.
2023-07-07 10:58:42 +02:00
- The TCS controller will now always command heaters OFF when being blind for thermal
components (no sensors available), irrespective of current switch state.
2023-07-07 15:59:15 +02:00
- Make OBSW compatible to prospective FW version v5.0.0, where the Q7 I2C devices were
moved to a PL I2C block and the TMP sensor devices were moved to the PS I2C0.
2023-07-11 09:39:21 +02:00
- Made `Xadc` code a little bit more robust against errors.
2023-07-05 17:20:42 +02:00
## Fixed
- TMP1075: Set dataset invalid on shutdown explicitely
- Small fixes for TMP1075 FDIR: Use strange and missed reply counters.
2023-07-06 20:13:33 +02:00
- TCS controller: Last heater (S-band heater) was skipped for transition completion
checks.
2023-07-06 19:57:23 +02:00
- TCS controller: A helper member to track the elapsed heater control cycles was not reset
properly, which could lead to switch transitions being completed immediately. This can
2023-07-06 19:58:24 +02:00
lead to weird bugs like heaters being commanded ON twice and can potentially lead to
other bugs.
2023-07-06 17:28:12 +02:00
- TMP1075: Devices did not go to OFF mode when being set faulty.
- Update PL PCDU 1 in TCS mode tree on the EM.
- TMP1075: Possibly ignored health commands.
2023-07-10 17:51:37 +02:00
- Bugfix in FSFW where certain packet types could only be sent with source data fields with a
maximum size of 255 bytes.
2023-07-10 14:46:35 +02:00
- TCS CTRL: Limit number of heater handler messages sent in case there are not sensors available
anymore.
2023-07-12 17:03:17 +02:00
- Fix to allow adding real STR device for EM.
2023-07-05 17:20:42 +02:00
2023-07-07 10:55:13 +02:00
# Added
- Two events for heaters being commanded ON and OFF by the TCS controller
- Upper limit for burn time of TCS heaters. Currently set to 1 hour for each heater.
2023-07-07 16:18:16 +02:00
This mechanism will only track the burn time for heaters which were commanded by the
TCS controller.
2023-07-07 11:51:11 +02:00
- TCS controller is now observable by introducing a new HK dataset which exposes some internal
fields related to TCS control.
2023-07-05 17:20:42 +02:00
2023-07-02 14:44:15 +02:00
# [v6.0.0] 2023-07-02
2023-06-29 15:01:54 +02:00
- `q7s-package` version v3.2.0
- Important bugfixes for PTME. See `q7s-package` CHANGELOG.
2023-06-29 15:03:45 +02:00
## Changed
- Added back PTME busy bit polling. This is necessary due to changes to the AXI APB interface
to the PTME core.
2023-06-15 17:58:35 +02:00
## Fixed
2023-06-29 08:54:34 +02:00
- For the live channel (VC0), telemetry was still only dumped if the transmitter is active.
2023-06-29 08:54:58 +02:00
Please note that this fix will lead to crashes for FW versions below v3.2.
2023-07-02 14:30:50 +02:00
However, it might not be an issue for the oldest firmware on the satellite (v2.5.1).
2023-06-29 08:54:34 +02:00
2023-07-02 14:21:35 +02:00
# [v5.2.0] 2023-07-02
2023-06-29 08:53:08 +02:00
## Fixed
- The firmware information event was not triggered even when possible because of an ordering
bug in the initializer function.
2023-06-29 01:28:40 +02:00
- Empty dumps (no TM in time range) will now correctly be completed immediately
2023-06-29 10:15:36 +02:00
## Changed
- PTME was always reset on submode changes. The reset will now only be performed if the actual data
rate changes.
2023-07-02 14:21:35 +02:00
- Add back ACS board code for the EM. Now that the radiation sensor was removed, the image switching
2023-07-02 14:04:29 +02:00
issue has disappeared and adding back the ACS board is worth it for the GPS timekeeping.
2023-06-29 08:53:08 +02:00
# [v5.1.0] 2023-06-28
2023-06-24 19:57:16 +02:00
2023-06-28 13:41:51 +02:00
- `eive-tmtc` version v5.1.0
2023-05-11 19:32:33 +02:00
2023-06-18 17:24:19 +02:00
## Changed
- Persistent TM store dumps are now performed in chronological order.
2023-06-28 13:18:00 +02:00
- Increase Syrlinks RX HK rate to 5.0 seconds during a pass.
2023-06-27 17:36:52 +02:00
- Various robustness improvements for the heater handler. The heater handler will now only
2023-06-27 18:09:38 +02:00
process the command queue if it is not busy with switch commanding which reduces the amount
2023-06-27 17:36:52 +02:00
of possible bugs.
2023-06-27 18:02:49 +02:00
- The heater handler is only able to process messages stricly sequentially now but is scheduled
2023-06-27 18:09:38 +02:00
twice in a 0.5 second slot so something like a consecutive heater ON or OFF command can still
2023-06-27 18:02:49 +02:00
be handled relatively quickly.
2023-06-18 17:24:19 +02:00
## Added
- Sequence counters for PUS and CFDP packets are now stored persistently across graceful reboots.
- The PUS packet message type counter will now be incremented properly for each PUS service.
- Internal error reporter set is now enabled by default and generated every 120 seconds.
2023-06-15 17:58:35 +02:00
2023-06-26 17:36:47 +02:00
# [v5.0.0] 2023-06-26
2023-05-11 19:32:33 +02:00
2023-06-26 17:36:47 +02:00
v3.3.1 and all following version will now be moved to v5.0.0 with the additional changes listed
here. This was done because the firmware update (v4.0.0) is not working right now and it is not
known when and how it will be fixed. Because of that, all updates to make the SW work with the new
firmware, which are limited to a few files will be moved to a dev branch so regular development
compatible to the old firmware can continue.
TLDR: This version is compatible to the old firmware and some changes which only work with the new
firmware have been reverted.
2023-06-24 19:57:16 +02:00
## Changed
- Added `sync` syscall in graceful shutdown handler
- Graceful shutdown is now performed by the reboot watchdog
- There is now a separate file for the total reboot counter. The reboot watchdog has its own local
counters to determine whether a reboot is necessary.
2023-06-24 01:21:46 +02:00
# [v4.0.1] 2023-06-24
2023-06-23 17:56:54 +02:00
## Fixed
- `PusLiveDemux` packet demultiplexing bugfix where the demultiplexing did not work when there was
only one destination available.
2023-06-22 17:34:56 +02:00
# [v4.0.0] 2023-06-22
2023-06-22 16:47:45 +02:00
- `eive-tmtc` version v5.0.0
- `q7s-package` version v3.1.1
Squashed commit of the following: commit c137df64ab43e5b20fcf26c8821982fa71e43cff Merge: a919b3d1 4179e8e1 Author: Robin Mueller <muellerr@irs.uni-stuttgart.de> Date: Fri Apr 28 15:38:52 2023 +0200 Merge remote-tracking branch 'origin/main' into update_ptme_code commit 4179e8e124b3f9f425ac64b7df8b7e7395982dbf Merge: 26f5eff6 51f9d5e1 Author: Robin Müller <muellerr@irs.uni-stuttgart.de> Date: Fri Apr 28 15:35:54 2023 +0200 Merge pull request 'This bugfix might be super important' (#621) from possible_bugfix_dual_lane_assy into main Reviewed-on: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/621 Reviewed-by: Marius Eggert <eggertm@irs.uni-stuttgart.de> Reviewed-by: Steffen Gaisser <gaisser@irs.uni-stuttgart.de> commit 51f9d5e1fe8e71445ec15b833020c4e30b254e72 Merge: a17f57cb 26f5eff6 Author: Robin Müller <muellerr@irs.uni-stuttgart.de> Date: Fri Apr 28 15:35:10 2023 +0200 Merge branch 'main' into possible_bugfix_dual_lane_assy commit a17f57cbb587f960366baae7059309d18619cdc4 Author: Robin Mueller <muellerr@irs.uni-stuttgart.de> Date: Fri Apr 28 15:34:45 2023 +0200 changelog commit 26f5eff6d5957e4898f6d5a84200e77b1bd6250c Merge: 4074e084 8a0f13ba Author: Robin Müller <muellerr@irs.uni-stuttgart.de> Date: Fri Apr 28 15:32:03 2023 +0200 Merge pull request 'More System Modes' (#612) from more-system-modes into main Reviewed-on: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/612 commit 8a0f13bafbb995b724321a3936a674078d01882f Merge: 14baa356 4074e084 Author: Robin Müller <muellerr@irs.uni-stuttgart.de> Date: Fri Apr 28 15:31:51 2023 +0200 Merge branch 'main' into more-system-modes commit 14baa3563c3dc6499bac49bb83c08ba98bfad171 Author: Robin Mueller <muellerr@irs.uni-stuttgart.de> Date: Fri Apr 28 15:30:09 2023 +0200 hello commit 7045b6034afdb819f4978f91f697d7f23806ab89 Author: Robin Mueller <muellerr@irs.uni-stuttgart.de> Date: Fri Apr 28 15:18:47 2023 +0200 changelog commit 37b9615525637294118266910979236127f8a8ce Author: Robin Mueller <muellerr@irs.uni-stuttgart.de> Date: Fri Apr 28 15:18:16 2023 +0200 changelog commit 4074e0848012042565047726b8c526c6b5809a2c Merge: 862a4f26 38686ac3 Author: Robin Müller <muellerr@irs.uni-stuttgart.de> Date: Fri Apr 28 15:12:46 2023 +0200 Merge pull request 'Adaption for EM: Add P60 dock without ACU' (#620) from adaption_em_p60_dock_without_acu into main Reviewed-on: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/620 Reviewed-by: Marius Eggert <eggertm@irs.uni-stuttgart.de> commit 23796345d966787f6f43c1d89b9555413bfe583a Author: Robin Mueller <muellerr@irs.uni-stuttgart.de> Date: Fri Apr 28 15:04:30 2023 +0200 changelog and stop payload tracking commit b10275ca43f13ee68be013c7ece3b63acf762130 Author: Robin Mueller <muellerr@irs.uni-stuttgart.de> Date: Fri Apr 28 14:28:05 2023 +0200 changelog commit 383849c5cb62b1543037ab07c904b2725c91be13 Author: Robin Mueller <muellerr@irs.uni-stuttgart.de> Date: Fri Apr 28 14:25:14 2023 +0200 that is more robust commit c66cef9129586e8708a8f2679ff86b3c9977c5f5 Author: Robin Mueller <muellerr@irs.uni-stuttgart.de> Date: Fri Apr 28 14:23:21 2023 +0200 changelog commit 02ea8a7298ff14c8acab55b2f693e8593c277624 Author: Robin Mueller <muellerr@irs.uni-stuttgart.de> Date: Fri Apr 28 14:22:21 2023 +0200 changelog commit 38686ac3f621e50ea76be023520167841d2e2c19 Merge: 189a3126 74d5d709 Author: Robin Mueller <muellerr@irs.uni-stuttgart.de> Date: Fri Apr 28 14:04:03 2023 +0200 Merge branch 'possible_bugfix_dual_lane_assy' into adaption_em_p60_dock_without_acu commit 74d5d70973b46c70d1483077e71e2820d3ca4ad6 Author: Robin Mueller <muellerr@irs.uni-stuttgart.de> Date: Fri Apr 28 13:58:08 2023 +0200 this bugfix might be super important commit 48355e82635b071b9347b62f2bd1da636bf4eae5 Merge: 5691fe8e 862a4f26 Author: Robin Müller <muellerr@irs.uni-stuttgart.de> Date: Fri Apr 28 10:25:50 2023 +0200 Merge branch 'main' into more-system-modes commit 189a312628e561f54491ec238a2d2d5e2f211b57 Merge: a1279428 862a4f26 Author: Robin Mueller <muellerr@irs.uni-stuttgart.de> Date: Fri Apr 28 10:23:46 2023 +0200 Merge remote-tracking branch 'origin/main' into adaption_em_p60_dock_without_acu commit a12794281bfc2ebb27a02bbc151696023e69a9f0 Author: Robin Mueller <muellerr@irs.uni-stuttgart.de> Date: Fri Apr 28 10:20:31 2023 +0200 changelog commit fcaabb4e421b5f792ede490b6dd135ce661c9db5 Merge: 6c326489 4aafca64 Author: Robin Mueller <muellerr@irs.uni-stuttgart.de> Date: Fri Apr 28 10:20:02 2023 +0200 Merge remote-tracking branch 'origin/main' into adaption_em_p60_dock_without_acu commit 6c326489cbc59f2d70993542f05676472ca0102f Author: Robin Mueller <muellerr@irs.uni-stuttgart.de> Date: Fri Apr 28 10:18:46 2023 +0200 adapt EM SW: GS PCDU added, but use dummy for ACU commit 862a4f268510e04fc3cfb878b5eed9f0f9d62f05 Merge: 4aafca64 2daca272 Author: Robin Müller <muellerr@irs.uni-stuttgart.de> Date: Fri Apr 28 09:37:55 2023 +0200 Merge pull request 'Host SW bugfixes' (#618) from try_fix_host_obsw into main Reviewed-on: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/618 Reviewed-by: Marius Eggert <eggertm@irs.uni-stuttgart.de> commit 5691fe8e72a2e3b008d6130f31be32d9d7aee9b7 Merge: 097be17a 4aafca64 Author: meggert <eggertm@irs.uni-stuttgart.de> Date: Thu Apr 27 15:40:31 2023 +0200 Merge branch 'main' into more-system-modes commit 2daca272f8f0397125349c0f6c193e22d0a26383 Author: Robin Mueller <muellerr@irs.uni-stuttgart.de> Date: Thu Apr 27 11:29:18 2023 +0200 changelog commit 03762f962020b55188d445ee3dd429b6e1a32135 Author: Robin Mueller <muellerr@irs.uni-stuttgart.de> Date: Wed Apr 26 17:38:06 2023 +0200 lower live TM handler frequency commit a296f16e5ce9d803ce5db54d9602e396dad7ebce Author: Robin Mueller <muellerr@irs.uni-stuttgart.de> Date: Wed Apr 26 17:36:38 2023 +0200 host SW works properly again commit 83f07a6e16cbbf5fc4a9ccb2e7d92c3fdffb172b Author: Robin Mueller <muellerr@irs.uni-stuttgart.de> Date: Wed Apr 26 17:26:32 2023 +0200 configurable event manager queue depth commit 00dab64628a53d2109fceb5f9a4ffc765a72fab6 Merge: 641b8e84 4aafca64 Author: Robin Mueller <muellerr@irs.uni-stuttgart.de> Date: Wed Apr 26 17:03:35 2023 +0200 Merge remote-tracking branch 'origin/main' into try_fix_host_obsw commit 4aafca64a67589826f1578865c92fa76141e8531 Merge: f271242d 6901eae8 Author: Robin Müller <muellerr@irs.uni-stuttgart.de> Date: Wed Apr 26 17:03:01 2023 +0200 Merge pull request 'EM adaptions' (#619) from em_adaptions into main Reviewed-on: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/619 commit 6901eae81689981937e7eb49b98886f8c78b727b Merge: 7d630ebc f271242d Author: Robin Mueller <muellerr@irs.uni-stuttgart.de> Date: Wed Apr 26 17:02:24 2023 +0200 Merge remote-tracking branch 'origin/main' into em_adaptions commit 7d630ebcf3894a9a9896d1c3f05548d5ef230333 Author: Robin Mueller <muellerr@irs.uni-stuttgart.de> Date: Wed Apr 26 17:00:04 2023 +0200 EM adaptions commit 641b8e847d2b63ad11f28c4a37434a6161443690 Author: Robin Mueller <muellerr@irs.uni-stuttgart.de> Date: Wed Apr 26 16:41:40 2023 +0200 add back tm funnel handler for hosted build commit 13142686823bedee1a79ae5f851f124968822a54 Author: Robin Mueller <muellerr@irs.uni-stuttgart.de> Date: Wed Apr 26 16:23:50 2023 +0200 host build requires dedicated live TM task.. commit 4040304ef09a172f9d2bef42547d6b1effb8ca76 Author: Robin Mueller <muellerr@irs.uni-stuttgart.de> Date: Wed Apr 26 13:15:42 2023 +0200 this is annoying commit a919b3d1645d5c4a6e20903d973ce96424508cae Merge: e22f2a53 9672d6d6 Author: Robin Mueller <muellerr@irs.uni-stuttgart.de> Date: Wed Apr 26 11:11:30 2023 +0200 Merge remote-tracking branch 'origin/develop' into update_ptme_code commit 9672d6d6cca3ad7369bb4b06fd91a7f17a0f9db9 Author: Robin Mueller <muellerr@irs.uni-stuttgart.de> Date: Wed Apr 26 11:11:09 2023 +0200 changelog commit e22f2a53ea7388cc5c75c2024953aab293c8d277 Merge: b076e80b 0eb6b7cc Author: Robin Mueller <muellerr@irs.uni-stuttgart.de> Date: Wed Apr 26 11:05:58 2023 +0200 Merge remote-tracking branch 'origin/develop' into update_ptme_code commit b076e80b44e7ef2b2417def66ec1f1a684cfb228 Author: Robin Mueller <muellerr@irs.uni-stuttgart.de> Date: Wed Apr 26 11:04:10 2023 +0200 changelog commit 269aa6f7b0006125e9a516f8ecb6cdc32c91cbe5 Author: Robin Mueller <muellerr@irs.uni-stuttgart.de> Date: Wed Apr 26 11:03:42 2023 +0200 changelog commit caae2b4ba925747aa0ed1e2112582c6deff39d77 Author: Robin Mueller <muellerr@irs.uni-stuttgart.de> Date: Wed Apr 26 11:02:24 2023 +0200 update PTME code commit 097be17a2900e64021fcbb457c89d6d4756ab697 Author: meggert <eggertm@irs.uni-stuttgart.de> Date: Wed Apr 19 15:07:21 2023 +0200 added remaining acs modes as system modes
2023-05-12 09:13:02 +02:00
## Fixed
- Important bugfixes for PTME. See `q7s-package` CHANGELOG.
2023-06-22 11:35:46 +02:00
- TCS fixes: Set temperature values to invalid value for MAX31865 RTD handler, SUS handler
and STR handler. Also set dataset to invakid for RTD handler.
2023-06-21 17:46:59 +02:00
- Fixed H parameter in SUS converter from 1 mm to 2.5 mm.
Squashed commit of the following: commit c137df64ab43e5b20fcf26c8821982fa71e43cff Merge: a919b3d1 4179e8e1 Author: Robin Mueller <muellerr@irs.uni-stuttgart.de> Date: Fri Apr 28 15:38:52 2023 +0200 Merge remote-tracking branch 'origin/main' into update_ptme_code commit 4179e8e124b3f9f425ac64b7df8b7e7395982dbf Merge: 26f5eff6 51f9d5e1 Author: Robin Müller <muellerr@irs.uni-stuttgart.de> Date: Fri Apr 28 15:35:54 2023 +0200 Merge pull request 'This bugfix might be super important' (#621) from possible_bugfix_dual_lane_assy into main Reviewed-on: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/621 Reviewed-by: Marius Eggert <eggertm@irs.uni-stuttgart.de> Reviewed-by: Steffen Gaisser <gaisser@irs.uni-stuttgart.de> commit 51f9d5e1fe8e71445ec15b833020c4e30b254e72 Merge: a17f57cb 26f5eff6 Author: Robin Müller <muellerr@irs.uni-stuttgart.de> Date: Fri Apr 28 15:35:10 2023 +0200 Merge branch 'main' into possible_bugfix_dual_lane_assy commit a17f57cbb587f960366baae7059309d18619cdc4 Author: Robin Mueller <muellerr@irs.uni-stuttgart.de> Date: Fri Apr 28 15:34:45 2023 +0200 changelog commit 26f5eff6d5957e4898f6d5a84200e77b1bd6250c Merge: 4074e084 8a0f13ba Author: Robin Müller <muellerr@irs.uni-stuttgart.de> Date: Fri Apr 28 15:32:03 2023 +0200 Merge pull request 'More System Modes' (#612) from more-system-modes into main Reviewed-on: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/612 commit 8a0f13bafbb995b724321a3936a674078d01882f Merge: 14baa356 4074e084 Author: Robin Müller <muellerr@irs.uni-stuttgart.de> Date: Fri Apr 28 15:31:51 2023 +0200 Merge branch 'main' into more-system-modes commit 14baa3563c3dc6499bac49bb83c08ba98bfad171 Author: Robin Mueller <muellerr@irs.uni-stuttgart.de> Date: Fri Apr 28 15:30:09 2023 +0200 hello commit 7045b6034afdb819f4978f91f697d7f23806ab89 Author: Robin Mueller <muellerr@irs.uni-stuttgart.de> Date: Fri Apr 28 15:18:47 2023 +0200 changelog commit 37b9615525637294118266910979236127f8a8ce Author: Robin Mueller <muellerr@irs.uni-stuttgart.de> Date: Fri Apr 28 15:18:16 2023 +0200 changelog commit 4074e0848012042565047726b8c526c6b5809a2c Merge: 862a4f26 38686ac3 Author: Robin Müller <muellerr@irs.uni-stuttgart.de> Date: Fri Apr 28 15:12:46 2023 +0200 Merge pull request 'Adaption for EM: Add P60 dock without ACU' (#620) from adaption_em_p60_dock_without_acu into main Reviewed-on: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/620 Reviewed-by: Marius Eggert <eggertm@irs.uni-stuttgart.de> commit 23796345d966787f6f43c1d89b9555413bfe583a Author: Robin Mueller <muellerr@irs.uni-stuttgart.de> Date: Fri Apr 28 15:04:30 2023 +0200 changelog and stop payload tracking commit b10275ca43f13ee68be013c7ece3b63acf762130 Author: Robin Mueller <muellerr@irs.uni-stuttgart.de> Date: Fri Apr 28 14:28:05 2023 +0200 changelog commit 383849c5cb62b1543037ab07c904b2725c91be13 Author: Robin Mueller <muellerr@irs.uni-stuttgart.de> Date: Fri Apr 28 14:25:14 2023 +0200 that is more robust commit c66cef9129586e8708a8f2679ff86b3c9977c5f5 Author: Robin Mueller <muellerr@irs.uni-stuttgart.de> Date: Fri Apr 28 14:23:21 2023 +0200 changelog commit 02ea8a7298ff14c8acab55b2f693e8593c277624 Author: Robin Mueller <muellerr@irs.uni-stuttgart.de> Date: Fri Apr 28 14:22:21 2023 +0200 changelog commit 38686ac3f621e50ea76be023520167841d2e2c19 Merge: 189a3126 74d5d709 Author: Robin Mueller <muellerr@irs.uni-stuttgart.de> Date: Fri Apr 28 14:04:03 2023 +0200 Merge branch 'possible_bugfix_dual_lane_assy' into adaption_em_p60_dock_without_acu commit 74d5d70973b46c70d1483077e71e2820d3ca4ad6 Author: Robin Mueller <muellerr@irs.uni-stuttgart.de> Date: Fri Apr 28 13:58:08 2023 +0200 this bugfix might be super important commit 48355e82635b071b9347b62f2bd1da636bf4eae5 Merge: 5691fe8e 862a4f26 Author: Robin Müller <muellerr@irs.uni-stuttgart.de> Date: Fri Apr 28 10:25:50 2023 +0200 Merge branch 'main' into more-system-modes commit 189a312628e561f54491ec238a2d2d5e2f211b57 Merge: a1279428 862a4f26 Author: Robin Mueller <muellerr@irs.uni-stuttgart.de> Date: Fri Apr 28 10:23:46 2023 +0200 Merge remote-tracking branch 'origin/main' into adaption_em_p60_dock_without_acu commit a12794281bfc2ebb27a02bbc151696023e69a9f0 Author: Robin Mueller <muellerr@irs.uni-stuttgart.de> Date: Fri Apr 28 10:20:31 2023 +0200 changelog commit fcaabb4e421b5f792ede490b6dd135ce661c9db5 Merge: 6c326489 4aafca64 Author: Robin Mueller <muellerr@irs.uni-stuttgart.de> Date: Fri Apr 28 10:20:02 2023 +0200 Merge remote-tracking branch 'origin/main' into adaption_em_p60_dock_without_acu commit 6c326489cbc59f2d70993542f05676472ca0102f Author: Robin Mueller <muellerr@irs.uni-stuttgart.de> Date: Fri Apr 28 10:18:46 2023 +0200 adapt EM SW: GS PCDU added, but use dummy for ACU commit 862a4f268510e04fc3cfb878b5eed9f0f9d62f05 Merge: 4aafca64 2daca272 Author: Robin Müller <muellerr@irs.uni-stuttgart.de> Date: Fri Apr 28 09:37:55 2023 +0200 Merge pull request 'Host SW bugfixes' (#618) from try_fix_host_obsw into main Reviewed-on: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/618 Reviewed-by: Marius Eggert <eggertm@irs.uni-stuttgart.de> commit 5691fe8e72a2e3b008d6130f31be32d9d7aee9b7 Merge: 097be17a 4aafca64 Author: meggert <eggertm@irs.uni-stuttgart.de> Date: Thu Apr 27 15:40:31 2023 +0200 Merge branch 'main' into more-system-modes commit 2daca272f8f0397125349c0f6c193e22d0a26383 Author: Robin Mueller <muellerr@irs.uni-stuttgart.de> Date: Thu Apr 27 11:29:18 2023 +0200 changelog commit 03762f962020b55188d445ee3dd429b6e1a32135 Author: Robin Mueller <muellerr@irs.uni-stuttgart.de> Date: Wed Apr 26 17:38:06 2023 +0200 lower live TM handler frequency commit a296f16e5ce9d803ce5db54d9602e396dad7ebce Author: Robin Mueller <muellerr@irs.uni-stuttgart.de> Date: Wed Apr 26 17:36:38 2023 +0200 host SW works properly again commit 83f07a6e16cbbf5fc4a9ccb2e7d92c3fdffb172b Author: Robin Mueller <muellerr@irs.uni-stuttgart.de> Date: Wed Apr 26 17:26:32 2023 +0200 configurable event manager queue depth commit 00dab64628a53d2109fceb5f9a4ffc765a72fab6 Merge: 641b8e84 4aafca64 Author: Robin Mueller <muellerr@irs.uni-stuttgart.de> Date: Wed Apr 26 17:03:35 2023 +0200 Merge remote-tracking branch 'origin/main' into try_fix_host_obsw commit 4aafca64a67589826f1578865c92fa76141e8531 Merge: f271242d 6901eae8 Author: Robin Müller <muellerr@irs.uni-stuttgart.de> Date: Wed Apr 26 17:03:01 2023 +0200 Merge pull request 'EM adaptions' (#619) from em_adaptions into main Reviewed-on: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/619 commit 6901eae81689981937e7eb49b98886f8c78b727b Merge: 7d630ebc f271242d Author: Robin Mueller <muellerr@irs.uni-stuttgart.de> Date: Wed Apr 26 17:02:24 2023 +0200 Merge remote-tracking branch 'origin/main' into em_adaptions commit 7d630ebcf3894a9a9896d1c3f05548d5ef230333 Author: Robin Mueller <muellerr@irs.uni-stuttgart.de> Date: Wed Apr 26 17:00:04 2023 +0200 EM adaptions commit 641b8e847d2b63ad11f28c4a37434a6161443690 Author: Robin Mueller <muellerr@irs.uni-stuttgart.de> Date: Wed Apr 26 16:41:40 2023 +0200 add back tm funnel handler for hosted build commit 13142686823bedee1a79ae5f851f124968822a54 Author: Robin Mueller <muellerr@irs.uni-stuttgart.de> Date: Wed Apr 26 16:23:50 2023 +0200 host build requires dedicated live TM task.. commit 4040304ef09a172f9d2bef42547d6b1effb8ca76 Author: Robin Mueller <muellerr@irs.uni-stuttgart.de> Date: Wed Apr 26 13:15:42 2023 +0200 this is annoying commit a919b3d1645d5c4a6e20903d973ce96424508cae Merge: e22f2a53 9672d6d6 Author: Robin Mueller <muellerr@irs.uni-stuttgart.de> Date: Wed Apr 26 11:11:30 2023 +0200 Merge remote-tracking branch 'origin/develop' into update_ptme_code commit 9672d6d6cca3ad7369bb4b06fd91a7f17a0f9db9 Author: Robin Mueller <muellerr@irs.uni-stuttgart.de> Date: Wed Apr 26 11:11:09 2023 +0200 changelog commit e22f2a53ea7388cc5c75c2024953aab293c8d277 Merge: b076e80b 0eb6b7cc Author: Robin Mueller <muellerr@irs.uni-stuttgart.de> Date: Wed Apr 26 11:05:58 2023 +0200 Merge remote-tracking branch 'origin/develop' into update_ptme_code commit b076e80b44e7ef2b2417def66ec1f1a684cfb228 Author: Robin Mueller <muellerr@irs.uni-stuttgart.de> Date: Wed Apr 26 11:04:10 2023 +0200 changelog commit 269aa6f7b0006125e9a516f8ecb6cdc32c91cbe5 Author: Robin Mueller <muellerr@irs.uni-stuttgart.de> Date: Wed Apr 26 11:03:42 2023 +0200 changelog commit caae2b4ba925747aa0ed1e2112582c6deff39d77 Author: Robin Mueller <muellerr@irs.uni-stuttgart.de> Date: Wed Apr 26 11:02:24 2023 +0200 update PTME code commit 097be17a2900e64021fcbb457c89d6d4756ab697 Author: meggert <eggertm@irs.uni-stuttgart.de> Date: Wed Apr 19 15:07:21 2023 +0200 added remaining acs modes as system modes
2023-05-12 09:13:02 +02:00
## Changed
- Removed PTME busy/ready signals. Those were not used anyway because register reads are used now.
2023-05-31 16:31:50 +02:00
- APB bus access busy checking is not done anymore as this is performed by the bus itself now.
2023-06-22 14:07:37 +02:00
- Core controller will now announce version and image information event in addition to reboot
event in the `inititalize` function.
2023-06-22 16:52:46 +02:00
- Core controller will now try to request and announce the firmware version in addition to the
OBSW version as well.
2023-06-22 14:25:11 +02:00
- Added core controller action to read reboot mechansm information
2023-06-22 16:54:49 +02:00
- GNSS reset pin will now only be asserted for 5 ms instead of 100 ms.
2023-05-22 11:44:42 +02:00
2023-06-15 09:51:34 +02:00
## Added
2023-06-22 16:53:24 +02:00
- Added PL I2C reset pin. It is not used/connected for now but could be used for FDIR procedures to
restore the PL I2C.
2023-06-22 14:07:37 +02:00
- Core controller now announces firmware version as well when requesting a version info event
2023-06-15 09:51:34 +02:00
2023-06-24 20:12:37 +02:00
# [v3.3.1] 2023-06-22
## Fixed
- `PusLiveDemux` packet demultiplexing bugfix where the demultiplexing did not work when there was
only one destination available.
## Fixed
- Fixed H parameter in SUS converter from 1 mm to 2.5 mm.
# [v3.3.0] 2023-06-21
2023-06-20 20:52:01 +02:00
Like v3.2.0 but without the custom FM changes related to VC0.
2023-06-21 13:44:44 +02:00
# [v3.2.0] 2023-06-21
2023-06-15 17:58:35 +02:00
## Fixed
2023-06-19 17:34:47 +02:00
- Fix sun vector calculation
2023-06-15 17:58:35 +02:00
- SUS total vector was not reset to being a zero vector during eclipse due to a wrong memcpy
length.
2023-06-20 20:48:46 +02:00
## Changed
- Reverted all changes related to VC0 handling to avoid FM bug possibly related to FPGA bug.
2023-06-15 09:51:34 +02:00
# [v3.1.1] 2023-06-14
2023-06-13 23:26:27 +02:00
## Fixed
- TMP1075 bugfix where negative temperatures could not be measured because of a two's-complement
conversion bug.
2023-06-14 06:15:04 +02:00
# [v3.1.0] 2023-06-14
- `eive-tmtc` version v4.1.0
2023-06-13 07:48:32 +02:00
2023-06-14 03:18:47 +02:00
## Fixed
- TCS heater switch enumeration naming was old/wrong and was not updated in sync with the object ID
update. This lead to the TCS controller commanding the wrong heaters.
2023-06-13 07:48:32 +02:00
## Changed
2023-06-14 03:39:13 +02:00
- Increase number of allowed parallel HK commands to 16
2023-06-13 07:48:32 +02:00
2023-06-14 06:09:18 +02:00
## Added
- Added `CONFIG_SET`, `MAN_HEATER_ON` and `MAN_HEATER_OFF` support for the BPX battery handler
2023-06-11 18:46:30 +02:00
# [v3.0.0] 2023-06-11
2023-05-11 19:31:50 +02:00
2023-06-09 12:47:07 +02:00
- `eive-tmtc` version v4.0.0
2023-05-11 19:31:50 +02:00
## Changed
2023-05-11 19:35:57 +02:00
- Adapt EM configuration to include all GomSpace PCDU devices except the ACU. For the ACU
(which broke), a dummy will still be used.
2023-05-11 19:31:50 +02:00
- Event Manager queue depth is configurable now.
- Do not construct and schedule broken TMP1075 device anymore.
2023-04-28 15:04:30 +02:00
- Do not track payload modes in system mode tables.
2023-04-28 15:30:09 +02:00
- ACS modes derived from system modes.
2023-05-11 19:34:37 +02:00
- The CMake build generator will now search for the cross-compiler binaries in the environmental
variable named `CROSS_COMPILE_BIN_PATH` first when setting up the build system. This prevents
CMake from selecting wrong cross-compilers if multiple cross-compilers with the same name are used
on the same system.
- Add ACS board for EM by default now.
2023-05-11 20:14:12 +02:00
- Add support for MPSoC HK packet.
2023-05-03 15:31:54 +02:00
- Add support for MPSoC Flash Directory Content Report.
2023-05-03 16:45:14 +02:00
- Dynamically enable and disable HK packets for MPSoC on `ON` and `OFF` commands.
2023-05-11 20:21:07 +02:00
- Add support for MPSoC Flash Directory Content Report.
2023-05-11 20:21:44 +02:00
- Larger allowed path and file sizes for STR and PLOC MPSoC modules.
- More robust MPSoC flash read and write command data handling.
2023-05-12 13:26:15 +02:00
- Increase frequency of payload handlers from 0.8 seconds to 0.5 seconds.
2023-05-19 09:41:44 +02:00
- Disable missed deadlines per default. Not useful in orbit, and triggers all the time on the EM
build after a number of subsequent runs, without any apparent reason (deadlines are not actually
missed, thread usage displayed is nominal)
2023-05-23 20:15:36 +02:00
- TM store dumpes will not be cancelled anymore if the transmitter is off. The dump can be cancelled
with an OFF command, and the PTME is perfectly capable of dumping without the transmitter being
on.
2023-05-23 20:13:02 +02:00
- Transmitter state is not taken into account anymore for writing into the PTME. The PTME should
be perfectly capable of generating a valid CADU, even when the transmitter is not ON for any
reason.
2023-05-25 08:45:20 +02:00
- OFF mode is ignores in TM store for determining whether a store will be written. The modes will
only be used to cancel a transfer.
2023-06-05 16:06:36 +02:00
- Handling of multiple RWs in the ACS Controller is improved and can be changed by parameter
commands.
2023-06-07 14:25:13 +02:00
- The Directory Listing direct dumper now has a state machine to stagger the directory listing dump.
This is required because very large dumps will overload the queue capacities in the framework.
- The PUS Service 8 now has larger queue sizes to handle more action replies. The PUS Service 1
also has a larger queue size to handle a lot of step replies now.
2023-06-09 13:10:29 +02:00
- Moved PDU `vcc` and `vbat` variable from auxiliary dataset to core dataset.
2023-06-09 14:10:06 +02:00
- Tweak TCP/IP configuration: Only the TCP server will be included on the EM. For the FM, no
TCP/IP servers will be included by default.
2023-05-11 19:31:50 +02:00
2023-04-28 15:18:16 +02:00
## Added
2023-04-28 15:30:09 +02:00
- Add the remaining system modes.
2023-05-17 18:55:53 +02:00
- PLOC MPSoC flash read command working.
2023-05-22 11:42:08 +02:00
- BPX battery handler is added for EM by default.
- ACU dummy HK sets
2023-05-24 11:17:00 +02:00
- IMTQ HK sets
2023-05-25 11:21:28 +02:00
- IMTQ dummy now handles power switch
2023-06-02 17:45:08 +02:00
- Added some new ACS parameters
2023-06-08 09:55:46 +02:00
- Enabled decimation filter for the ADIS GYRs
- Enabled second low-pass filter for L3GD20H GYRs
2023-04-28 15:18:16 +02:00
2023-05-11 19:31:50 +02:00
## Fixed
2023-06-09 13:13:05 +02:00
- CFDP low level protocol bugfix. Requires `fsfw` update and `tmtc` update.
2023-05-11 19:34:37 +02:00
- Compile fix if SCEX is compiled for the EM.
- Set up Rad Sensor chip select even for EM to avoid SPI bus issues.
- Correct ADIS Gyroscope type configuration for the EM, where the 16507 type is used instead of the
16505 type.
2023-05-11 19:31:50 +02:00
- Host build is working again. Added reduced live TM helper which schedules the PUS and CFDP
funnel.
2023-05-12 09:35:58 +02:00
- PLOC Supervisor handler now has a power switcher assigned to make PLOC power switching work
without an additional PCDU power switch command.
- The PLOC Supervisor handler now waits for the replies to the `SET_TIME` command to verify working
communication.
2023-05-12 13:24:14 +02:00
- The PLOC MPSoC now waits 10 cycles before going to on. These wait cycles are necessary because
the MPSoC is not ready to process commands without this additional boot time.
2023-05-12 11:08:41 +02:00
- Fixed correction for `GPS Altitude` in case the sensor data is out of the expected bonds.
2023-05-15 15:16:44 +02:00
- PLOC MPSoC special communication is now scheduled, which allows flash read and flash write
commands to work.
2023-05-17 18:55:53 +02:00
- Fixed the MPSoC flash write command.
2023-05-23 15:02:35 +02:00
- Added missing ACS parameter.
2023-05-23 19:14:03 +02:00
- HK TM store: The HK store dump success event was triggered for cancelled HK dumps.
2023-05-23 19:37:01 +02:00
- When a PUS parsing error occured while parsing a TM store file, the dump completion procedure
was always executed.
2023-05-25 08:48:03 +02:00
- Some smaller logic fixes in the TM store base class
2023-05-26 13:53:46 +02:00
- Fixed usage of C `abs` instead of C++ `std::abs`, which results in MTQ commands not being
scaled correctly between 1Am² and 0.2Am².
2023-05-30 16:45:09 +02:00
- TCS Heater Handler: Always trigger mode event if a heater goes `OFF` or `ON`. This event might
soon replace the `HEATER_WENT_ON` and `HEATER_WENT_OFF` events.
2023-05-30 15:14:47 +02:00
- Prevent spam of TCS controller heater unavailability event if all heaters are in external control.
2023-05-30 16:54:56 +02:00
- TCS heater switch info set contained invalid values because of a faulty `memcpy` in the TCS
controller. There is not crash risk but the heater states were invalid.
2023-06-05 09:25:31 +02:00
- STR datasets were not set to invalid on shutdown.
2023-06-05 16:06:36 +02:00
- Fixed usage of quaternion valid flag, which does not actually represent the validity of the
quaternion.
2023-06-02 17:45:08 +02:00
- Various fixes for the pointing modes of the `ACS Controller`. All modes should work now as
intended.
2023-05-05 11:00:46 +02:00
- The variance for the ADIS GYRs now represents the used `-3` version and not the `-1` version
2023-06-09 18:26:41 +02:00
- CFDP funnel did not route packets to live channel VC0
2023-04-28 15:34:45 +02:00
2023-05-11 19:34:37 +02:00
# [v2.0.5] 2023-05-11
2023-05-11 15:05:44 +02:00
2023-05-11 18:38:41 +02:00
- The dual lane assembly transition failed handler started new transitions towards the current mode
instead of the target mode. This means that if the dual lane assembly never reached the initial
submode (e.g. mode normal and submode dual side), it will transition back to the current mode,
which miht be `MODE_OFF`. Furthermore, this can lead to invalid internal states, so the subsequent
recovery handling becomes stuck in the custom recovery sequence when swichting power back on.
- The dual lane custom recovery handling was adapted to always perform proper power switch handling
irrespective of current or target modes.
2023-04-19 18:12:32 +02:00
# [v2.0.4] 2023-04-19
## Fixed
2023-05-11 18:38:41 +02:00
- The dual lane assembly datasets were not marked invalid properly on OFF transitions.
2023-04-19 18:12:32 +02:00
2023-04-17 11:35:10 +02:00
# [v2.0.3] 2023-04-17
2023-04-17 11:58:13 +02:00
- eive-tmtc: v3.1.1
2023-04-17 09:35:23 +02:00
## Fixed
- Fixed shadowing within the `SafeCtrl`, which prevented actuator commands to be calculated during
eclipse phase.
2023-04-17 11:35:10 +02:00
- EM build idle mode fixes for RW dummy.
## Added
- Add `MGT_OVERHEATING` event and fallback to system SAFE mode if the MGT is overheating for
whatever reason.
2023-04-17 09:35:23 +02:00
## Changed
- Low-pass filters can no longer be executed if no actual data is available.
2023-04-16 12:05:41 +02:00
# [v2.0.2] 2023-04-16
- Bump patch version to 2.
2023-04-16 11:54:27 +02:00
# [v2.0.1] 2023-04-16
- eive-tmtc: v3.1.0
2023-04-16 11:41:30 +02:00
# [v2.0.0] 2023-04-16
2023-04-16 11:48:24 +02:00
This is the version which will fly on the satellite for the initial launch phase.
2023-04-16 11:41:30 +02:00
- q7s-package: v2.5.0
- eive-tmtc: v3.0.0
- `wire` library is now on version v10.7 as well.
2023-04-15 13:01:41 +02:00
## Added
- Added `mv`, `cp` and `rm` action helpers for the core controller for common filesystem operations.
- Extended directory listing helpers. There is now a directory listing helper which dumps the
directory listing as an action data reply immediately. For smaller directory listings, this
allows a listing without requiring a separate file downlink (which also has not been implemented
yet)
## Changed
- The directory listing action commands now allow compressing of either the target output file
for the directory listing into file action command, or compression in the helper which dumps
the directory listing directly.
2023-04-14 20:35:00 +02:00
# [v1.45.0] 2023-04-14
2023-04-12 16:29:34 +02:00
- q7s-package: v2.5.0
2023-04-14 20:35:00 +02:00
- eive-tmtc: v3.0.0
2023-04-14 18:53:17 +02:00
- STR firmware was updated to v10.7. `wire` library still needs to be updated.
2023-04-12 16:29:34 +02:00
2023-04-12 13:40:59 +02:00
## Fixed
- Small fix for `install-obsw-yocto.sh` script
2023-04-13 18:13:12 +02:00
- Bugfix for STR firmware update procedure where the last remaining
bytes were not written properly.
2023-04-13 18:20:23 +02:00
- Bugfix for STR where an invalid reply was received for special requests
like firmware updates.
2023-04-14 00:29:21 +02:00
- Bugfix for shell command executors in command controller which lead to a crash.
2023-04-14 18:55:20 +02:00
- Important bugfix for STR solution set. Missing STR mode u8 parameter.
2023-04-14 18:31:56 +02:00
- Fix for STR image download.
- Possible fix for STR image upload.
2023-04-14 18:45:58 +02:00
- Fixed regression where the reply result for ACS board and SUS board devices was set to FAILED
even when going to OFF mode. In that case, it has to be set to OK so the device handler can
complete the OFF transition.
2023-04-12 13:40:59 +02:00
2023-04-13 18:14:30 +02:00
## Changed
- STR `wire` library updated to v10.3. Submodule renamed to `sagittactl`.
2023-04-13 23:56:22 +02:00
- Custom FDIR for TMP1075 sensors. The device handlers reject `NEEDS_RECOVERY` health commands
anyway, so it does not really make sense to use the default FDIR.
2023-04-13 23:32:08 +02:00
- Reject `NEEDS_RECOVERY` health commands for the heater health devices.
2023-04-14 21:02:39 +02:00
- Adapted some queue sizes so that EM startup works without queue errors
- Event Manager: 120 -> 160
- UDP TMTC Bridge: 50 -> 120
- TCP TMTC Bridge: 50 -> 120
- Service 5: 120 -> 160, number of events handled in one cycle increased to 80
2023-04-14 21:44:23 +02:00
- EM: PCDU dummy is not a device handler anymore, but a custom power switcher object. This avoids
some issues where the event manager could not send an event message to the PCDU dummy because
the FDIR event queue was too small.
2023-04-13 18:14:30 +02:00
2023-04-12 17:25:54 +02:00
## Added
- Add a way for the MAX31865 RTD handlers to recognize faulty/broken/off sensor devices.
2023-04-12 18:06:04 +02:00
- Add parameter interface for core controller
- Allow setting the preferred SD card via the new parameter interface of the core controller
with domain ID 0 and unque ID 0.
2023-04-14 13:12:03 +02:00
- Added action commands to reset the PDEC. Also added autonomous reset handling for the PDEC,
because there is no way so send TCs with a faulty PDEC.
2023-04-14 20:08:05 +02:00
- Added `I2C_REBOOT` and `PDEC_REBOOT` events for EIVE system component to ensure ground gets
informed.
2023-04-12 17:25:54 +02:00
2023-04-14 16:55:28 +02:00
## ACS
2023-04-14 16:55:28 +02:00
- Commanding from ACS Controller is now enabled.
- Safe Controller was reverted to FLP Design. This also introduces safe mode strategies.
They contain what the controller does and which data it uses. The controller will
automatically based on the available data decide on which strategy to use. If a strategy
is undesirable (e.g. the MEKF should not be used) this can be handeld via setting parameters.
2023-04-12 13:26:23 +02:00
# [v1.44.1] 2023-04-12
- eive-tmtc: v2.22.1
2023-04-08 13:25:31 +02:00
## Fixed
- Bugfixes and improvements for SDC state machine. Internal state was not updated correctly due
to a regression, so commanding the SDC state machine externally lead to confusing results.
- Heater states array in TCS controller was too small.
2023-04-08 17:47:56 +02:00
- Fixed a bug in persistent TM store, where the active file was not reset of SD card switches.
SD card switch from 0 to 1 and vice-versa works without errors from persistent TM stores now.
2023-04-11 17:19:16 +02:00
- Add a way for the SUS polling to detect broken or off devices by checking the retrieved
temperature for the all-ones value (0x0fff).
2023-04-11 17:29:32 +02:00
- Better reply result handling for the ACS board devices.
2023-04-11 18:18:33 +02:00
- ADIS1650X initial timeout handling now performed in device handler.
2023-04-11 22:58:13 +02:00
- The RW assembly and TCS board assembly now perform proper power switch handling for their
recovery handling.
2023-04-08 13:25:31 +02:00
## Changed
- Added additional logic for SDC state machine so that the SD cards are marked unusable when
the active SD card is switched or there is a transition from hot redundant to cold redundant mode.
2023-04-08 17:48:45 +02:00
This gives other tasks some time to register the SD cards being unusable, and therefore provides
a way for them to perform any re-initialization tasks necessary after SD card switches.
2023-04-06 12:15:12 +02:00
- TCS controller now only has an OFF mode and an ON mode
2023-11-21 17:44:51 +01:00
- The TCS controller pauses operations related to the TCS board assembly (reading sensors and
2023-04-11 22:58:13 +02:00
the primary control loop) while a TCS board recovery is on-going.
2023-04-08 11:40:23 +02:00
- Allow specifying custom OBSW update filename. This allowed keeping a cleaner file structure
where each update has a name including the version
- The files extracted during an update process are deleted after the update was performed to keep
the update directory cleaner.
2023-04-06 12:15:12 +02:00
## Added
- TCS controller: SUBMODE_NO_HEATER_CTRL (1) added for ON mode. If this submode is
commanded, all heaters will be switched off and then no further heater
commanding will be done.
- Fixed a bug in persistent TM store, where the active file was not reset of SD card switches.
SD card switch from 0 to 1 and vice-versa works without errors from persistent TM stores now.
2023-04-06 12:15:12 +02:00
2023-04-07 17:43:48 +02:00
# [v1.44.0] 2023-04-07
2023-04-07 18:19:33 +02:00
- eive-tmtc: v2.22.0
2023-04-07 17:27:51 +02:00
## Added
- Special I2C recovery handling. If the I2C bus is unavailable for whatever reason, the EIVE
system component will power-cycle all I2C devices by first going to the OFF/BOOT mode, then
power-cycling the 3V3 stack and rebooting the battery, and finally going back to safe mode.
If this does not restore the bus, a full reboot will be performed. This special sequence can
be commanded as well.
2023-04-06 19:11:26 +02:00
## Fixed
- RW Assembly: Correctly transition back to off when more than 1 devices is OFF. Also do this
when this was due to two devices being marked faulty.
2023-04-06 19:12:15 +02:00
- RW dummy and STR dummy components: Set/Update modes correctly.
2023-04-07 17:04:33 +02:00
- RW handlers: Bugfix for TM set retrieval and special request handling in general where the CRC
check always failed for special request. Also removed an unnecessary delay for special requests.
- RW handlers: Polling is now disabled for RWs which are off.
2023-04-06 19:11:26 +02:00
2023-04-07 11:37:17 +02:00
## Changed
- RW shutdown now waits for the speed to be near 0 or for a OFF transition countdown to be expired
before going to off.
2023-04-05 17:29:09 +02:00
# [v1.43.2] 2023-04-05
2023-04-04 20:59:25 +02:00
## Changed
- Adapted HK data rates to new table for LEOP SAFE mode.
- GPS controller HK is now generated periodically as well.
2023-04-05 15:29:44 +02:00
- Better mode combination checks for assembly components. This includes:
- IMTQ assembly
- Syrlinks assembly
- Dual Lane Assembly
2023-04-05 16:23:29 +02:00
- RWs are no longer commanded by the ACS Controller during safe mode. Instead the RW speed command
is set to 0 as part or the `doShutDown` of the RW handler.
2023-04-04 20:59:25 +02:00
2023-04-05 16:41:49 +02:00
## Fixed
- Dual lane assemblies: Fix handling when health states are overwritten. Also add better handling
when some devices are permanent faulty and some are only faulty. In that case, only the faulty
devices will be restored.
2023-04-05 17:10:50 +02:00
- ACS dual lane assembly: Gyro 3 helper mode was assigned to the Gyro 2 mode.
2023-04-05 16:41:49 +02:00
2023-04-04 20:39:13 +02:00
# [v1.43.1] 2023-04-04
2023-04-04 17:52:03 +02:00
## Fixed
- Generic HK handling: Bug where HKs were generated a lot more often than required. This is the case
if a device handler `PERFORM_OPERATION` step is performed more than once per PST cycle.
2023-04-04 18:04:09 +02:00
- Syrlinks now goes to `_MODE_TO_ON` when finishing the `doStartUp` transition.
2023-04-04 17:52:03 +02:00
## Changed
- Doubled GS PST interval instead of scheduling everything twice.
- Syrlinks now only has one `PERFORM_OPERATION` step, but still has two communication steps.
2023-04-04 14:45:09 +02:00
- PCDU components only allow setting `NEEDS_RECOVERY`, `HEALTHY` and `EXTERNAL_CONTROL` health
states now. TMP sensor components only allow `HEALTHY` , `EXTERNAL_CONTROL`, `FAULTY` and
`PERMANENT_FAULTY`.
2023-04-04 17:53:38 +02:00
- TCS controller now does a sanity check on the temperature values: Values below -80 C or above
160 C are ignored.
2023-04-04 17:52:03 +02:00
2023-04-04 13:32:41 +02:00
# [v1.43.0] 2023-04-04
2023-04-02 15:51:55 +02:00
- q7s-package: v2.4.0
2023-04-04 13:32:41 +02:00
- eive-tmtc: v2.21.0
2023-04-02 15:51:55 +02:00
2023-04-03 15:16:53 +02:00
## Added
- Version of thermal controller which performs basic control tasks.
2023-04-03 16:25:32 +02:00
- PCDU handler can now command switch of the 3V3 stack (switch ID 19)
- Set STR dev to OFF in assembly when it is faulty.
- STR: Reset data link layer and flush RX for regular commands and before performing special
commands to ensure consistent start state
2023-04-03 15:16:53 +02:00
2023-04-02 15:34:52 +02:00
## Fixed
- PTME was not reset after configuration changes.
2023-04-03 19:57:16 +02:00
- GPS health devices: ACS board assembly not reacts to health changes.
- STR COM helper: Reset reply size after returning a reply
2023-04-02 15:34:52 +02:00
## Changed
- Poll threshold configuration of the PTME IP core is now configurable via a parameter command
and is set to 0b010 (4 polls) instead of 0b001 (1 poll) per default.
2023-04-03 15:16:53 +02:00
- EIVE system fallback and COM system fallback: Perform general subsystem handling first, then
event reception, and finally any new transition handling.
2023-04-03 15:31:46 +02:00
- IMTQ MGM integration time lowered to 6 ms. This relaxes scheduling requirements a bit.
2023-04-03 16:58:48 +02:00
- PCDU handler switcher HK set now has additional 3V3 switcher state HK.
2023-04-02 15:34:52 +02:00
2023-04-01 15:33:02 +02:00
# [v1.42.0] 2023-04-01
2023-04-01 15:55:23 +02:00
- eive-tmtc: v2.20.1
- q7s-package: v2.3.0
2023-04-01 15:33:02 +02:00
2023-03-29 11:41:42 +02:00
## Changed
- SCEX filename updates. Also use T as the file ID / date separator between date and time.
2023-03-31 01:14:59 +02:00
- COM TM store and dump handling: Introduce modes for all 4 TM VC/store tasks. The OFF mode can be
used to disable ongoing dumps or to prevent writes to the PTME VC. This allows cleaner reset
handling of the PTME. All 4 VC/store tasks were attached to the COM mode tree and are commanded
as part of the COM sequence as well to ensure consistent state with the CCSDS IP core handler.
- Added `PTME_LOCKED` boolean lock which is used to lock the PTME so it is not used by the VC tasks
anymore. This lock will be controlled by the CCSDS IP core handler and is locked when the PTME
needs to be reset. Examples for this are datarate changes.
2023-04-01 13:43:24 +02:00
- Simulate real PCDU in PCDU dummy by remembering commandes switch change and triggering appropriate
events. Switch feedback is still immediate.
2023-04-01 15:07:04 +02:00
- GomSpace devices are polled with a doubled frequency. This speeds up power switch commanding.
2023-03-29 11:41:42 +02:00
2023-03-30 17:16:59 +02:00
## Fixed
- Bugfix for side lane transitions of the dual lane assemblies, which only worked when the
2023-03-31 19:16:57 +02:00
assembly was directly commanded.
2023-03-31 13:22:07 +02:00
- Syrlinks Handler: Bugfix so transition command is only sent once.
2023-04-01 14:23:11 +02:00
- SCEX file name bug: Create file name time stamp with `strftime` similarly to how it's done
for the persistent TM store.
2023-03-30 17:16:59 +02:00
## Added
- Added GPS0 and GPS1 health device which are used by the ACS board assembly when deciding whether
to change to the other side or to go to dual side directly. Setting the health devices to faulty
should also trigger a side switch or a switch to dual mode.
2023-03-28 22:26:23 +02:00
# [v1.41.0] 2023-03-28
2023-04-01 15:55:37 +02:00
- eive-tmtc: v2.20.0
- q7s-package: v2.2.0
2023-03-28 22:26:23 +02:00
2023-03-27 15:00:40 +02:00
## Fixed
- Proper Faulty/External Control handling for the dual lane assemblies.
- ACS board devices: Go to ON mode instead of going to NORMAL mode directly.
2023-03-27 15:03:54 +02:00
- SUS device handlers: Go to ON mode on startup instead of NORMAL mode.
2023-03-27 17:44:51 +02:00
- Tweaks for the delay handling for the persistent TM stores. This allows pushing the full
2023-03-28 22:08:08 +02:00
high datarate when dumping telemetry. The most important and interesting fix is that
there needs to be a small delay between the polling of the GPIO. Polling the GPIO
without any delay consecutively can lead to scheduling issues.
2023-03-28 22:17:54 +02:00
- Bump FSFW for fix of `ControllerBase` class `startTransition` implementation.
- Bump FSFW for possible fix of `PowerSwitcherComponent`: Initial mode `MODE_UNDEFINED`.
2023-03-27 15:00:40 +02:00
2023-03-26 16:43:36 +02:00
## Changed
2023-03-26 15:28:00 +02:00
- Enabled periodic hosuekeeping generation for release images.
2023-03-26 16:43:36 +02:00
- Project structure (linux and mission folder) is subsystem centric now.
2023-03-24 21:34:03 +01:00
# [v1.40.0] 2023-03-24
- eive-tmtc: v2.19.4
- q7s-packasge: v2.1.0
2023-03-24 15:39:45 +01:00
- Bumped fsfwgen for bugfix: Event translation can deal with duplicate event names now.
2023-03-23 10:51:06 +01:00
## Fixed
2023-03-23 12:03:53 +01:00
- PAPB busy polling now implemented properly with an upper bound of how often the PAPB is allowed
to be busy before returning the BUSY returnvalue. Also propagate and check for that case properly.
Ideally, this will never be an issue and the PAPB VC interface should never block for a longer
period.
2023-03-23 10:51:06 +01:00
- The `mekfInvalidCounter` now resets on setting the STR to faulty.
2023-03-24 21:34:03 +01:00
- Improve the SD lock handling. The file handling does not need to be locked as it
2023-03-24 21:36:31 +01:00
is only handled by one thread.
2023-03-23 10:51:06 +01:00
2023-03-15 09:38:31 +01:00
## Added
- The event `MEKF_RECOVERY` will be triggered in case the `MEKF` does manage to recover itself.
- The persistent TM stores now have low priorities and behave like background threads now. This
should prevent them from blocking or slowing down the system even during dumps
(at least in theory).
2023-03-22 10:38:41 +01:00
- STR: Fix weird issues on datalink layer data reception which sometimes occur.
2023-03-24 02:34:38 +01:00
- Syrlinks FDIR: Fully allow FDIR to do more recoveries. Assembly should take care of preventing
the switch to go off.
2023-03-24 21:10:59 +01:00
- Allow dual lane assembly side switches.
## Changed
2023-03-24 13:28:27 +01:00
- Rework FSFW OSALs to properly support regular scheduling (NICE priorities) and real-time
scheduling.
2023-03-22 10:38:41 +01:00
- STR: Move datalink layer to `StrComHandler` completely. DLL is now completely hidden from
device handler.
- STR: Is now scheduled twice in ACS PST.
- `StrHelper` renamed to `StrComHandler`, is now a `DeviceHandlerIF` directly and does not wrap
a separate UART COM interface anymore.
2023-03-23 12:14:46 +01:00
- TCS: Local pool variables are members now.
2023-03-24 02:34:38 +01:00
- Syrlinks: Create dedicated COM helper which uses a ring buffer to parse the Syrlinks datalinklayer
and should make communication more reliable even on high CPU loads.
- Syrlinks: Two communication cycles per PST.
- Fine-tuning of various task priorities.
- The CSP router now is scheduled with the `SCHED_RR` policy and the same priority as the PCDU
handlers as well.
2023-03-24 21:08:44 +01:00
- Change project structure to be more subsystem centric for ACS and COM.
2023-03-23 12:14:46 +01:00
2023-03-22 21:33:35 +01:00
# [v1.39.1] 2023-03-22
2023-03-21 23:56:59 +01:00
## Fixed
- Bugfix for STR: Some action commands wrongfully declined.
2023-03-22 00:00:32 +01:00
- STR: No normal command handling while a special request like an image upload is active.
2023-03-22 21:33:35 +01:00
- RS485 data line was not enabled when the transmitter was switched on.
2023-03-21 23:32:41 +01:00
# [v1.39.0] 2023-03-21
2023-03-21 12:56:22 +01:00
Requires firmware update for new FPGA design where reset line is routed into the software.
2023-03-21 23:32:41 +01:00
2 relevant PRs:
- https://egit.irs.uni-stuttgart.de/eive/q7s-vivado/pulls/53
- https://egit.irs.uni-stuttgart.de/eive/q7s-vivado/pulls/54
2023-03-21 12:56:22 +01:00
2023-03-21 23:45:25 +01:00
eive-tmtc: v2.19.3
2023-03-15 09:38:31 +01:00
## Added
- Added NaN and Inf check for the `MEKF`. If these are detected, the `AcsController` will reset
the `MEKF` on its own once. This way, there will not be an event spam and operators will have
to look into the reason of wrong outputs. To restore the reset ability, an action command has
been added.
2023-03-20 18:02:59 +01:00
- Contingency handling for non-working I2C bus bug. Reboot the system if the I2C is not working.
2023-03-15 09:38:31 +01:00
2023-03-20 13:09:28 +01:00
## Fixed
- Fixed transition for dual power lane assemblies: When going from dual side submode to single side
submode, perform logical commanding first, similarly to when going to OFF mode.
- GPS time is only set to valid if at least one satellite is in view.
2023-03-20 17:53:33 +01:00
## Changed
- Bugfixes for STR mode transitions: Booting to mode ON with submode FIRMWARE now works properly.
Furthermore, the submode in the NORMAL mode now should be 0 instead of some ON mode submode.
2023-03-20 15:50:50 +01:00
- Updated GYR bias values to newest measurements. This also corrects the ADIS values to always
consit of just one digit.
2023-03-18 14:50:34 +01:00
- The CCSDS IP core handler now exposes a parameter to enable the priority select mode
for the PTME core. This mode prioritizes virtual channels with a lower index, so for example
the virtual channel (VC0) will have the highest priority, while VC3 will have the lowestg
priority. This mode will be enabled by default for now, but can be set via the parameter IF with
the unique parameter ID 0. The update of this mode requires a PTME reset. Therefore, it will only
be performed when the transmitter is off to avoid weird bugs.
2023-03-21 12:55:39 +01:00
- Connect and handle reset line for the PTME core in the software now.
2023-03-21 13:25:22 +01:00
- Safe mode controller failure event now only triggers once per minute.
2023-03-20 17:53:33 +01:00
2023-03-17 18:08:08 +01:00
# [v1.38.0] 2023-03-17
eive-tmtc: v2.19.2
2023-03-17 16:19:04 +01:00
## Fixed
- SA deployment file handling: Use exceptionless API.
- Fix deadlock in SD card manager constructor: Double lock of preferred SD card lock.
2023-03-15 10:08:58 +01:00
## Added
- Failure of Safe Mode Ctrl will now trigger an event. As this can only be caused by sensors not
being in the correct mode, the assemblies should take care that this will never happen and no
additional FDIR is needed.
2023-03-15 10:38:00 +01:00
## Changed
- Telemetry relevant datasets for the RWs are now set invalid and partially reset on shotdown.
2023-03-15 11:32:58 +01:00
- I2C PST now has a polling frequency of 0.4 seconds instead of 0.2 seconds.
- GS PST now has a polling frequency of 0.5 seconds instead of 1 second.
2023-03-15 11:42:03 +01:00
- Bump FSFW: merged upstream.
2023-03-17 16:27:00 +01:00
- Move BPX battery scheduling to ACS PST to avoid clashes with IMTQ scheduling / polling
2023-03-15 10:38:00 +01:00
2023-03-14 20:02:27 +01:00
# [v1.37.2] 2023-03-14
- Changed `PoolManager` bugfix implementation in the FSFW.
- Some tweaks for IPC and TM store configuration
2023-03-14 18:44:50 +01:00
# [v1.37.1] 2023-03-14
This version works on the EM as well.
eive-tmtc: v2.19.1
2023-03-12 20:51:33 +01:00
## Added
- Added `EXECUTE_SHELL_CMD` action command for `CoreController` to execute arbitrary Linux commands.
2023-03-14 13:12:42 +01:00
- Added some missing PLOC commands.
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/462
2023-03-14 13:07:22 +01:00
- Add `PcduHandlerDummy` component.
2023-03-14 13:19:48 +01:00
- Added parameter for timeout until `MEKF_INVALID_MODE_VIOLATION` event is triggered.
2023-03-12 20:51:33 +01:00
2023-03-13 10:05:54 +01:00
## Fixed
- Pointing control of the `AcsController` was still expecting submodes instead of modes.
- Limitation of RW speeds was done before converting them to the correct unit scale.
2023-03-13 11:36:10 +01:00
- The Syrlinks task now has a proper name instead of `MAIN_SPI`.
2023-03-14 13:04:56 +01:00
- Make whole EIVE system initial transition work for the EM. This was also made possible by
always scheduling most EIVE components instead of tying the scheduling to preprocessor defines.
2023-03-14 14:06:33 +01:00
- Store more TCP und UDP packets.
2023-03-14 16:52:03 +01:00
- Bump fsfw for small tweak in local datapool manager: Re-enable or re-disabling dataset
generation will not fail anymore.
- Bump FSFW to simplify HK helpers: Was previously buggy and did not allow to use
minmum sampling frequency. Now both diagnostics and HK can use minimum
sampling frequency for requesting HK
- Bump FSFW to allow the TC/TM/IPC pools to spill to higher pools/pool pages.
2023-03-13 10:05:54 +01:00
2023-03-14 13:07:22 +01:00
## Changed
- Set `OBSW_ADD_TCS_CTRL` to 1. Always add TCS controller now for both EM and FM.
2023-03-14 15:30:26 +01:00
- generators module: Bump `fsfwgen` dependency to v0.3.1. The returnvalue CSV files are now sorted.
2023-03-14 17:12:05 +01:00
- generators module: Always generate subsystem ID CSV files now.
2023-03-14 18:41:11 +01:00
- The COM subsystem is now not commanded by the EIVE system anymore. Instead,
a separate RX_ONLY mode command will be sent at OBSW boot. After that,
commanding is done autonomously by the COM subsystem internally or by the operator. This prevents
the transmitter from going off during fallbacks to the SAFE mode, which might not always be
desired.
2023-03-14 13:32:13 +01:00
- Initialize switch states to a special `SWITCH_STATE_UNKNOWN` (2) variable. Return
2023-03-14 14:03:27 +01:00
`PowerSwitchIF::SWITCH_UNKNOWN` in switch state getter if this is the state.
2023-03-14 13:32:13 +01:00
- Wait 1 second before commanding SAFE mode. This ensures or at least increases the chance that
the switch states were initialized.
2023-03-14 13:56:19 +01:00
- Dual Lane Assemblies: The returnvalues of the dual lane power state machine FSM are not ignored
anymore.
2023-03-13 10:05:54 +01:00
2023-03-11 15:09:31 +01:00
# [v1.37.0] 2023-03-11
2023-03-11 15:24:43 +01:00
eive-tmtc: v2.18.1
2023-03-11 15:09:31 +01:00
2023-03-07 11:13:00 +01:00
## Added
2023-03-07 11:13:00 +01:00
- `SensorProcessing` now includes an FDIR for GPS altitude. If the measured GPS altitude is out
of bounds of the range defined in the `AcsParameters`, the altitude defaults to an altitude
set in the `AcsParameters`.
2023-03-10 11:39:31 +01:00
- `AcsController` will now never command a RW speed larger than the maximum allowed speed.
2023-03-07 11:13:00 +01:00
2023-03-09 16:52:47 +01:00
## Fixed
2023-03-09 19:44:24 +01:00
- `PAPB_EMPTY_SIGNAL_VC1` GPIO was not set up properly.
2023-03-09 16:52:47 +01:00
- Fix for heater names: HPA heater (index 7) is now the Syrlinks heater.
2023-03-07 10:36:00 +01:00
- `AcsParameters` setter were previously all for scalar parameters. Now vector and matrix
parameters use their respective setters.
- Several `AcsController` components had their own implementation of `AcsParameters`. This resulted
in those parameters not being updated, while the actual ones were updated. All instances of
`AcsParameters` not belonging to `AcsController` are eiter removed or replaced by pointer
instances.
- Instead of updating the `gsTargetModeControllerParameters`, the `targetModeControllerParameters`
were updated.
2023-03-10 10:29:27 +01:00
- Instead of updating the `idleModeControllerParameters`, the `targetModeControllerParameters`
were updated.
2023-03-07 10:36:00 +01:00
- Fixed Idle Mode Controller never calling `ptgLaw` and therefore never calculating control
values.
- Fixed wrong check on wether file used for persistant boolean flag on successful still existed.
2023-03-07 13:57:45 +01:00
- Scaling of MTQ Cmds now scales the current values to command with the current values and not
the values of the last step, which would result in undefined behaviour.
2023-03-07 14:15:33 +01:00
- Solved naming collision between file used for solar array deployment and confirmation for
ACS for solar array deployment.
2023-03-10 17:31:12 +01:00
- Fixed that scaling of RW torque would result in a zero vector unless the maximum value was exceeded.
2023-03-11 10:22:21 +01:00
- Bias for the GYR data was substracted within the wrong rf (sensor rf vs body rf).
2023-03-09 16:52:47 +01:00
2023-03-10 11:18:34 +01:00
## Changed
2023-03-10 18:17:04 +01:00
- Refactored TM pipeline to optimize usage of the PTME and communication downlink bandwidth.
This was done by moving the dumping of TMs to the VCs into separate threads with permanent loops.
These threads are then able to process high TM loads on demand. The PUS TM funnel will route
PUS packets to the approrpiate persisten TM stores and then demultiplex the TM to all registered
TM destinations as before.
- Service 5 now handles 40 events per cycle instead of 15
- Remove periodic SD card check. The file system is not mounted read-only anymore when using an
ext4 filesystem
2023-03-07 10:36:00 +01:00
- The `detumbleCounter` now does not get hard reset anymore, if the critical rate does not get
violated anymore. Instead it is incrementally reset.
2023-03-10 17:21:52 +01:00
- The RW antistiction now only takes the RW speeds in account.
2023-03-10 15:21:36 +01:00
- ACS CTRL transition to DETUBMLE is now done in CTRL internally. No
system level handling necessary anymore.
2023-03-10 11:18:34 +01:00
- More fixes and improvements for SD card handling. Extend SD card setup in core controller to
create full initial state for SD card manager are core controller as early as possible, turn
execution of setup file update blocking. This might solve the issue with the SD card manager
sometimes blocking for a long time.
2023-03-10 11:16:02 +01:00
- Request raw MTM measurement twice for IMTQ, might reduce number of times measurement could not
be retrieved.
2023-03-10 14:59:52 +01:00
- Event manager and event service have larger queues now: 45 -> 120 for Service 5, 80 -> 120 for
2023-03-10 15:01:59 +01:00
event manager
- ACS mode changes: The ACS CTRL submodes are now modes. DETUBMLE is now submode of SAFE mode.
- EIVE system now tracks the mode of the ACS subsyste in SAFE mode.
2023-03-10 11:18:34 +01:00
2023-03-08 19:17:24 +01:00
# [v1.36.0] 2023-03-08
2023-03-08 19:20:18 +01:00
eive-tmtc: v2.17.2
2023-03-08 11:37:11 +01:00
## Added
2023-03-06 15:58:19 +01:00
2023-03-06 15:56:37 +01:00
- Star Tracker Assembly
2023-03-08 11:37:11 +01:00
- New `REBOOT_COUNTER` and `INDIVIDUAL_BOOT_COUNTS` events. The first contains the total boot count
as a u64, the second one contains the individual boot counts as 4 u16. Add new core controller
action command `ANNOUNCE_BOOT_COUNTS` with action ID 3 which triggers both events. These events
will also be triggered on each reboot.
2023-03-07 17:08:33 +01:00
## Changed
2023-03-07 15:34:08 +01:00
- Persistent TM stores will now create new files on each reboot.
- Fast ACS subsystem commanding: Command SUS board consecutively with other devices now
2023-03-07 18:55:11 +01:00
- Star Tracker: Use ground confguration for EM and flight config for FM by default.
2023-03-07 15:34:08 +01:00
2023-03-07 14:20:42 +01:00
## Fixed
2023-03-08 18:59:22 +01:00
- Command TCS controller off first for TCS subsystem transition to off.
- Health handling for TCS board assembly
2023-03-08 18:12:37 +01:00
- Mode fallback from IDLE mode to SAFE mode due to ACS errors/events now works properly for
the ACS subsystem
- Bugfix in IDLE transition for system.
2023-03-08 14:50:25 +01:00
- `std::filesystem` API usages: Avoid exceptions by using variants which return an error code
instead of throwing exceptions.
2023-03-07 21:07:58 +01:00
- GPS fix loss was not reported if mode is unset.
2023-03-08 01:24:41 +01:00
- Star Tracker: OFF to NORMAL transition now posssible. Requires FSFW bump which sets
transition source modes properly for those transitions.
FSFW PR: https://egit.irs.uni-stuttgart.de/eive/fsfw/pulls/131
- Star Tracker JSON initialization is now done during object initization instead of redoing it
when building a command. This avoids missed deadlines issues in the ACS PST.
2023-03-07 14:20:42 +01:00
- Allow arbitrary submodes for dual lane boards to avoid FDIR reactions of subsystem components.
Bump FSFW to allow this.
2023-03-07 15:34:34 +01:00
- PUS 15 was not scheduled
2023-03-08 18:12:37 +01:00
- Transmitter timeout set to 2 minutes instead of 15 minutes. This will prevent to discharge the
battery in case the syrlinks starts transmitting due to detection of unintentional bitlock. This
happened e.g. on ground when the uplink to the flying latop was established.
2023-03-06 15:56:37 +01:00
- ACS system components are now always scheduled (EM specific)
2023-03-06 15:58:19 +01:00
2023-03-06 14:42:23 +01:00
# [v1.35.1] 2023-03-04
2023-03-03 17:06:32 +01:00
## Fixed
- ACS Board Assembly FDIR: Prevent permanent SAFE mode fallbacks by introducing special health
handling.
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/418/files
2023-03-06 14:42:23 +01:00
- Watchdog fixes
- IMTQ timing fixes
## Added
- Add IMTQ assembly
2023-03-03 17:06:32 +01:00
2023-03-04 17:19:36 +01:00
# [v1.35.0] 2023-03-04
eive-tmtc: v2.16.4
2023-03-04 17:12:56 +01:00
## Added
- Improved the OBSW watchdog by adding a watch functionality. The watch functionality is optional
and has to be enabled specifically by the application being watched by the watchdog when
starting the watchdog. If the watch functionality is enabled and the OBSW has not pinged
the watchdog via the FIFO for 2 minutes, the watchdog will restart the OBSW service via systemd.
The primary OBSW will only activate the watch functionality if it is the OBSW inside the
`/usr/bin` directory. This allows debugging the system by leaving flashed or manually copied
debugging images 2 minutes to start the watchdog without the watch functionality.
2023-03-04 12:01:15 +01:00
## Fixed
- Bumped FSFW: `Countdown` and `Stopwatch` use new monotonic clock API now.
2023-03-04 17:09:24 +01:00
- IMTQ: Various fixes, most notably missing buffer time after starting MGM measurement
and corrections for actuator commanding.
2023-03-04 17:09:51 +01:00
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/430
2023-03-04 12:01:15 +01:00
2023-03-03 16:45:25 +01:00
# [v1.34.0] 2023-03-03
2023-03-03 16:52:38 +01:00
eive-tmtc: v2.16.3
2023-03-03 16:45:25 +01:00
This might include the fix for the race condition where CPU usage jumped to 200 %. The race
condition was traced to the `Countdown` class, more specifically to the `getUptime` function where
the `/proc/uptime` file is read.
2023-03-02 09:02:49 +01:00
## Changed
2023-02-23 23:56:11 +01:00
- The SD card prefix is now set earlier inside the `CoreController` constructor
- The watchdog handling was moved outside the `CoreController` into the main loop.
2023-03-02 09:02:49 +01:00
- Moved polling of all SPI parts to the same PST.
2023-03-02 14:43:50 +01:00
- Allow quicker transition for the EIVE system component by allowing consecutive TCS and ACS
component commanding again.
2023-03-02 15:44:07 +01:00
- Changed a lot of lock guards to use timeouts
2023-03-03 16:06:38 +01:00
- Queue sizes of TCP/UDP servers increased from 20 to 50
2023-03-03 16:49:21 +01:00
- Significantly simplified and improved lock guard handling in TCS and ACS board polling
tasks.
2023-03-02 09:02:49 +01:00
2023-03-02 14:42:42 +01:00
## Fixed
- IMTQ: Sets were filled with wrong data, e.g. Raw MTM was filled with calibrated MTM measurements.
2023-03-02 14:46:20 +01:00
- Set RM3100 dataset to valid.
2023-03-02 17:53:59 +01:00
- Fixed units in calculation of ACS control laws safe and detumble.
2023-03-03 14:36:52 +01:00
- Bump FSFW for change in Countdown: Use system clock instead of reading uptime from file
to prevent possible race condition.
2023-03-03 16:49:21 +01:00
- GPS: No fix considered a fault now after 30 minutes instead of 5 hours.
- SUS Assembly FDIR: Prevent permanent SAFE mode fallbacks by introducing special health
handling.
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/418/files
2023-03-02 14:42:42 +01:00
2023-03-02 15:05:12 +01:00
## Added
- Added Syrlinks Assembly object to allow recovery handling and to fix faulty FDIR behaviour.
2023-03-02 14:42:42 +01:00
2023-03-03 16:45:25 +01:00
# [v1.33.0] 2023-03-01
2023-03-01 18:40:05 +01:00
eive-tmtc: v2.16.2
2023-02-26 14:55:33 +01:00
## Changed
- Move ACS board polling to separate worker thread.
2023-03-01 18:10:16 +01:00
- Move SUS board polling to separate worker thread.
2023-02-26 14:55:33 +01:00
2023-02-26 18:21:05 +01:00
## Fixed
- Linux GPS handler now checks the individual `*_SET` flags when analysing the `gpsd` struct.
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/400
2023-03-03 16:45:25 +01:00
# [v1.32.0] 2023-02-24
2023-02-24 19:13:00 +01:00
eive-tmtc: v2.16.1
2023-02-24 01:09:40 +01:00
## Fixed
- ADIS1650X: Added missing MDL_RANG pool entry for configuration set
2023-02-24 14:52:35 +01:00
- Bumped FSFW for bugfix in health service: No execution complete for targeted health announce
command.
2023-02-24 15:48:04 +01:00
- Removed matrix determinant calculation as part of the `MEKF`, which would take about
300ms of runtime
- Resetting the `MEKF` now also actually resets its stored state
2023-02-24 16:52:37 +01:00
- Bumped FSFW for bugfix in destination handler: Better error handling and able to process
destination folder path.
2023-02-24 15:48:04 +01:00
## Changed
2023-02-24 19:03:03 +01:00
- Added basic persistent TM store for PUS telemetry and basic interface to dump and delete
telemetry. Implementation is based on a timed rotating files, with the addition that files
might be generated more often if the maximum file size of 8192 bytes is exceeded.
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/320/files
2023-02-24 15:48:04 +01:00
- Commented out commanding of actuators as part of the `AcsController`
- Collection sets of the `AcsController` now get updated before running the actual ACS
algorithm
- `GpsController` now always gets scheduled
2023-02-24 19:03:03 +01:00
- The `CoreController` now initializes the initial clock from the time file as early as possible
(in the constructor) if possible, which should usually be the case.
2023-02-24 15:48:04 +01:00
## Added
2023-02-24 19:03:03 +01:00
- Added basic persistent TM store for PUS telemetry and basic interface to dump and delete
telemetry.
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/320/files
2023-02-24 11:12:16 +01:00
- `ExecutableComIfDummy` class to have a dummy for classes like the RTD polling class.
2023-02-24 15:48:04 +01:00
- Added `AcsController` action command to confirm solar array deployment, which then deletes
two files
- Added `AcsController` action command to reset `MEKF`
- `GpsCtrlDummy` now initializes the `gpsSet`
- `RwDummy` now initializes with a non faulty state
2023-02-24 01:09:40 +01:00
2023-03-03 16:45:25 +01:00
# [v1.31.1] 2023-02-23
2023-02-23 18:53:29 +01:00
2023-02-23 18:51:31 +01:00
## Fixed
- ADIS1650X configuration set was empty because the local pool variables were not registered.
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/402
2023-02-23 19:51:07 +01:00
- ACS Controller: Correction for size of MEKF dataset and some optimization and fixes
for actuator control which lead to a crash.
2023-02-23 18:51:31 +01:00
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/403
2023-03-03 16:45:25 +01:00
# [v1.31.0] 2023-02-23
2023-02-23 15:32:40 +01:00
2023-02-23 15:46:53 +01:00
eive-tmtc: v2.16.0
2023-02-23 15:14:56 +01:00
## Fixed
- Usage of floats as iterators and using them to calculate a uint8_t index in `SusConverter`
- Removed unused variables in the `AcsController`
- Remove shadowing variables inside ACS assembly classes.
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/issues/385
2023-02-22 16:00:28 +01:00
## Changed
2023-02-22 19:48:44 +01:00
COM PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/364
* Moved transmitter timer and handling of carrier and bitlock event from CCSDS handler to COM
subsystem
* Added parameter command to be able to change the transmitter timeout
* Solves [#362](https://egit.irs.uni-stuttgart.de/eive/eive-obsw/issues/362)
* Solves [#360](https://egit.irs.uni-stuttgart.de/eive/eive-obsw/issues/360)
* Solves [#361](https://egit.irs.uni-stuttgart.de/eive/eive-obsw/issues/361)
* Solves [#386](https://egit.irs.uni-stuttgart.de/eive/eive-obsw/issues/386)
2023-02-22 16:00:28 +01:00
- All `targetQuat` functions in `Guidance` now return the target quaternion (target
in ECI frame), which is passed on to `CtrlValData`.
- Moved polling sequence table definitions and source code to `mission/core` folder.
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/395
2023-02-22 16:00:28 +01:00
## Added
- `MEKF` now returns an unique returnvalue depending on why the function terminates. These
returnvalues are used in the `AcsController` to determine on how to procede with its
perform functions. In case the `MEKF` did terminate before estimating the quaternion
and rotational rate, an info event will be triggered. Another info event can only be
triggered after the `MEKF` has run successfully again. If the `AcsController` tries to
perform any pointing mode and the `MEKF` fails, the `performPointingCtrl` function will
set the RWs to the last RW speeds and set a zero dipole vector. If the `MEKF` does not
recover within 5 cycles (2 mins) the `AcsController` triggers another event, resulting in
the `AcsSubsystem` being commanded to `SAFE`.
- `MekfData` now includes `mekfStatus`
- `CtrlValData` now includes `tgtRotRate`
2023-03-03 16:45:25 +01:00
# [v1.30.0] 2023-02-22
2023-02-22 15:03:07 +01:00
eive-tmtc: v2.14.0
Event IDs for PDEC handler have changed in a breaking manner.
## Added and Fixed
- PDEC: Added basic FDIR to limit the number of allowed TC interrupts and to allow complete task
lockups in the case an IRQ is immediately re-raised by the PDEC module. This is done by only
allowing a certain number of handled IRQs (whether they yield a valid TC or not) during
time windows of one second. Right now, 800 IRQs/TCs are allowed per time window.
This time window is reset if a TC reception timeout after 500ms occurs. TBD whether the maximum
allowed number will be a configurable parameter. If the number of occured IRQs is exceeded,
an event is triggered and the task is delayed for 400 ms.
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/393
2023-03-03 16:45:25 +01:00
# [v1.29.1] 2023-02-21
2023-02-21 11:39:56 +01:00
2023-02-21 11:32:51 +01:00
## Fixed
- Limit number of handled messages for core TM handlers:
- https://egit.irs.uni-stuttgart.de/eive/eive-obsw/issues/391
- https://egit.irs.uni-stuttgart.de/eive/eive-obsw/issues/390
- https://egit.irs.uni-stuttgart.de/eive/eive-obsw/issues/389
- HeaterHandler better handling for faulty message reception
Issue: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/issues/388
2023-02-21 11:39:56 +01:00
- Disable stopwatch in MAX31865 polling task
2023-02-21 11:32:51 +01:00
2023-03-03 16:45:25 +01:00
# [v1.29.0] 2023-02-21
2023-02-21 11:29:18 +01:00
eive-tmtc: v2.13.0
## Changed
- Refactored IMTQ handlers to also perform low level I2C communication tasks in separate thread.
This avoids the various delays needed for I2C communication with that device inside the ACS PST.
(e.g. 1 ms delay between each transfer, or 10 ms integration delay for MGM measurements).
## Added
- Added new heater info set for the TCS controller. This set contains the heater switch states
and the current draw.
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/351
- The HeaterHandler now exposes a mode which reflects whether the heater power
is on or off. It also triggers mode events for its heater children objects
which show whether the specific heaters are on or off. The heater handler
will be part of the TCS tree.
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/351
2023-03-03 16:45:25 +01:00
# [v1.28.1] 2023-02-21
2023-02-21 00:52:52 +01:00
2023-02-20 15:02:58 +01:00
## Fixed
2023-02-21 00:52:52 +01:00
- Patch version which compiles for EM
2023-02-20 15:02:58 +01:00
- CFDP Funnel bugfix: CCSDS wrapping was buggy and works properly now.
2023-02-20 18:35:19 +01:00
- PDEC: Some adaptions to prevent task lockups on invalid FAR states.
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/393
2023-02-20 19:59:22 +01:00
- CMakeLists.txt fix which broke CI/CD builds when server could not retrieve full git SHA.
2023-02-21 02:59:28 +01:00
- Possible regression in the MAX31865 polling task: Using a `ManualCsLockGuard` for reconfiguring
and then polling the sensor is problematic, invalid sensor values will be read.
CS probably needs to be de-asserted or some other HW/SPI specific issue. Letting the SPI ComIF
do the locking does the job.
2023-02-20 15:02:58 +01:00
2023-02-17 12:20:29 +01:00
## Changed
- Add `-Wshadow=local` shadowing warnings and fixed all of them
2023-02-19 13:43:18 +01:00
- Updated generated CSV files: Support for skip directive and explicit
"No description" info string
2023-02-20 20:05:53 +01:00
- The polling threads for actuator polling now have a slightly higher priority than the ACS PST
to ensure timing requirements are met.
2023-02-17 12:20:29 +01:00
2023-02-17 19:27:28 +01:00
## Added
- git post checkout hook which initializes and updates the submodules
automatically.
2023-02-17 11:18:08 +01:00
# [v1.28.0] 2023-02-17
eive-tmtc: v2.12.7
2023-02-17 09:46:20 +01:00
## Added
- In case the ACS Controller does recognize more than one RW to be invalid and therefore not
available, it does not perform pointing control but aborts shortly after `sensorProcessing`. If the
problem persits for 5 ACS cycles, the `MULTIPLE_RW_INVALID` event is triggered, which invokes the
transition of the `AcsSubsystem` to safe mode.
2023-02-13 15:42:45 +01:00
## Changed
- Igrf13 model vector now outputs as uT instead of nT
2023-02-17 11:18:08 +01:00
- Changed timings for `AcsPst`, more time for sun sensors.
2023-02-15 15:15:30 +01:00
- Added values for MGM sensor fusion
2023-02-17 10:04:14 +01:00
- Refactored RW Software: Polling runs in separate thread, all RWs are now polled in under 60 ms.
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/381
2023-02-17 10:04:51 +01:00
- Bumped FSFW to allow initializing child modes in `SubsystemBase` derived objects.
2023-02-15 15:15:30 +01:00
## Fixed
2023-02-17 10:04:14 +01:00
2023-02-15 15:15:30 +01:00
- Fixed values for GYR sensor fusion
2023-02-17 09:46:20 +01:00
- Fixed speed types for `rwHandlingParameter`
- Pseudo inverse used for allocating torque to RWs and RW antistiction now actually consider the
state of the RWs
2023-02-14 18:54:43 +01:00
# [v1.27.2] 2023-02-14
Reaction Wheel handling was determined to be (quasi) broken and needs to be fixed in future release
to be usable by ACS controller.
2023-02-17 11:18:08 +01:00
eive-tmtc: v2.12.6
2023-02-14 18:54:43 +01:00
2023-02-08 21:40:09 +01:00
## Added
2023-02-10 12:07:45 +01:00
- Function for the ACS controller to command MTQ and RWs called by all subroutines
2023-02-10 13:17:52 +01:00
- RwHandler now handles commanding of RW speeds via RwSpeedActuationSet
- Tracing supports which allows checking whether threads are running as usual.
2023-02-08 21:40:09 +01:00
## Changed
2023-02-13 15:42:45 +01:00
- Remove 2 TCS threads.
- Move low level polling into ACS PST, move high level device handlers into TCS system task.
- ActCmds now returns command vectors as integers as required by the actuators
2023-02-13 11:04:43 +01:00
and scales them to the appropriate range
- All RwHandler are now polled five times per ACS cycle
2023-02-14 14:27:25 +01:00
- Remove 2 TCS threads. Move low level polling into ACS PST, move high level device handlers into
TCS system task.
- Further reduce number of threads:
1. Remove PUS low priority task, move assigned threads to the generic system task
2. Group events and verification tasks into PUS high priority task
3. Group all other components into PUS medium priority task
4. Add SCEX device handler to PL task, remove dedicated thread
2023-02-14 13:11:52 +01:00
## Removed
- lwgps dependency not compiled anymore, is not used
2023-02-13 15:42:45 +01:00
2023-02-13 14:19:07 +01:00
# [v1.27.1] 2023-02-13
## Fixed
- Fix for SPI ComIF: Set transfer size to 0 for failed transfers
- Fix shadowing issue with locks in MAX31865 low level handler
2023-02-13 01:26:30 +01:00
# [v1.27.0] 2023-02-13
2023-02-13 10:07:21 +01:00
eive-tmtc: v2.12.5
2023-02-13 01:26:30 +01:00
Added EIVE system top mode component. Currently, only SAFE and IDLE mode are
implemented, and the system does not do more than commanding TCS and ACS
into the correct modes. It does not have a lot of mode tracking capabilities
yet because the ACS controller might alternate between SAFE and DETUMBLE.
It takes around 5-10 seconds for the EIVE system to reach the SAFE mode.
The new system is used at software boot to command the satellite into safe mode
on each reboot. This behaviour can be disabled with the
`OBSW_SWITCH_TO_NORMAL_MODE_AFTER_STARTUP` flag.
## Added
- New EIVE system component like explained above.
## Changed
- The satellite now commands itself into SAFE mode on each reboot, which
triggers a lot of events on each SW reboot. The TCS subsystem will commanded
to NORMAL mode immediately while the ACS subsystem will be commanded to
SAFE mode. The payload subsystem will be commanded OFF.
- `RELEASE_BUILD` flag moved to `commonConfig.h`
- The ACS subsystem transitions are now staggered: The SUS board assembly
is commanded as a separate transition. This reduces the risk of long bus lockups.
- No INFO mode event translations for release builds to reduce number of
printouts.
- More granular locking inside the MAX31865 low level read handler.
## Fixed
- More DHB thermal module fixes.
- ACS PST frequency extended to 0.8 seconds in debug builds to avoid SPI
bus lockups.
- Local datapool fixes for the `PlocSupervisorHandler`
2023-02-10 14:02:27 +01:00
# [v1.26.4] 2023-02-10
eive-tmtc: v2.12.3
2023-02-10 14:09:39 +01:00
## Fixed
- `SdCardManager.cpp` `isSdCardUsable`: Use `ext4` instead of `vfat` to check read-only state.
2023-02-09 18:03:37 +01:00
# [v1.26.3] 2023-02-09
2023-02-09 18:01:55 +01:00
eive-tmtc: v2.12.2
2023-02-08 21:40:09 +01:00
## Added
2023-02-09 18:03:37 +01:00
- First version of a TCS controller heater control loop, but
the loop is disabled for now.
2023-02-08 21:40:09 +01:00
## Changed
- Reworked dummy handling for the TCS controller.
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/325
2023-02-09 15:59:19 +01:00
- Generator scripts now generate files for hosted and for Q7S build.
2023-02-08 21:40:09 +01:00
2023-02-09 17:56:20 +01:00
## Fixed
- GPS Controller: Set fix value to 0 when switching off to allow
`GPS_FIX_CHANGE` to work when switching the GPS back on.
2023-02-08 21:22:07 +01:00
# [v1.26.2] 2023-02-08
2023-02-08 16:46:30 +01:00
## Changed
- ACS Controller scheduling is now configurable via the `eive/definitions.h` file. Also ensured
that scheduling is done in big blocks to reduce risk of missed deadlines.
2023-02-08 20:40:53 +01:00
- Replaced chained locks for polling new sensor data to the `AcsController`.
- Made TM store even larger.
2023-02-08 16:46:30 +01:00
2023-02-08 20:06:15 +01:00
## Fixed
- Bugfix for PDEC handler which causes the PIR register of the PDEC to never
be cleared on release builds. The dummy variable used to read the register
needs to be declared volatile to avoid compiler optimizations.
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/374
2023-02-08 21:22:07 +01:00
- Bumped FSFW for fix of possible memory leaks in TCP/IP TMTC bridge
inside the FSFW.
2023-02-08 20:06:15 +01:00
2023-02-08 20:40:53 +01:00
## Added
- Create TCS controller for EM build.
2023-02-08 15:02:56 +01:00
# [v1.26.1] 2023-02-08
- Initialize parameter helper in ACS controller.
2023-02-08 14:52:11 +01:00
# [v1.26.0] 2023-02-08
eive-tmtc v2.12.1
2023-02-07 13:58:41 +01:00
## Changed
2023-02-07 09:46:19 +01:00
2023-02-08 14:11:49 +01:00
### ACS
2023-02-08 13:23:05 +01:00
- Readded calibration matrices for MGM calibration.
2023-02-08 13:21:49 +01:00
- Added calculation of satellite velocity vector from GPS position data
- Added detumble mode using GYR values
- Added inertial pointing mode
- Added nadir pointing mode
- Added ground station target mode
- Added antistiction for RWs
- Added `sunTargetSafe` differentiation for LEOP
- Added check for existance of `SD_0_SKEWED_PTG_FILE` and `SD_1_SKEWED_PTG_FILE` to determine
2023-02-07 13:58:41 +01:00
which `sunTargetSafe` to use
2023-02-08 13:21:49 +01:00
- Added `gpsVelocity` and `gpsPosition` to `gpsProcessed`
- Removed deprecated `OutputValues`
- Added `HasParametersIF` to `AcsParameters`
- Added `ReceivesParameterMessagesIF` and `ParameterHelper` to `AcsController`
- Updated `AcsParameters` with actual values and changed structure
- Sun vector model and magnetic field vector model calculations are always executed now
2023-02-07 13:58:41 +01:00
- `domainId` is now used as identifier for parameter structs
2023-02-08 13:21:49 +01:00
- Changed onboard GYR value handling from deg/s to rad/s
2023-02-07 13:58:41 +01:00
## Fixed
2023-02-07 19:40:32 +01:00
2023-02-08 11:08:38 +01:00
- Single sourcing the version information into `CMakeLists.txt`. The `git describe` functionality
is only used to retrieve the git SHA hash now. Also removed `OBSWVersion.h` accordingly.
2023-02-07 19:40:32 +01:00
- Build system: Fixed small bug, where the version itself was
stored as the git SHA hash in `commonConfig.h`. This will be
an empty string now for regular versions.
2023-02-08 01:32:18 +01:00
- Bump FSFW for important fix in PUS mode service.
2023-02-08 14:11:49 +01:00
### ACS
2023-02-08 13:23:05 +01:00
- Bugfixes in 'SensorProcessing' where previously MGM values would be calibrated before being
2023-02-07 09:46:19 +01:00
transformed in body RF. However, the calibration values are in the body RF. Also fixed the
validity flag of 'mgmVecTotDerivative'.
2023-02-08 13:21:49 +01:00
- Fixed calculation of model sun vector
- Fixed calculation of model magnetic field vector
- Fixed MEKF algorithm
- Fixed several variable initializations
- Fixed several variable types
- Fixed use of `sunMagAngleMin` for safe mode
- Fixed MEKF not using correct `sampleTime`
- Fixed assignment of `SUS0` and `SUS6` calibration matrices due to wiring being mixed up
- Various smaller bugfixes
2023-02-07 13:58:41 +01:00
2023-02-06 20:19:08 +01:00
# [v1.25.0] 2023-02-06
eive-tmtc version: v2.12.0
2023-02-06 20:15:45 +01:00
## Changed
- Updated Subsystem mode IDs to avoid clashes with regular device handler modes.
2023-02-06 09:20:20 +01:00
## Fixed
- `GpsHyperionLinuxController`: Fix `gpsd` polling by continuously calling `gps_read` in one cycle
2023-02-06 10:24:13 +01:00
until it does not have any data left anymore. Also, the data is now polled in a permanent loop,
2023-02-06 10:22:28 +01:00
where controller handling is done on 0.2 second timeouts.
2023-02-06 09:20:20 +01:00
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/368
2023-02-03 16:43:53 +01:00
# [v1.24.0] 2023-02-03
- eive-tmtc v2.10.0
2023-02-03 14:21:36 +01:00
- `AcsSubsystem`: OFF, SAFE and DETUMBLE mode were tested. Auto-transitions SAFE <-> DETUMBLE tested
as well. Other modes still need to be tested.
## Fixed
- `AcsController`: Parameter fix in `DetumbleParameter`.
2023-02-03 14:23:39 +01:00
- Set GPS set entries to invalid on MODE_OFF command.
2023-02-03 16:08:34 +01:00
- Bump FSFW for bugfix in `setNormalDatapoolEntriesInvalid` where the validity was not set to false
properly
2023-02-03 16:11:28 +01:00
- Fixed usage of uint instead of int for commanding MTQ. Also fixed the range in which the ACS Ctrl
commands the MTQ to match the actual commanding range.
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/363
2023-02-03 16:08:34 +01:00
- Regression: Revert swap of SUS0 and SUS6. Those devices are on separate power lines. In a
future fix, the calibration matrices of SUS0 and SUS6 will be swapped.
2023-02-03 14:23:39 +01:00
## Changed
2023-02-02 17:16:15 +01:00
- Update ACS scheduling to represent the actual ACS design. There is one ACS PST now for all
2023-02-07 18:10:48 +01:00
timing sensitive ACS operations. In the debug builds, the new ACS polling sequence table
will have a period of 0.6 seconds, but will remain 0.4 seconds for the release build.
2023-02-02 17:16:15 +01:00
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/365
2023-02-03 16:08:34 +01:00
- `ACS::SensorValues` is now an ACS controller member to reduce the risk of stack overflow.
2023-02-03 14:23:39 +01:00
- ACS Subsystem Sequence Mode IDs updated.
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/365
TMTC PR: https://egit.irs.uni-stuttgart.de/eive/eive-tmtc/pulls/130
- Update and tweak ACS subsystem to represent the actual ACS design
- Event handling in the ACS subsystem for events triggered by the ACS controller.
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/365
2023-02-03 14:21:36 +01:00
2023-02-02 18:37:56 +01:00
# [v1.23.1] 2023-02-02
TMTC rev: 15adb9bf2ec68304a4f87b8dd418c1a8353283a3
2023-02-01 20:47:50 +01:00
## Fixed
- Bugfix in FSFW where the sequence flags of the PUS packets were set to continuation segment (0b00)
instead of unsegmented (0b11).
2023-02-02 18:37:56 +01:00
- Bugfix in FSFW where the MGM RM3100 value Z axis data was parse incorrectly.
PR: https://egit.irs.uni-stuttgart.de/eive/fsfw/pulls/123
2023-02-01 20:47:50 +01:00
2023-02-01 20:20:08 +01:00
# [v1.23.0] 2023-02-01
2022-04-21 14:18:41 +02:00
2023-02-01 20:20:08 +01:00
TMTC version: v2.9.0
2023-02-01 19:43:38 +01:00
2023-02-01 17:44:45 +01:00
## Changed
- Bumped FSFW to include improvements and bugfix for Health Service. The health service now
supports the announce all health info command.
2023-02-01 18:44:00 +01:00
PR: https://egit.irs.uni-stuttgart.de/fsfw/fsfw/pulls/725
2023-02-01 17:44:45 +01:00
2023-02-01 13:43:29 +01:00
## Fixed
2023-02-01 18:44:00 +01:00
- Bumped FSFW to include fixes in the time service.
PR: https://egit.irs.uni-stuttgart.de/fsfw/fsfw/pulls/726
- The CCSDS handler starts the transmitter timer each time it is commanded to MODE_ON and times
out the timer when the handler is commanded to MODE_OFF
- If the timer is timed out the CCSDS handler will disable the TX clock which will cause the
syrlinks to got to standby mode
- PDEC handler now parses the FAR register also in interrupt mode
2023-02-01 13:43:29 +01:00
2023-01-30 14:35:31 +01:00
# [v1.22.1] 2023-01-30
2023-01-30 14:25:50 +01:00
## Changed
- Updated FSFW to include addition where the `SO_REUSEADDR` option is set
on the TCP server, which should improve its ergonomics.
2023-01-28 14:55:41 +01:00
# [v1.22.0] 2023-01-28
2023-01-28 15:02:35 +01:00
TMTC version: v2.6.1
2023-01-28 14:55:41 +01:00
## Added
- First COM subsystem implementation. It mirrors the Syrlinks mode/submodes but also takes
care of commanding the CCSDS handler. It expects the Syrlinks submodes as mode commands.
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/358
2023-01-28 14:55:41 +01:00
- The CCSDS handler has has a new submode (3) to configure the default datarate.
- Default datarate parameter commanding moved to COM subsystem.
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/358
2023-01-26 20:04:50 +01:00
# [v1.21.0] 2023-01-26
2023-01-26 20:53:36 +01:00
TMTC version: v2.5.0
Syrlinks PR: PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/353
2023-01-25 13:47:29 +01:00
## Fixed
2023-01-24 19:48:20 +01:00
2023-01-24 19:47:30 +01:00
- The `OBSW_SYRLINKS_SIMULATED` flag is set to 0 for for both EM and FM.
2023-01-25 13:47:29 +01:00
- MGM4 handling in ACS sensor processing: Bugfix in `mulScalar` operation
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/354
2023-01-26 16:22:15 +01:00
- Subsystem ID clash: CORE subsystem ID was the same as Syrlinks subsystem ID.
2023-01-24 19:48:20 +01:00
## Changed
2023-01-24 13:18:29 +01:00
- Startracker temperature set and PCDU switcher set are diagnostic now
2023-01-24 19:48:20 +01:00
- `SyrlinksHkHandler` renamed to `SyrlinksHandler` to better reflect that it does more than
just HK and is also responsible for setting the TX mode of the device.
2023-01-26 13:02:29 +01:00
- `SyrlinksHandler`: Go to startup immediately because the Syrlinks device should always be on
by default.
- `SyrlinksHandler`: Go to normal mode at startup.
2023-01-24 19:48:20 +01:00
## Added
- The Syrlinks handler has submodes for the TX mode now: RX Only (0), RX and TX default
datarate (1), RX and TX Low Rate (2), RX and TX High Rate (3) and TX Carrier Wave (4).
2023-01-26 14:39:23 +01:00
The submodes apply for both ON and NORMAL mode. The default datarate can be updated using
a parameter command (domain ID 0 and unique ID 0) with value 0 for low rate and 1 for high rate.
2023-01-26 16:45:28 +01:00
- The Syrlinks handler always sets TX to standby when switching off
- The Syrlinks handler triggers a new TX_ON event when the transmitter was switched on successfully
and a TX_OFF event when it was switched off successfully.
- Startracker temperature set and PCDU switcher set are diagnostic now
2023-01-24 19:47:30 +01:00
- The CCSDS handler can accept mode commands now. It accepts ON and OFF commands. Furthermore
it has a submode for low datarate (1) and high datarate (2) for the ON command.
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/352
2023-01-24 13:18:29 +01:00
2023-01-24 12:30:23 +01:00
# [v1.20.0] 2023-01-24
2023-01-13 13:16:26 +01:00
## Added
2023-01-20 14:25:21 +01:00
- The Q7S SW now checks for a file named `boot_delay_secs.txt` in the home directory.
2023-01-13 13:16:26 +01:00
If it exists and the file is empty, it will delay for 6 seconds before continuing
with the regular boot. It can also try to read delay seconds from the file.
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/340.
2023-01-23 11:55:49 +01:00
- Basic TCS Subsystem component.
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/319
2023-01-24 12:25:16 +01:00
- Expose base set of STR periodic housekeeping packets
2023-01-13 11:21:02 +01:00
## Changed
2023-01-23 11:55:49 +01:00
- Moved some PDEC/PTME configuration to `common/config/eive/definitions.h`
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/319
2023-01-18 16:10:14 +01:00
- The ACS Controller Gyro Sets (raw and processed) and the MEKF dataset are diagnostics now.
2023-01-13 11:21:02 +01:00
- Bumped FSFW for Service 11 improvement which includes size and CRC check for contained TC
2023-01-18 12:58:45 +01:00
- Syrlinks module now always included for both EM and FM
2023-01-20 12:24:19 +01:00
- SA Deployment: Allow specifying the switch interval and the initial channel. This allows testing
the new deployment procedure where each channel is burned for half of the whole burn duration.
It also allows burning only one channel for the whole burn duration. The autonomous mechanism
was adapted to burn each channel for half of the burn time by default.
2023-01-20 12:25:14 +01:00
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/347
2023-01-20 12:26:45 +01:00
TMTC PR: https://egit.irs.uni-stuttgart.de/eive/eive-tmtc/pulls/127
- `Max31865RtdLowlevelHandler.cpp`: For each RTD device, the config is now re-written before
every read. This seems to fix some issue with invalid temperature sensor readings.
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/345
2023-01-13 11:21:02 +01:00
2023-01-18 14:24:17 +01:00
## Fixed
- `GyroADIS1650XHandler`: Updated handler to determine correct dynamic range from `RANG_MDL`
register readout. This is because ADIS16505-3BMLZ devices are used on the ACS board and the
previous range setting was wrong. Also fixed a small error properly set internal state
on shut-down.
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/342
- Syrlinks Handler: Read RX frequency shift as 24 bit signed number now. Also include
validity handling for datasets.
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/350
2023-11-21 17:44:51 +01:00
- `GyroADIS1650XHandler`: Changed calculation of angular rate to be sensitivity based instead of
max. range based, as previous fix still left an margin of error between ADIS16505 sensors
2023-01-23 16:07:51 +01:00
and L3GD20 sensors.
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/346
2023-01-18 14:24:17 +01:00
2023-01-20 14:25:21 +01:00
# [v1.19.0] 2023-01-10
2023-01-10 16:23:54 +01:00
2023-01-10 15:41:09 +01:00
## Changed
- 5V stack is now off by default
2022-12-23 12:18:44 +01:00
## Fixed
- PLOC SUPV: Minor adaptions and important bugfix for UART manager
2023-01-09 16:03:04 +01:00
- Allow cloning and building the hosted OBSW version without proprietary libraries,
which also avoids the need to have a Gitea account.
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/337
2022-12-23 12:18:44 +01:00
## Added
- First version of ACS controller
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/329
2022-12-21 13:44:48 +01:00
- Allow commanding the 5V stack internally in software
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/334
2022-12-22 14:37:25 +01:00
- Add automatic 5V stack commanding for all connected devices
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/335
2023-01-20 14:25:21 +01:00
# [v1.18.0] 2022-12-01
2022-04-21 14:18:41 +02:00
2022-11-28 18:23:55 +01:00
## Changed
- PLOC Supervisor: Changes baudrate to 921600
2022-11-29 11:07:02 +01:00
- Renamed `/dev/ul-plsv` to `/dev/ploc_supv`, is not a UART lite anymore
- Renamed `/dev/i2c_eive` to `/dev/i2c_pl` and `/dev/i2c-2` to `/dev/i2c_ps`.
2022-11-29 11:08:34 +01:00
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/328
2022-12-01 15:58:39 +01:00
2023-01-20 14:25:21 +01:00
# [v1.17.0] 2022-11-28
2022-11-28 18:23:55 +01:00
2022-11-18 14:26:40 +01:00
## Added
- PLOC Supervisor Update: Update SW to use newest PLOC SUPV version by TAS
2022-11-28 16:33:50 +01:00
PR 1: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/316
PR 2: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/324
PR 3: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/326
2022-11-18 14:26:40 +01:00
2023-01-20 14:25:21 +01:00
# [v1.16.0] 2022-11-18
2022-11-18 14:22:00 +01:00
2022-11-15 13:41:39 +01:00
- It is now possible to compile Linux components for the hosted build conditionally
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/322
2022-11-04 08:37:59 +01:00
- ACS Subsystem. PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/231
- Payload Subsystem. PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/231
- Add IRQ mode for PDEC handler. PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/310
2022-11-02 10:58:40 +01:00
- Extended TM funnels to allow multiple TM recipients.
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/312
2022-11-03 15:34:07 +01:00
- DHB: Transitions to normal mode now possible directly, which simplifies subsystem implementations
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/313
2022-11-03 15:35:32 +01:00
- MAX3185 Low Level Handler and Device Handler: Simplifications and bugfixes to allow switching
off without triggering unrequested replies
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/313
2022-11-11 16:26:16 +01:00
- Add remaining missing TMP1075 device handlers.
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/318
2022-11-02 10:59:21 +01:00
2023-01-20 14:25:21 +01:00
# [v1.15.0] 2022-10-27
2022-10-27 08:56:20 +02:00
- Consistent device file naming
2022-10-27 09:00:21 +02:00
- Remove rad sensor from EM build, lead to weird bugs on EM which
prevented `xsc_boot_copy` from working properly
- CFDP closure handling is now working
2022-10-27 09:02:55 +02:00
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/307
- Safety mechanism for SD card handling on graceful reboots
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/308
- Solar Array Deployment handler update
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/305
- IMTQ updates as preparation for ACS controller expansion
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/306
2022-10-27 09:08:26 +02:00
- P60 Module: Reduce number of set IDs, use same set IDs for core, auxiliary
and config HK set across the three PCDU modules
2022-10-27 08:56:20 +02:00
2022-10-27 09:11:10 +02:00
# [v1.14.1] 11.10.2022
2022-10-11 23:10:09 +02:00
- Various bugfixes and regression fixes
- General file handling at program initialization now works properly again
- Scratch buffer preferred SD card handling works again
- Use scoped locks in TCS controller to avoid deadlocks
2022-10-27 09:11:10 +02:00
# [v1.14.0] 10.10.2022
2022-08-24 16:38:38 +02:00
2022-09-28 10:05:36 +02:00
- Provide full SW update capability for the OBSW.
This includes very basic CFDP integration, a software update
procedure specified in detail in the README and some high level
commands to make this easier for operators.
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/302
2022-08-24 17:35:06 +02:00
- Update for FSFW: `HasReturnvaluesIF` class replaced by namespace `returnvalue`
2022-08-27 16:04:55 +02:00
- Add some GomSpace clients as a submodule dependency. Use this dependency to deserialize the
GomSpace TM tables
- Add API to retrieve GomSpace device parameter tables
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/287
2022-09-02 13:16:56 +02:00
- Add API to save and load GomSpace config tables
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/293
- Increase number of allowed consescutive action commands from 3 to 16
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/294
2022-09-15 11:38:29 +02:00
- Fix for EM SW: Always create ACS Task
2022-09-27 19:22:06 +02:00
- Added Scex device handler and Scex uart reader
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/303
2022-10-10 17:44:28 +02:00
- ACS Subsystem. PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/228
2022-08-24 17:35:06 +02:00
2022-08-24 16:38:38 +02:00
# [v1.13.0] 24.08.2022
2022-08-16 16:45:14 +02:00
- Added first version of ACS Controller with gathers MGM data in a set
2022-08-24 16:38:38 +02:00
- Some tweaks for IMTQ handler
2022-08-16 16:45:14 +02:00
2022-07-05 02:14:32 +02:00
# [v1.12.1] 05.07.2022
- Disable periodic TCS controller HK generation by default
2022-07-04 11:13:26 +02:00
# [v1.12.0] 04.07.2022
2022-05-05 16:49:10 +02:00
2022-05-07 12:54:25 +02:00
## Added
2022-07-04 11:13:26 +02:00
- Dummy components to run OBSW without relying on external hardware
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/266
- Basic Thermal Controller
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/266
2022-05-24 15:22:45 +02:00
- PUS11 TC scheduler
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/259
2022-05-24 01:14:47 +02:00
- Regular reboot command
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/242
2022-05-23 17:52:44 +02:00
- Commands for individual RTD devices
PR: https://egit.irs.uni-stuttgart.de/eive/eive-tmtc/pulls/84
2022-05-11 01:50:49 +02:00
- `RwAssembly` added to system components. Assembly works in principle,
issues making 4 consecutives RWs communicate at once..
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/224
2022-05-07 12:54:25 +02:00
- Adds a yocto helper script which is able to install the release build binaries
(OBSW and Watchdog) into the `q7s-yocto` repository as long as the `q7s-package`
or `q7s-yocto` repo was cloned in the same directory the EIVE OBSW repo.
This makes updating the root filesystem a lot easier. It also creates and installs a
version file.
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/248
2022-05-07 12:55:48 +02:00
- Create the generic image by default for the Q7S build. The unique binary with the
username appended at the end is created as a side-product now
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/248
2022-05-07 12:54:25 +02:00
2022-05-23 18:39:13 +02:00
## Fixed
- `q7s-cp.py` bugfix
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/256
2022-07-04 11:13:26 +02:00
- Generator scripts output now produce platform-independent artifacts
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/267
2022-05-23 18:39:13 +02:00
2022-05-13 09:35:47 +02:00
### 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
2022-05-05 16:55:51 +02:00
## Changed
2022-05-05 16:49:10 +02:00
2022-07-04 11:13:26 +02:00
- CCSDS handler improvements
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/268
- Build unittest as default side product of hosted builds
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/244
- Let CI/CD build host build and run unittest side product in same step
- Catch2 pre-installed in CI/CD docker container, Xiphos SDK installed in CI/CD docker
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/247
2022-05-05 16:49:10 +02:00
- Sun Sensors have names denoting their location and poiting in the satellite now
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/245
2022-05-05 16:55:51 +02:00
- Better RTD names denoting their purpose (and location consequently)
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/246
2022-05-05 16:49:10 +02:00
2022-04-21 14:18:41 +02:00
# [v1.11.0]
2022-05-03 11:34:47 +02:00
## Fixed
- Host build working again
2022-04-28 13:08:19 +02:00
## Added
2022-04-28 17:54:47 +02:00
- Custom Syrlinks FDIR which disabled most of the default FDIR functionality
2022-05-03 12:51:34 +02:00
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/232
2022-05-03 11:33:07 +02:00
- Custom Gomspace FDIR which disabled most of the default FDIR functionality
2022-04-28 17:54:47 +02:00
- Custom Syrlinks FDIR which disabled most of the default FDIR functionality
2022-04-28 13:08:19 +02:00
2022-04-21 14:18:41 +02:00
## Changed
2022-04-22 10:59:43 +02:00
- PCDU handler only called once in PST, but can handle multiple messages now
2022-05-03 12:51:34 +02:00
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/221
Bugfix: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/235
2022-04-21 14:18:41 +02:00
- Update rootfs base of Linux, all related OBSW changes
2022-04-21 14:21:02 +02:00
- Add `/usr/local/bin` to PATH. All shell scripts are there now
2022-04-28 11:37:06 +02:00
- Add Syrlinks and TMP devices to Software by default
2022-05-03 11:33:07 +02:00
- Update GPS Linux Hyperion Handler to use socket interface. Still allows switching
back to SHM interface, but the SHM interface is a possible cause of SW crashes
2022-05-04 14:12:35 +02:00
- Updated code for changed FSFW HAL GPIO API: `readGpio` prototype has changed
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/240 and
https://egit.irs.uni-stuttgart.de/eive/fsfw/pulls/76
2022-04-21 14:18:41 +02:00
2022-05-03 12:51:34 +02:00
### GPS
PRs: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/239
- Rename GPS device to `/dev/gps0`
- Use gpsd version 3.17 now. Includes API changes
2022-05-03 12:48:30 +02:00
### EM and FM splitup & Build Workflow improvements
2022-05-03 12:51:34 +02:00
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/238
2022-05-03 12:48:30 +02:00
- Split up `bsp_q7s` in separate EM and FM build with module loading set to different
default values. The EM object factory is unique which allows building a parallel setup
with dummy components
- All major BSPs have an own `OBSWConfig.h.in` file which simplifies the file significantly
- Renamed Q7S primary build folders:
- `cmake-build-debug-q7s` for primary development build
- `cmake-build-release-q7s` for primary release build
- `cmake-build-debug-q7s-em` for primary development build of the EM software
- `cmake-build-release-q7s-em` for primary release build of the EM software
- Refactored Q7S helper script handling. It is now intended and preferred to copy the environment
script to the same folder level as the `eive-obsw` and source it. This will also
add the path containing the shell helper scripts to `PATH`
- The actual helper shell scripts were renamed as well to `q7s-<buildSystem>-<buildType>.sh`
2022-04-21 14:18:41 +02:00
2022-04-22 16:16:25 +02:00
# [v1.10.1]
Version bump
2022-04-21 14:18:41 +02:00
# [v1.10.0]
For all releases equal or prior to v1.10.0,
see [milestones](https://egit.irs.uni-stuttgart.de/eive/eive-obsw/milestones)