aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/boards
Commit message (Collapse)AuthorAgeFilesLines
* Hotfix: Be more aggressive about SPI2 init on v1 boardsLorenz Meier2013-11-081-8/+9
|
* Implement Spektrum DSM pairing in V2Jean Cyr2013-09-182-4/+2
| | | | | - Bind control for V2 - Relays and accessory power not supported on V2 hardware
* 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
|
* Added support for FMUv1 for RGB led and dim led supportLorenz Meier2013-08-171-0/+2
|
* Added LED_TOGGLE for normal LEDsJulian Oes2013-08-152-0/+31
|
* Restructure things so that the PX4 configs move out of the NuttX tree, and ↵px4dev2013-08-0224-48/+171
| | | | | | 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.
* Fix the clock enable register for FMUv2 PWM outputs 1-4.px4dev2013-07-291-1/+1
| | | | Teach the stm32 pwm driver about the MOE bit on advanced timers.
* Updated F330 script, enabled amber ledLorenz Meier2013-07-252-4/+4
|
* Compile fixesLorenz Meier2013-07-181-1/+1
|
* Compiling / executing WIP on leds, leds not operational yetLorenz Meier2013-07-182-2/+2
|
* Added led support to FMUv2Lorenz Meier2013-07-174-5/+90
|
* Some more v2 pin / gpio configs missed in the previous commitpx4dev2013-07-112-7/+17
|
* Fix the px4io serial port device name now that we're not using UART8 as the ↵px4dev2013-07-071-1/+1
| | | | console.
* Pull v2 pieces up to build with the mergepx4dev2013-07-078-12/+12
|
* Merge branch 'master' of https://github.com/PX4/Firmware into fmuv2_bringuppx4dev2013-07-079-9/+9
|\
| * Integration WIP with current NuttX versionLorenz Meier2013-06-019-9/+9
| |
* | iov2 pin definition cleanup sweeppx4dev2013-07-042-26/+12
| |
* | Add PX4IOv2 support to the uploader.px4dev2013-07-042-0/+4
| |
* | Rework the FMU<->IO connection to use a simple fixed-size DMA packet; this ↵px4dev2013-07-032-2/+18
| | | | | | | | | | | | should let us reduce overall latency and bump the bitrate up. Will still require some tuning.
* | More implementation for the serial side on IO; fix a couple of bugs on the ↵px4dev2013-06-281-0/+6
| | | | | | | | | | | | FMU side. Still needs serial init and some more testing/config on the FMU side, but closer to being ready to test.
* | Merge branch 'master' of https://github.com/PX4/Firmware into fmuv2_bringuppx4dev2013-05-193-18/+40
|\| | | | | | | Fix px4iov2 build issue by selecting the correct NuttX config.
| * Enabled leds on FMU againLorenz Meier2013-05-093-18/+40
| |
* | Merge branch 'public-export-build' into fmuv2_bringupLorenz Meier2013-04-282-1/+11
|\|
| * IO compilingLorenz Meier2013-04-282-1/+11
| |
* | XXX: WIP: Disabled mixer on IOv2 due to CXX compile issueLorenz Meier2013-04-284-0/+412
| |
* | Merge branch 'public-export-build' into fmuv2_bringupLorenz Meier2013-04-284-0/+310
|\|
| * Moved all drivers to new world, PX4IO completely in new worldLorenz Meier2013-04-284-0/+310
| |
* | Merge branch 'export-build' of https://github.com/PX4/Firmware into ↵px4dev2013-04-262-1/+89
|\| | | | | | | fmuv2_bringup
| * Merge working changes into export-build branch.px4dev2013-04-268-0/+1007
|
* Allowed board to init properly as intended with or without SPI2Lorenz Meier2013-04-231-35/+24
|
* Merge branch 'fmuv2_bringup' of github.com:cvg/Firmware_Private into ↵Lorenz Meier2013-04-231-0/+25
|\ | | | | | | fmuv2_bringup
| * Merge commit 'b149b834c835190fbb3f7e1914346d5e0620036d' into fmuv2_bringuppx4dev2013-04-201-0/+25
| |\
| | * Initial attempt at getting SDIO to workLorenz Meier2013-04-181-0/+25
| | |
* | | MergedLorenz Meier2013-04-227-0/+930
|\ \ \ | |/ / |/| |
| * | Tried to collect some changes that I needed to build for FMUv2 into a commitJulian Oes2013-04-177-0/+930
| |/
* / Enable support for RAMTRON, enable support for EEPROM on FMU 1.xLorenz Meier2013-04-181-8/+9
|/
* Fix the default state of the peripheral power control.px4dev2013-04-071-1/+1
|
* Rename the 'device' directory back to 'drivers', it's less confusing that way.px4dev2013-04-067-0/+865
Move the fmuv2 board driver out into the new world.