Merge branch 'develop' into improve_duallane_fdir
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
Robin Müller 2023-03-28 21:54:16 +02:00
commit 7a8df782cc
2 changed files with 5 additions and 1 deletions

2
fsfw

@ -1 +1 @@
Subproject commit b31e1037fb3d436e6a7f213050af8f64d194a85d
Subproject commit 314f0fa2cde749ee1021d311e222bb0044cc2e5b

View File

@ -36,6 +36,10 @@ struct PtmeGpios {
* programmable logic of the Q7S.
*
* @details
* From a system view, OFF means that the transmitter is off, on means that the transmitter is on.
* The handler will only take care of the IP configuration, the actual swithing and configuration
* of the COM hardware (Syrlinks for the EIVE project) will be done in a separate device handler.
*
* After reboot default CADU bitrate is always set to 100 kbps (results in downlink rate
* of 200 kbps due to convolutional code added by syrlinks transceiver). The IP core handler exposes
* a parameter to enable the priority selection mode for the PTME core.