aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/mb12xx
Commit message (Collapse)AuthorAgeFilesLines
* avoid counters going above limit in INCREMENT()Andrew Tridgell2013-08-281-1/+1
| | | | | | | when using INCREMENT() the counter would temporarily read equal to limit, which could cause an issue if the task is preempted. (this macro should be in a common header, though which header?)
* Restructure things so that the PX4 configs move out of the NuttX tree, and ↵px4dev2013-08-021-2/+2
| | | | | | most of the PX4-specific board configuration data moves out of the config and into the board driver. Rename some directories that got left behind in the great board renaming.
* Moved the bulk of sensor drivers to the new worldLorenz Meier2013-04-272-0/+880