theCore C++ embedded framework
serial.hpp File Reference

Serial interface for platform drivers with listen mode support. More...

#include <ecl/err.hpp>
#include <ecl/assert.h>
#include <ecl/utils.hpp>
#include <common/bus.hpp>
#include <ecl/thread/semaphore.hpp>
#include <atomic>
Include dependency graph for serial.hpp:
This graph shows which files directly or indirectly include this file:

Data Structures

class  ecl::serial< PBus, buf_size >
 Serial driver interface. More...
 

Namespaces

 ecl
 

Detailed Description

Serial interface for platform drivers with listen mode support.

Todo:
Find better place (and probably name?) for current header and class.