diff options
author | Akshay <[email protected]> | 2022-04-10 12:13:40 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2022-04-10 12:13:40 +0100 |
commit | dc90387ce7d8ba7b607d9c48540bf6d8b560f14d (patch) | |
tree | 4ccb8fa5886b66fa9d480edef74236c27f035e16 /lib/vusb/libs-device/Readme.txt |
Diffstat (limited to 'lib/vusb/libs-device/Readme.txt')
-rw-r--r-- | lib/vusb/libs-device/Readme.txt | 22 |
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 @@ | |||
1 | This is the Readme file for the libs-device directory. This directory contains | ||
2 | code snippets which may be useful for USB device firmware. | ||
3 | |||
4 | |||
5 | WHAT IS INCLUDED IN THIS DIRECTORY? | ||
6 | =================================== | ||
7 | |||
8 | osccal.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 | |||
13 | osctune.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. | ||
22 | http://www.obdev.at/ | ||