AdaCore / Ada_Drivers_Library

Ada source code and complete sample GNAT projects for selected bare-board platforms supported by GNAT.
BSD 3-Clause "New" or "Revised" License
241 stars 142 forks source link

Ethernet & TCP/IP #12

Closed oli-obk closed 8 years ago

oli-obk commented 8 years ago

Are there any plans on making use of the Ethernet port on the stm32f7 discovery board?

Fabien-Chouteau commented 8 years ago

It's definitely on the TODO list, please tell us if you start working on it.

lambourg commented 8 years ago

If you look at the svd branch, there's examples/ethdemo that starts implementing some support for it. You can start from that and add what's missing.

lambourg commented 8 years ago

The SVD branch has now been merged in master. So indeed, if you want to contribute, please have a look at components/eth.

This has not been integrated yet with the general framework as it's still a very early stage driver, but that's some basis you can start with.

Best regards,