[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [paparazzi/paparazzi] 4e2122: [pprzlink] add read ma
From: |
GitHub |
Subject: |
[paparazzi-commits] [paparazzi/paparazzi] 4e2122: [pprzlink] add read macros for all telemetry class |
Date: |
Thu, 04 Feb 2016 09:37:40 -0800 |
Branch: refs/heads/master
Home: https://github.com/paparazzi/paparazzi
Commit: 4e2122e5d439b9969680c7e763d73118c36908dc
https://github.com/paparazzi/paparazzi/commit/4e2122e5d439b9969680c7e763d73118c36908dc
Author: Felix Ruess <address@hidden>
Date: 2016-02-04 (Thu, 04 Feb 2016)
Changed paths:
M conf/Makefile.arm-linux
M conf/Makefile.lpc21
M conf/Makefile.nps
M conf/Makefile.stm32
M sw/airborne/subsystems/datalink/datalink.h
M sw/ext/pprzlink
Log Message:
-----------
[pprzlink] add read macros for all telemetry class
- support aligned or non aligned data depending of the arch
- Define PPRZLINK_UNALIGNED_ACCESS to TRUE if the target CPU/MMU allows
unaligned access.
This is true for x86/64 and most recent ARM platforms (ARMv7, Cortex-A,
Cortex-M3/4).
Examples for targets WITHOUT unaligned access support: LPC21xx, Cortex-M0
- will help air-to-air communications (#1509)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paparazzi-commits] [paparazzi/paparazzi] 4e2122: [pprzlink] add read macros for all telemetry class,
GitHub <=