Xiang Xiao
|
41d88f06e7
|
Run codespell -w with the latest dictonary again
|
2020-02-23 07:10:14 -06:00 |
|
Xiang Xiao
|
e0dcfa0c55
|
Remove extra whitespace from files (#43)
* Remove multiple newlines at the end of file
* Remove the white space from the end of line
|
2020-01-31 08:29:24 -06:00 |
|
Gregory Nutt
|
b2f46360de
|
apps/: Remove/replace all conditional logic based on CONFIG_NSOCKET_DESCRIPTORS == 0. That value is always greater than zero now. In places just replace with #ifdef CONFIG_NET.
|
2019-02-11 16:23:55 -06:00 |
|
Gregory Nutt
|
41ce937ed0
|
Changes to netlib and nsh so that you build build with PF_IEEE802154 enabled and 6LoWPAN disabled.
|
2017-08-20 09:09:47 -06:00 |
|
Gregory Nutt
|
ea95f710db
|
netutils/netlib: Eliminate a warning
|
2017-08-05 09:27:11 -06:00 |
|
Gregory Nutt
|
3b8c97747d
|
netutils/netlib: Fix netlib_nodaddrconv() so that its return type is the same as other address conversion functions. NSH: Correct parsing of ifconfig so that you can specify the HW address without specifying the IP address.
|
2017-08-02 14:30:34 -06:00 |
|
Gregory Nutt
|
c343fc618e
|
apps/netutils/netlib: Add support for PktRadio IOCTL commands.
|
2017-08-02 12:40:50 -06:00 |
|
Gregory Nutt
|
033b42789b
|
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.
|
2017-06-17 10:04:18 -06:00 |
|
Gregory Nutt
|
44ace8e1cc
|
6loWPAN: Replace some Rime address naming with more consistent short/exended address terminology
|
2017-05-04 08:21:12 -06:00 |
|
Gregory Nutt
|
ec6ff2791a
|
netutils: Add a helper function to convert a string to a 6loWPAN node address
|
2017-04-08 12:19:35 -06:00 |
|