- Nov 05, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Mateusz Szafoni authored
smps, powerled examples: fix floating point format in printf Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Mateusz Szafoni authored
examples: add SMPS driver example Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
- Nov 03, 2017
-
-
Anthony Merlino authored
i8sak: Channel setting is now saved locally, so when performing a startpan or assoc, the channel previously set is still used, even though the MAC layer gets reset. Also fixes a few build issues Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Gregory Nutt authored
include/netutils/netlib.h: In order to avoid pre-processing warnings, NETLIB_SOCK_FAMILY must always be assigned a value, even if there is no real meaning value for it.
-
Dmitriy Linikov authored
Fixed the compilation of nsh_routecmds.c, broken after commit 6b9d23c6 Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
apps/fsutils/mkfatfs: When fsutils/mkfats was split off from the operating system, there were a few dangling things left. Some references to functions in the OS (which are not available in the protected and kernel modes) and several types and function prototeypes that don't exist is apps/fsutils/mkfatfs.
-
- Nov 02, 2017
-
-
Gregory Nutt authored
-
- Nov 01, 2017
-
-
Gregory Nutt authored
-
Anthony Merlino authored
Adds i8shark, a sniffer "adapter" that captures all 802.15.4 traffic, packages it into a Wireshark ZEP packet, and sends it to a host running Wireshark. Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Anthony Merlino authored
i8sak: Changes 'notif' to 'primitive' corresponding to the changes in the Kernel Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Gregory Nutt authored
-
Dmitriy Linikov authored
Fixed misprint in cmd_wget Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Dmitriy Linikov authored
Fixed i2ctool write operation in `no restart` mode (flag `-n`). Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
DL authored
-
DL authored
It seems that I2C driver has changed a bit since i2ctool was written, so now i2ctool sends repeated start even if `no restart` flag (-n) was passed to it.
-
- Oct 31, 2017
-
-
Gregory Nutt authored
-
- Oct 30, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
include/netutils/netlib.h: Add definitions needed when only local Unix domain sockets are supported.
-
- Oct 28, 2017
-
-
Alan Carvalho de Assis authored
-
Alan Carvalho de Assis authored
-
- Oct 27, 2017
-
-
Gregory Nutt authored
Fix parsing of empty strings when CONFIG_NSH_CMDPARMS is not defined. Problem noted by Juha Niskanen.
-
- Oct 26, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
nshlib: df command no long uses the non-standard OS interface foreach_mountpoint(). No simply cats /proc/fs/blocks or /proc/fs/usage.
-
Gregory Nutt authored
nshlib: mount command no long uses the non-standard OS interface foreach_mountpoint(). No simply cats /proc/fs/mount when there are no arguments to the mount command.
-
- Oct 24, 2017
-
-
Anthony Merlino authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
This commit removes the ping6 command from NSH and replaces it with the apps/system/ping6 built-in command. The NSH ping6 command had to be removed because it violated the portable POSIX OS interface. The apps/system/ping6 command uses the sem-standard IPPROTO_ICMP6 socket interface. Squashed commit of the following: apps/system ping and ping6: Fix a backward test. apps/system/ping6: ping6 logic now builds without error. apps/system/ping and ping6: Minor clean-up to configuration settings. apps/system/ping6: Minor clean-up to be able to configure CONFIG_SYSTEM_PING6 apps/nshlib: Remove support for ping6 from NSH. apps/system/ping6: Add IPPROTO_ICMPv6 ping6. Initial commit is simply a clone of the IPPROTO_ICMP ping logic. Rename CONFIG_NET_ICMPv6_PING to CONFIG_NET_ICMPv6_SOCKET.
-
- Oct 23, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
This commite eliminates the ping command from NSH and replaces it with a ping 'built-in' at apps/system/ping. The original NSH version of ping violated the portable POSIX interface and, hence, had to be removed. The new system/ping command uses the new IPPROTO_ICMP AF_INET datagram sockets to implement ping. Squashed commit of the following: apps/system/ping: Fix some timing issues. apps/system/ping: A few timing related corrections. apps/nshlib: Remove support for the NSH 'ping' command. The implementation of that command violated the portable POSIX interface and has been replaced with a ping 'built-in' command at apps/system/ping. apps/system/ping: Add larger payload. Verify content of echoed payload. apps/system/ping: Various fixes for a clean compile system/ping: Add new build structure for system ping command.
-
Alan Carvalho de Assis authored
-
- Oct 21, 2017
-
-
Gregory Nutt authored
-