C++ embedded operating system for the NRF52 family of Microcontrollers.
bear
and arm-none-eabi-gcc
relevant to your system. Ensure both the C and C++ compilers for arm-none-eabi-gcc
are installed.bear -- make -j
to generate the compile_commands.json
file while building the project.bear
is used only to generate compile_commands.json
. For flashing, you can run make flash -j
directly or prepend bear --
if you need to regenerate compile_commands.json
during the process.