- Jun 21, 2017
-
-
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.
-
- Jun 20, 2017
-
-
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>
-
Gregory Nutt authored
-
Oleg Evseev authored
Otherwise it leads to error: argument to 'sizeof' in 'memset' call is the same pointer type 'struct usbmsc_lun_s *' as the destination
-
Gregory Nutt authored
Update TODO, enable UDP example in clicker1-stm32/mrf24j40-6lowpan example, make sure that CONFIG_EXAMPLES_UDP_NETINIT is set in all other examples/udp configurations.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Jussi Kivilinna authored
stm32_adc: invalidate dma buffer before use. Missing invalidation caused old samples being fetched from cache.
-
Gregory Nutt authored
-
Roland Takacs authored
Support listening sockets in the getsockname function Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Roland Takacs authored
Throw error when error happens in the tcp_listen function Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Anthony Merlino authored
Swithches 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>
-