Bluenet
5.7.0
Bluenet, firmware for nRF52 smart home devices
|
The IPC buffers can be used to bootstrap communication between microapp and bluenet. More...
#include <cs_MicroappController.h>
Public Attributes | |
uintptr_t | entry |
bluenet_io_buffers_t * | ioBuffers |
The IPC buffers can be used to bootstrap communication between microapp and bluenet.
However, when in the microapp coroutine context it is convenient if we can immediately yield towards the other context. For this we reserve a bit of space on the stack (apart from stack pointer etc.).
uintptr_t microapp_coroutine_args_t::entry |
bluenet_io_buffers_t* microapp_coroutine_args_t::ioBuffers |