Skip to content

openxc/nxpUSBlib

next-v0.98
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

nxpUSBlib Library for NXP LPC Microcontrollers with USB

NXP has been kind enough to provide a pretty good USB library for use with their microcontrollers. There are a few showstopper bugs in the current version that don't seem to be getting fixed, so I've forked the project here so we can maintain a community version that includes the fixes.

The original library is from http://www.lpcware.com/content/project/nxpusblib.

License

This code is originally created and licensed by NXP - see the License.txt file in this repository.

The additions and modifications in this library are released under the same license, but are not contributed by anyone officially with NXP.

Changelog

  • Fixed USB enumeration when using compiler optimization (added volatile keywords to some global variables)
    • Fixed in nxpUSBlib v0.98
  • Add missing macro definition required to compile with GNU GCC for ARM Embedded (DATA(x))

About

Fork of NXP's USB library for all LPC microcontrollers, with bug fixes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published