Gregory Nutt
|
acbbd690f9
|
apps/examples/gpio: Add a simple test of the GPIO driver
|
2016-08-01 13:53:20 -06:00 |
|
Gregory Nutt
|
ac018597e4
|
Fix a syntax error in a Kconfig file. Update comments in another.
|
2016-07-29 13:12:28 -06:00 |
|
Gregory Nutt
|
a15bd864f5
|
Move include/nuttx/configdata.h to include/nuttx/mtd/configdata.h
|
2016-07-21 13:34:19 -06:00 |
|
Gregory Nutt
|
d5b7268d95
|
ramdisk.h moved from include/fs/nuttx/ to include/nuttx/drivers.
|
2016-07-20 14:02:41 -06:00 |
|
Gregory Nutt
|
ad9c53d0ed
|
pwm.h moved from include/nuttx/ to include/nuttx/drivers.
|
2016-07-20 13:48:54 -06:00 |
|
Gregory Nutt
|
0042366255
|
can.h moved from include/nuttx/ to include/nuttx/drivers.
|
2016-07-20 13:39:12 -06:00 |
|
Gregory Nutt
|
c25159c0fa
|
Driver related prototypes moved out of include/nuttx/fs/fs.h and into new include/drivers/drivers.h
|
2016-07-20 13:22:16 -06:00 |
|
Gregory Nutt
|
7d517413cb
|
Things that use mkfifo() and pipe() depend on CONFIG_PIPES
|
2016-07-20 10:46:05 -06:00 |
|
Gregory Nutt
|
1a6bb2a47c
|
apps/examples/pty_test: If CONFIG_SERIAL_TERMIOS is not selected, then don't call tcgetattr or tcsetattr.
|
2016-07-19 14:28:07 -06:00 |
|
Gregory Nutt
|
7f6a21ecac
|
Eliminate some warnings
|
2016-07-18 11:26:45 -06:00 |
|
ziggurat29
|
20446c9e03
|
minor; media app is intended to take either a command line argument, or a compiled-in default value from config. However, the default is ignored, leading to confusing error messages.
|
2016-07-17 15:10:26 -05:00 |
|
Gregory Nutt
|
7e2980bee5
|
Fix comment string
|
2016-07-17 09:39:26 -06:00 |
|
Gregory Nutt
|
126592b85d
|
apps/examples/pty_test: Use of POLL must be optional. There are still a few character drivers that do not support it.
|
2016-07-16 13:46:52 -06:00 |
|
Alan Carvalho de Assis
|
8a16e80cf3
|
apps/examples/pty_test: Add termios calls to convert LF to CR-LF on writes
|
2016-07-16 12:38:44 -06:00 |
|
Gregory Nutt
|
3cd17bcc7c
|
Fix a couple of cosmetic alignment issues
|
2016-07-16 11:56:17 -06:00 |
|
Alan Carvalho de Assis
|
49ab72d9ac
|
Extensions to examples/pty_test
|
2016-07-16 11:24:54 -06:00 |
|
Gregory Nutt
|
552d3c4712
|
PTY: Fix a few errors from early testing
|
2016-07-15 14:09:14 -06:00 |
|
Alan Carvalho de Assis
|
e3d0c6f15a
|
apps/examples/pty_test: PTY test program
|
2016-07-15 13:28:38 -06:00 |
|
Sebastien Lorquet
|
2cbad44f1d
|
This is the Pokemon patch to change all includes fronm <apps/bla/bla.h> to "bla/bla.h"
|
2016-07-11 10:11:18 -06:00 |
|
Matthias Renner
|
715fb8fa43
|
add canard app, untested
|
2016-07-08 07:55:30 -06:00 |
|
Gregory Nutt
|
0f1e86b2fd
|
apps/include/tiff.h moved to apps/include/graphics/tiff.h
|
2016-07-01 07:03:26 -06:00 |
|
Gregory Nutt
|
0e76ca7474
|
Move apps/include/nsh.h to apps/include/nshlib/nshlib.h
|
2016-07-01 06:59:23 -06:00 |
|
Gregory Nutt
|
cd741c82cf
|
apps/include: Move all header files associated with modules in apps/system to apps/include/system
|
2016-07-01 06:48:22 -06:00 |
|
Gregory Nutt
|
4343a6ef8b
|
Move apps/include/ftpc.h to apps/include/netutils/ftpc.h
|
2016-07-01 06:36:07 -06:00 |
|
Sebastien Lorquet
|
546c381982
|
apps/examplex/can: Some variables were not declared in all required cases.
|
2016-06-23 08:05:06 -06:00 |
|
Gregory Nutt
|
d32f16450d
|
Without lowsyslog() *llerr() is not useful. Eliminate and replace with *err().
|
2016-06-20 12:39:46 -06:00 |
|
Gregory Nutt
|
bb06f7368f
|
Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info().
|
2016-06-20 11:48:15 -06:00 |
|
Gregory Nutt
|
6e2f729add
|
Remove lowsyslog(). The new syslog() includes all of the functionality of lowsyslog(). No longer any need for two interfaces.
|
2016-06-20 08:57:33 -06:00 |
|
Gregory Nutt
|
5098539063
|
Add _ to front of remaining debug macros
|
2016-06-16 12:12:34 -06:00 |
|
Gregory Nutt
|
cc03ecefc8
|
Rename err() to _err()
|
2016-06-16 11:44:22 -06:00 |
|
Gregory Nutt
|
a63d306549
|
apps/examples: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition.
|
2016-06-14 18:23:49 -06:00 |
|
Gregory Nutt
|
586b0aa7e0
|
Change names of *dbg() * *err()
|
2016-06-11 15:51:27 -06:00 |
|
Gregory Nutt
|
f4bae25e32
|
Rename *lldbg to *llerr
|
2016-06-11 14:55:13 -06:00 |
|
Gregory Nutt
|
e82a54bf18
|
Reserver the name 'err' for other purposes
|
2016-06-11 14:49:55 -06:00 |
|
Gregory Nutt
|
468bdcf8e6
|
Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES
|
2016-06-11 14:13:39 -06:00 |
|
Gregory Nutt
|
344c92e2a4
|
Replace all occurrences of vdbg with vinfo
|
2016-06-11 11:55:38 -06:00 |
|
Gregory Nutt
|
56e75e9db8
|
Rename CONFIG_DEBUG_VERBOSE to CONFIG_DEBUG_INFO
|
2016-06-11 11:50:38 -06:00 |
|
Sebastien Lorquet
|
d2aa24ad88
|
Make sure that APPNAME is defined in all Makefiles that generate applications
|
2016-06-09 10:51:04 -06:00 |
|
Gregory Nutt
|
6c09faedd3
|
Merge branch 'master' of bitbucket.org:nuttx/apps
|
2016-06-09 09:14:14 -06:00 |
|
Sebastien Lorquet
|
7ca5478da3
|
Rearrange to eliminate Kmenu files
|
2016-06-09 08:59:16 -06:00 |
|
Gregory Nutt
|
0dfe0baf2b
|
apps/examples/ostest: SIG_DFL is no long assignment compatible with the sa_sigaction functin pointer.
|
2016-06-08 18:02:37 -06:00 |
|
Sebastien Lorquet
|
e9d6683402
|
Merge branch 'master' into recurse
|
2016-06-02 16:36:02 +02:00 |
|
Sebastien Lorquet
|
a9aa753fa4
|
Recursive Kconfig autogeneration
|
2016-06-02 16:34:00 +02:00 |
|
Sebastien Lorquet
|
bfff5e7179
|
Add empty preconfig rules to 'leaf' makefiles
|
2016-06-02 16:24:30 +02:00 |
|
Sebastien Lorquet
|
bfff7dc4ca
|
add kmenu files
|
2016-06-02 15:23:50 +02:00 |
|
Gregory Nutt
|
59973da9ca
|
apps/examples/alarm: ioctl call was clobbering file descriptor.
|
2016-06-02 06:58:45 -06:00 |
|
Gregory Nutt
|
7fff9a000a
|
Prep for NuttX-7.16 release
|
2016-06-01 15:45:56 -06:00 |
|
Sebastien Lorquet
|
6142ed8e61
|
apps/exmamples/media: Allow choosign the device to be tested via a comman line argument
|
2016-06-01 08:15:10 -06:00 |
|
Paul A. Patience
|
b2f8a0f047
|
examples/uavcan: Update configuration
|
2016-05-25 09:35:28 -04:00 |
|
Gregory Nutt
|
172971fb3c
|
Kconfig: Extend some help comments
|
2016-05-18 19:50:55 -06:00 |
|