C++ embedded operating system for the NRF52 family of Microcontrollers.
- Install
bearandarm-none-eabi-gccrelevant to your system. Ensure both the C and C++ compilers forarm-none-eabi-gccare installed. - Run
bear -- make -jto generate thecompile_commands.jsonfile 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.