Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 219 Bytes

File metadata and controls

11 lines (8 loc) · 219 Bytes

Protocol stack

Building the project

To compile the whole stack for x86: make

To compile the whole stack for Cortex M3: make all CPU=cm3 PROFILE=debug

To generate the documentation only: make doc