summaryrefslogtreecommitdiff
path: root/nuttx/configs/c5471evm
Commit message (Expand)AuthorAgeFilesLines
* .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-3/+3
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-041-0/+3
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-094-8/+0
* Add interrupt vector logic for the LM4F120patacongo2013-03-011-6/+0
* Set stdio buffer sizes to 0 or 64. No need for 256 or 1024 stdio bufferspatacongo2013-02-034-4/+4
* Don't build drivers/mtd unless CONFIG_MTD is defined (Denis Carikli)patacongo2013-01-154-4/+4
* configs/many/Make.defs: Fix typo -wstrict-prototypes; Add Calypso keypad driv...patacongo2012-11-284-4/+4
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-201-3/+3
* Fix typo introduced into many Makefiles with last changespatacongo2012-11-191-1/+1
* Finishes all Makefile file changes for Windows native cleanpatacongo2012-11-171-4/+5
* More changes for Mikepatacongo2012-11-154-12/+8
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-1/+1
* Partial change: Removing bash ARCHIVE looppatacongo2012-11-111-3/+1
* Patch to removed MMCSD NSLOTS warning from Freddie Chopinpatacongo2012-11-064-0/+32
* Part I of port of Rhombus math librarypatacongo2012-10-284-4/+0
* Rename gnu-nxflat.ld to gnu-nxflat-gotoff.ld; Add gnu-nxflat-pcrel.ldpatacongo2012-10-104-4/+4
* Change the default path to the buildroot bin/ directory in all setenv.sh filespatacongo2012-10-104-4/+4
* Add buildroot support for binutils-2.22 and gcc-4.6.3; all buildroot tools ar...patacongo2012-10-054-4/+4
* Change all occurrences of CONFIG_EXAMPLE_ to CONFIG_EXAMPLES_ for consistency...patacongo2012-10-044-68/+68
* Refactor common make definitions to tools/Config.mk; Add verbosity option to ...patacongo2012-09-184-92/+0
* Upate some pathes for the new NuttX repositorypatacongo2012-09-171-2/+2
* Email address change in nuttx/patacongo2012-09-1318-18/+18
* Remove several unused configuration valuespatacongo2012-09-084-8/+0
* Kconfig changes + back out part of last check-in: The 2STOP setting must be ...patacongo2012-09-044-8/+8
* Changes to Kconfig and matching defconfig filespatacongo2012-09-044-12/+12
* Add configurable application entry pointpatacongo2012-08-304-0/+4
* Remove documentation from defconfig files so that they are more maintainablepatacongo2012-08-304-784/+12
* Dequote Kconfig strings that may be used as components of a pathpatacongo2012-08-274-0/+4
* Lots of defconfig changes for compatibility with the configuration toolpatacongo2012-08-234-64/+64
* CONFIG_DRAM_END configuration change from Richard Cochranpatacongo2012-08-205-10/+12
* Kconfig updated + NFS updatepatacongo2012-04-231-0/+9
* Kconfig updatepatacongo2012-04-124-4/+4
* Add kconfig documentationpatacongo2012-04-061-1/+1
* Adding skeleton Kconfig files (part 2 of 2)patacongo2012-04-061-0/+4
* Add support for the Atollic 'Lite' toolchain in all STM32 F4 configurationspatacongo2012-02-234-12/+12
* NSH now uses the new Telnet daemon and built-in tasks started by NSH can be u...patacongo2012-02-025-4/+3
* Move lib/stdio/lib_fgets.c to apps/system/readline; simplify fgets(); use rea...patacongo2012-02-011-2/+3
* Add resource.h and fixed frequently cloned typopatacongo2011-05-244-8/+8
* Add a layer to redirect kernel-mode memory manager accessespatacongo2011-04-054-12/+0
* Pass __KERNEL__ define (or not) to all makes to handle small differences in u...patacongo2011-04-034-8/+8
* Remove .built_alwayspatacongo2011-04-014-15/+15
* Prep for 6.0 releasenuttx-6.0patacongo2011-03-214-12/+12
* Move nuttx/examples to apps/examplespatacongo2011-03-208-131/+186
* Move nuttx/netutils to apps/netutilspatacongo2011-03-1919-13/+956
* Update documentation, change CONFIG_EXAMPLES_NSH to CONFIG_NSHpatacongo2011-03-184-40/+40
* More support for SLIP data link protocolpatacongo2011-03-124-8/+4
* Add strnlen()patacongo2010-10-274-0/+4
* Replace CONFIG_EXAMPLE with CONFIG_APP_DIRpatacongo2010-08-284-16/+16
* UDP needed to support resolv_querypatacongo2009-12-171-2/+2