Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PIC18F25K50 #24

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

PIC18F25K50 #24

wants to merge 3 commits into from

Commits on Oct 19, 2017

  1. Added support for 25k50 and 45k50

    Used shorthand macro for USBIF and USBIE.  Bits are in different registers on these chips.
    
    Defined BD and Buffer starting addresses for these processors
    zlittell committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    c8fa4ee View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2017

  1. Config Code

    This is working configuration code for the 18F25k50 and 45k50.
    zlittell committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    1e3e4b5 View commit details
    Browse the repository at this point in the history
  2. Finishing touches for 18F25K50 Support

    Added configurations to all relevant demos.  Updated readme to list 18F25K50.
    zlittell committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    6fb169f View commit details
    Browse the repository at this point in the history