Skip to content

test conversion, infrastructure refresh#53

Merged
uvvpavel merged 2 commits intodevelopfrom
pytest
Jun 18, 2025
Merged

test conversion, infrastructure refresh#53
uvvpavel merged 2 commits intodevelopfrom
pytest

Conversation

@uvvpavel
Copy link
Copy Markdown
Contributor

closes #51

@uvvpavel uvvpavel requested a review from xross June 17, 2025 14:30
interface output_gpio_if i_output_port[NUM_CLIENTS];
#if SUPPLY_PIN_MAP
char pin_map[NUM_CLIENTS] = {1, 0, 3, 2};
char pin_map[NUM_CLIENTS] = {0, 1, 2, 3};
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I wonder if there was a coverage improvement due to the mis-ordering.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

yeah, I'm not sure why it was there in the first place, but it failed the test

Copy link
Copy Markdown
Contributor

@xross xross left a comment

Choose a reason for hiding this comment

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

Looks like a good update

@uvvpavel uvvpavel merged commit 4b8b8d3 into develop Jun 18, 2025
2 checks passed
@uvvpavel uvvpavel deleted the pytest branch June 18, 2025 12:15
This was referenced Jun 18, 2025
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.

xcore platform conversion

2 participants