Thanks to visit codestin.com
Credit goes to github.com

Skip to content

VID/PID for a new samd21 board #2322

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

Closed
sarfata opened this issue Nov 25, 2019 · 1 comment
Closed

VID/PID for a new samd21 board #2322

sarfata opened this issue Nov 25, 2019 · 1 comment

Comments

@sarfata
Copy link

sarfata commented Nov 25, 2019

We built a board roughly based on the trinket m0 with IR receive/transmit capabilities. It's a shitty addon for conference badges. Hardware and software are all opensource: https://github.com/sarfata/shirtty-addon.

I am working on a PR to get this merged into master (#2294 is the first PR against 4.x but I will open a new one against master). Would be great to have a custom PID for this board. Thanks!

@ladyada
Copy link
Member

ladyada commented Nov 25, 2019

Shirtty Add-on VID 0x239A PID 0x006B # bootloader
PID 0x806B # arduino
PID 0x806C # circuitpython

@ladyada ladyada closed this as completed Nov 25, 2019
jepler pushed a commit to jepler/circuitpython that referenced this issue Jan 10, 2022
This changes makemanifest.py & mpy-tool.py to merge string and mpy names
into the same list (now mp_frozen_names).

The various paths for loading a frozen module (mp_find_frozen_module) and
checking existence of a frozen module (mp_frozen_stat) use a common
function that searches this list.

In addition, the frozen lookup will now only take place if the path starts
with ".frozen", which needs to be added to sys.path.

This fixes issues adafruit#1804, adafruit#2322, adafruit#3509, adafruit#6419.

Signed-off-by: Jim Mussared <[email protected]>
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

No branches or pull requests

2 participants