Re: [riot-devel] Nucleo-f767zi on-board Ethernet

2018-12-14 Thread Robin
Thanks Alex! It turns out that the PR could be adopted to use the F7 family. I try to add my "fixes" to the PR. Regards Robin On 14.12.18 15:01, Alexandre Abadie wrote: Hi Robin, Thanks for your interest into RIOT and STM32 boards. There is an (old) existing PR [1] that tries to add an E

[riot-devel] New Directions in Testing for RIOT

2018-12-14 Thread Thomas C. Schmidt
Dear RIOTers, in the continuous efforts to improve the quality of the RIOT OS software, our group in Hamburg put recent efforts in improving automated testing. One focal task was to introduce Hardware-in-the-Loop (HiL) testing as a standard nightly procedure exposing an (increasing) number o

Re: [riot-devel] Nucleo-f767zi on-board Ethernet

2018-12-14 Thread Alexandre Abadie
Hi Robin, Thanks for your interest into RIOT and STM32 boards. There is an (old) existing PR [1] that tries to add an Ethernet driver for stm32f4. Maybe it's not very different for F7 and you could use it as a starting point ? Regards, Alex [1] https://github.com/RIOT-OS/RIOT/pull/5643

[riot-devel] Nucleo-f767zi on-board Ethernet

2018-12-14 Thread Robin
Hi all, i just got access to an Nucelo F767zi board (STM32 MCU) with an on-board Ethernet Controller attached via RMII. Since i found no existing netdev driver for this hardware configuration nor any related pull requests I plan to do an implementation by myself. I just wanted to ask if a