- Jun 21, 2017
-
-
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
-
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
-
Sebastien Lorquet authored
STM32: Allow clock frequencies > 168 Mhz on stm32f427/429. We need to enable the power overdrive for this case. This patch allows the required bits to be set in proper sequence. It also modifies the local register access operations to allow more than 16-bit registers.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
6LoWPAN: Add debug statements; Update configuration, need to specific 6LoWPAN compatible port numbers.
-
Juha Niskanen authored
-
Juha Niskanen authored
-
Gregory Nutt authored
-
Pekka Ervasti authored
-
- Jun 19, 2017
-
-
Gregory Nutt authored
-
Anthony Merlino authored
wireless/ieee802154: Cleans up some endianness issues and fixes poll request issue Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Anthony Merlino authored
-
Anthony Merlino authored
-
Gregory Nutt authored
-
Gregory Nutt authored
/configs/clicker2-stm32/mrf24j40-6lowpan: Enables both client and server UDP tests on the target; Update a README file.
-
Oleg Evseev authored
Use struct instead of pointer to the struct as sizeof argument in memset in usbmsc.c Approved-by: Gregory Nutt <gnutt@nuttx.org>
-