aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | Serial driver needed even when no console; Fix user LED settings in all STM32...patacongo2013-01-2828-92/+314
| | | * | Updates for stm32f4discovery/usbnsh configurationpatacongo2013-01-286-41/+70
| | | * | configs/stm32f4discovery/nsh converted to use kconfig-frontendspatacongo2013-01-276-677/+616
| | | * | Add configs/stm32f4discovery/usbnshpatacongo2013-01-2712-20/+1029
| | | * | Add a start hook that can be setup to call a function in the context of a new...patacongo2013-01-2717-57/+239
| | | * | Move socket data from TCB to task group structure.patacongo2013-01-2624-412/+136
| | | * | Move stream data from TCB to task group structure.patacongo2013-01-2623-357/+242
| | | * | Fix a recently introduced memory leakpatacongo2013-01-265-51/+75
| | | * | Move file data from TCB to task grouppatacongo2013-01-2622-336/+288
| | | * | Don't keep the parent task's task ID in the child task's TCB. Instead, keep ...patacongo2013-01-2616-217/+926
| | | * | Move environment variables in the task group structurepatacongo2013-01-2533-475/+295
| | | * | Add logic to send SIGCHLD to all members of a task grouppatacongo2013-01-256-5/+161
| | | * | Add logic to keep track of members of a task grouppatacongo2013-01-2510-56/+298
| | | * | Add framework to support task groupspatacongo2013-01-2520-141/+677
| | | * | Fix some compilation errors when child status disabled; new waitpid logic not...patacongo2013-01-257-24/+26
| | | * | Fix some missing logic and inconsistencies in child status logic; Fix a bug i...patacongo2013-01-2411-106/+322
| | | * | Fix poll/select issue reported by Qiangpatacongo2013-01-2415-100/+279
| | | * | Add psock_poll(); Fix some warnings reported by Lorenz Meier; lm4f logic from JPpatacongo2013-01-241-2/+2
| | | * | Add psock_poll(); Fix some warnings reported by Lorenz Meier; lm4f logic from JPpatacongo2013-01-248-46/+78
| | | * | apps/examples/nettest and poll: Complete Kconfig filespatacongo2013-01-2410-16/+80
| | | * | Convert configs/olimex-lpc1766stk/nettest to use kconfig-frontendspatacongo2013-01-244-398/+520
| * | | | Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2013-02-1736-6718/+0
| |\ \ \ \
| | * | | | Removed old GPS appLorenz Meier2013-02-1736-6718/+0
| * | | | | Removed confusing non-error message, updated start scripts to match wiki and ...Lorenz Meier2013-02-174-80/+129
| |/ / / /
| * | | | Fixed log conversion fileLorenz Meier2013-02-161-4/+3
| * | | | Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2013-02-1662-786/+3435
| |\ \ \ \
| | * \ \ \ Merge pull request #195 from PX4/gpsLorenz Meier2013-02-1517-72/+2415
| | |\ \ \ \
| | | * | | | Another rewrite: most of the polling, reading and writing is now inside the G...Julian Oes2013-02-088-548/+564
| | | * | | | Restructered the parsing/configuring, MTK workingJulian Oes2013-02-075-303/+314
| | | * | | | Sped up MTK configuration but the detection time can still be improved: timeo...Julian Oes2013-02-062-15/+22
| | | * | | | Added support for MTK revision 19, working condition but configuration of MTK...Julian Oes2013-02-062-7/+22
| | | * | | | Added MTK 1.6, works after some seconds, work in progressJulian Oes2013-02-063-15/+320
| | | * | | | Merged mtk16 and mtk19 helper classes, configure() now writes directly instea...Julian Oes2013-02-065-101/+41
| | | * | | | Removed some unnecessairy flags, home position back workingJulian Oes2013-02-065-51/+16
| | | * | | | Changed gps position topic mostly to SI units and float, removed counters and...Julian Oes2013-02-069-139/+139
| | | * | | | Changed parse interface, differentiation between config needed and position u...Julian Oes2013-02-055-69/+81
| | | * | | | Update on every position change, do not wait for other measurementsLorenz Meier2013-02-051-4/+6
| | | * | | | Added option to select port name, minor tweaks to status printing, sacrificie...Lorenz Meier2013-02-051-29/+47
| | | * | | | Small correctionsJulian Oes2013-02-041-2/+2
| | | * | | | Merged with newer, cleaned up code, fixed the checksum errorJulian Oes2013-02-045-167/+191
| | | * | | | Minor polishing, fixed rate and last measurement indicationLorenz Meier2013-02-043-10/+4
| | | * | | | More cleanupLorenz Meier2013-02-042-12/+13
| | | * | | | Minor quick cleanupsLorenz Meier2013-02-042-47/+89
| | | * | | | Fixed typoLorenz Meier2013-02-041-3/+3
| | | * | | | Tuned GPS update ratesLorenz Meier2013-02-041-2/+8
| | | * | | | Disabled old-style gps interface, enabled GPS driverLorenz Meier2013-02-042-1/+3
| | | * | | | Reduced, but functional u-blox series driverLorenz Meier2013-02-046-0/+1983
| | | |/ / /
| | * | | | Merge pull request #192 from PX4/testsLorenz Meier2013-02-152-7/+13
| | |\ \ \ \
| | | * | | | Fixed test outputs, decoupled tests from NuttX low-level output via message()...Lorenz Meier2013-02-012-7/+13
| * | | | | | Fixed default airspeed for fixed wing control appLorenz Meier2013-02-161-3/+3