C++ embedded operating system for the NRF52 family of Microcontrollers.
- Install
bear
andarm-none-eabi-gcc
relevant to your system. Ensure both the C and C++ compilers forarm-none-eabi-gcc
are installed. - Run
bear -- make -j
to generate thecompile_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.