PX4 / DriverFramework

Operating system and flight stack agnostic driver framework for POSIX (Linux, NuttX, Mac OS, QNX, VxWorks).
82 stars 132 forks source link

Prepend DF to platform defines #150

Closed julianoes closed 8 years ago

julianoes commented 8 years ago

This changes the following defines:

QURT -> DF_QURT RPI -> DF_RPI EDISON -> DF_EDISON BEBOP -> DF_BEBOP LINUX -> DF_LINUX

Adresses #144.

julianoes commented 8 years ago

We need to wait for the submodule PRs to get merged soon, then travis shall try again.

bkueng commented 8 years ago

Looks good, thanks @julianoes! We just need to make sure to check the projects that use DF as a submodule, when updating, @jywilson @mcharleb

julianoes commented 8 years ago

@mcharleb It would be great if you could review this, or comment on it if it's garbage.