aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/boards/px4fmu-v2/px4fmu2_init.c
Commit message (Collapse)AuthorAgeFilesLines
* Cleaned up init config and picked a safe bet on FRAM clock speedLorenz Meier2014-01-091-6/+9
|
* FMUv2: don't config ADC pins that are now used for MPU6k CS and other usesAndrew Tridgell2013-11-301-3/+3
|
* FMUv2: set MPU6000 CS as initially de-selectedAndrew Tridgell2013-11-301-0/+1
|
* Make the init code compile if we don't have the granule allocator / dma ↵px4dev2013-09-111-4/+11
| | | | allocator required
* Add DMA buffer allocation pool.px4dev2013-09-111-1/+60
|
* Restructure things so that the PX4 configs move out of the NuttX tree, and ↵px4dev2013-08-021-0/+262
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.