- Jul 24, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
apps/canutils/libcanard: Update version
-
- Jul 23, 2016
-
-
Paul A. Patience authored
-
- Jul 21, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
(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
-
Gregory Nutt authored
-
- Jul 20, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Jul 19, 2016
-
-
Gregory Nutt authored
apps/examples/pty_test: If CONFIG_SERIAL_TERMIOS is not selected, then don't call tcgetattr or tcsetattr.
-
- Jul 18, 2016
-
-
Gregory Nutt authored
-
- Jul 17, 2016
-
-
Gregory Nutt authored
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.
-
ziggurat29 authored
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.
-
ziggurat29 authored
-
Gregory Nutt authored
-
- Jul 16, 2016
-
-
Gregory Nutt authored
apps/examples/pty_test: Use of POLL must be optional. There are still a few character drivers that do not support it.
-
Alan Carvalho de Assis authored
-
Gregory Nutt authored
-
Alan Carvalho de Assis authored
-
- Jul 15, 2016
-
-
Gregory Nutt authored
-
Alan Carvalho de Assis authored
-
Gregory Nutt authored
-
David Alessio authored
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.
-
- Jul 14, 2016
-
-
Gregory Nutt authored
-
Pierre-noel Bouteville authored
ESP8266 Kconfig: Select ARCH_HAVE_NET when NETUTILS_ESP8266 is selected. This allows, among other things, support for network debug output.
-
- Jul 13, 2016
-
-
ziggurat29 authored
-
Gregory Nutt authored
-
- Jul 12, 2016
-
-
Pierre-noel Bouteville authored
-
ziggurat29 authored
-
David Alessio authored
-
- Jul 11, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Add apps/include to include path in top-level Make.defs file. Remove multiple definitions of INCDIR opt.
-
Sebastien Lorquet authored
-
David Alessio authored
-
- Jul 10, 2016
-
-
David Alessio authored
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 ;) `
-
David Alessio authored
The NTP client will now optionally use pool.ntp.org as the NTP server; and reset the retry count upon success -- more robust.
-