- Jun 22, 2017
-
-
Gregory Nutt authored
6LoWPAN: Loopback driver needs to initialize the MAC meta data; Address decompression logic must have the MAC address to handle the most common compression cases.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Roland Takacs authored
Do not search net device when all-zeros address is used. Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Gregory Nutt authored
Fix problems in last commit noted by Jeongchan Kim: last change returned -EINVAL vs EINVAL; Treat the case where the mutex is already unlocked just like the case where the mutex is held by another thread -- return EPERM.
-
Roland Takacs authored
-
Gregory Nutt authored
-
- Jun 21, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
6LoWPAN: Correct a few addressing issues. The apps/examples/udp test now appears to be fully functional. Also reserve two bytes at the end of the frame for the FCS.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Anthony Merlino authored
wireless/ieee802154: Minor naming change to align better with coding guidelines Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Juha Niskanen authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Make naming of NTXDESC consistent. I don't know where it should be MAC or IEEE, gut I changed the one that affects the fewest files.
-
Gregory Nutt authored
-
Gregory Nutt authored
pthread_mutex_unlock(): Missing check for the case where pthread_mutex_lock() is called when the mutex is not locked. In that case, it would increment the underlying semaphore avove 1. This is the fix for a problem noted by initialkjc@yahoo.com.
-
Anthony Merlino authored
-
- Jun 20, 2017
-
-
Anthony Merlino authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
ieee802154 MAC: Free allocated TX descriptor if an error occurs after the descriptor has been allocated.
-
Gregory Nutt authored
ieee802154_req_data: Don't modify the IOB until we are certain that no EINTR errors will occur. Otherwise, the retry will fail
-
David Sidrane authored
Kinetis:I2C fixed mis-placed kinetis_i2c_endwait Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
David Sidrane authored
Fixed accedently replaced post with wait.
-
Gregory Nutt authored
-
David Sidrane authored
Kinetis:I2C driver added I2C3, reference counting and reset Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Gregory Nutt authored
ieee802154 network driver now retries if ieee802154_req_data() returns EINTR. In clicker2-stm32 6LoWPAN configuration, increased the number of TX descriptors to match then number of IOBs.
-
David Sidrane authored
Refactored the driver to support reference counting and reset added I2C3
-