Browse Source

Add comment with links to other USB code

teensy4-core
PaulStoffregen 10 years ago
parent
commit
84f33fae1e
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      teensy3/usb_dev.c

+ 9
- 0
teensy3/usb_dev.c View File

* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE. * 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" #include "usb_dev.h"

Loading…
Cancel
Save