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

Add support for PIC18F87J50 #13

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

Conversation

d235j
Copy link

@d235j d235j commented Jan 19, 2016

Adds support for the PIC18F87J50.
This chip appears to have a near-identical USB core to the PIC18F46J50. The general configuration bits are a little different, though, so the examples needed some updating.
I've tested this with a board that has a 16MHz crystal; as the Microchip development board for this chip has a 12MHz crystal and an RJ11 debug connector, this PR includes updated examples that would work on that board. Changing it to work with a 16MHz crystal only requires updating the config flags.

Chances are m-stack will work fine with any PIC18 that has this USB core nearly out-of-the-box.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant