Gregory Nutt
|
f46bfeb1f8
|
Fix/clarify a few coments.
|
2017-01-01 15:44:48 -06:00 |
|
Gregory Nutt
|
34be3e7c3c
|
Add configuration support for builds with Ubuntu under Windows 10
|
2017-01-01 15:34:23 -06:00 |
|
Gregory Nutt
|
89135c55e4
|
drivers/timer: Add an upper-half, oneshot timer character driver.
|
2016-08-12 10:40:07 -06:00 |
|
Gregory Nutt
|
23a876ab9c
|
Move include/nuttx/math.h to include/nuttx/lib/math.h
|
2016-07-21 13:58:09 -06:00 |
|
Gregory Nutt
|
ea589e2d6c
|
Move include/nuttx/stdarg.h to include/nuttx/lib/stdarg.h
|
2016-07-21 13:48:20 -06:00 |
|
Gregory Nutt
|
7f16548f57
|
Replaces last three commits. Does the same thing, but does it in a way that does not change the usage model.
|
2016-06-21 05:26:08 -06:00 |
|
Gregory Nutt
|
0c8c7fecf0
|
Add _ to the beginning of all debug macros to avoid name collisions
|
2016-06-16 12:33:32 -06:00 |
|
Gregory Nutt
|
6f08216621
|
Centralize definitions associated with CONFIG_DEBUG_SYSCALL
|
2016-06-16 08:12:38 -06:00 |
|
Gregory Nutt
|
7a9f1814a2
|
Centralize definitions associated with CONFIG_DEBUG_SDIO/MEMCARD
|
2016-06-16 07:50:54 -06:00 |
|
Gregory Nutt
|
b7f0fbc073
|
Centralize definitions associated with CONFIG_DEBUG_RTC
|
2016-06-16 07:39:23 -06:00 |
|
Gregory Nutt
|
37b9742189
|
Centralize definitions associated with CONFIG_DEBUG_TIMER
|
2016-06-16 07:16:25 -06:00 |
|
Gregory Nutt
|
6b517ed017
|
Centralize definitions associated with CONFIG_DEBUG_WATCHDOG
|
2016-06-16 06:28:04 -06:00 |
|
Gregory Nutt
|
03cbe671ad
|
Centralize definitions associated with CONFIG_DEBUG_PWM
|
2016-06-15 17:23:56 -06:00 |
|
Gregory Nutt
|
8ce929a915
|
Centralize definitions associated with CONFIG_DEBUG_I2S
|
2016-06-15 16:54:01 -06:00 |
|
Gregory Nutt
|
5c89b18af8
|
Centralize definitions associated with CONFIG_DEBUG_I2C
|
2016-06-15 16:30:12 -06:00 |
|
Gregory Nutt
|
63b1eb09e6
|
Centralize definitions associated with CONFIG_DEBUG_CAN
|
2016-06-15 15:45:27 -06:00 |
|
Gregory Nutt
|
6d9a0511ad
|
Rename CONFIG_DEBUG_HEAP to CONFIG_HEAP_COLORATION
|
2016-06-15 14:48:06 -06:00 |
|
Gregory Nutt
|
2ddd57c674
|
Centralize definitions associated with CONFIG_DEBUG_LEDS
|
2016-06-15 14:12:19 -06:00 |
|
Gregory Nutt
|
24c51ec1ff
|
Centralize definitions associated with CONFIG_DEBUG_LCD
|
2016-06-15 11:40:33 -06:00 |
|
Gregory Nutt
|
ba03134bed
|
Centralize definitions associated with CONFIG_DEBUG_SPI
|
2016-06-15 10:41:13 -06:00 |
|
Gregory Nutt
|
a97d3ae707
|
Centralize definitions associated with CONFIG_DEBUG_GPIO
|
2016-06-15 09:20:23 -06:00 |
|
Gregory Nutt
|
c4e6f50eac
|
Centralize definitions associated with CONFIG_DEBUG_IRQ
|
2016-06-15 08:35:22 -06:00 |
|
Gregory Nutt
|
f3ec664f63
|
Debug output level (error, warning, info) is now selectable on a per-subsystem, per-driver basis
|
2016-06-12 13:08:23 -06:00 |
|
Gregory Nutt
|
a1469a3e95
|
Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err()
|
2016-06-11 15:50:49 -06:00 |
|
Gregory Nutt
|
1cdc746726
|
Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES
|
2016-06-11 14:14:08 -06:00 |
|
Gregory Nutt
|
c211ce8be1
|
DEBUGASSERT() is not enabled with CONFIG_DEBUG_ASSERTIONS, not CONFIG_DEBUG
|
2016-06-11 12:49:21 -06:00 |
|
Gregory Nutt
|
a3bb764305
|
Add support for a warn() marco that will be between dbg() and info() in priority
|
2016-06-11 12:38:37 -06:00 |
|
Gregory Nutt
|
3a74a438d9
|
Rename CONFIG_DEBUG_VERBOSE to CONFIG_DEBUG_INFO
|
2016-06-11 11:50:18 -06:00 |
|
Gregory Nutt
|
5356e3d747
|
Since I can't (yet) get rid of the sanity checks in config.h, I suppose I should at least update the checks.
|
2016-05-11 11:07:00 -06:00 |
|
Gregory Nutt
|
bcceb425ee
|
Kconfig: Fix some very long lines
|
2016-03-19 08:08:18 -06:00 |
|
Gregory Nutt
|
6d1b4c051e
|
Add new top-level wireless/ directory
|
2016-02-26 17:07:04 -06:00 |
|
Gregory Nutt
|
1ac6ecac87
|
Changes to last pull request needed for conformance with coding standard
|
2016-01-09 07:27:22 -06:00 |
|
Dimitry Kloper
|
d219f3a36e
|
Introduce arch-specific debug macro hooks
Make it possible for arch code to provide hook macros for NuttX dbg
that will lead to arch-specific syslog() and lowsyslog() variants.
|
2016-01-09 14:28:12 +02:00 |
|
Gregory Nutt
|
1e96a07346
|
Kconfig: CONFIG_BUILD_KERNEL should not be experimental
|
2015-12-21 10:58:59 -06:00 |
|
Gregory Nutt
|
0dea00177e
|
Add a generic user LED upper half discrete driver
|
2015-11-01 14:41:40 -06:00 |
|
Gregory Nutt
|
342f5fe33d
|
Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation
|
2015-06-28 08:08:57 -06:00 |
|
Gregory Nutt
|
d84abfafc4
|
Fix another error in conditional compilation; plus some additional cosmetic changes
|
2015-01-24 09:04:28 -06:00 |
|
Gregory Nutt
|
7e46e94546
|
Remove CONFIG_DEBUG_STACK. Adding CONFIG_STACK_COLORATION makes this configuration option pointless
|
2015-01-24 06:49:51 -06:00 |
|
Gregory Nutt
|
05c5c8c337
|
Add CONFIG_STACK_COLORATION that does the same thing as CONFIG_DEBUG_STACK but without enabling debug. From David Sidrane
|
2015-01-24 06:03:39 -06:00 |
|
Gregory Nutt
|
ae18f9dacd
|
Unify sensor debug. ADX driver was using input debug; LM75 and QENCODE that their own custom debug. Now all use CONFIG_DEBUG_SENSOR, sndbg()
|
2014-12-16 09:54:32 -06:00 |
|
Gregory Nutt
|
0e3e2e3029
|
Fix some typos
|
2014-10-15 10:57:04 -06:00 |
|
Gregory Nutt
|
a73a3ef99f
|
Add shared memory initializatin logic
|
2014-09-23 08:46:31 -06:00 |
|
Gregory Nutt
|
faf16f229c
|
Some initial clean-up in verifying the CONFIG_BUILD_PROTECTED configuration change
|
2014-08-29 15:07:35 -06:00 |
|
Gregory Nutt
|
e3ff0689bb
|
Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL
|
2014-08-29 14:47:22 -06:00 |
|
Gregory Nutt
|
040d4317a5
|
System call debug needs to be conditioned on LIB_SYSCALL, no NUTTX_KERNEL
|
2014-08-29 07:26:30 -06:00 |
|
Gregory Nutt
|
7a81bce7b1
|
The system call library can now be built with CONFIG_NUTTX_KERNEL. New select: CONFIG_LIB_SYSCALL
|
2014-08-28 12:09:49 -06:00 |
|
Gregory Nutt
|
f4bcb730d2
|
WM8904 w/NxPlayer: Fix some compile errors and warnings with debug enabled
|
2014-07-20 09:17:36 -06:00 |
|
Gregory Nutt
|
bb3dcccd98
|
Beginning of a crypto/ subsystem from Max Neklyudov
|
2014-07-03 07:42:44 -06:00 |
|
Gregory Nutt
|
61555fe5e1
|
Various SAM4S related fixes, mostely related to the timer driver driver and the SAM4S timer/counter. All from Bob Doisin
|
2014-04-22 09:01:20 -06:00 |
|
Gregory Nutt
|
b3daf84b12
|
Top level make will now generate a U-Boot uImage file
|
2014-04-01 11:56:58 -06:00 |
|
Gregory Nutt
|
4cbdbc875e
|
Support for the older, manual configurations has been completely removed from the NuttX build system
|
2014-03-06 13:00:50 -06:00 |
|
Gregory Nutt
|
29a4ca8f08
|
configs/rgmp/arm/default: Configuration converted to use the kconfig-frontends tools
|
2014-03-06 11:19:05 -06:00 |
|
Gregory Nutt
|
d092f888fb
|
Add CONFIG_DEFAULT_SMALL that will select default values for configuration 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
|
2014-02-20 18:49:45 -06:00 |
|
Gregory Nutt
|
74cb19cfb2
|
Fix some typos in some documents
|
2014-02-08 10:46:29 -06:00 |
|
Gregory Nutt
|
7b9a71eff2
|
Suppress option to use custom optimization levels for architectures that do not support it
|
2014-01-24 08:07:27 -06:00 |
|
Gregory Nutt
|
f3f5378acc
|
The optimization level can now be selected as part of the configuration
|
2014-01-24 07:45:35 -06:00 |
|
Gregory Nutt
|
090a1c0bf6
|
Back out part of last change: Interrupt controller debug selection as already there
|
2013-12-22 11:21:19 -06:00 |
|
Gregory Nutt
|
facf988cb2
|
Add logic to configure interrupt controller debug; Fix high priority, nested interrupt build problems
|
2013-12-22 11:16:29 -06:00 |
|
Gregory Nutt
|
a58f1bcbec
|
Beginning separation of debug symbols and optimization selections
|
2013-12-20 11:43:02 -06:00 |
|
Gregory Nutt
|
4214dc9ce9
|
SAMA5 SSC: Add framework (only) for a forthcoming SSC-based I2S driver
|
2013-11-07 12:26:53 -06:00 |
|
Gregory Nutt
|
3aa348035d
|
SAMA5D3x-EK: Add support board-specific PWM testing
|
2013-11-06 14:38:19 -06:00 |
|
Gregory Nutt
|
f8b3dbaa61
|
Extend stack debug logic to include IDLE and interrupt stacks. Also color the heap as well. Based on suggestions from David Sidrane
|
2013-11-01 11:16:51 -06:00 |
|
Gregory Nutt
|
76764003a5
|
Add logic to enable DEBUG_NET if NET=n but WL_CC3000=y
|
2013-10-23 11:48:57 -06:00 |
|
Gregory Nutt
|
fc3889b154
|
Add CONFIG_DEBUG_RTC
|
2013-10-19 10:35:01 -06:00 |
|
Gregory Nutt
|
7affa54e7e
|
Standardize stack checking interface
|
2013-09-24 11:45:13 -06:00 |
|
Gregory Nutt
|
6422792f57
|
Standard configuration variables used to enable interupt controller debug; SAMA5: Correct handling of spurious interrupts
|
2013-08-03 08:22:37 -06:00 |
|
Gregory Nutt
|
83ecc03d17
|
Remove CONFIG_XYZ_BUILTIN configurations, replace with the single 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
|
2013-06-12 17:32:00 -06:00 |
|
Gregory Nutt
|
5b86207177
|
Add audio/ sub-syste, include/nuttx/audio.h interface, and drivers/audio/vs1053.c driver to NuttX. From Ken Pettit
|
2013-05-19 15:12:28 -06:00 |
|
Gregory Nutt
|
f9b9875952
|
Various Kconfig files still have references to CONFIG_ variables. Some in harmless comments, some in config definionts which is not harmless. All removed
|
2013-04-25 15:52:00 -06:00 |
|
Gregory Nutt
|
b553609351
|
New Kconfig convention: Extra indentation in comments will render as HTML preformatted text
|
2013-04-22 09:10:58 -06:00 |
|
Gregory Nutt
|
8cbca09f94
|
More kconfg2html logic
|
2013-04-20 17:05:45 -06:00 |
|
Gregory Nutt
|
27c28f542e
|
Add suppport for choice prompts and help text to the Kconfig documentation tool
|
2013-04-20 14:18:08 -06:00 |
|
Gregory Nutt
|
1925e60dd1
|
fix LPC177x/8x GPIO debug instrumentation
|
2013-04-05 12:46:53 -06:00 |
|
patacongo
|
49de19ed4b
|
Completes coding of the LPC17 DMA driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5801 42af7a65-404d-4744-a932-0658087f49c3
|
2013-03-30 17:36:46 +00:00 |
|
patacongo
|
3daa175977
|
Add OpenOCD support for LM4F120 LaunchPad. From JP Carballo
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5747 42af7a65-404d-4744-a932-0658087f49c3
|
2013-03-16 01:57:34 +00:00 |
|
patacongo
|
8bba3440a3
|
More MPU-related fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5746 42af7a65-404d-4744-a932-0658087f49c3
|
2013-03-16 00:34:43 +00:00 |
|
patacongo
|
2433c1461b
|
Remove user_map.h; replace with a header at the beginning of the user-space 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
|
2013-03-10 23:42:49 +00:00 |
|
patacongo
|
18ca1965b6
|
AT91SAM3 now supports kernel-mode heap; SAM3U-EK knsh configuration converted to use kconfig-frontends tool
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5726 42af7a65-404d-4744-a932-0658087f49c3
|
2013-03-10 19:31:10 +00:00 |
|
patacongo
|
0449f2f22e
|
Bugs reported by Mike Smith fixed; ZKIT-ARM-1769 CAN support from Rashid Fatah
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5703 42af7a65-404d-4744-a932-0658087f49c3
|
2013-03-04 14:53:41 +00:00 |
|
patacongo
|
e6298a7a4c
|
Fix NuTiny-SDK-NUC120 LEDs
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5679 42af7a65-404d-4744-a932-0658087f49c3
|
2013-02-27 15:16:46 +00:00 |
|
patacongo
|
9b5d4a7b46
|
USB monitor daemon updates
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5579 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-29 13:30:10 +00:00 |
|
patacongo
|
ad430fc198
|
Add syslog.h; rename lib_rawprintf() to syslog()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5578 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-28 21:55:16 +00:00 |
|
patacongo
|
57820d7d90
|
Fix errors and omissions in last checkin
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5451 42af7a65-404d-4744-a932-0658087f49c3
|
2012-12-22 16:51:01 +00:00 |
|
patacongo
|
14eed871e8
|
Add tools/kconfig.bat
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5450 42af7a65-404d-4744-a932-0658087f49c3
|
2012-12-22 16:47:02 +00:00 |
|
patacongo
|
f8ad7573a5
|
Update for ez80 Windows native build (still does not work)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5377 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-21 17:44:14 +00:00 |
|
patacongo
|
0ea48ddabc
|
Kconfig updates from Freddie Chopin
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5353 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-14 17:04:03 +00:00 |
|
patacongo
|
0b27df8f5c
|
Mostly cosmetic changes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5344 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-13 15:50:38 +00:00 |
|
patacongo
|
1bb71ab951
|
move lib/ to libc/ to make room for a true lib/ directory. Rename libraries to match
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5328 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-10 15:47:45 +00:00 |
|
patacongo
|
de47b5e4cf
|
Misc changes to accept setenv.bat; Add UG-2864AMBAG01 reverse landscape support
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5326 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-09 22:37:52 +00:00 |
|
patacongo
|
80f8563f4d
|
UG-2864AMBAG01 driver is basically functional
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5325 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-09 17:37:27 +00:00 |
|
patacongo
|
cee4481eca
|
lib/math files not follow coding standard; float, double, and long double versions in separate files to reduce size of dumb link
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5270 42af7a65-404d-4744-a932-0658087f49c3
|
2012-10-28 18:42:09 +00:00 |
|
patacongo
|
b49a2605d0
|
Add framework to support loadable ELF modules (not much logic in place yet)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5250 42af7a65-404d-4744-a932-0658087f49c3
|
2012-10-24 16:46:12 +00:00 |
|
patacongo
|
a630e4a117
|
Kconfig changes to get a clean STM32 ADC example build
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5246 42af7a65-404d-4744-a932-0658087f49c3
|
2012-10-21 15:47:34 +00:00 |
|
patacongo
|
c48a617cd2
|
Correct some bad parameter checking
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5197 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-27 03:13:50 +00:00 |
|
patacongo
|
3558feeaf5
|
Shenzhou schematic is wrong: LCD WR signal is on PB14, not PD14
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5195 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-26 22:03:53 +00:00 |
|
patacongo
|
2a3aab213e
|
Shenzhou board has an SSD1289 LCD, not ILI93xx
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5194 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-26 19:41:54 +00:00 |
|
patacongo
|
e3531087d3
|
Add more LCD-related Kconfig logic; Create a Kconfig file for NxWidgets
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5189 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-25 21:15:02 +00:00 |
|
patacongo
|
f2de6bd846
|
Hook in graphics/Kconfig
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5187 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-25 01:29:27 +00:00 |
|
patacongo
|
0fcb7e439a
|
The M3 Wildfire port is code complete and ready for test
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5125 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-10 22:26:37 +00:00 |
|
patacongo
|
08ef9d0367
|
Add Kconfig settings for the LPC17xx
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5094 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-05 17:20:19 +00:00 |
|