summaryrefslogtreecommitdiff
path: root/nuttx/configs/zp214xpa
Commit message (Expand)AuthorAgeFilesLines
* Remove CONFIG_MAX_TASK_ARGS from all Kconfigs and defconfigsGregory Nutt2014-11-122-2/+0
* Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename CONFIG_NXW...Gregory Nutt2014-09-202-2/+2
* Rename CONFIG_NXCONSOLE* to CONFIG_NXTERM*Gregory Nutt2014-09-201-1/+1
* Every defconfig file should now have a valid setting for CONFIG_WDOG_INTRESERVEGregory Nutt2014-09-032-0/+2
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-012-4/+0
* Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- th...Gregory Nutt2014-08-242-2/+2
* Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more options...Gregory Nutt2014-08-072-2/+2
* Remove CONFIG_DISABLE_CLOCKGregory Nutt2014-08-072-2/+0
* Rename CONFIG_NX_MOUSE to CONFIG_NX_INPUT, then add CONFIG_NX_XYINPUT_MOUSE a...Gregory Nutt2014-07-161-1/+1
* Rename apps/examples/uip to apps/examples/webserverGregory Nutt2014-07-032-2/+2
* NET: Rename uiplib/UIPLIB to netlib/NETLIBGregory Nutt2014-07-022-2/+2
* Change all variadic macros to C99 styleGregory Nutt2014-05-221-2/+2
* The alternate console device CONFIG_NSH_CONDEV must not be defined unconditio...Gregory Nutt2014-05-051-1/+1
* More trailing whilespace removalGregory Nutt2014-04-133-17/+17
* Long needed clean up of DNS resolver for coding style and naming conventionsGregory Nutt2014-04-112-2/+2
* Removed the CONFIG_NUTTX_NEWCONFIG setting from every defconfig fileGregory Nutt2014-03-062-2/+0
* configs/mcu123-lpc214x/usbmsc: Configuration converted to use the kconfig-fro...Gregory Nutt2014-03-034-66/+54
* configs/*/defconfig: If CONFIG_NSH_LIBRARY is set, make sure that CONFIG_NSH...Gregory Nutt2014-02-281-0/+2
* Finishes separation of debug symbols and optimization selectionsGregory Nutt2013-12-202-4/+8
* Mov apps/examples/composite to apps/system/composite; convert configs/stm3210...Gregory Nutt2013-09-252-2/+2
* Move apps/examples/cdcacm to apps/system/cdcacmGregory Nutt2013-09-252-2/+2
* Move apps/examples/usbmsc to apps/system/usbmscGregory Nutt2013-09-252-2/+2
* Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_Gregory Nutt2013-07-262-4/+4
* Created new directories to hold SPI-related filesGregory Nutt2013-07-012-2/+2
* Add support for a generic windows-based EABI toolchain; Add NX configuration ...Gregory Nutt2013-06-133-4/+4
* .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-301-1/+0
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt2013-05-301-4/+3
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-041-0/+4
* Set stdio buffer sizes to 0 or 64. No need for 256 or 1024 stdio bufferspatacongo2013-02-032-2/+2
* Correct a memory leak in NSHpatacongo2013-02-021-1/+1
* Use kconfig- prefix to avoid tool name conflicts (from Jose Pablo Carballo)patacongo2013-01-091-4/+4
* The default should be CONFIG_LIB_KBDCODEC=npatacongo2013-01-032-2/+2
* Fix the nxlines configuration for the zp214xpa boardpatacongo2012-12-303-24/+51
* Add ZP213X/4XPA nxlines configuration (needs a little more work)patacongo2012-12-3010-86/+2053
* Add board support at configs/zp214xpa for the The0.net ZP213X/4XPA board with...patacongo2012-12-288-0/+1182