Commit Graph

2313 Commits

Author SHA1 Message Date
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
Pierre-noel Bouteville
c4f6897c8f ESP8266 Kconfig: Select ARCH_HAVE_NET when NETUTILS_ESP8266 is selected. This allows, among other things, support for network debug output. 2016-07-14 09:30:59 -06:00
ziggurat29
5fd07644c1 Merged nuttx/apps into master 2016-07-13 09:05:40 -05:00
Gregory Nutt
dd7c4c9493 NSH library: Don't show stack usage is CONFIG_STACK_COLORATION is not enabled. 2016-07-13 07:06:32 -06:00
Pierre-noel Bouteville
f8d425f0ad apps/netutils/cJSON: Eliminate some warnings 2016-07-12 16:27:14 -06:00
ziggurat29
8d2145eece Merged nuttx/apps into master 2016-07-12 12:42:01 -05:00
David Alessio
1d8ef23b88 Use fixed point math for cmd_ps removing dependency on floating point libs. 2016-07-12 06:48:30 -06:00
Gregory Nutt
68064514b9 uIP webserver: Fix a data declaration in a header file. 2016-07-11 13:05:55 -06:00
Gregory Nutt
2cdcf98ab1 Merge branch 'appinc' 2016-07-11 10:48:24 -06:00
Gregory Nutt
3e83aa7388 Add apps/include to include path in top-level Make.defs file. Remove multiple definitions of INCDIR opt. 2016-07-11 10:45:17 -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
David Alessio
63ff107419 Fix a typo a a preceding change. 2016-07-11 06:56:34 -06:00
David Alessio
f553fd1316 Recent enhancements to cmd_ps trips a floating point exception if LIBC_FLOATINGPOINT is not defined (at least on Cortex M4 w/ hardfloat). I’m using a buildroot gcc configured to support Cortex-M4F and the hard float ABI, target files are compiles with: -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard. I’m not sure the best way to address this, but the attached patch file is the first that comes to mind. Note, I added the float qualifier ‘F’ after a few constants to prevent the compiler from promoting the multiplication and division to double (expensive on M4F) then demoting to single float for the store. (sorry, it’s one of my many pet peeves ;)
`
2016-07-10 17:49:58 -06:00
David Alessio
8997e5849d The NTP client will now optionally use pool.ntp.org as the NTP server; and reset the retry count upon success -- more robust. 2016-07-10 17:47:07 -06:00
ziggurat29
71630af3a7 Merged nuttx/apps into master 2016-07-10 16:45:33 -05:00
Gregory Nutt
c64e61df3e exec_builtin was not using the provided open flags 2016-07-10 08:10:57 -06:00
Gregory Nutt
46f082a4dc Move portions of NuttX COPYING file that apply to apps/COPYING file 2016-07-09 13:29:35 -06:00
Gregory Nutt
e4578b5357 Update ChangeLog 2016-07-08 12:44:59 -06:00
Matthias Renner
715fb8fa43 add canard app, untested 2016-07-08 07:55:30 -06:00
ziggurat29
54e99111cb Merged nuttx/apps into master 2016-07-07 11:13:38 -05:00
Gregory Nutt
5fc20cd7e0 Merged in paulpatience/nuttx-apps/libcanard (pull request #52)
apps/canutils/libcanard: Define CANARD_ASSERT as DEBUGASSERT
2016-07-06 08:11:23 -06:00
Paul A. Patience
dcdf701ecf apps/canutils/libcanard: Define CANARD_ASSERT as DEBUGASSERT 2016-07-06 10:02:57 -04:00
Gregory Nutt
539ed6b78d Merged in paulpatience/nuttx-apps/libcanard (pull request #51)
apps/canutils/libcanard: Update version
2016-07-05 06:57:42 -06:00
Paul A. Patience
0fd0e5ab40 apps/canutils/libcanard: Update version 2016-07-05 08:52:00 -04:00
Gregory Nutt
a461a415ab Update ChangeLog 2016-07-04 09:54:32 -06:00
Gregory Nutt
3bb6a08e87 Merged in david_s5/apps/upstream_to_greg (pull request #50)
Take 2
2016-07-01 15:57:09 -06:00
David Sidrane
6eab2b7811 Take 2 2016-07-01 09:45:00 -10:00
Gregory Nutt
97e41cdcc5 Add a missing blank line 2016-07-01 13:27:15 -06:00
Gregory Nutt
57a0f88728 Revert "Review of last PR"
This reverts commit 0e4c247e1d.
2016-07-01 13:26:34 -06:00
Gregory Nutt
0e4c247e1d Review of last PR 2016-07-01 13:22:36 -06:00
Gregory Nutt
e65249b13d Merged in david_s5/apps/upstream_to_greg (pull request #49)
Allow stack usage to be disabled on contrained systems
2016-07-01 13:18:03 -06:00
David Sidrane
cbe1d33786 Allow stack usage to be disabled on contrained systems 2016-07-01 08:59:46 -10:00
Gregory Nutt
f48a813e0e Move apps/include/builtin.h to apps/include/builtin/builtin.h 2016-07-01 07:08:03 -06:00