Commit Graph

2445 Commits

Author SHA1 Message Date
Gregory Nutt
c17c7f8afe Add some comments 2016-08-11 12:02:09 -06:00
Gregory Nutt
1c613745ed apps/interpreters/minibasic: Move 1K I/O buffer off the stack and into a static. 2016-08-11 11:50:25 -06:00
Gregory Nutt
fb3fa286d5 Mini Basic: some cosmetic changes 2016-08-11 10:34:32 -06:00
Gregory Nutt
47daad13fa Fix to get Mini-Basic to build 2016-08-11 10:01:42 -06:00
Gregory Nutt
a1c0580034 apps/interpreters/minibasic: Add a port of Mini Basic, version 1.0, written by Malcom McLean and released under the Creative Commons Attirbution license. 2016-08-11 09:40:45 -06:00
Alan Carvalho de Assis
93f7809258 Add RFID_READUID sample application 2016-08-06 09:02:57 -06:00
Gregory Nutt
823b8c3981 FIFO_SIZE vs PIPE_SIZE 2016-08-04 16:25:47 -06:00
Gregory Nutt
fff8a91e52 Oops, wrong kind of comments 2016-08-04 13:32:19 -06:00
Gregory Nutt
6624917285 Add some dependencies on new settings in apps/examples/pipe 2016-08-04 13:23:31 -06:00
Gregory Nutt
e4914622b3 NSH: cmd_mkfifo depend son CONFIG_DEV_PIPE_SIZE > 0 2016-08-04 12:57:02 -06:00
Gregory Nutt
aaedd7c0ab Got delimiter backward in recent commit 2016-08-04 11:52:16 -06:00
Gregory Nutt
73b0ce0272 apps/exmples/gpio: Should not claim an error if we are only asked to read an output pin 2016-08-03 13:08:58 -06:00
Gregory Nutt
02b864d3ab Update ChangeLog 2016-08-02 14:36:58 -06:00
Gregory Nutt
11012a6c3e Add DIRLINK and DIRUNLOBK tool definitions to Make.defs 2016-08-02 08:38:20 -06:00
Sebastien Lorquet
a58e09a8ca Add definition for APPNAME in apps/canutils/canlib 2016-08-01 17:32:16 -06:00
Gregory Nutt
fce37aeafa apps/examples/gpio: Bug fixes from testing 2016-08-01 15:27:48 -06:00
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
28c397b3ce Add the dirlinks target to some Makefiles. This plugs some wholes open by last chicken-and-egg build fix 2016-07-28 12:00:03 -06:00
Gregory Nutt
256a836a23 apps/canutils/libuavcan: Under certain circumstances, DELIM make not be defined in Makefile 2016-07-28 09:56:37 -06:00
Gregory Nutt
d43a20daca Fix a few typos in the changelog 2016-07-25 12:11:07 -06:00
Gregory Nutt
46af5cdec8 Fix date of 7.17 release. 2016-07-25 07:29:31 -06:00
Gregory Nutt
4df5041ca2 Prep for 7.17 release 2016-07-25 07:23:56 -06:00
Gregory Nutt
eede559506 Update ChangeLog 2016-07-24 14:02:39 -06:00
Gregory Nutt
4b7fd0ab77 Merged in paulpatience/nuttx-apps/libcanard (pull request #55)
apps/canutils/libcanard: Update version
2016-07-24 07:33:06 -06:00
Paul A. Patience
a23d76477e apps/canutils/libcanard: Update version 2016-07-23 16:45:22 -04:00
Gregory Nutt
f87893b514 Move include/nuttx/regex.h to include/nuttx/lib/regex.h 2016-07-21 13:42:06 -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
11ef5ac1b3 (1) Make.defs set the include path in CFLAGS, but not in CXXFLAGS, (2) canutils/libuavcan/Makefile should not use explication / delimiters. It should not use -I. I should use DELIM: command not found and nuttx/tools/incdir.sh 2016-07-21 11:35:13 -06:00
Gregory Nutt
00175d9cf3 Version b28bf6... of apps/canutils/libcanard must not be patched due to moving can.h 2016-07-21 09:13:47 -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
Gregory Nutt
0fd29e31cb Merged in ziggurat29/apps (pull request #54)
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 17:09:30 -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
ziggurat29
e64e160250 Merged nuttx/apps into master 2016-07-17 13:45:48 -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
Gregory Nutt
b1230ce87a NSH: Eliminate a warning about discarding const 2016-07-15 08:31:47 -06:00
David Alessio
f48b3c73b0 When Priority Inheritance is enabled, the format of /proc/<PID>/status changes to show both the current priority and the thread’s base priority. This messes up the format of cmd_ps.
The attached patch fixes cmd_ps to ignore the base priority.
2016-07-15 07:01:02 -06:00
Gregory Nutt
47c90c6b6f Update ChangeLog 2016-07-14 16:18:05 -06:00