aboutsummaryrefslogtreecommitdiff
path: root/lib/vusb/libs-device/Readme.txt
diff options
context:
space:
mode:
authorAkshay <[email protected]>2022-04-10 12:13:40 +0100
committerAkshay <[email protected]>2022-04-10 12:13:40 +0100
commitdc90387ce7d8ba7b607d9c48540bf6d8b560f14d (patch)
tree4ccb8fa5886b66fa9d480edef74236c27f035e16 /lib/vusb/libs-device/Readme.txt
Diffstat (limited to 'lib/vusb/libs-device/Readme.txt')
-rw-r--r--lib/vusb/libs-device/Readme.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/lib/vusb/libs-device/Readme.txt b/lib/vusb/libs-device/Readme.txt
new file mode 100644
index 000000000..76518dc90
--- /dev/null
+++ b/lib/vusb/libs-device/Readme.txt
@@ -0,0 +1,22 @@
1This is the Readme file for the libs-device directory. This directory contains
2code snippets which may be useful for USB device firmware.
3
4
5WHAT IS INCLUDED IN THIS DIRECTORY?
6===================================
7
8osccal.c and osccal.h
9 This module contains a function which calibrates the AVR's built-in RC
10 oscillator based on the USB frame clock. See osccal.h for a documentation
11 of the API.
12
13osctune.h
14 This header file contains a code snippet for usbconfig.h. With this code,
15 you can keep the AVR's internal RC oscillator in sync with the USB frame
16 clock. This is a continuous synchronization, not a single calibration at
17 USB reset as with osccal.c above. Please note that this code works only
18 if D- is wired to the interrupt, not D+.
19
20----------------------------------------------------------------------------
21(c) 2008 by OBJECTIVE DEVELOPMENT Software GmbH.
22http://www.obdev.at/