aboutsummaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* Kicked out mix_and_link, deleted old MPU driver, disabled (still needed for r...Lorenz Meier2012-08-246-610/+17
* Turn off the stock AT24xx EEPROM driver; we are going to use our own.px4dev2012-08-231-1/+4
* Merge branch 'px4dev_new_param' of github.com:PX4/Firmware into px4dev_new_paramLorenz Meier2012-08-234-288/+249
|\
| * Hack bus reset support into the old-style hmc5883 driver.px4dev2012-08-221-0/+7
| * I2C configuration options to support up_i2cresetpx4dev2012-08-221-8/+18
| * Add locking to the I2C bus reset API to prevent pre-emption and conflict when...px4dev2012-08-221-6/+22
| * Add an interface to the STM32 I2C driver that provides a way to reset the dri...px4dev2012-08-222-279/+207
* | Merge branch 'master' of github.com:PX4/Firmware into px4dev_new_paramLorenz Meier2012-08-231-2/+39
|\ \ | |/ |/|
| * Add some simple interrupt latency tracking.px4dev2012-08-221-2/+39
* | Merge branch 'master' of github.com:PX4/Firmware into px4dev_new_paramLorenz Meier2012-08-211-0/+1
|\|
| * New-style driver for the HMC5883 on I2C.px4dev2012-08-211-0/+1
* | Merge branch 'master' into px4dev_new_paramLorenz Meier2012-08-191-1/+6
|\|
| * fixed typo, removed deamon example from default buildLorenz Meier2012-08-191-1/+1
| * Updated ROMFS scrips, created new ardrone_interface to jointly use multirotor...Lorenz Meier2012-08-191-0/+1
| * Added deamon example, reworked / merged multirotor attitude control. Ready fo...Lorenz Meier2012-08-191-1/+1
| * Cleaned up position control (WIP), moved PID structs (should become classes) ...Lorenz Meier2012-08-191-0/+4
* | Hand over control of the onboard EEPROM to the NuttX I2C EEPROM driver and NX...px4dev2012-08-192-1/+13
* | Kill off the old EEPROM driver's support for the on-board parameter EEPROM.px4dev2012-08-193-21/+11
* | Support for a __param section in which we can put parameter things.px4dev2012-08-191-2/+9
|/
* Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2012-08-191-7/+2
|\
| * Share the PX4IO protocol header, such as it is, between the two apps.px4dev2012-08-181-7/+2
* | Added simple, but complete code exampleLorenz Meier2012-08-191-0/+4
|/
* Drop these; they should not have been added.px4dev2012-08-1728-5491/+0
* Minor tweaks and command parsing debuggingLorenz Meier2012-08-161-14/+1
* Merge branch 'NuttX/master' from git-svn-id: https://nuttx.svn.sourceforge.n...px4dev2012-08-1439-235/+568
|\
| * Fixes to apps/*/Make.defs files needed for auto-configuration buildpatacongo2012-08-141-0/+4
| * Revise recent changes to serial driver error handling: Errors other than EIN...patacongo2012-08-145-31/+48
| * Make the lib/ subdirectory build more like other directoriespatacongo2012-08-1321-102/+200
| * Fix bad AVR C++ include paths; remove stray typo from ctypes.hpatacongo2012-08-139-18/+22
| * Define NULL to be (0) for C++patacongo2012-08-122-3/+8
| * drivers/serial/serial.c open, read, write, and poll methods will not return a...patacongo2012-08-1217-115/+338
* | Config tweaks to enable the new-style ms5611 driver.px4dev2012-08-142-5/+5
* | Avoid reinitializing a SPI bus once it's been set up the first time.px4dev2012-08-131-18/+36
* | New-style driver for the MPU6000.px4dev2012-08-131-0/+1
* | Indendation fixesLorenz Meier2012-08-131-19/+19
* | First initial revision of ACC driver and gyroLorenz Meier2012-08-132-11/+33
* | Merge branch 'NuttX/master'px4dev2012-08-1141-459/+788
|\|
| * Back out the last STM32 DMA priority change. It is not necessary; just dropp...patacongo2012-08-103-4/+7
| * Drop STM32 F2/4 SDIO clock from 24 to 16 MHz. Seems to fix SD accesses on ST...patacongo2012-08-105-4/+10
| * STM32 SDIO DMA setup was losing DMA prioritypatacongo2012-08-105-7/+64
| * Add support for Olimex STM32-P107 board (contributed by Max Holtzberg)patacongo2012-08-1029-139/+3732
| * STM32 CAN TX/RX pins reversed; inconsistent conditional compilationpatacongo2012-08-088-46/+47
| * Add a USB0 device header file for LPC43patacongo2012-08-0710-705/+801
| * Update documentation to describe customization of NSH; Add the framework for ...patacongo2012-08-076-18/+3599
| * Misc updates (minor)patacongo2012-08-064-11/+14
| * Fix more floating point formatting bugspatacongo2012-08-063-38/+103
| * Fix a floating point presentation errorpatacongo2012-08-063-217/+102
| * cosmeticpatacongo2012-08-062-49/+153
| * I learned how to spell PSEUDOpatacongo2012-08-0524-466/+466
| * Update NSH documentation; Add option to reduce size of help commnd without co...patacongo2012-08-041-3/+22