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
240 stars 141 forks source link

adding sudoku solver using Display on stm32f429_Disco #247

Closed stangassinger closed 6 years ago

CLAassistant commented 6 years ago

CLA assistant check
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


guenther seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

stangassinger commented 6 years ago

The sudoku solver is a example where the stm32f429_Disco is used with a simple GUI to solve a sudoku.

Fabien-Chouteau commented 6 years ago

Hi @stangassinger,

Thanks for you contribution!

I think we already have enough examples for this board so it's probably better if you to create a separate repository for your sudoku project. And then we can add it to the list of project that we have in the README like we did for the other projects that use the Ada Drivers Library.

Regards,