summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/ne64badge
AgeCommit message (Expand)AuthorFilesLines
2015-02-27Move board_ prototypes from arch.h to board.hGregory Nutt1-2/+3
2015-02-27configs/: board function prototypes are now in include/nuttx/board.h. Remove...Gregory Nutt2-5/+5
2015-02-27configs/: Remove prototypes of board_led* functions from all board header filesGregory Nutt1-11/+0
2014-11-12Remove CONFIG_MAX_TASK_ARGS from all Kconfigs and defconfigsGregory Nutt1-1/+0
2014-10-09Remove non-standard, conditional syslog_enable(), instead only the required, ...Gregory Nutt1-1/+1
2014-10-08All NSH-related files under nuttx/configs changed to use the corrected syslog...Gregory Nutt1-17/+1
2014-09-20Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename CONFIG_NXW...Gregory Nutt1-1/+1
2014-09-03Every defconfig file should now have a valid setting for CONFIG_WDOG_INTRESERVEGregory Nutt1-0/+1
2014-09-01Remove final traces of the 8015 from the NuttX source treeGregory Nutt1-2/+0
2014-08-31Remove CONFIG_MM_MULTIHEAP. Non-multiheap operation is no longer supportedGregory Nutt1-1/+0
2014-08-24Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- th...Gregory Nutt1-1/+1
2014-08-07Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more options...Gregory Nutt1-1/+1
2014-08-07Remove CONFIG_DISABLE_CLOCKGregory Nutt1-1/+0
2014-07-03Rename apps/examples/uip to apps/examples/webserverGregory Nutt1-1/+1
2014-07-02NET: Rename uiplib/UIPLIB to netlib/NETLIBGregory Nutt1-1/+1
2014-04-13More trailing whilespace removalGregory Nutt4-17/+17
2014-03-06Removed the CONFIG_NUTTX_NEWCONFIG setting from every defconfig fileGregory Nutt1-1/+0
2014-03-05configs/ne64badge/ostest and demo9s12nec64/ostest: Configurations onverted to...Gregory Nutt3-341/+499
2014-03-01configs/eagle100/nsh converted to use the kconfig-frontends toolsGregory Nutt1-1/+0
2014-01-24rename up_led*() functions to board_led_*()Gregory Nutt3-11/+11
2014-01-24Rename up_buttons() to board_buttons()Gregory Nutt1-3/+3
2014-01-24Rename up_buttoninit to board_button_intializeGregory Nutt2-21/+8
2014-01-15Misc changes from Richard CochranGregory Nutt1-0/+0
2013-12-20Finishes separation of debug symbols and optimization selectionsGregory Nutt1-2/+4
2013-08-27Fix all occurrences of "the the" in documentation and commentsGregory Nutt1-1/+1
2013-07-26Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_Gregory Nutt2-4/+4
2013-07-01Created new directories to hold SPI-related filesGregory Nutt1-2/+2
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-4/+3
2013-04-04Clone svn:ignore directory atributed to .gitignore filesGregory Nutt1-0/+4
2013-03-09More changes for a kernel-mode allocator (more to be done)patacongo1-2/+0
2013-02-27Fix NuTiny-SDK-NUC120 LEDspatacongo1-10/+6
2013-02-02Correct a memory leak in NSHpatacongo1-1/+1
2013-01-28Add syslog.h; rename lib_rawprintf() to syslog()patacongo1-2/+2
2013-01-15Don't build drivers/mtd unless CONFIG_MTD is defined (Denis Carikli)patacongo1-1/+1
2013-01-12Fix a *critical* bug in the task exit logic. Implements SIGCHILDpatacongo1-1/+1
2012-12-08Add tools/link.bat, unlink.bat, and copydir.batpatacongo1-1/+1
2012-11-20Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo1-3/+3
2012-11-19Fix typo introduced into many Makefiles with last changespatacongo1-1/+1
2012-11-17Finishes all Makefile file changes for Windows native cleanpatacongo1-4/+5
2012-11-15More changes for Mikepatacongo1-1/+1
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 Chopinpatacongo1-1/+9
2012-11-04Massive clean-up of linker scripts from Freddie Chopinpatacongo2-4/+4
2012-10-28Part I of port of Rhombus math librarypatacongo1-1/+0
2012-10-10Rename gnu-nxflat.ld to gnu-nxflat-gotoff.ld; Add gnu-nxflat-pcrel.ldpatacongo1-1/+1
2012-10-10Change the default path to the buildroot bin/ directory in all setenv.sh filespatacongo1-1/+1
2012-10-05Add buildroot support for binutils-2.22 and gcc-4.6.3; all buildroot tools ar...patacongo1-1/+1
2012-10-04Change all occurrences of CONFIG_EXAMPLE_ to CONFIG_EXAMPLES_ for consistency...patacongo1-11/+11