aboutsummaryrefslogtreecommitdiff
path: root/nuttx/configs
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5553 42af7a65-404d-4744-a932-0658087f49c3
| | * | Beginning of support for LCD1602patacongo2013-01-212-1/+375
| | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5545 42af7a65-404d-4744-a932-0658087f49c3
| | * | LM3S OpenOCD configuration from Jose Pablo Carballopatacongo2013-01-213-0/+263
| | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5544 42af7a65-404d-4744-a932-0658087f49c3
| | * | Add split package logic to improve TCP send performance with delayed ACKspatacongo2013-01-191-0/+14
| | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5538 42af7a65-404d-4744-a932-0658087f49c3
| | * | Add configuration for Wave Share Open1788 (fragmentary)patacongo2013-01-1823-98/+1076
| | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5537 42af7a65-404d-4744-a932-0658087f49c3
| | * | Refactor all lpc17xx header files (more like STM32 header file structure now)patacongo2013-01-1822-39/+41
| | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5534 42af7a65-404d-4744-a932-0658087f49c3
| | * | Beginnings of definitions for the LPC1788; convert olimex-lpc1766stk to use ↵patacongo2013-01-183-474/+598
| | | | | | | | | | | | | | | | | | | | | | | | kconfig-frontends git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5533 42af7a65-404d-4744-a932-0658087f49c3
| | * | Misc bug fixes related to NSH file executionpatacongo2013-01-171-8/+25
| | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5530 42af7a65-404d-4744-a932-0658087f49c3
| | * | NSH will now run files from the file system; Add logic to unload and ↵patacongo2013-01-171-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | clean-up after running a task from a file system; Extensions to builtin apps from Mike Smith git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5529 42af7a65-404d-4744-a932-0658087f49c3
| | * | Add logic to automatically unload module on exit; Several patches from Mike ↵patacongo2013-01-171-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Smith git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5528 42af7a65-404d-4744-a932-0658087f49c3
| * | | Merge pull request #175 from tridge/apps_bindirpx4dev2013-01-231-0/+3
| |\ \ \ | | | | | | | | | | px4: enable APPS_BINDIR support
| | * | | px4: enable APPS_BINDIR supportAndrew Tridgell2013-01-211-0/+3
| | | |/ | | |/| | | | | | | | | useful for APM startup script
| * | | Merge pull request #183 from PX4/nuttx-merge-5527px4dev2013-01-232-11/+53
| |\ \ \ | | |/ / | |/| | Nuttx merge 5527
| | * | Some gentle massaging to get things building again.px4dev2013-01-171-0/+1
| | | |
| | * | Merge NuttX r5527px4dev2013-01-171-11/+52
| | |\|
| | | * Change the way thread priority is handled in binfmt/ to better match the way ↵patacongo2013-01-171-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | that priority is set up for the builtin tasks git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5527 42af7a65-404d-4744-a932-0658087f49c3
| | | * convert configs/sim/nsh to use kconfig-frontendspatacongo2013-01-166-245/+455
| | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5526 42af7a65-404d-4744-a932-0658087f49c3
| | | * Add a binary 'loader' so that builtin applications can be executed from the ↵patacongo2013-01-1638-11/+50
| | | | | | | | | | | | | | | | | | | | | | | | BINFS file system git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5525 42af7a65-404d-4744-a932-0658087f49c3
| | | * apps/builtin/binfs.c moved to nuttx/fs/binfs/fs_binfs.cpatacongo2013-01-164-7/+17
| | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5523 42af7a65-404d-4744-a932-0658087f49c3
| | | * Implement redirection of output from NSH builtin commands to a file in a ↵patacongo2013-01-152-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | mounted volume git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5521 42af7a65-404d-4744-a932-0658087f49c3
| | | * Implement vfork() for the MIPS32 architecturepatacongo2013-01-151-6/+3
| | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5520 42af7a65-404d-4744-a932-0658087f49c3
| | | * Don't build drivers/mtd unless CONFIG_MTD is defined (Denis Carikli)patacongo2013-01-15170-186/+161
| | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5519 42af7a65-404d-4744-a932-0658087f49c3
| | | * Configre configs/ubw32/ostest to use kconfig-frontendspatacongo2013-01-1425-886/+572
| | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5518 42af7a65-404d-4744-a932-0658087f49c3
| | | * Use SIGCHLD with waitpid(); implemented wait() and waitid()patacongo2013-01-132-6/+12
| | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5515 42af7a65-404d-4744-a932-0658087f49c3
| | | * Fix a *critical* bug in the task exit logic. Implements SIGCHILDpatacongo2013-01-12118-117/+176
| | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5513 42af7a65-404d-4744-a932-0658087f49c3
| | | * Added a test of posix_spawn()patacongo2013-01-103-0/+834
| | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5507 42af7a65-404d-4744-a932-0658087f49c3
| | | * Add spawn attribute logic which will eventually be needed to support ↵patacongo2013-01-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | posix_spawn() git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5501 42af7a65-404d-4744-a932-0658087f49c3
| | | * Add file action logic which will eventually be needed to support posix_spawn()patacongo2013-01-091-2/+12
| | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5500 42af7a65-404d-4744-a932-0658087f49c3
| | | * Change naming of all Stellaris pre-processor symbols from LM3S_ to LM_ to ↵patacongo2013-01-0932-99/+102
| | | | | | | | | | | | | | | | | | | | | | | | make room in the namespace for LM4F git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5498 42af7a65-404d-4744-a932-0658087f49c3
| | | * Rename LM3S files, variables, and types from lm3s_ to lm_; Rename ↵patacongo2013-01-0953-706/+706
| | | | | | | | | | | | | | | | | | | | | | | | configuration variables from CONFIG_LM3S_ to CONFIG_LM_ git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5497 42af7a65-404d-4744-a932-0658087f49c3
| | | * Use kconfig- prefix to avoid tool name conflicts (from Jose Pablo Carballo)patacongo2013-01-0923-64/+64
| | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5496 42af7a65-404d-4744-a932-0658087f49c3
| | | * Rename arch/arm/src/lm3s to arch/arm/src/lm to allow a namespace that will ↵patacongo2013-01-0823-35/+51
| | | | | | | | | | | | | | | | | | | | | | | | include the lm4f git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5495 42af7a65-404d-4744-a932-0658087f49c3
| | | * Eliminate arch/arc/src/lm3s/lm3s_internal.h; replace with several header filespatacongo2013-01-0831-13/+31
| | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5494 42af7a65-404d-4744-a932-0658087f49c3
| | | * Add tools/configure.c and configure.batpatacongo2013-01-043-8/+36
| | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5478 42af7a65-404d-4744-a932-0658087f49c3
| | | * The default should be CONFIG_LIB_KBDCODEC=npatacongo2013-01-037-7/+7
| | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5475 42af7a65-404d-4744-a932-0658087f49c3
| | | * Misc fixes for LM3S kconfig-frontends buildpatacongo2013-01-024-2/+9
| | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5472 42af7a65-404d-4744-a932-0658087f49c3
| | | * All lm3s6965-ek configurations converted to use kconfig-frontendspatacongo2013-01-017-952/+1536
| | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5470 42af7a65-404d-4744-a932-0658087f49c3
| | | * Updates from Darcy Gong for UG-2864SWEG01 OLEDpatacongo2013-01-015-23/+39
| | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5469 42af7a65-404d-4744-a932-0658087f49c3
| | | * Remove non-functional WLAN examples, configurationspatacongo2012-12-314-722/+0
| | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5468 42af7a65-404d-4744-a932-0658087f49c3
| | | * Fix the nxlines configuration for the zp214xpa boardpatacongo2012-12-304-39/+62
| | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5467 42af7a65-404d-4744-a932-0658087f49c3
| | | * Add ZP213X/4XPA nxlines configuration (needs a little more work)patacongo2012-12-3014-94/+2076
| | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5466 42af7a65-404d-4744-a932-0658087f49c3
| | | * Add board support at configs/zp214xpa for the The0.net ZP213X/4XPA board ↵patacongo2012-12-2816-271/+2439
| | | | | | | | | | | | | | | | | | | | | | | | with the LPC2148; Add configurations sim/nxlines. convert mcu123-lpc214x/nsh to use the kconfig-frontends. git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5465 42af7a65-404d-4744-a932-0658087f49c3
| | | * Verified USB HID KBD driver encoding of special characters; ↵patacongo2012-12-261-2/+18
| | | | | | | | | | | | | | | | | | | | | | | | apps/examples/hidkbd now decodes encoded keyboar characters. git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5463 42af7a65-404d-4744-a932-0658087f49c3
| | | * Add UG_2965SWEG01 driver from Darcy Gong; fix logic error in how waiters are ↵patacongo2012-12-264-3/+168
| | | | | | | | | | | | | | | | | | | | | | | | reawakened in the USB HID keyboard driver git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5462 42af7a65-404d-4744-a932-0658087f49c3