Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: F401RE-USBHostMIDI_RecieveExample
Fork of F401RE-USBHost by
USBHost/USBHALHost.h@11:61843badd06e, 2014-06-09 (annotated)
- Committer:
- va009039
- Date:
- Mon Jun 09 09:00:49 2014 +0000
- Revision:
- 11:61843badd06e
- Parent:
- 10:40c7f6788902
- Child:
- 17:4a710e2ba162
Simple USBHost for Nucleo F401RE
Who changed what in which revision?
| User | Revision | Line number | New contents of line | 
|---|---|---|---|
| va009039 | 11:61843badd06e | 1 | #if defined(TARGET_NUCLEO_F401RE) | 
| va009039 | 11:61843badd06e | 2 | #include "USBHALHost_F401RE.h" | 
| va009039 | 11:61843badd06e | 3 | #elif defined(TARGET_KL46Z)||defined(TARGET_KL25Z) | 
| va009039 | 11:61843badd06e | 4 | #include "USBHALHost_KL46Z.h" | 
| va009039 | 11:61843badd06e | 5 | #else | 
| va009039 | 11:61843badd06e | 6 | #error "target error" | 
| va009039 | 11:61843badd06e | 7 | #endif | 
| va009039 | 5:10bfc10afcc8 | 8 | |
| va009039 | 5:10bfc10afcc8 | 9 | 
