aboutsummaryrefslogtreecommitdiff
path: root/nuttx/configs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merge branch 'master' of github.com:PX4/Firmware into px4io-i2cLorenz Meier2013-02-161-1/+1
| |\ \ \
| * \ \ \ Merge branch 'master' into px4io-i2cpx4dev2013-01-282-0/+7
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into px4io-i2cpx4dev2013-01-252-2/+72
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into px4io-i2cpx4dev2013-01-232-11/+53
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into px4io-i2cpx4dev2013-01-193-12/+42
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into px4io-i2cpx4dev2013-01-146-132/+194
| |\ \ \ \ \ \ \ \
| * | | | | | | | | We can't have DMA on both I2C1 and USART2. Since we need it more for I2C, and...px4dev2013-01-131-1/+2
| * | | | | | | | | Implement serial receive DMA for the F1xx. This is not quite working right ye...px4dev2013-01-131-0/+5
| * | | | | | | | | Now that sem_timedwait works, we can turn on interrupt-driven I2C.px4dev2013-01-131-1/+1
| * | | | | | | | | Enable DMApx4dev2013-01-131-2/+2
| * | | | | | | | | Checkpoint I2C slave work on IOpx4dev2013-01-132-2/+2
* | | | | | | | | | We need a stub ROMFS header so that the client can supply their own bits.px4dev2013-02-231-0/+42
* | | | | | | | | | Fix a couple of things that break 'make export'.px4dev2013-02-231-2/+1
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Merge pull request #203 from PX4/debug_exampleLorenz Meier2013-02-201-0/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Added additional exampleLorenz Meier2013-01-241-0/+4
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #198 from PX4/nuttx-merge-5596Lorenz Meier2013-02-173-1/+3
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | / | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | New option to ensure serial stack is always included.px4dev2013-02-062-0/+2
| * | | | | | | Merge commit '049c93446561c6ad3e59183c139f3916230ddee5' into nuttx-merge-5596px4dev2013-02-061-1/+1
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| | * | | | | | Fix readline return value; Add support for removable serial devicespatacongo2013-01-311-2/+10
| | * | | | | | The USB monitor now works with the stm32f4discover/nsh configuration (but not...patacongo2013-01-291-15/+27
| | * | | | | | USB monitor daemon updatespatacongo2013-01-293-9/+82
| | * | | | | | Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-2875-151/+151
| | * | | | | | Misc SYSLOG and STM32 serial fixespatacongo2013-01-281-31/+1
| | * | | | | | Serial driver needed even when no console; Fix user LED settings in all STM32...patacongo2013-01-288-28/+28
| | * | | | | | Updates for stm32f4discovery/usbnsh configurationpatacongo2013-01-283-26/+33
| | * | | | | | configs/stm32f4discovery/nsh converted to use kconfig-frontendspatacongo2013-01-274-676/+613
| | * | | | | | Add configs/stm32f4discovery/usbnshpatacongo2013-01-274-0/+974
| | * | | | | | Add a start hook that can be setup to call a function in the context of a new...patacongo2013-01-272-8/+38
| | * | | | | | Add psock_poll(); Fix some warnings reported by Lorenz Meier; lm4f logic from JPpatacongo2013-01-241-1/+1
| | * | | | | | Convert configs/olimex-lpc1766stk/nettest to use kconfig-frontendspatacongo2013-01-242-397/+517
* | | | | | | | Disabled old-style gps interface, enabled GPS driverLorenz Meier2013-02-041-1/+1
|/ / / / / / /
* | | | | | | Move the config param to a more sane location (I hope).Simon Wilks2013-01-251-3/+6
* | | | | | | Merge branch 'ioctl' into hottSimon Wilks2013-01-241-0/+3
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merged and tested against the single wire implementation added to Nuttx r5554.Simon Wilks2013-01-242-11/+126
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | / / | | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge remote-tracking branch 'upstream/master' into hottSimon Wilks2013-01-2411-199/+426
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge Nuttx r5554px4dev2013-01-231-2/+69
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | Add logic to retain child task exit status if so configuredpatacongo2013-01-232-4/+78
| | * | | | | Beginning of support for LCD1602patacongo2013-01-212-1/+375
| | * | | | | LM3S OpenOCD configuration from Jose Pablo Carballopatacongo2013-01-213-0/+263
| | * | | | | Add split package logic to improve TCP send performance with delayed ACKspatacongo2013-01-191-0/+14
| | * | | | | Add configuration for Wave Share Open1788 (fragmentary)patacongo2013-01-1823-98/+1076
| | * | | | | Refactor all lpc17xx header files (more like STM32 header file structure now)patacongo2013-01-1822-39/+41
| | * | | | | Beginnings of definitions for the LPC1788; convert olimex-lpc1766stk to use k...patacongo2013-01-183-474/+598
| | * | | | | Misc bug fixes related to NSH file executionpatacongo2013-01-171-8/+25
| | * | | | | NSH will now run files from the file system; Add logic to unload and clean-up...patacongo2013-01-171-3/+9
| | * | | | | Add logic to automatically unload module on exit; Several patches from Mike S...patacongo2013-01-171-1/+2
| * | | | | | Merge pull request #175 from tridge/apps_bindirpx4dev2013-01-231-0/+3
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | px4: enable APPS_BINDIR supportAndrew Tridgell2013-01-211-0/+3
| | | |/ / / | | |/| | |
| * | | | | Merge pull request #183 from PX4/nuttx-merge-5527px4dev2013-01-232-11/+53
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Some gentle massaging to get things building again.px4dev2013-01-171-0/+1