See COMPILING.md.
Log output from the network core will generally go to /dev/ttyACM0
, and application core to /dev/ttyACM2
. To open a serial port on linux do:
screen /dev/ttyACM0 115200
C source files are in the src directory.
C header files are in the include directory.
prj.conf sets Zephyr configuration options.
The global log level is set in the common header file: ../include/common.h