summaryrefslogtreecommitdiff
path: root/nuttx/Kconfig
Commit message (Collapse)AuthorAgeFilesLines
* Unify sensor debug. ADX driver was using input debug; LM75 and QENCODE that ↵Gregory Nutt2014-12-161-0/+9
| | | | their own custom debug. Now all use CONFIG_DEBUG_SENSOR, sndbg()
* Fix some typosGregory Nutt2014-10-151-2/+1
|
* Add shared memory initializatin logicGregory Nutt2014-09-231-0/+7
|
* Some initial clean-up in verifying the CONFIG_BUILD_PROTECTED configuration ↵Gregory Nutt2014-08-291-2/+0
| | | | change
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate ↵Gregory Nutt2014-08-291-16/+51
| | | | new CONFIG_BUILD_KERNEL
* System call debug needs to be conditioned on LIB_SYSCALL, no NUTTX_KERNELGregory Nutt2014-08-291-1/+1
|
* The system call library can now be built with CONFIG_NUTTX_KERNEL. New ↵Gregory Nutt2014-08-281-2/+1
| | | | select: CONFIG_LIB_SYSCALL
* WM8904 w/NxPlayer: Fix some compile errors and warnings with debug enabledGregory Nutt2014-07-201-90/+92
|
* Beginning of a crypto/ subsystem from Max NeklyudovGregory Nutt2014-07-031-0/+11
|
* Various SAM4S related fixes, mostely related to the timer driver driver and ↵Gregory Nutt2014-04-221-0/+9
| | | | the SAM4S timer/counter. All from Bob Doisin
* Top level make will now generate a U-Boot uImage fileGregory Nutt2014-04-011-0/+18
|
* Support for the older, manual configurations has been completely removed ↵Gregory Nutt2014-03-061-7/+0
| | | | from the NuttX build system
* configs/rgmp/arm/default: Configuration converted to use the ↵Gregory Nutt2014-03-061-0/+17
| | | | kconfig-frontends tools
* Add CONFIG_DEFAULT_SMALL that will select default values for configuration ↵Gregory Nutt2014-02-201-0/+13
| | | | settings based upon either more features or smaller footprint. Turns out not be be useful for modifying existing defconfig files because the defaults do not apply in that case
* Fix some typos in some documentsGregory Nutt2014-02-081-5/+5
|
* Suppress option to use custom optimization levels for architectures that do ↵Gregory Nutt2014-01-241-0/+5
| | | | not support it
* The optimization level can now be selected as part of the configurationGregory Nutt2014-01-241-10/+39
|
* Back out part of last change: Interrupt controller debug selection as ↵Gregory Nutt2013-12-221-8/+0
| | | | already there
* Add logic to configure interrupt controller debug; Fix high priority, nested ↵Gregory Nutt2013-12-221-0/+8
| | | | interrupt build problems
* Beginning separation of debug symbols and optimization selectionsGregory Nutt2013-12-201-2/+9
|
* SAMA5 SSC: Add framework (only) for a forthcoming SSC-based I2S driverGregory Nutt2013-11-071-0/+9
|
* SAMA5D3x-EK: Add support board-specific PWM testingGregory Nutt2013-11-061-0/+9
|
* Extend stack debug logic to include IDLE and interrupt stacks. Also color ↵Gregory Nutt2013-11-011-0/+11
| | | | the heap as well. Based on suggestions from David Sidrane
* Add logic to enable DEBUG_NET if NET=n but WL_CC3000=yGregory Nutt2013-10-231-1/+1
|
* Add CONFIG_DEBUG_RTCGregory Nutt2013-10-191-9/+18
|
* Standardize stack checking interfaceGregory Nutt2013-09-241-0/+11
|
* Standard configuration variables used to enable interupt controller debug; ↵Gregory Nutt2013-08-031-23/+34
| | | | SAMA5: Correct handling of spurious interrupts
* Remove CONFIG_XYZ_BUILTIN configurations, replace with the single ↵Gregory Nutt2013-06-121-1/+1
| | | | CONFIG_NSH_BUILTIN_APPS. Add SAM3/4 sam_periphclks.h which is just a header file that includes the right header file. Misc SAM3U-EK cleanup
* Add audio/ sub-syste, include/nuttx/audio.h interface, and ↵Gregory Nutt2013-05-191-0/+12
| | | | drivers/audio/vs1053.c driver to NuttX. From Ken Pettit
* Various Kconfig files still have references to CONFIG_ variables. Some in ↵Gregory Nutt2013-04-251-4/+4
| | | | harmless comments, some in config definionts which is not harmless. All removed
* New Kconfig convention: Extra indentation in comments will render as HTML ↵Gregory Nutt2013-04-221-27/+21
| | | | preformatted text
* More kconfg2html logicGregory Nutt2013-04-201-1/+1
|
* Add suppport for choice prompts and help text to the Kconfig documentation toolGregory Nutt2013-04-201-1/+7
|
* fix LPC177x/8x GPIO debug instrumentationGregory Nutt2013-04-051-12/+40
|
* Completes coding of the LPC17 DMA driverpatacongo2013-03-301-0/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5801 42af7a65-404d-4744-a932-0658087f49c3
* Add OpenOCD support for LM4F120 LaunchPad. From JP Carballopatacongo2013-03-161-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5747 42af7a65-404d-4744-a932-0658087f49c3
* More MPU-related fixespatacongo2013-03-161-0/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5746 42af7a65-404d-4744-a932-0658087f49c3
* Remove user_map.h; replace with a header at the beginning of the user-space ↵patacongo2013-03-101-0/+11
| | | | | | blob. User work queue no started by os_brinup() on behalf of the application git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5727 42af7a65-404d-4744-a932-0658087f49c3
* AT91SAM3 now supports kernel-mode heap; SAM3U-EK knsh configuration ↵patacongo2013-03-101-1/+4
| | | | | | converted to use kconfig-frontends tool git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5726 42af7a65-404d-4744-a932-0658087f49c3
* Bugs reported by Mike Smith fixed; ZKIT-ARM-1769 CAN support from Rashid Fatahpatacongo2013-03-041-0/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5703 42af7a65-404d-4744-a932-0658087f49c3
* Fix NuTiny-SDK-NUC120 LEDspatacongo2013-02-271-0/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5679 42af7a65-404d-4744-a932-0658087f49c3
* USB monitor daemon updatespatacongo2013-01-291-31/+25
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5579 42af7a65-404d-4744-a932-0658087f49c3
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-281-2/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5578 42af7a65-404d-4744-a932-0658087f49c3
* Fix errors and omissions in last checkinpatacongo2012-12-221-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5451 42af7a65-404d-4744-a932-0658087f49c3
* Add tools/kconfig.batpatacongo2012-12-221-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5450 42af7a65-404d-4744-a932-0658087f49c3
* Update for ez80 Windows native build (still does not work)patacongo2012-11-211-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5377 42af7a65-404d-4744-a932-0658087f49c3
* Kconfig updates from Freddie Chopinpatacongo2012-11-141-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5353 42af7a65-404d-4744-a932-0658087f49c3
* Mostly cosmetic changespatacongo2012-11-131-2/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5344 42af7a65-404d-4744-a932-0658087f49c3
* move lib/ to libc/ to make room for a true lib/ directory. Rename libraries ↵patacongo2012-11-101-1/+1
| | | | | | to match git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5328 42af7a65-404d-4744-a932-0658087f49c3
* Misc changes to accept setenv.bat; Add UG-2864AMBAG01 reverse landscape supportpatacongo2012-11-091-1/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5326 42af7a65-404d-4744-a932-0658087f49c3