Closed JeremyGrosser closed 2 years ago
I'd like to add pragma Preelaborate to a few packages in rp2040_hal, but I can't do this as long as there's a dependency on the HAL packages, which are not preelaborated. Could we add Preelaborate to the HAL packages in ADL?
pragma Preelaborate
They should all be "preelaborable". You can try to submit a patch and we'll see if the builds pass.
I'd like to add
pragma Preelaborate
to a few packages in rp2040_hal, but I can't do this as long as there's a dependency on the HAL packages, which are not preelaborated. Could we add Preelaborate to the HAL packages in ADL?