📄 rel_notes.txt
字号:
--------------------------------------------------------
USB HID Firmware Example version 1.0 Readme File
Copyright (C) 2005 Silicon Laboratories, Inc.
--------------------------------------------------------
Last updated: 25 MAY 2005
KNOWN ISSUES AND LIMITATIONS
----------------------------
1.) Firmware works with the Silicon Labs IDE v1.71 or later and the
Keil C51 tool chain. Project and code modifications will be
necessary for use with different tool chains.
2.) Compiler optimization emphasis is selected as "favor small code".
This selection is necessary for the project to be compiled with the
trial version of the Keil C51 Compiler (under 4k code space).
3.) If using the C8051F320TB target board, jumper J2 should be installed
if the board is wall-powered; jumper J11 should be installed if bus-powered.
REVISION HISTORY
----------------
Version 1.0
Removed the following line of code:
POLL_WRITE_BYTE(E0CSR, (rbSOPRDY | rbDATAEND));
from functions in USB_STD_REQ.c and replaced with:
POLL_WRITE_BYTE(E0CSR, rbSOPRDY);
Changed bInterval for the IN and OUT Endpoints from 10 to 0x01
(IN request every 1 ms instead of every 10 ms).
Version 1.0 Beta
Initial Beta Release.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -