Skip to content
Snippets Groups Projects
Select Git revision
  • clang
  • main default protected
  • aspis-dev
  • clang-support-dev
  • hil-upd
  • vn300
  • sx1278
  • lps28dfw
  • lsm6dsrx
  • ads131m08
  • build-system
  • Lis3mdl-bugfix
  • lps22df-dev
  • vl53l7cxa-dev
  • stepper-logging-upd
  • tfmicro-dev
  • vn100-upd
  • timed-wait2
  • timed-wait
  • vcm
  • PYXIS_ROCCARASO
  • PYXIS_EUROC
  • lynx-euroc
  • hermes-v1.0
  • hermes-flight-1
25 results

CMakeLists.txt

Forked from Avionics / Software Development / Skyward Boardcore
Source project has a limited visibility.
  • Nicolò Caruso's avatar
    e9cc73ec
    [GS, ARP fix] Fixes from MR review. Mutex, std::chrono and more. · e9cc73ec
    Nicolò Caruso authored
    - Follower -
    Mutex: Propagator state now using the mutex for the state in the step to avoi ABA issues. Also protecting in setting the NAS for nrPropagations.
    SetState no more used.
    std::chrono for constructor
    
    - FollowerData -
    Added AntennaAnglesLog, removing nrPropagations from AntennaAngles
    And changes to constructors for wrapper structures
    
    - Propagator -
    std::chrono for constructor
    Tests for propagator updated to use std::chrono
    
    - Dipswitch -
    std::chrono for constructor
    Comments for pins and read order
    
    [Fix] Added #include<cstdint> for logdecoder use in StepperData
    
    Logdecoder compilation fails due to missing include for uint64_t type in SteperData.
    
    [Fix] Cmakelist test-serial fix
    
    [Fix] Follower's minimize rotation to non-class static function
    
    [ARP] FollowerData void constructor removed for AntennaAnglesLog
    
    [Follower fix] Fixed old log
    e9cc73ec
    History
    [GS, ARP fix] Fixes from MR review. Mutex, std::chrono and more.
    Nicolò Caruso authored
    - Follower -
    Mutex: Propagator state now using the mutex for the state in the step to avoi ABA issues. Also protecting in setting the NAS for nrPropagations.
    SetState no more used.
    std::chrono for constructor
    
    - FollowerData -
    Added AntennaAnglesLog, removing nrPropagations from AntennaAngles
    And changes to constructors for wrapper structures
    
    - Propagator -
    std::chrono for constructor
    Tests for propagator updated to use std::chrono
    
    - Dipswitch -
    std::chrono for constructor
    Comments for pins and read order
    
    [Fix] Added #include<cstdint> for logdecoder use in StepperData
    
    Logdecoder compilation fails due to missing include for uint64_t type in SteperData.
    
    [Fix] Cmakelist test-serial fix
    
    [Fix] Follower's minimize rotation to non-class static function
    
    [ARP] FollowerData void constructor removed for AntennaAnglesLog
    
    [Follower fix] Fixed old log