murata
|
7eb231281b
|
AP_HAL: Remove meaningless semicolons
|
3 years ago |
Davis Schenkenberger
|
795e7e53bf
|
AP_HAL: add helpers le64toh_ptr, be64toh_ptr, put_le64_ptr, put_be64_ptr
|
3 years ago |
Tom Pittenger
|
afaca30075
|
AP_HAL: add helpers le24toh_ptr(), be24toh_ptr(), put_le24_ptr(), put_be24_ptr()
|
4 years ago |
Andrew Tridgell
|
19093e25be
|
AP_HAL: added ptr accessors to sparse-endian.h
|
5 years ago |
Lucas De Marchi
|
2e096d76c6
|
sparse-endian: avoid clash with linux/types.h
On recent kernels (>= 4.10) __bitwise is defined on the header. Avoid
warning about redefining it.
|
8 years ago |
Lucas De Marchi
|
b9f65996bc
|
AP_HAL: sparse-endian: unconditionally use byteswap.h
This is either provided by a system header or a minimal header from
'missing' directory.
|
9 years ago |
Lucas De Marchi
|
40338c3272
|
AP_HAL: sparse-endian: use pragma once
|
9 years ago |
Lucas De Marchi
|
57f8db5672
|
AP_HAL: sparse-endian: conditionally include byteswap header
This is not present in qurt.
|
9 years ago |
Lucas De Marchi
|
c5dc54dac7
|
AP_HAL: utility: import sparse-endian header
|
9 years ago |