瀏覽代碼

Add comment with links to other USB code

main
PaulStoffregen 10 年之前
父節點
當前提交
84f33fae1e
共有 1 個文件被更改,包括 9 次插入0 次删除
  1. +9
    -0
      teensy3/usb_dev.c

+ 9
- 0
teensy3/usb_dev.c 查看文件

@@ -26,6 +26,15 @@
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*
* Trying to understand this rather complex code?
*
* Kevin Cuzner wrote a simpler version, and a great blog article:
* http://kevincuzner.com/2014/12/12/teensy-3-1-bare-metal-writing-a-usb-driver/
* https://github.com/kcuzner/teensy-oscilloscope/blob/master/scope-teensy/src/usb.c
*
* Andy Payne wrote another relatively simple USB example for Freescale Kinetis
* https://github.com/payne92/bare-metal-arm
*/

#include "usb_dev.h"

Loading…
取消
儲存