[riot-devel] PORT for ez430rf2500 board

2016-04-04 Thread Gabriel Ibarra
Hi, we have the ez430rf2500 board (CPU MSP430F2274), which has only 1KB RAM. We see RIOT has not a PORT for this board, so we are working in a new PORT based on the Z1 board. After that, we will focus in drivers for the cc2500 RF radio. What do you think about this board, has it sense to use RIOT i

Re: [riot-devel] at86rf2xx and PHR filtering

2016-04-04 Thread Thomas Eichinger
Hi Alex, thanks for pointing out and letting us know about a possible vulnerability related to the length field. It rose attention to the fact that we checked it in past versions of the driver but missed it at some point in transition. With [1] we should respect this again. Regarding your ex

Re: [riot-devel] at86rf2xx and PHR filtering

2016-04-04 Thread Wachtler, Axel
> MCU -> at86rf2xx_set_state(foo, RX_AACK_ON) > at86rf2xx -> going into RX_AACK_ON > at86rf2xx -> detected SFD, going into RX_AACK_BUSY > MCU -> _set_state(foo, RX_AACK_ON) > MCU -> while (at86rf2xx_get_status(dev) != state) -> stucks inside > this > loop > at86rf2xx ->