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

Add pragma Preelaborate to all HAL packages. #400

Closed JeremyGrosser closed 2 years ago

JeremyGrosser commented 2 years ago

Fixes #399. I used the pragma rather than an aspect just because the top level HAL package uses a pragma. Let me know if you'd prefer with Preelaborate.

Fabien-Chouteau commented 2 years ago

Thanks @JeremyGrosser