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

[RFC] HAL.GPIO: Switch to a capability system #265

Closed Fabien-Chouteau closed 6 years ago

Fabien-Chouteau commented 6 years ago

Instead of returning False when a configuration is not supported, users can call a function beforehand to know if it is supported. The capability is also now a precondition of the setup procedures.

Fabien-Chouteau commented 6 years ago

(And I like the functions changed to procedures, of course :)

Of course :)

Thanks Pat