Skip to content

stevenewald/edge-os

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Edge OS

C++ embedded operating system for the NRF52 family of Microcontrollers.

Building

  1. Install bear and arm-none-eabi-gcc relevant to your system. Ensure both the C and C++ compilers for arm-none-eabi-gcc are installed.
  2. Run bear -- make -j to generate the compile_commands.json file while building the project.

Flashing

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.

About

Computing on the edge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published