lancaster-university / codal-nrf52

MIT License
3 stars 15 forks source link

[Clang compatibility] Update nrfx version to 2.1.0 #48

Closed Johnn333 closed 1 year ago

Johnn333 commented 1 year ago

nrfx update has been non-breaking during testing, v2.2.0 also seems fine, after this some fundamental changes seemed to happen with nrfx. Needed for |.section .isr_vector| -> |.section .isr_vector, "ax"| in mdk/gcc_startup_nrf52833.S. CortextContextSwitch.s was changed to reduce warnings when building using clang.