summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* ZNEO: Verify that currrent code still works on the ZiLOG boardGregory Nutt2014-01-247-1544/+0
* Suppress option to use custom optimization levels for architectures that do n...Gregory Nutt2014-01-242-0/+8
* The optimization level can now be selected as part of the configurationGregory Nutt2014-01-24176-210/+97
* Should enable external bus after configuring itGregory Nutt2014-01-232-87/+119
* Assembler changes with the gcc-47 distribution from ARM mean that we need to ...Gregory Nutt2014-01-232-16/+20
* 16z: Fix option bits; adjust system clock frequencyGregory Nutt2014-01-2311-59/+147
* configs/efm32-dk3650: Support for Energy Micro's development kit for the Leop...Gregory Nutt2014-01-2311-3/+994
* Basic support for the EFM32 processor family from Richar CochranGregory Nutt2014-01-2313-0/+1660
* arch/arm/src/Makefile: dependency directory list is now computed from the VPA...Gregory Nutt2014-01-232-3/+7
* Config.mk: If WINTOOL is set, COMPILE definition should convert path generate...Gregory Nutt2014-01-232-4/+15
* configs/viewtool-stm32f107/netnsh: Increase the number of pre-allocated watc...Gregory Nutt2014-01-222-2/+12
* 16Z: Some early bring-up fixesGregory Nutt2014-01-2210-98/+116
* configs/16z: Add support for 16z boardGregory Nutt2014-01-2234-58/+4826
* Networking: Improved status reporting and new carrier management interfaces....Gregory Nutt2014-01-217-51/+200
* configs/olimex-stm32-p107: Failes to build is SPI3 for UEXT is not remappedGregory Nutt2014-01-212-0/+6
* VI: Turn off cursor when updating screen; eliminate some warningsGregory Nutt2014-01-211-1/+10
* Refresh the Olimex LPC1766STK NSH configurationGregory Nutt2014-01-201-18/+131
* Update paths to more recent CodeSourcery toolchainGregory Nutt2014-01-2011-12/+23
* Fix formatting of the VT100 escapte sequenceGregory Nutt2014-01-201-1/+11
* getopt(): Could leave optind in undefined state if argc == 1Gregory Nutt2014-01-202-0/+6
* Minor documentation updates and other cosmetic changesGregory Nutt2014-01-206-11/+3
* ctypes.h: Fix typo in macro name iscontrol->iscntrlGregory Nutt2014-01-182-2/+4
* NSH: More break documentationGregory Nutt2014-01-181-0/+5
* NSH: Improved documentation of the break commandGregory Nutt2014-01-181-97/+122
* NSH: Add a break command; if-then-else and looping behavior can not be confi...Gregory Nutt2014-01-181-7/+42
* X86: Add a configuration option to select the -m32 compiler option when neededGregory Nutt2014-01-184-17/+36
* NSH: Loosen up if-then-else-fi syntx so that a command can be on the same li...Gregory Nutt2014-01-171-7/+26
* NSH: Add support for while-do-done and until-do-done loopsGregory Nutt2014-01-171-9/+36
* Add true and false commands; repartition some logic to better support forthco...Gregory Nutt2014-01-171-4/+6
* Some fixes for typos in recent changes to Kconfig filesGregory Nutt2014-01-164-4/+18
* net/Kconfig: Improved default values and commentsGregory Nutt2014-01-161-23/+54
* You can again specify the default board sub-directory when CONFIG_ARCH_BOARD_...Gregory Nutt2014-01-164-5/+27
* Back out last change to configs/Kconfig. It has some bad side-effectsGregory Nutt2014-01-162-7/+5
* You can now specify or override the default board sub-directory. This is onl...Gregory Nutt2014-01-162-1/+12
* INI parser updateGregory Nutt2014-01-162-1/+4
* Move strol(), stroul(), and friends from libc/string to libc/stdlib where the...Gregory Nutt2014-01-169-22/+26
* NSH: Fix redirection of output to a file. That was broken with recent changesGregory Nutt2014-01-161-0/+14
* Fix error in last ARMv7-M up_disable_irq checkinGregory Nutt2014-01-156-103/+133
* Fix for clean px4fmu buildGregory Nutt2014-01-153-63/+4
* Misc changes from Richard CochranGregory Nutt2014-01-1553-12/+12
* Fix all Cortex-M3/4 implementations of up_disable_irq(). They were doing not...Gregory Nutt2014-01-157-62/+226
* Individual IRQs are not longer disabled on each interrupt. See ChangeLog for...Gregory Nutt2014-01-1512-79/+59
* NET: write buffering configuration no longer depends on EXPERIMENTALGregory Nutt2014-01-152-4/+13
* FAT: Fix some root directory logic that was conditionally done only for FAT32...Gregory Nutt2014-01-142-2/+7
* If write buffering is enabled, then it is necessary to release the write buff...Gregory Nutt2014-01-142-5/+20
* When dup'ing sockets, need to clone fields for TCP write buffering tooGregory Nutt2014-01-148-13/+19
* Updated TODO listGregory Nutt2014-01-141-40/+67
* Fix a FAT cluster allocation bug. From TridgeGregory Nutt2014-01-142-3/+6
* Changes to get PX4 config to build. Also some warning removalGregory Nutt2014-01-1439-668/+768
* Changes to correct TCP write buffereing build errorsGregory Nutt2014-01-1416-100/+124