This project contains source code for embedded target and python script.
- Embedded Target: NUCLEO-F446RE
- Embedded Plugin: Board with RN4871 (module BLE)
Get submodules HAL with libopencm3 and OS with FreeRTOS:
$ git submodule update --init
$ git submodule update --remote --merge
make release
: compilation in release modemake debug
: compilation in debug modemake clean
:make mrproper
:make flash
: flash program on the boardmake gdb
: start program on debugging mode
A console debug is enabled for viewing log through UART.
$ sudo apt install picocom
$ sudo picocom -b 115200 /dev/ttyUSB0