Decawave / dwm1001-examples

Simple C examples for Decawave DWM1001 hardware
https://www.decawave.com/products/dwm1001-module
164 stars 113 forks source link

Is FreeRTOS Really recommended? #23

Open Nathan-ma opened 4 years ago

Nathan-ma commented 4 years ago

Hi, I'm starting to learn how to develop with the Decawave board. I'm using GNU_GCC and SDK v16 of nRF Boards.

I would like to ask two things, first of all:

Is Uart.h lib really required? I'm currently using nrf_log.h and I dont want to lose the access to ERROR Reports this library provides me.

Second question:

Is FreeRTOS really required? and when you guys are going to update the examples repository with GNU_GCC and SDKv16 examples?

Thank you very much