add buffered rx uart

This commit is contained in:
optixx
2009-09-20 13:03:03 +02:00
committed by Jannis (jix) Harder
parent 2bdc53bd21
commit 6c702b9a68
5 changed files with 94 additions and 5 deletions

24
avr/usbload/shell.h Normal file
View File

@@ -0,0 +1,24 @@
/*
* =====================================================================================
*
* ________ .__ __ ________ ____ ________
* \_____ \ __ __|__| ____ | | __\______ \ _______ _/_ |/ _____/
* / / \ \| | \ |/ ___\| |/ / | | \_/ __ \ \/ /| / __ \
* / \_/. \ | / \ \___| < | ` \ ___/\ / | \ |__\ \
* \_____\ \_/____/|__|\___ >__|_ \/_______ /\___ >\_/ |___|\_____ /
* \__> \/ \/ \/ \/ \/
*
* www.optixx.org
*
*
* Version: 1.0
* Created: 07/21/2009 03:32:16 PM
* Author: david@optixx.org
*
* =====================================================================================
*/
#ifndef __SHELL_H__
#define __SHELL_H__
#endif