analogdevicesinc / msdk

Software Development Kit for Analog Device's MAX-series microcontrollers
Apache License 2.0
60 stars 75 forks source link

fix(BLE): Compiling PAL with interrupt handlers. #1039

Open kevin-gillespie opened 3 weeks ago

kevin-gillespie commented 3 weeks ago

This will cause the files that have interrupt handlers to be compiled for every application instead of into the Cordio library. We need to make sure that these objects are linked before the startup.S files so the weak interrupt handlers in the C code is used instead of in the startup file.

Checklist Before Requesting Review