Andrew Tridgell
ff2cfbaafb
AP_Math: added smaller footprint crc32
5 years ago
Siddharth Purohit
fb48d8ee1b
AP_Math: add method for generating hash
5 years ago
murata
c5a471e778
AP_Math: Common modbus crc method
6 years ago
murata
c6bcb1d54c
AP_Math: Collect CRC16 into CRC file
...
AP_Math: Collect CRC16 into CRC file
6 years ago
murata
7f42be5d3e
AP_Math: Commonize the CRC4 method
6 years ago
Pierre Kancir
695073db49
AP_Math: correct crc_xmodem definition
6 years ago
Pierre Kancir
9e927d1376
AP_Math: correct copyright, add pragma-once
6 years ago
Andrew Tridgell
a6e05cbf5a
AP_Math: added crc32 for IOMCU bootloader protocol
7 years ago
Andrew Tridgell
17f2f40b11
AP_Math: added xmodem CRC
...
used by blheli 4-way ESC protocol
7 years ago
Andrew Tridgell
9660973975
AP_Math: make crc_crc8 const
7 years ago
Andrew Tridgell
67a2441b12
AP_Math: started a set of crc functions
...
these functions are often common between drivers
8 years ago
Lucas De Marchi
c27c414e5a
AP_HAL_Linux: Led_Sysfs: small fixes
...
- avoid trying to close fd when it's -1
- Keep includes sorted
- AP_HAL::panic() doesn't need \n terminator
- %u requires unsigned type
- #pragma once is the first thing on a header
8 years ago
Mathieu OTHACEHE
7d4d14a409
AP_HAL_Linux: add Led_Sysfs class.
...
Add a class to control leds via linux sysfs API.
8 years ago
Mathieu OTHACEHE
37237a5735
Disco_LED: Do not alloc PWM_Sysfs_Bebop objects
...
Using PWM_Sysfs_Base::init method, we don't need anymore to alloc memory
for PWM_Sysfs_Bebop objects.
8 years ago
Mathieu OTHACEHE
5e42800b5e
Disco: add LED support
...
Use RGBLed generic implementation to support Disco LED.
8 years ago