- Jun 19, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
examples/udp: Change build so that both server and client can be on a target, rather than one on the target one on the host PC.
-
Gregory Nutt authored
examples/udp: Fixe registration as a built-in program; Change some naming to make room for a second target. Current one endpoint is the target and one is the host. This will (eventually) allow two targets to be both endpoints of the test.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
examples/udp: Add configurable network device name; Add option to suppress network initialization which is not needed if started by NSH or for 6LoWPAN.
-
Oleg Evseev authored
fix copy-paste typo in nsh_usbconsole.c Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Oleg Evseev authored
-
Gregory Nutt authored
-
Anthony Merlino authored
Switches IEEE 802.15.4 based code to using byte arrays instead of uint16_t values for short address and PAN ID Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Anthony Merlino authored
Switches IEEE 802.15.4 based code to using byte arrays instead of uint16_t values for short address and PAN ID
-
- Jun 18, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Oleg Evseev authored
Merged in lukegluke/apps/lukegluke/correct-copypaste-typo-in-comments-in-co-1497814194757 (pull request #89) correct copy-paste typo in comments in composite_main.c Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Oleg Evseev authored
-
Gregory Nutt authored
-
- Jun 17, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
NSH network initialization: Do not set the IP address for 6loWPAN. The 6loWPAN stack uses IP address that derive from the ieee 802.15.4 addressing and cannot be (safely) configured by the user.
-
Gregory Nutt authored
-
Gregory Nutt authored
NSH: Fix some ieee 802.15.4 initialization logic. It should not set the saddr or panid; those cannot be hard-coded but must come from the coordinator.
-
- Jun 16, 2017
-
-
Gregory Nutt authored
-
- Jun 15, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Anthony Merlino authored
wireless/ieee802154: Rewrites i8sak to be test CLI for IEEE 802.15.4 MAC layer Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Anthony Merlino authored
-
- Jun 14, 2017
-
-
Gregory Nutt authored
-
- Jun 11, 2017
-
-
Anthony Merlino authored
-
- Jun 05, 2017
-
-
Gregory Nutt authored
-
- Jun 04, 2017
-
-
Gregory Nutt authored
-
Daniel Agar authored
remove extra semicolons Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Daniel Agar authored
-
- May 22, 2017
-
-
Sebastien Lorquet authored
The dedicated windows tool at APPSDIR/tools/mkkconfig.bat uses , which is not a windows shell variable, and is left uninitialized, but in fact should be the current directory.
-
Masayuki Ishikawa authored
nshlib: Fix a resource leak in cmd_hexdump() Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Masayuki Ishikawa authored
-