- May 11, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Issue 5: I found an unexpected behavior in apps/ configuration generation. Adding external symbolic link in apps/ directory and using Make.defs for Kconfig generation, Kconfig file has a wrong path in the source argument. It contains original dir path outside of the source tree instead path to sub-directory in apps/. The problem is connected with make/system symbolic link path resolution. Corrected by a patch submitted by Artur Mądrzak with Issue 5.
-
Gregory Nutt authored
-
- May 10, 2017
-
-
Juha Niskanen authored
-
- May 09, 2017
-
-
Gregory Nutt authored
-
Anthony Merlino authored
wireless/ieee802154: Brings closer to NuttX Coding Style Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Anthony Merlino authored
-
Gregory Nutt authored
-
Anthony Merlino authored
wireless/ieee802154: Restructures i8sak app and adds blaster functionality Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Anthony Merlino authored
-
Gregory Nutt authored
-
Gregory Nutt authored
NSH wireless setup: Move call to nsh_associate(). It should be possible to associate with an AP when DHCPC is disabled.
-
- May 08, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Anthony Merlino authored
wireless/ieee802154: Adds sniffer back to I8SAK app Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Anthony Merlino authored
-
Anthony Merlino authored
-
Gregory Nutt authored
-
Juha Niskanen authored
Add platform files for nucleo-l452re and nucleo-l496zg Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Juha Niskanen authored
-
Juha Niskanen authored
-
- May 06, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
wireless/wapi: wpa_driver_wext_associate() now accepts a configuration parameter that can be used to specify the wireless properties. nshlib: NSH now has configuration options to select the wireless properties. It builds the configuration structure and passes this to wpa_driver_wext_associate() so that it will setwork the network as configured.
-
Gregory Nutt authored
Move wireless/wext into wireless/wapi/src. Update some naming for better follow the NuttX coding style.
-
- May 05, 2017
-
-
Anthony Merlino authored
wireless/ieee802154: msdu_length in meta data converted to a seperate length argument Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Anthony Merlino authored
-
Anthony Merlino authored
wireless/ieee802154: Removes libradio to coincide with removal of ioctl with radio Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Anthony Merlino authored
Moves all functionality from libradio to libmac
-
- May 04, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- May 02, 2017
-
-
Simon Piriou authored
-
Gregory Nutt authored
-
Gregory Nutt authored
netutils/dhcpc: Make the network device name a configuration option. Was hardcoded to eth0 but may, instead, need to be wlan0
-
- Apr 29, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Apr 26, 2017
-
-
Ian McAfee authored
I need to look at the registers that are at or around 0xe000ef90. Using mw and xd, I see that nsh does not support pointers greater than 0x7fffffff. A quick look at the source shows that the pointers for those two commands are set with calls to strtol() rather than strtoul(). Changing the two pointer-setting instances to strtoul() fixes the problem, at least for my architecture/config.
-