From 4e1ce86af16307bf7d42657db07600867c7c4bbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 30 Jun 2016 17:18:49 +0200 Subject: Add some more progress and split non-core functionality to separate repo More progress to implementation and some changes in project it self. This library will implement only drivers for features on chip but nothing else. Everything connected externally is now in separate repository. --- docs/parts/usart.md | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 docs/parts/usart.md (limited to 'docs/parts/usart.md') diff --git a/docs/parts/usart.md b/docs/parts/usart.md deleted file mode 100644 index 22e54ab..0000000 --- a/docs/parts/usart.md +++ /dev/null @@ -1,23 +0,0 @@ -Universal synchronous/asynchronous receive/transmitter -====================================================== -This part acts as UART intended as text base interface with computer. It is -using hardware termed as USART by Atmel. This hardware also supports synchronous -communication and can behave as SPI master, but this is not supported by this -library (I don't require this feature, but implementation is welcomed). - -This part implements, if enabled, whole stack for binding input and output to -stdin and stdout. This is handy during development. You can use `printf` and -`scanf` directly. - -This part can be enabled by `CONFIG_USART` configuration option. This enables -more detailed configuration in sub-menu. - -## Usage - - -## References -### usart_init_async -```C -void usart_init_async(void) -``` - -- cgit v1.2.3