Commit Graph

7 Commits

Author SHA1 Message Date
Felix Ruess 4e2122e5d4 [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)
2016-02-04 18:36:58 +01:00
Freek van Tienen e8895ae6cd [linux] Static link LIBC library 2015-04-06 23:11:32 +02:00
Felix Ruess 271a02388e [boards] start adding support for bbb
led_hw.h currently has some ardrone specific led stuff... so check for ardrone2 board
should eventually be moved to board specific file...
2015-02-16 01:25:15 +01:00
Felix Ruess cc95717679 [conf] arm-linux makfile refactor, hf for bbb 2015-02-15 19:13:38 +01:00
Felix Ruess 2d5cde0a91 [conf] toolchain makefile cleanup 2013-12-18 15:44:16 +01:00
Felix Ruess f570411036 [build] ARM toolchain/Makefile cleanup
- possible to explicitly pass a PREFIX to use other toolchain
  default for PREFIX is arm-none-eabi or arm-linux-gnueabi
- print meaninfull error if arm-linux toolchain is not found
- printcommands prints only CC and GCC version
- remove obsolete find OpenOCD stuff
2013-11-14 15:20:48 +01:00
Felix Ruess 6eaf41cf17 [Makefile] slightly improve common arm makefiles 2013-04-27 14:47:41 +02:00