You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #89 was auto-closed because it was merged as part of #90 but then some of it was reverted: In particular, some portable-atomic backend needs to be enabled (and we don't have that yet)
Just enabling portable-atomic-unsafe-assume-single-core does not work because it breaks builds for native; some notes are in #89 on how to continue.
portable-atomic = { version = "1.6", default-features = false, features = [ "critical-section" ] }
and the provide_critical_section_1_0 a few lines above.
(On the long run, RIOT's modules should enable all these with the per-board correct settings, but what is in there should AIU work everywhere now, in which case those settings should be enabled more widely)
PR #89 was auto-closed because it was merged as part of #90 but then some of it was reverted: In particular, some portable-atomic backend needs to be enabled (and we don't have that yet)
Just enabling
portable-atomic-unsafe-assume-single-core
does not work because it breaks builds for native; some notes are in #89 on how to continue.CC'ing @Teufelchen1 who opened the original PR.
The text was updated successfully, but these errors were encountered: