lpcmanager
Clone
Summary
Browse
Changes
Graph
GOT6: Implementation of RETAIN with double buffer in RAM, using non-real-time SPI driver for transfer to single buffer NVRAM
2021-10-05, Edouard Tisserant
9ee9470870eb
GOT6: Implementation of RETAIN with double buffer in RAM, using non-real-time SPI driver for transfer to single buffer NVRAM
#include <rtdm/rtdm.h>
#include "beremiz.h"
#include "rt_imx_smt_right.h"
static readBuf_t rightReadBuf;
static writeBuf_t rightWriteBuf;
static busInit_t rightBusInit;
static int rightbusfd = -1;
/* XXX TODO #include "smarteh.h" */