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
I don't really have a solution this but now users have to list quite a long path to select a chip. It would be cool if we could figure something out in cmake to make this easier.
How it's now: include(${toolchain}/targets/arm32/cm4/nordic/nrf/nrf52/nrf52.cmake)
Would love something like this: selectChip(nordic,nrf52)
I don't really have a solution this but now users have to list quite a long path to select a chip. It would be cool if we could figure something out in cmake to make this easier.
How it's now:
include(${toolchain}/targets/arm32/cm4/nordic/nrf/nrf52/nrf52.cmake)
Would love something like this:
selectChip(nordic,nrf52)
@ManDeJan @cjsmeele hope you could figure this one out.
The text was updated successfully, but these errors were encountered: