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

Remove submodules and use python script to manage repo dependencies #1947

Merged
merged 7 commits into from
Mar 11, 2023

Conversation

hathach
Copy link
Owner

@hathach hathach commented Mar 10, 2023

Describe the PR
fix #1464 remove all submodules in hw/mcu, these repo is now managed by an python script at tools/get_deps.py which take 'submodule' path as inputs. The existing way to get dependency with make target make BOARD={} get-deps still works by invoking get_deps.py script.

This is due to the wide range support of MCUs and the mcu sdk is often large enough. git submodule init --recursive which is convenient for most user project had a hard time with tinyusb.

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.

Maybe remove mcu driver submodules and use some setup script
1 participant