- Aug 06, 2017
-
-
Simon Piriou authored
-
Alan Carvalho de Assis authored
-
Gregory Nutt authored
Spirit: Restore the 96 byte maximum packet length. Reducing the packet length had no effect on eliminating RX FIFO errors.
-
Gregory Nutt authored
Spirit Network Driver: Add support for watermark interrupts on RX FIFO. Reduce max packet length to avoid an errata.
-
Gregory Nutt authored
-
- Aug 05, 2017
-
-
Ivan Ucherdzhiev authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
IEEE 802.15.4 network drivr: Fix more compile issues that only show up when CONFIG_NET_STARPOINT is defined.
-
Gregory Nutt authored
IEEE 802.15.4 network driver: Fix some errors introduced in previous commit. Clean up some of the casting logic.
-
Gregory Nutt authored
-
Gregory Nutt authored
Spirit + 6LoWPAN: In STAR configuration, Spirit must use a configured well known hub address. 6LoWPAN cannot assume that the PAN coordinator is the STAR hub; it must ask the radio to provide it with the address of the star hub
-
Gregory Nutt authored
-
- Aug 04, 2017
-
-
Gregory Nutt authored
B-L475E-IOT01A: Make spirit-6lowpan configuration match what is currently under test: Enable multicast, broadcast, but disable CRC support. Currently CRCs are not working right.
-
Gregory Nutt authored
Spirit: Increase number of retries if there is no acknowledgement; Add interrupt handling for the case where the max number of retries expires. Fix some badly implemented queue management code. With these changes the basic UDP and TCP tests work.
-
Gregory Nutt authored
-
Jeff authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Spirit: Convert network driver to use STack packets vs. Basic packets. We need to use the STack packets in order to provide the source address.
-
Gregory Nutt authored
-
Gregory Nutt authored
Spirit: Correct setting of the length width field; Add multicast and broadcast addresses to radio properities.
-
Gregory Nutt authored
Spirit network driver: Need to enable sending of TX address. Moved some non-optional settings out of board.h to driver.
-
Gregory Nutt authored
-
Gregory Nutt authored
RAMTRON: Should be able to select chunked write mode via a configuration option, not by editing the file.
-
Boris Astardzhiev authored
RAMTRON: Add support for splitting block writes in chunks. Some Re-RAMs like MB85AS4MT has a write buffer size limitation.
-
Jussi Kivilinna authored
-
Juha Niskanen authored
drivers: handle I2C_TRANSFER return value consistently. Some I2C peripherals transfers return zero on success, others number of completed transfers. Make drivers robust against this.
-
Gregory Nutt authored
-
- Aug 03, 2017
-
-
Gregory Nutt authored
spirit: Modify reg needs to toggle CS to get the correct status. Remove some delbug left in last commit. make sprit_unlock an inline function.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Jussi Kivilinna authored
-
Jussi Kivilinna authored
poll: fix poll for regular files and block devices. Open Group documentation tells that poll (and select) support regular files and that 'Regular files shall always poll TRUE for reading and writing'.
-
Gregory Nutt authored
Spirit: Fix typos in conditional compilation. Add debug output. Remove extra clear of pending interrupts, could cause missing interrupts. Add spirit_reg_modify() which is not currently used.
-
Gregory Nutt authored
Spirit Network Device: Fix a deadlock. Also several other design improvements to eliminate corner cases.
-
- Aug 02, 2017
-
-
Gregory Nutt authored
-
Ivan Ucherdzhiev authored
Fix for stm32f746g-disco board for button support with interrupt. This change is tested with buttons app example and it is working with interrupts (signals). I tried the test with polling but at this point it doesn't work.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-