aboutsummaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #90 from PX4/#89-BlinkM-driverpx4dev2012-12-011-0/+1
|\ | | | | BlinkM driver
| * A driver and shell command for the BlinkM I2C LED controller.px4dev2012-12-011-0/+1
| |
* | Merge pull request #75 from PX4/delay_testpx4dev2012-12-011-1/+1
|\ \ | | | | | | Added delay test to measure comm delays with a led / scope
| * | Added delay test to measure comm delays with a led / scopeLorenz Meier2012-11-271-1/+1
| | |
* | | Merge branch 'sbus' of https://github.com/PX4/Firmware into ↵px4dev2012-12-015-147/+385
|\ \ \ | | | | | | | | | | | | #61-px4io-spektrum-decoder
| * \ \ Merge remote-tracking branch 'origin/#61-px4io-spektrum-decoder' into sbusLorenz Meier2012-11-301-4/+6
| |\ \ \
| * | | | Enabled UART3, added JTAG make target for IO, removed potentially ↵Lorenz Meier2012-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | problematic usleep
| * | | | Merge branch '#69-stm32-termios' of github.com:PX4/Firmware into sbusLorenz Meier2012-11-295-147/+385
| |\ \ \ \
| | * | | | Improved termios support for the STM32 UART driver. Also add a little more ↵px4dev2012-11-245-147/+385
| | | |/ / | | |/| | | | | | | | | | | | termios processing to the generic serial layer. Implement FIONREAD.
* | | | | Disable the flow control signals for USART2/3, since we use them for other ↵px4dev2012-11-301-0/+12
| | | | | | | | | | | | | | | | | | | | things.
* | | | | Fix <termios.h> for c++ use (cannot mark speed const)px4dev2012-11-301-1/+1
| |_|/ / |/| | |
* | | | Config changes for PX4IO:px4dev2012-11-301-5/+7
|/ / / | | | | | | | | | | | | | | | | | | - enable USART3 for S.bus - reduce the scheduling tick to 1ms - disable RR scheduling - reduce stdio buffer sizes (not used)
* | / Better sizing for PX4IO serial buffers.px4dev2012-11-291-5/+5
| |/ |/|
* | Hotfix: Number of files pre process was causing uorb topics not to be ↵Lorenz Meier2012-11-271-1/+1
|/ | | | published in MAVLink
* Added onboard, receive-only MAVLink app for onboard UART networksLorenz Meier2012-11-181-0/+1
|
* Fixed NuttX issue causing an assertion to trigger on unlinking / opening filesLorenz Meier2012-11-151-0/+1
|
* Added preflight_check app which checks core system sensors, so far only magLorenz Meier2012-11-151-0/+1
|
* Fixed ADC shutdown issueLorenz Meier2012-11-141-5/+2
|
* merge origin/masterThomas Gubler2012-11-101-0/+1
|\
| * Added hil command to emulate PWM outputsLorenz Meier2012-11-101-0/+1
| |
* | Merge branch 'master' of https://github.com/PX4/Firmware into fw_controlThomas Gubler2012-11-0521-2558/+20
|\|
| * Add prototypical support for Spektrum satellite remotes to PX4IO.px4dev2012-11-051-2/+4
| |
| * Checkpoint; messages from FMU now make it to IO intact; fix HRT init timing, ↵px4dev2012-11-031-1/+1
| | | | | | | | process more bytes from the serial port, add some simple packet counting.
| * Fix px4fmu build.px4dev2012-11-031-0/+12
| |
| * Cleanup and refactor of the PX4IO firmware and board support. Builds, not ↵px4dev2012-11-0321-2566/+14
| | | | | | | | tested yet.
| * Fix logic bug in ONLCR processing.px4dev2012-11-021-1/+1
| |
* | Merge branch 'master' of https://github.com/PX4/Firmware into fw_controlThomas Gubler2012-10-319-1043/+7
|\|
| * Reverted to IO compatible configLorenz Meier2012-10-311-2/+2
| |
| * Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2012-10-319-1043/+7
| |\
| | * Move the last of the board-specific code for PX4FMU out of the NuttX tree. ↵px4dev2012-10-317-461/+7
| | | | | | | | | | | | Now it's just configuration.
| | * Clean out remains of the old EEPROM driver.px4dev2012-10-303-583/+1
| | |
| * | Changed to UART5 for consoleLorenz Meier2012-10-311-2/+2
| |/
* | Merge remote-tracking branch 'origin/master' into fw_controlThomas Gubler2012-10-287-346/+16
|\|
| * Force the linker to keep all init functions. This might be going overboard, ↵px4dev2012-10-271-1/+1
| | | | | | | | but without it we don't get any static constructors.
| * Get us a bit closer to having c++ static constructors working.px4dev2012-10-272-2/+11
| |
| * Minor board.h changes.px4dev2012-10-271-40/+4
| |
| * Hoist the GPIO driver out and integrate it with the px4fmu driver. Move ↵px4dev2012-10-274-304/+1
| | | | | | | | these pieces into the drivers tree.
* | fw control: fixed parameter reloading, disabled old fw control appThomas Gubler2012-10-271-1/+1
| |
* | Merge branch 'master' of https://github.com/PX4/Firmware into fw_controlThomas Gubler2012-10-2615-2728/+5
|\|
| * Reverting UART config back to developer default on this branchLorenz Meier2012-10-261-2/+2
| |
| * Build fix after cleanupLorenz Meier2012-10-261-2/+2
| |
| * Deleted old cruftLorenz Meier2012-10-261-2/+0
| |
| * Hoist the ADC and CAN board-specific pieces.px4dev2012-10-234-383/+0
| |
| * Hoist the oard-specific USB pieces.px4dev2012-10-232-107/+1
| |
| * Hoist SPI functions.px4dev2012-10-233-269/+1
| |
| * Cleanup after moving the low-level PWM code.px4dev2012-10-231-117/+0
| |
| * Tease the PWM driver out and fix some build issues after cleaning up behind ↵px4dev2012-10-236-872/+2
| | | | | | | | the cpuload pieces.
| * Checkpoint - moving things out of the NuttX configs/*/src directoriespx4dev2012-10-234-980/+3
| |
| * Move the PX4IO driver into the drivers folder.px4dev2012-10-221-1/+1
| |
* | Merge branch 'master' into fw_controlThomas Gubler2012-10-227-687/+6
|\|