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 USB serial example #5

Merged
merged 7 commits into from
Dec 12, 2023
Merged

add USB serial example #5

merged 7 commits into from
Dec 12, 2023

Conversation

dstric-aqueduct
Copy link
Contributor

  • modify library to demo USB serial on Portenta using USB_HTG_HS
  • add "usb" feature to resolve conflict with pin PB0, which is used in UART0 and USB
  • lock embassy dependencies to specific commit to avoid conflicts

- modify library to demo USB serial on Portenta using USB_HTG_HS
- add "usb" feature to resolve conflict with pin PB0, which is used in UART0 and USB
- lock `embassy` dependencies to specific commit to avoid conflicts
- fix formatting
- rollback `embassy` version to fix `async_fn_in_trait` in CI
add optional run trigger
add `embedded-io-async` dependency
update nightly version required to 2023-12-05
@gdobato
Copy link
Owner

gdobato commented Dec 12, 2023

@dstric-aqueduct Thanks a lot for the PR

@gdobato gdobato merged commit 19c06d2 into gdobato:master Dec 12, 2023
2 checks passed
@dstric-aqueduct
Copy link
Contributor Author

@dstric-aqueduct Thanks a lot for the PR

Sure thing - thanks for your work on this.

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