Comms CCF
This is a simple communication layer based on COBS, CBOR and FNV-1A
Loading...
Searching...
No Matches
ccf-uart0.h File Reference

C interface to use Comms-CCF over the LM3S6965 UART. More...

Go to the source code of this file.

Functions

void commsCcfTxAvailable ()
 Call this from an application context, when there is data to send.
void commsCcfUartIsr ()

Detailed Description

C interface to use Comms-CCF over the LM3S6965 UART.

Function Documentation

◆ commsCcfTxAvailable()

void commsCcfTxAvailable ( )

Call this from an application context, when there is data to send.

Note: because commsCcfTxNext calls UARTCharPutNonBlocking which might finish instantly, we need to protect it with a critical section to avoid issues due to reentrancy.

Todo
Check UART is not busy?