Roma Jam

Results 6 issues of Roma Jam

**Describe the bug** Git submodules not available **To Reproduce** Steps to reproduce the behavior: 1. `$ git clone [email protected]:EKA2L1/EKA2L1.git` 2. `$ git submodule update --init --recursive` 3. submodules `https://github.com/citra-emu/dynarmic-android` and...

**UBports Installer `0.10.0` (deb)** Environment: `Ubuntu 22.04.3 LTS Jammy Jellyfish linux 6.5.0-18-generic x64 NodeJS v18.12.1` Device: [`hammerhead`](https://github.com/ubports/installer-configs/blob/120be2cd71613ca217f71a60a909597cd4064c82/v2/devices/hammerhead.yml) ([Nexus 5](https://devices.ubuntu-touch.io/device/hammerhead/)) Target OS: Ubuntu Touch Settings: `{"format":true,"bootstrap":true,"wipe":true,"channel":"ubports-touch/16.04/stable"}` OPEN-CUTS run: *N/A* Pastebin: *N/A*...

# Checklist - [x] Component contains License - [x] Component contains README.md - [x] Component contains idf_component.yml file with `url` field defined - [x] Component was added to [upload job](https://github.com/espressif/idf-extra-components/blob/master/.github/workflows/upload_component.yml#L18)...

Component: usb

### Related area port support ### Hardware specification all hardware with several ports ### Is your feature request related to a problem? Unable to init stack on two ports simultaneously....

Feature 💡

## Requirements The USBD deinit were implemented here: https://github.com/hathach/tinyusb/pull/1835 To provide the possibility to re-initialize the tinyusb stack, `tusb_teardown()` call should be present in `tusb.h` The public API to init...

### Related area tinyusb_msc ### Hardware specification every ### Is your feature request related to a problem? Not related to a problem. ### Describe the solution you'd like Configurable option...

Feature 💡