aboutsummaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* Fix logic bug in ONLCR processing.px4dev2012-11-021-1/+1
* 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. N...px4dev2012-10-317-461/+7
| * Clean out remains of the old EEPROM driver.px4dev2012-10-303-583/+1
* | Changed to UART5 for consoleLorenz Meier2012-10-311-2/+2
|/
* Force the linker to keep all init functions. This might be going overboard, ...px4dev2012-10-271-1/+1
* 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 thes...px4dev2012-10-274-304/+1
* 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 t...px4dev2012-10-236-872/+2
* 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
* Merged with fixed-wing stabilization work, multirotor control testedLorenz Meier2012-10-221-0/+4
|\
| * Add functions for computation of the distance and bearing to the nearest poin...Doug Weibel2012-10-211-0/+4
* | Remove the old rcS templatepx4dev2012-10-211-39/+0
* | Move the tone_alarm driver out of the NuttX configs area and add it as an stm...px4dev2012-10-215-648/+2
|/
* Retire old test cases for drivers that have been removed.px4dev2012-10-191-30/+1
* Clean out old drivers we're not using anymore.px4dev2012-10-1911-2334/+1
* Switch to the standard 'verbose' build option. Use a better way of passing op...px4dev2012-10-151-12/+4
* Switch from -Os to -O3. This generates *much* faster code, although at a ~50...px4dev2012-10-151-1/+1
* Merge branch 'master' of file:///Users/Shared/NuttXpx4dev2012-10-1333-335/+1685
|\
| * Update Olimex-LPC1766STK setenv.sh to make it faster to use CodeSourcery.patacongo2012-10-1214-56/+402
| * Another dtoa() fix from Mike Smithpatacongo2012-10-119-94/+121
| * Document problem with GCC 4.8.3 and the NXFLAT toolspatacongo2012-10-1023-4/+134
| * More fixes for ldnxflat. There are still problems with the GCC 4.6.3patacongo2012-10-103-2/+47
| * Oop. Part of last change was still in the editorpatacongo2012-10-101-4/+9
| * Rename gnu-nxflat.ld to gnu-nxflat-gotoff.ld; Add gnu-nxflat-pcrel.ldpatacongo2012-10-10178-186/+493
| * Change the default path to the buildroot bin/ directory in all setenv.sh filespatacongo2012-10-1094-94/+94
| * Updates for new web sitepatacongo2012-10-087-20/+47
| * Fix a recurring, cloned typopatacongo2012-10-0673-159/+159
| * All Cortex-M Make.defs files updated to use buildroot EABI toolchain if BUILD...patacongo2012-10-0693-207/+606
| * Update all config README.txt files to show that they use the EABI buildroot t...patacongo2012-10-0624-1626/+2662
| * Several bugfixes, mostly from Darcy Gongpatacongo2012-10-062-104/+117
| * Eliminate a warningpatacongo2012-10-061-0/+8
| * More changes for buildroot EABI toolchainpatacongo2012-10-063-3/+20
| * configs/shenzhou will now use the 4.6.3 buildroot EABI toolchainpatacongo2012-10-054-8/+13
| * Add buildroot support for binutils-2.22 and gcc-4.6.3; all buildroot tools ar...patacongo2012-10-05160-808/+809
| * Fix some W25 driver errorspatacongo2012-10-046-36/+29
| * Change all occurrences of CONFIG_EXAMPLE_ to CONFIG_EXAMPLES_ for consistency...patacongo2012-10-04175-2178/+2181
| * Change order of includes in apps/Makefile; add clock frequencies to shenzhou,...patacongo2012-10-045-4/+34
| * Delete the apps/vsn directory (moved commands to apps/system)patacongo2012-10-0411-80/+206
| * Delete the apps/vsn directory (moved commands to apps/system)patacongo2012-10-031-1/+1