summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/us7032evb1
AgeCommit message (Expand)AuthorFilesLines
2015-02-27configs/: board function prototypes are now in include/nuttx/board.h. Remove...Gregory Nutt1-2/+5
2014-11-12Remove CONFIG_MAX_TASK_ARGS from all Kconfigs and defconfigsGregory Nutt2-2/+0
2014-10-09Remove non-standard, conditional syslog_enable(), instead only the required, ...Gregory Nutt2-2/+2
2014-09-20Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename CONFIG_NXW...Gregory Nutt2-2/+2
2014-09-03Every defconfig file should now have a valid setting for CONFIG_WDOG_INTRESERVEGregory Nutt2-0/+2
2014-09-01Remove final traces of the 8015 from the NuttX source treeGregory Nutt2-4/+0
2014-08-31Remove CONFIG_MM_MULTIHEAP. Non-multiheap operation is no longer supportedGregory Nutt2-2/+0
2014-08-24Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- th...Gregory Nutt2-2/+2
2014-08-07Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more options...Gregory Nutt2-2/+2
2014-08-07Remove CONFIG_DISABLE_CLOCKGregory Nutt2-2/+0
2014-07-03Rename apps/examples/uip to apps/examples/webserverGregory Nutt2-2/+2
2014-07-02NET: Rename uiplib/UIPLIB to netlib/NETLIBGregory Nutt2-2/+2
2014-05-22Change all variadic macros to C99 styleGregory Nutt1-2/+2
2014-05-05The alternate console device CONFIG_NSH_CONDEV must not be defined unconditio...Gregory Nutt1-1/+1
2014-04-16Undefine IRQPRIO in all configurations it should not be setGregory Nutt1-3/+0
2014-04-13More trailing whilespace removalGregory Nutt2-2/+2
2014-04-12Make sure that there is one space after forGregory Nutt1-1/+1
2014-04-12Make sure that there is one space between while and conditionGregory Nutt1-3/+3
2014-04-12Make sure that there is one space between if and conditionGregory Nutt1-14/+14
2014-03-06Removed the CONFIG_NUTTX_NEWCONFIG setting from every defconfig fileGregory Nutt2-2/+0
2014-03-06onfigs/mx1ads/ostest: Configuration converted to use the kconfig-frontends toolsGregory Nutt1-3/+2
2014-03-06configs/us7032evb1/nsh: Configuration converted to use the kconfig-frontends ...Gregory Nutt2-291/+595
2014-03-06configs/us7032evb1/ostest: Configuration converted to use the kconfig-fronten...Gregory Nutt3-305/+565
2014-02-10Many changes to reduce complaints from CppCheck. Several latent bugs fixes, ...Gregory Nutt1-2/+4
2014-01-24rename up_led*() functions to board_led_*()Gregory Nutt1-6/+6
2014-01-24Rename up_buttoninit to board_button_intializeGregory Nutt1-5/+0
2013-12-20More separation of debug symbols and optimization selectionsGregory Nutt2-6/+8
2013-08-31Remove empty README.txt filesGregory Nutt3-7/+0
2013-07-26Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_Gregory Nutt3-6/+6
2013-05-30.dSYM only needs to be in the same .gitignore files as .exeGregory Nutt1-1/+0
2013-05-30Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt1-3/+3
2013-04-04Clone svn:ignore directory atributed to .gitignore filesGregory Nutt3-0/+8
2013-03-09More changes for a kernel-mode allocator (more to be done)patacongo2-4/+0
2013-03-03Two fixes from Mike Smith: (1) use -m install of --mode in install commands, ...patacongo1-1/+1
2013-03-01Add interrupt vector logic for the LM4F120patacongo1-6/+0
2013-02-02Correct a memory leak in NSHpatacongo1-1/+1
2013-01-15Don't build drivers/mtd unless CONFIG_MTD is defined (Denis Carikli)patacongo2-2/+2
2012-11-28configs/many/Make.defs: Fix typo -wstrict-prototypes; Add Calypso keypad driv...patacongo2-2/+2
2012-11-20Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2-4/+4
2012-11-19Fix typo introduced into many Makefiles with last changespatacongo1-1/+1
2012-11-17Finishes all Makefile file changes for Windows native cleanpatacongo2-8/+10
2012-11-15More changes for Mikepatacongo2-4/+4
2012-11-15Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo1-1/+1
2012-11-11Partial change: Removing bash ARCHIVE looppatacongo1-4/+2
2012-11-06Patch to removed MMCSD NSLOTS warning from Freddie Chopinpatacongo2-0/+16
2012-10-28Part I of port of Rhombus math librarypatacongo2-2/+0
2012-10-10Change the default path to the buildroot bin/ directory in all setenv.sh filespatacongo2-2/+2
2012-10-05Add buildroot support for binutils-2.22 and gcc-4.6.3; all buildroot tools ar...patacongo2-2/+2
2012-09-18Refactor common make definitions to tools/Config.mk; Add verbosity option to ...patacongo2-46/+0
2012-09-17Upate some pathes for the new NuttX repositorypatacongo1-1/+1