ci: workflow: add build & run#7
Draft
roma-jam wants to merge 10 commits into
Draft
Conversation
Different core revisions require different hanlding. To have an option to get the revision and apply different logic add the possibility to read masked revision from GSNPSID register. Signed-off-by: Roman Leonov <jam_roma@yahoo.com>
Note: Control transfers only Add initial usb host driver for Synopsys DWC2 with vendor quirks. Signed-off-by: Roman Leonov <jam_roma@yahoo.com>
Add vendor quirks for nRF54LM20 PHY configuration for DWC2 in host mode. Given the PHY is powered from USB, the PHY needs to be configured and powered on before registers can be accessed or the SoC freezes on any register access. Signed-off-by: Josuah Demangeon <josuah.demangeon@nordicsemi.no>
Enable the DWC2 host controller, for now requiring external power to be provided to the VBUS pin, however usable. Signed-off-by: Josuah Demangeon <josuah.demangeon@nordicsemi.no>
1be7f38 to
d2bc38e
Compare
d2bc38e to
3726a52
Compare
9d55180 to
b2eec59
Compare
Remove the LOG_DECLARE macro from nrf vendor quirks. Signed-off-by: Roman Leonov <jam_roma@yahoo.com>
3a6d2d1 to
34ae48c
Compare
Configuration of HCFG and HFIR is used to configure host port timings. To avoid configuration mismatch, configuration of these registers is better to do in one function, based on the PHY parameters. Signed-off-by: Roman Leonov <jam_roma@yahoo.com>
Add a simple workflow to build and run uhc on self hosted runner. Signed-off-by: Roman Leonov <jam_roma@yahoo.com>
34ae48c to
3198741
Compare
Add a test for uhc driver that allows to test the driver api. Signed-off-by: Roman Leonov <jam_roma@yahoo.com>
3198741 to
0dabb4b
Compare
c6f3412 to
9f01cd6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Add a small workflow that builds and runs the uhc test on the self-hosted runner with esp32s3 board.
Collective PR
Commits description in their order
Relates