Andrew Tridgell
|
7102205be3
|
AP_Math: added crc_sum_of_bytes_16()
|
2023-12-17 09:47:30 +11:00 |
Peter Barker
|
d34e6049c9
|
AP_Math: rename crc_sum8 to crc_sum8_with_carry
the name "sum8" is usually used for "sum all bytes into a uint8_t discarding carry"
|
2023-11-29 18:50:26 +11:00 |
Peter Barker
|
3f730a8a94
|
AP_Math: add crc_sum_of_bytes
sums the values of the bytes in a buffer and returns that sum modulus 256
|
2023-11-17 13:09:02 +11:00 |
jfbblue0922
|
c17907cadc
|
AP_Math: add CRC crc16_ccitt_r function
|
2023-11-15 10:50:49 +11:00 |
Joshua Henderson
|
8e634f05d9
|
AP_Math: add CRC8_generic method
|
2023-10-05 08:23:00 +11:00 |
Peter Barker
|
c463b0d154
|
AP_Math: add alternate implementation of parity for AP_Periph
the __builtin_parity methods hardfault on AP_Periph builds
|
2023-06-07 21:41:14 +10:00 |
Peter Barker
|
43ecdc64b6
|
AP_Math: move use of __builtin_parity to crc
|
2023-06-07 21:41:14 +10:00 |
Michael du Breuil
|
32fd21592a
|
AP_Math: Add fletcher16 CRC
|
2023-05-25 17:35:27 -07:00 |
jfbblue0922
|
7d924f10e2
|
AP_Math: add crc8_sae
|
2023-05-10 17:24:02 +10:00 |
Andrew Tridgell
|
e96507f55f
|
AP_Math: added crc_crc64()
|
2022-02-17 14:37:41 +11:00 |
murata
|
414ca96e5c
|
AP_Math: Move crc16-ibm CRC calculation method to a common class
|
2022-01-13 09:44:40 +11:00 |
Tom Pittenger
|
8c9dcf4ad8
|
AP_Math: added CRC16_CCITT non-standard variant
|
2021-08-19 17:49:27 +10:00 |
Peter Barker
|
2251e442cc
|
AP_Math: move crc8_dvb_update into crc library
|
2021-08-13 16:22:37 +10:00 |
Randy Mackay
|
6c180994cd
|
AP_Math: add support for crc8_maxim
Thanks to FastCRC
|
2021-07-13 10:01:14 +09:00 |
Andrew Tridgell
|
747b48d0a8
|
AP_Math: added crc_sum8
for FPort/FPort2
|
2020-10-28 09:00:34 +11:00 |
murata
|
9714d8dde9
|
AP_MAth: Move the CRC24 to the AP_Math class
|
2020-10-21 18:24:07 +11:00 |
yaapu
|
144f7df02f
|
AP_Math: added CRCs needed by AP_MSP
|
2020-09-02 05:56:46 +10:00 |
Andy Piper
|
d4c5b945b3
|
AP_Math: move crc8_dvb_s2 here and add additional crc8 functions
|
2020-07-07 18:48:06 +10:00 |
Andrew Tridgell
|
ff2cfbaafb
|
AP_Math: added smaller footprint crc32
|
2019-10-28 15:53:16 +11:00 |
Siddharth Purohit
|
fb48d8ee1b
|
AP_Math: add method for generating hash
|
2019-10-19 09:55:38 +11:00 |
murata
|
c5a471e778
|
AP_Math: Common modbus crc method
|
2019-07-12 15:33:21 +10:00 |
murata
|
c6bcb1d54c
|
AP_Math: Collect CRC16 into CRC file
AP_Math: Collect CRC16 into CRC file
|
2019-05-21 09:19:19 +10:00 |
murata
|
7f42be5d3e
|
AP_Math: Commonize the CRC4 method
|
2019-04-24 08:44:11 -07:00 |
Pierre Kancir
|
dd0283d537
|
AP_Math: reduce variable scope in crc_crc8
|
2019-02-06 21:41:30 +11:00 |
Andrew Tridgell
|
a6e05cbf5a
|
AP_Math: added crc32 for IOMCU bootloader protocol
|
2018-04-17 08:44:44 +10:00 |
Andrew Tridgell
|
17f2f40b11
|
AP_Math: added xmodem CRC
used by blheli 4-way ESC protocol
|
2018-04-07 09:10:29 +10:00 |
Andrew Tridgell
|
9660973975
|
AP_Math: make crc_crc8 const
|
2017-11-27 10:15:07 +09:00 |
Andrew Tridgell
|
67a2441b12
|
AP_Math: started a set of crc functions
these functions are often common between drivers
|
2017-01-27 18:11:29 +11:00 |