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

make all python files executable and standardize interpreter #2809

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

shuffle2
Copy link
Contributor

Describe the PR
I'm a user of tinyusb via pico-sdk. I wanted to use tinyusb_pico_pio_usb and found it wasn't working because hw/mcu/raspberry_pi/Pico-PIO-USB is no longer included in tinyusb repo and needs tools/get_deps.py to fetch it. I found that get_deps.py wasn't working because my environment (WSL2) didn't detect the file as python. I took opportunity to fix all python files in current tinyusb repo.

Additional context
pico-sdk should probably be modified to invoke get_deps.py automatically somehow.

Copy link
Owner

@hathach hathach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

look good, thank you

@hathach hathach merged commit a13dbd4 into hathach:master Oct 7, 2024
96 of 97 checks passed
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.

2 participants