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

Added initial UART support #262

Closed ad-moreno closed 6 years ago

ad-moreno commented 6 years ago

I dind't see any implementation of HAL.UART for nrf51 so I made a simple one based on the datasheet.

CLAassistant commented 6 years ago

CLA assistant check
All committers have signed the CLA.

Fabien-Chouteau commented 6 years ago

Thank you @adnio for the contribution!

I'll do a review on the style and once the switch to GNAT Community 2018 (#261) is done I'll try the code.

Thanks,

ad-moreno commented 6 years ago

Fixed!