aboutsummaryrefslogtreecommitdiff
path: root/nuttx/configs
Commit message (Expand)AuthorAgeFilesLines
* 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
| * convert configs/sim/nsh to use kconfig-frontendspatacongo2013-01-166-245/+455
| * Add a binary 'loader' so that builtin applications can be executed from the B...patacongo2013-01-1638-11/+50
| * apps/builtin/binfs.c moved to nuttx/fs/binfs/fs_binfs.cpatacongo2013-01-164-7/+17
| * Implement redirection of output from NSH builtin commands to a file in a moun...patacongo2013-01-152-3/+3
| * Implement vfork() for the MIPS32 architecturepatacongo2013-01-151-6/+3
| * Don't build drivers/mtd unless CONFIG_MTD is defined (Denis Carikli)patacongo2013-01-15170-186/+161
| * Configre configs/ubw32/ostest to use kconfig-frontendspatacongo2013-01-1425-886/+572
| * Use SIGCHLD with waitpid(); implemented wait() and waitid()patacongo2013-01-132-6/+12
| * Fix a *critical* bug in the task exit logic. Implements SIGCHILDpatacongo2013-01-12118-117/+176
| * Added a test of posix_spawn()patacongo2013-01-103-0/+834
| * Add spawn attribute logic which will eventually be needed to support posix_sp...patacongo2013-01-101-2/+2
| * Add file action logic which will eventually be needed to support posix_spawn()patacongo2013-01-091-2/+12
| * Change naming of all Stellaris pre-processor symbols from LM3S_ to LM_ to mak...patacongo2013-01-0932-99/+102
| * Rename LM3S files, variables, and types from lm3s_ to lm_; Rename configurati...patacongo2013-01-0953-706/+706
| * Use kconfig- prefix to avoid tool name conflicts (from Jose Pablo Carballo)patacongo2013-01-0923-64/+64
| * Rename arch/arm/src/lm3s to arch/arm/src/lm to allow a namespace that will in...patacongo2013-01-0823-35/+51
| * Eliminate arch/arc/src/lm3s/lm3s_internal.h; replace with several header filespatacongo2013-01-0831-13/+31
| * Add tools/configure.c and configure.batpatacongo2013-01-043-8/+36
| * The default should be CONFIG_LIB_KBDCODEC=npatacongo2013-01-037-7/+7
| * Misc fixes for LM3S kconfig-frontends buildpatacongo2013-01-024-2/+9
| * All lm3s6965-ek configurations converted to use kconfig-frontendspatacongo2013-01-017-952/+1536
| * Updates from Darcy Gong for UG-2864SWEG01 OLEDpatacongo2013-01-015-23/+39
| * Remove non-functional WLAN examples, configurationspatacongo2012-12-314-722/+0
| * Fix the nxlines configuration for the zp214xpa boardpatacongo2012-12-304-39/+62
| * Add ZP213X/4XPA nxlines configuration (needs a little more work)patacongo2012-12-3014-94/+2076
| * Add board support at configs/zp214xpa for the The0.net ZP213X/4XPA board with...patacongo2012-12-2816-271/+2439
| * Verified USB HID KBD driver encoding of special characters; apps/examples/hid...patacongo2012-12-261-2/+18
| * Add UG_2965SWEG01 driver from Darcy Gong; fix logic error in how waiters are ...patacongo2012-12-264-3/+168
| * Implement encoding the usbhost HID keyboard driver; configre olimex-lpc1766st...patacongo2012-12-264-450/+527
| * Fix several build issues noted by Mike Smithpatacongo2012-12-247-35/+147
| * Fixes for l3s, USB composite, nfsmount, apps context build problemspatacongo2012-12-247-25/+81
| * Remove .context kludge from apps/ directorypatacongo2012-12-231-3/+6
| * Rename namedapp as simply builtinpatacongo2012-12-2333-36/+37
| * configs/sim/nxwm now uses kconfig-frontendspatacongo2012-12-213-354/+623
| * Patches from Petteri Aimonen (plus a few other things)patacongo2012-12-215-1007/+907
* | Windows build fix attemptLorenz Meier2013-01-152-4/+4
* | Recover fix for and enabling of interrupt-driven I2C.px4dev2013-01-111-1/+1
* | Manually fixup merge botches via direct comparison with NuttX r5447.px4dev2013-01-112-43/+141
* | Merge commit 'b3f037e876055ff4f5169fb5df1639d50d7d5976' into nuttx-merge-5447px4dev2013-01-111-29/+1
|\ \
| * | Forgot to save this one; more build system tweaks.px4dev2013-01-011-29/+1
* | | Merge commit 'eaf1d8063cc707b1041e8583663d9edd45f42c5d' into nuttx-merge-5447px4dev2013-01-115-80/+49
|\| |
| * | Build system updates to match the NuttX merge.px4dev2013-01-015-80/+49
| * | Merge commit '0f2decb70f505b108999fcdb80e89d7aae6760ce' into nuttx-merge-0f2decbpx4dev2013-01-011-50/+166
| |\|
* | | Merge branch 'master' into nuttx-merge-5447px4dev2013-01-111-7/+30
|\ \ \ | | |/ | |/|
| * | Verify PATH variable in apps/examples/elfpatacongo2012-12-191-14/+56
| * | Incorporate address environment interfaces in binfmt/ logicpatacongo2012-12-194-20/+84
| * | Add basic hooks to support a PATH variable (more is needed)patacongo2012-12-161-3/+18