Hi,
is there something like a makefile for nrf52 out there?
I want to use eclipse and gcc in osx. It worked great for nrf512 but nrf52 has other addresses and maybe nordic provides some more informations.
Best regards, Nils
Hi,
is there something like a makefile for nrf52 out there?
I want to use eclipse and gcc in osx. It worked great for nrf512 but nrf52 has other addresses and maybe nordic provides some more informations.
Best regards, Nils
What? All the nrf52 examples comes with makefiles for gcc, plus linker maps for the new chip. The only differences are the flags to select the M4F processor with the right floating point options.
It's all already available.
Slightly related: the components/toolchain/gcc/Makefile.common
is deprecated? I don't see it being used anymore, but it's still there.