Andrew Tridgell
e96507f55f
AP_Math: added crc_crc64()
3 years ago
murata
414ca96e5c
AP_Math: Move crc16-ibm CRC calculation method to a common class
3 years ago
Tom Pittenger
8c9dcf4ad8
AP_Math: added CRC16_CCITT non-standard variant
4 years ago
Peter Barker
2251e442cc
AP_Math: move crc8_dvb_update into crc library
4 years ago
Randy Mackay
6c180994cd
AP_Math: add support for crc8_maxim
...
Thanks to FastCRC
4 years ago
Andrew Tridgell
747b48d0a8
AP_Math: added crc_sum8
...
for FPort/FPort2
4 years ago
murata
9714d8dde9
AP_MAth: Move the CRC24 to the AP_Math class
4 years ago
yaapu
144f7df02f
AP_Math: added CRCs needed by AP_MSP
5 years ago
Andy Piper
d4c5b945b3
AP_Math: move crc8_dvb_s2 here and add additional crc8 functions
5 years ago
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