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

Two small changes #8242

Merged
merged 2 commits into from
Aug 3, 2023
Merged

Two small changes #8242

merged 2 commits into from
Aug 3, 2023

Conversation

tannewt
Copy link
Member

@tannewt tannewt commented Aug 1, 2023

  1. Raise an exception when creating a USB device when host isn't initialized.
  2. Mark RP2040 dtcm_bss as NOLOAD since it doesn't need to be loaded (just zeroed.)
  3. Fix submodule location for ulab to Jeff's copy.

1. Raise an exception when creating a USB device when host isn't
  initialized.
2. Mark RP2040 dtcm_bss as NOLOAD since it doesn't need to be
  loaded (just zeroed.)
3. Fix submodule location for ulab to Jeff's copy.
@tannewt tannewt requested a review from jepler August 1, 2023 20:22
@jepler
Copy link
Member

jepler commented Aug 1, 2023

The need to change the ulab submodule seems weird, as the change was merged by

@tannewt
Copy link
Member Author

tannewt commented Aug 2, 2023

The need to change the ulab submodule seems weird, as the change was merged by

* [Fix -Wunused-variable diagnostic when !ULAB_SUPPORTS_COMPLEX v923z/micropython-ulab#631](https://github.com/v923z/micropython-ulab/pull/631)

Yup, weird. I think it may have to do with my submodules tracking the wrong branch. (Sync doesn't sync them.) I've reverted that bit.

@tannewt tannewt changed the title Three small changes Two small changes Aug 2, 2023
Copy link
Member

@jepler jepler left a comment

Choose a reason for hiding this comment

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

Thanks.

@jepler
Copy link
Member

jepler commented Aug 3, 2023

weirdly no ports were re-built despite the change in shared-module/usb/core/Device.c. This may be a problem with the build system I introduced and have hopefully now fixed in #8252.

@jepler jepler merged commit d57f3c8 into adafruit:main Aug 3, 2023
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