Skip to content

More family board#695

Merged
hathach merged 5 commits into
masterfrom
more-family-board
Mar 3, 2021
Merged

More family board#695
hathach merged 5 commits into
masterfrom
more-family-board

Conversation

@hathach
Copy link
Copy Markdown
Owner

@hathach hathach commented Mar 3, 2021

Describe the PR
Group more boards into family to speed up ci build

@hathach hathach merged commit 2d9896b into master Mar 3, 2021
@hathach hathach deleted the more-family-board branch March 3, 2021 13:59
7FM pushed a commit to 7FM/tinyusb that referenced this pull request Aug 23, 2025
Issue:
    irq wait 0
    irq 0
are translated as:
    irq(wait, 0)                          # 0
    irq(nowait, 0)                        # 1
wait/nowait are incorrect, should be block or ommited (alt: noblock).

After change:
    irq(block, 0)                         # 0
    irq(0)                                # 1
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.

1 participant