add banner
This commit is contained in:
parent
b2bf789b85
commit
31989233b4
5
README
5
README
@ -1,5 +0,0 @@
|
|||||||
TODO:
|
|
||||||
o ucon64 support
|
|
||||||
o hi/rom support
|
|
||||||
o speed optimize
|
|
||||||
o irq inject
|
|
||||||
@ -1,3 +1,24 @@
|
|||||||
|
/*
|
||||||
|
* =====================================================================================
|
||||||
|
*
|
||||||
|
* .d8888b 88888b. .d88b. .d8888b 888d888 8888b. 88888b.d88b.
|
||||||
|
* 88K 888 "88b d8P Y8b 88K 888P" "88b 888 "888 "88b
|
||||||
|
* "Y8888b. 888 888 88888888 "Y8888b. 888 .d888888 888 888 888
|
||||||
|
* X88 888 888 Y8b. X88 888 888 888 888 888 888
|
||||||
|
* 88888P' 888 888 "Y8888 88888P' 888 "Y888888 888 888 888
|
||||||
|
*
|
||||||
|
* www.optixx.org
|
||||||
|
*
|
||||||
|
*
|
||||||
|
* Version: 1.0
|
||||||
|
* Created: 07/21/2009 03:32:16 PM
|
||||||
|
* Author: david@optixx.org
|
||||||
|
*
|
||||||
|
* =====================================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#ifndef __CONFIH_H__
|
#ifndef __CONFIH_H__
|
||||||
#define __CONFIH_H__
|
#define __CONFIH_H__
|
||||||
|
|||||||
@ -1,3 +1,24 @@
|
|||||||
|
/*
|
||||||
|
* =====================================================================================
|
||||||
|
*
|
||||||
|
* .d8888b 88888b. .d88b. .d8888b 888d888 8888b. 88888b.d88b.
|
||||||
|
* 88K 888 "88b d8P Y8b 88K 888P" "88b 888 "888 "88b
|
||||||
|
* "Y8888b. 888 888 88888888 "Y8888b. 888 .d888888 888 888 888
|
||||||
|
* X88 888 888 Y8b. X88 888 888 888 888 888 888
|
||||||
|
* 88888P' 888 888 "Y8888 88888P' 888 "Y888888 888 888 888
|
||||||
|
*
|
||||||
|
* www.optixx.org
|
||||||
|
*
|
||||||
|
*
|
||||||
|
* Version: 1.0
|
||||||
|
* Created: 07/21/2009 03:32:16 PM
|
||||||
|
* Author: david@optixx.org
|
||||||
|
*
|
||||||
|
* =====================================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
|
|||||||
@ -1,3 +1,24 @@
|
|||||||
|
/*
|
||||||
|
* =====================================================================================
|
||||||
|
*
|
||||||
|
* .d8888b 88888b. .d88b. .d8888b 888d888 8888b. 88888b.d88b.
|
||||||
|
* 88K 888 "88b d8P Y8b 88K 888P" "88b 888 "888 "88b
|
||||||
|
* "Y8888b. 888 888 88888888 "Y8888b. 888 .d888888 888 888 888
|
||||||
|
* X88 888 888 Y8b. X88 888 888 888 888 888 888
|
||||||
|
* 88888P' 888 888 "Y8888 88888P' 888 "Y888888 888 888 888
|
||||||
|
*
|
||||||
|
* www.optixx.org
|
||||||
|
*
|
||||||
|
*
|
||||||
|
* Version: 1.0
|
||||||
|
* Created: 07/21/2009 03:32:16 PM
|
||||||
|
* Author: david@optixx.org
|
||||||
|
*
|
||||||
|
* =====================================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#ifndef __CRC_H__
|
#ifndef __CRC_H__
|
||||||
#define __CRC_H__
|
#define __CRC_H__
|
||||||
|
|||||||
@ -1,3 +1,24 @@
|
|||||||
|
/*
|
||||||
|
* =====================================================================================
|
||||||
|
*
|
||||||
|
* .d8888b 88888b. .d88b. .d8888b 888d888 8888b. 88888b.d88b.
|
||||||
|
* 88K 888 "88b d8P Y8b 88K 888P" "88b 888 "888 "88b
|
||||||
|
* "Y8888b. 888 888 88888888 "Y8888b. 888 .d888888 888 888 888
|
||||||
|
* X88 888 888 Y8b. X88 888 888 888 888 888 888
|
||||||
|
* 88888P' 888 888 "Y8888 88888P' 888 "Y888888 888 888 888
|
||||||
|
*
|
||||||
|
* www.optixx.org
|
||||||
|
*
|
||||||
|
*
|
||||||
|
* Version: 1.0
|
||||||
|
* Created: 07/21/2009 03:32:16 PM
|
||||||
|
* Author: david@optixx.org
|
||||||
|
*
|
||||||
|
* =====================================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
|
|||||||
@ -1,3 +1,24 @@
|
|||||||
|
/*
|
||||||
|
* =====================================================================================
|
||||||
|
*
|
||||||
|
* .d8888b 88888b. .d88b. .d8888b 888d888 8888b. 88888b.d88b.
|
||||||
|
* 88K 888 "88b d8P Y8b 88K 888P" "88b 888 "888 "88b
|
||||||
|
* "Y8888b. 888 888 88888888 "Y8888b. 888 .d888888 888 888 888
|
||||||
|
* X88 888 888 Y8b. X88 888 888 888 888 888 888
|
||||||
|
* 88888P' 888 888 "Y8888 88888P' 888 "Y888888 888 888 888
|
||||||
|
*
|
||||||
|
* www.optixx.org
|
||||||
|
*
|
||||||
|
*
|
||||||
|
* Version: 1.0
|
||||||
|
* Created: 07/21/2009 03:32:16 PM
|
||||||
|
* Author: david@optixx.org
|
||||||
|
*
|
||||||
|
* =====================================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#ifndef __DEBUG_H__
|
#ifndef __DEBUG_H__
|
||||||
#define __DEBUG_H__
|
#define __DEBUG_H__
|
||||||
|
|
||||||
|
|||||||
@ -1,3 +1,24 @@
|
|||||||
|
/*
|
||||||
|
* =====================================================================================
|
||||||
|
*
|
||||||
|
* .d8888b 88888b. .d88b. .d8888b 888d888 8888b. 88888b.d88b.
|
||||||
|
* 88K 888 "88b d8P Y8b 88K 888P" "88b 888 "888 "88b
|
||||||
|
* "Y8888b. 888 888 88888888 "Y8888b. 888 .d888888 888 888 888
|
||||||
|
* X88 888 888 Y8b. X88 888 888 888 888 888 888
|
||||||
|
* 88888P' 888 888 "Y8888 88888P' 888 "Y888888 888 888 888
|
||||||
|
*
|
||||||
|
* www.optixx.org
|
||||||
|
*
|
||||||
|
*
|
||||||
|
* Version: 1.0
|
||||||
|
* Created: 07/21/2009 03:32:16 PM
|
||||||
|
* Author: david@optixx.org
|
||||||
|
*
|
||||||
|
* =====================================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
|
|||||||
@ -1,3 +1,24 @@
|
|||||||
|
/*
|
||||||
|
* =====================================================================================
|
||||||
|
*
|
||||||
|
* .d8888b 88888b. .d88b. .d8888b 888d888 8888b. 88888b.d88b.
|
||||||
|
* 88K 888 "88b d8P Y8b 88K 888P" "88b 888 "888 "88b
|
||||||
|
* "Y8888b. 888 888 88888888 "Y8888b. 888 .d888888 888 888 888
|
||||||
|
* X88 888 888 Y8b. X88 888 888 888 888 888 888
|
||||||
|
* 88888P' 888 888 "Y8888 88888P' 888 "Y888888 888 888 888
|
||||||
|
*
|
||||||
|
* www.optixx.org
|
||||||
|
*
|
||||||
|
*
|
||||||
|
* Version: 1.0
|
||||||
|
* Created: 07/21/2009 03:32:16 PM
|
||||||
|
* Author: david@optixx.org
|
||||||
|
*
|
||||||
|
* =====================================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#ifndef __DUMP_H__
|
#ifndef __DUMP_H__
|
||||||
#define __DUMP_H__
|
#define __DUMP_H__
|
||||||
|
|
||||||
|
|||||||
@ -1,3 +1,24 @@
|
|||||||
|
/*
|
||||||
|
* =====================================================================================
|
||||||
|
*
|
||||||
|
* .d8888b 88888b. .d88b. .d8888b 888d888 8888b. 88888b.d88b.
|
||||||
|
* 88K 888 "88b d8P Y8b 88K 888P" "88b 888 "888 "88b
|
||||||
|
* "Y8888b. 888 888 88888888 "Y8888b. 888 .d888888 888 888 888
|
||||||
|
* X88 888 888 Y8b. X88 888 888 888 888 888 888
|
||||||
|
* 88888P' 888 888 "Y8888 88888P' 888 "Y888888 888 888 888
|
||||||
|
*
|
||||||
|
* www.optixx.org
|
||||||
|
*
|
||||||
|
*
|
||||||
|
* Version: 1.0
|
||||||
|
* Created: 07/21/2009 03:32:16 PM
|
||||||
|
* Author: david@optixx.org
|
||||||
|
*
|
||||||
|
* =====================================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#include "fifo.h"
|
#include "fifo.h"
|
||||||
|
|
||||||
void fifo_init(fifo_t * f, uint8_t * buffer, const uint8_t size)
|
void fifo_init(fifo_t * f, uint8_t * buffer, const uint8_t size)
|
||||||
|
|||||||
@ -1,3 +1,24 @@
|
|||||||
|
/*
|
||||||
|
* =====================================================================================
|
||||||
|
*
|
||||||
|
* .d8888b 88888b. .d88b. .d8888b 888d888 8888b. 88888b.d88b.
|
||||||
|
* 88K 888 "88b d8P Y8b 88K 888P" "88b 888 "888 "88b
|
||||||
|
* "Y8888b. 888 888 88888888 "Y8888b. 888 .d888888 888 888 888
|
||||||
|
* X88 888 888 Y8b. X88 888 888 888 888 888 888
|
||||||
|
* 88888P' 888 888 "Y8888 88888P' 888 "Y888888 888 888 888
|
||||||
|
*
|
||||||
|
* www.optixx.org
|
||||||
|
*
|
||||||
|
*
|
||||||
|
* Version: 1.0
|
||||||
|
* Created: 07/21/2009 03:32:16 PM
|
||||||
|
* Author: david@optixx.org
|
||||||
|
*
|
||||||
|
* =====================================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#ifndef __FIFO_H__
|
#ifndef __FIFO_H__
|
||||||
#define __FIFO_H__
|
#define __FIFO_H__
|
||||||
|
|
||||||
|
|||||||
@ -1,3 +1,24 @@
|
|||||||
|
/*
|
||||||
|
* =====================================================================================
|
||||||
|
*
|
||||||
|
* .d8888b 88888b. .d88b. .d8888b 888d888 8888b. 88888b.d88b.
|
||||||
|
* 88K 888 "88b d8P Y8b 88K 888P" "88b 888 "888 "88b
|
||||||
|
* "Y8888b. 888 888 88888888 "Y8888b. 888 .d888888 888 888 888
|
||||||
|
* X88 888 888 Y8b. X88 888 888 888 888 888 888
|
||||||
|
* 88888P' 888 888 "Y8888 88888P' 888 "Y888888 888 888 888
|
||||||
|
*
|
||||||
|
* www.optixx.org
|
||||||
|
*
|
||||||
|
*
|
||||||
|
* Version: 1.0
|
||||||
|
* Created: 07/21/2009 03:32:16 PM
|
||||||
|
* Author: david@optixx.org
|
||||||
|
*
|
||||||
|
* =====================================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#include <avr/io.h>
|
#include <avr/io.h>
|
||||||
#include <avr/interrupt.h> /* for sei() */
|
#include <avr/interrupt.h> /* for sei() */
|
||||||
#include <util/delay.h> /* for _delay_ms() */
|
#include <util/delay.h> /* for _delay_ms() */
|
||||||
|
|||||||
@ -1,3 +1,24 @@
|
|||||||
|
/*
|
||||||
|
* =====================================================================================
|
||||||
|
*
|
||||||
|
* .d8888b 88888b. .d88b. .d8888b 888d888 8888b. 88888b.d88b.
|
||||||
|
* 88K 888 "88b d8P Y8b 88K 888P" "88b 888 "888 "88b
|
||||||
|
* "Y8888b. 888 888 88888888 "Y8888b. 888 .d888888 888 888 888
|
||||||
|
* X88 888 888 Y8b. X88 888 888 888 888 888 888
|
||||||
|
* 88888P' 888 888 "Y8888 88888P' 888 "Y888888 888 888 888
|
||||||
|
*
|
||||||
|
* www.optixx.org
|
||||||
|
*
|
||||||
|
*
|
||||||
|
* Version: 1.0
|
||||||
|
* Created: 07/21/2009 03:32:16 PM
|
||||||
|
* Author: david@optixx.org
|
||||||
|
*
|
||||||
|
* =====================================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Name: requests.h
|
/* Name: requests.h
|
||||||
* Project: custom-class, a basic USB example
|
* Project: custom-class, a basic USB example
|
||||||
* Author: Christian Starkjohann
|
* Author: Christian Starkjohann
|
||||||
|
|||||||
@ -1,3 +1,24 @@
|
|||||||
|
/*
|
||||||
|
* =====================================================================================
|
||||||
|
*
|
||||||
|
* .d8888b 88888b. .d88b. .d8888b 888d888 8888b. 88888b.d88b.
|
||||||
|
* 88K 888 "88b d8P Y8b 88K 888P" "88b 888 "888 "88b
|
||||||
|
* "Y8888b. 888 888 88888888 "Y8888b. 888 .d888888 888 888 888
|
||||||
|
* X88 888 888 Y8b. X88 888 888 888 888 888 888
|
||||||
|
* 88888P' 888 888 "Y8888 88888P' 888 "Y888888 888 888 888
|
||||||
|
*
|
||||||
|
* www.optixx.org
|
||||||
|
*
|
||||||
|
*
|
||||||
|
* Version: 1.0
|
||||||
|
* Created: 07/21/2009 03:32:16 PM
|
||||||
|
* Author: david@optixx.org
|
||||||
|
*
|
||||||
|
* =====================================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <avr/io.h>
|
#include <avr/io.h>
|
||||||
|
|||||||
@ -1,3 +1,24 @@
|
|||||||
|
/*
|
||||||
|
* =====================================================================================
|
||||||
|
*
|
||||||
|
* .d8888b 88888b. .d88b. .d8888b 888d888 8888b. 88888b.d88b.
|
||||||
|
* 88K 888 "88b d8P Y8b 88K 888P" "88b 888 "888 "88b
|
||||||
|
* "Y8888b. 888 888 88888888 "Y8888b. 888 .d888888 888 888 888
|
||||||
|
* X88 888 888 Y8b. X88 888 888 888 888 888 888
|
||||||
|
* 88888P' 888 888 "Y8888 88888P' 888 "Y888888 888 888 888
|
||||||
|
*
|
||||||
|
* www.optixx.org
|
||||||
|
*
|
||||||
|
*
|
||||||
|
* Version: 1.0
|
||||||
|
* Created: 07/21/2009 03:32:16 PM
|
||||||
|
* Author: david@optixx.org
|
||||||
|
*
|
||||||
|
* =====================================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#ifndef __SRAM_H__
|
#ifndef __SRAM_H__
|
||||||
#define __SRAM_H__
|
#define __SRAM_H__
|
||||||
|
|
||||||
|
|||||||
@ -1,3 +1,24 @@
|
|||||||
|
/*
|
||||||
|
* =====================================================================================
|
||||||
|
*
|
||||||
|
* .d8888b 88888b. .d88b. .d8888b 888d888 8888b. 88888b.d88b.
|
||||||
|
* 88K 888 "88b d8P Y8b 88K 888P" "88b 888 "888 "88b
|
||||||
|
* "Y8888b. 888 888 88888888 "Y8888b. 888 .d888888 888 888 888
|
||||||
|
* X88 888 888 Y8b. X88 888 888 888 888 888 888
|
||||||
|
* 88888P' 888 888 "Y8888 88888P' 888 "Y888888 888 888 888
|
||||||
|
*
|
||||||
|
* www.optixx.org
|
||||||
|
*
|
||||||
|
*
|
||||||
|
* Version: 1.0
|
||||||
|
* Created: 07/21/2009 03:32:16 PM
|
||||||
|
* Author: david@optixx.org
|
||||||
|
*
|
||||||
|
* =====================================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <avr/io.h>
|
#include <avr/io.h>
|
||||||
|
|||||||
@ -1,3 +1,24 @@
|
|||||||
|
/*
|
||||||
|
* =====================================================================================
|
||||||
|
*
|
||||||
|
* .d8888b 88888b. .d88b. .d8888b 888d888 8888b. 88888b.d88b.
|
||||||
|
* 88K 888 "88b d8P Y8b 88K 888P" "88b 888 "888 "88b
|
||||||
|
* "Y8888b. 888 888 88888888 "Y8888b. 888 .d888888 888 888 888
|
||||||
|
* X88 888 888 Y8b. X88 888 888 888 888 888 888
|
||||||
|
* 88888P' 888 888 "Y8888 88888P' 888 "Y888888 888 888 888
|
||||||
|
*
|
||||||
|
* www.optixx.org
|
||||||
|
*
|
||||||
|
*
|
||||||
|
* Version: 1.0
|
||||||
|
* Created: 07/21/2009 03:32:16 PM
|
||||||
|
* Author: david@optixx.org
|
||||||
|
*
|
||||||
|
* =====================================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
uint16_t timer_start( void );
|
uint16_t timer_start( void );
|
||||||
|
|||||||
@ -1,3 +1,24 @@
|
|||||||
|
/*
|
||||||
|
* =====================================================================================
|
||||||
|
*
|
||||||
|
* .d8888b 88888b. .d88b. .d8888b 888d888 8888b. 88888b.d88b.
|
||||||
|
* 88K 888 "88b d8P Y8b 88K 888P" "88b 888 "888 "88b
|
||||||
|
* "Y8888b. 888 888 88888888 "Y8888b. 888 .d888888 888 888 888
|
||||||
|
* X88 888 888 Y8b. X88 888 888 888 888 888 888
|
||||||
|
* 88888P' 888 888 "Y8888 88888P' 888 "Y888888 888 888 888
|
||||||
|
*
|
||||||
|
* www.optixx.org
|
||||||
|
*
|
||||||
|
*
|
||||||
|
* Version: 1.0
|
||||||
|
* Created: 07/21/2009 03:32:16 PM
|
||||||
|
* Author: david@optixx.org
|
||||||
|
*
|
||||||
|
* =====================================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#include <avr/io.h>
|
#include <avr/io.h>
|
||||||
#include <avr/interrupt.h>
|
#include <avr/interrupt.h>
|
||||||
#include <avr/pgmspace.h>
|
#include <avr/pgmspace.h>
|
||||||
|
|||||||
@ -1,3 +1,24 @@
|
|||||||
|
/*
|
||||||
|
* =====================================================================================
|
||||||
|
*
|
||||||
|
* .d8888b 88888b. .d88b. .d8888b 888d888 8888b. 88888b.d88b.
|
||||||
|
* 88K 888 "88b d8P Y8b 88K 888P" "88b 888 "888 "88b
|
||||||
|
* "Y8888b. 888 888 88888888 "Y8888b. 888 .d888888 888 888 888
|
||||||
|
* X88 888 888 Y8b. X88 888 888 888 888 888 888
|
||||||
|
* 88888P' 888 888 "Y8888 88888P' 888 "Y888888 888 888 888
|
||||||
|
*
|
||||||
|
* www.optixx.org
|
||||||
|
*
|
||||||
|
*
|
||||||
|
* Version: 1.0
|
||||||
|
* Created: 07/21/2009 03:32:16 PM
|
||||||
|
* Author: david@optixx.org
|
||||||
|
*
|
||||||
|
* =====================================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#ifndef __UART_H__
|
#ifndef __UART_H__
|
||||||
#define __UART_H__
|
#define __UART_H__
|
||||||
|
|
||||||
|
|||||||
@ -1,3 +1,24 @@
|
|||||||
|
/*
|
||||||
|
* =====================================================================================
|
||||||
|
*
|
||||||
|
* .d8888b 88888b. .d88b. .d8888b 888d888 8888b. 88888b.d88b.
|
||||||
|
* 88K 888 "88b d8P Y8b 88K 888P" "88b 888 "888 "88b
|
||||||
|
* "Y8888b. 888 888 88888888 "Y8888b. 888 .d888888 888 888 888
|
||||||
|
* X88 888 888 Y8b. X88 888 888 888 888 888 888
|
||||||
|
* 88888P' 888 888 "Y8888 88888P' 888 "Y888888 888 888 888
|
||||||
|
*
|
||||||
|
* www.optixx.org
|
||||||
|
*
|
||||||
|
*
|
||||||
|
* Version: 1.0
|
||||||
|
* Created: 07/21/2009 03:32:16 PM
|
||||||
|
* Author: david@optixx.org
|
||||||
|
*
|
||||||
|
* =====================================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#include <avr/io.h>
|
#include <avr/io.h>
|
||||||
#include <avr/pgmspace.h> /* required by usbdrv.h */
|
#include <avr/pgmspace.h> /* required by usbdrv.h */
|
||||||
|
|||||||
@ -1,3 +1,24 @@
|
|||||||
|
/*
|
||||||
|
* =====================================================================================
|
||||||
|
*
|
||||||
|
* .d8888b 88888b. .d88b. .d8888b 888d888 8888b. 88888b.d88b.
|
||||||
|
* 88K 888 "88b d8P Y8b 88K 888P" "88b 888 "888 "88b
|
||||||
|
* "Y8888b. 888 888 88888888 "Y8888b. 888 .d888888 888 888 888
|
||||||
|
* X88 888 888 Y8b. X88 888 888 888 888 888 888
|
||||||
|
* 88888P' 888 888 "Y8888 88888P' 888 "Y888888 888 888 888
|
||||||
|
*
|
||||||
|
* www.optixx.org
|
||||||
|
*
|
||||||
|
*
|
||||||
|
* Version: 1.0
|
||||||
|
* Created: 07/21/2009 03:32:16 PM
|
||||||
|
* Author: david@optixx.org
|
||||||
|
*
|
||||||
|
* =====================================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
uint8_t usbFunctionWrite(uint8_t * data, uint8_t len);
|
uint8_t usbFunctionWrite(uint8_t * data, uint8_t len);
|
||||||
uint8_t usbFunctionRead(uint8_t * data, uint8_t len);
|
uint8_t usbFunctionRead(uint8_t * data, uint8_t len);
|
||||||
|
|||||||
@ -1,3 +1,24 @@
|
|||||||
|
/*
|
||||||
|
* =====================================================================================
|
||||||
|
*
|
||||||
|
* .d8888b 88888b. .d88b. .d8888b 888d888 8888b. 88888b.d88b.
|
||||||
|
* 88K 888 "88b d8P Y8b 88K 888P" "88b 888 "888 "88b
|
||||||
|
* "Y8888b. 888 888 88888888 "Y8888b. 888 .d888888 888 888 888
|
||||||
|
* X88 888 888 Y8b. X88 888 888 888 888 888 888
|
||||||
|
* 88888P' 888 888 "Y8888 88888P' 888 "Y888888 888 888 888
|
||||||
|
*
|
||||||
|
* www.optixx.org
|
||||||
|
*
|
||||||
|
*
|
||||||
|
* Version: 1.0
|
||||||
|
* Created: 07/21/2009 03:32:16 PM
|
||||||
|
* Author: david@optixx.org
|
||||||
|
*
|
||||||
|
* =====================================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Name: usbconfig.h
|
/* Name: usbconfig.h
|
||||||
* Project: V-USB, virtual USB port for Atmel's(r) AVR(r) microcontrollers
|
* Project: V-USB, virtual USB port for Atmel's(r) AVR(r) microcontrollers
|
||||||
* Author: Christian Starkjohann
|
* Author: Christian Starkjohann
|
||||||
|
|||||||
@ -1,3 +1,24 @@
|
|||||||
|
/*
|
||||||
|
* =====================================================================================
|
||||||
|
*
|
||||||
|
* .d8888b 88888b. .d88b. .d8888b 888d888 8888b. 88888b.d88b.
|
||||||
|
* 88K 888 "88b d8P Y8b 88K 888P" "88b 888 "888 "88b
|
||||||
|
* "Y8888b. 888 888 88888888 "Y8888b. 888 .d888888 888 888 888
|
||||||
|
* X88 888 888 Y8b. X88 888 888 888 888 888 888
|
||||||
|
* 88888P' 888 888 "Y8888 88888P' 888 "Y888888 888 888 888
|
||||||
|
*
|
||||||
|
* www.optixx.org
|
||||||
|
*
|
||||||
|
*
|
||||||
|
* Version: 1.0
|
||||||
|
* Created: 07/21/2009 03:32:16 PM
|
||||||
|
* Author: david@optixx.org
|
||||||
|
*
|
||||||
|
* =====================================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#include "watchdog.h"
|
#include "watchdog.h"
|
||||||
|
|
||||||
void wdt_init(void)
|
void wdt_init(void)
|
||||||
|
|||||||
@ -1,3 +1,24 @@
|
|||||||
|
/*
|
||||||
|
* =====================================================================================
|
||||||
|
*
|
||||||
|
* .d8888b 88888b. .d88b. .d8888b 888d888 8888b. 88888b.d88b.
|
||||||
|
* 88K 888 "88b d8P Y8b 88K 888P" "88b 888 "888 "88b
|
||||||
|
* "Y8888b. 888 888 88888888 "Y8888b. 888 .d888888 888 888 888
|
||||||
|
* X88 888 888 Y8b. X88 888 888 888 888 888 888
|
||||||
|
* 88888P' 888 888 "Y8888 88888P' 888 "Y888888 888 888 888
|
||||||
|
*
|
||||||
|
* www.optixx.org
|
||||||
|
*
|
||||||
|
*
|
||||||
|
* Version: 1.0
|
||||||
|
* Created: 07/21/2009 03:32:16 PM
|
||||||
|
* Author: david@optixx.org
|
||||||
|
*
|
||||||
|
* =====================================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#include <avr/wdt.h>
|
#include <avr/wdt.h>
|
||||||
|
|
||||||
#ifndef __WATCHDOG_H__
|
#ifndef __WATCHDOG_H__
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user