sufst / on-car-telemetry

Embedded software for the on-car telemetry system
GNU General Public License v3.0
2 stars 0 forks source link

feat: add GPS module thread(s) #12

Open rureverek opened 1 year ago

rureverek commented 1 year ago

Description

Thread should meet the requirements of GPS Module Hardware.

Requirements

t-bre commented 1 year ago

The CAN stuff here will also needed to be added to the CAN defs repo. I would like the GPS data to go on the CAN-S (non-critical) bus, so we'll need a new DBC file for that bus which will introduce some complications with the current generator system. We'll need to deal with the fact that there are two separate CAN buses in the whole of this codebase, so this is actually potentially quite a big thing to work on. I might make another issue for it.

rureverek commented 1 year ago

New branch feat/add_gps_module now contain GPS Comms init and entry functions.