catsystems / cats-telemetry

Firmware for the Telemetry Microcontroller

Home Page:https://catsystems.io

Repository from Github https://github.comcatsystems/cats-telemetryRepository from Github https://github.comcatsystems/cats-telemetry

CATS Telemetry

CATS Logo

Always land on your paws

NOTE: This repo is archived and merged into catsystems/cats-embedded.

This repository contains all firmware for the telemetry microcontroller.

Features

  • Frequency Hopping Spread Spectrum
  • Support for GNSS modules

Contribution

Contributions are welcome and encouraged. You can contribute in many ways:

  • Implement a new feature in the firmware
  • Bug reporting & fixes
  • New feature ideas & suggestions

The best way to get started is to join our Discord server.

Open Source

All CATS code is open source and can be used free of charge without warranty.

Pushing to Remote Repository

In order to ensure consistency and easier diff review between commits, clang-format should be used to format all modified C/C++ files.

The entire codebase is already formatted with clang-format v12.0.0.

To download clang-format visit this page.

To automatically format the modified code before committing, you should copy the pre-commit hook from ./hooks to ./.git/hooks.

Unfortunately, it is not easily possible to check whether the code is formatted correctly on the server side (while you are doing a push) so please do this if you are working with C/C++ files.

About

Firmware for the Telemetry Microcontroller

https://catsystems.io

License:GNU General Public License v3.0


Languages

Language:C 98.1%Language:C++ 1.8%Language:Assembly 0.2%Language:Shell 0.0%