uart_dev.hpp File Reference
Provides UART Base class functionality for UART peripherals. More...
#include "FreeRTOS.h"
#include "queue.h"
#include "semphr.h"
#include "task.h"
#include "char_dev.hpp"
#include "LPC17xx.h"
Include dependency graph for uart_dev.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
class | UartDev |
Detailed Description
Provides UART Base class functionality for UART peripherals.
12012013 : Split functionality to char_dev.hpp and inherited this object 10102013 : Make init() public, and protect from re-init leaking memory through xQueueCreate() 05122013 : Added version history