mohanarnav / Racoon

The project provides the stm port for xbee_ansic_library(https://github.com/digidotcom/xbee_ansic_library.git). It also has examples/tests on how to interface the library with an STM32 platform code (using STM32 Peripheral Device Library). The example also demonstrates the interfacing when FreeRTOS kernel is running on the platform.
3 stars 0 forks source link

Background Thread #1

Open mohanarnav opened 4 years ago

mohanarnav commented 4 years ago

Background thread takes care of network connectivity. Need to change the design so that the state machine for wifi connect takes place in the background thread.

mohanarnav commented 4 years ago

Also; flush the xbee_queue for receive, at considerable intervals to be sure there is never an overflow.