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

Abilty to limit iterations in hci processing loop #1998

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

peterharperuk
Copy link
Contributor

Fixes #1455

@@ -148,6 +151,13 @@ static void hci_transport_cyw43_process(void) {
} else {
has_work = false;
}
// PICO_CONFIG: PICO_BTSTACK_CYW43_MAX_HCI_PROCESS_LOOP_COUNT, max number of iterations of the hci processing loop, type=int, default=infinite, advanced=true, group=pico_btstack
Copy link
Contributor

Choose a reason for hiding this comment

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

tools/extract_configs.py doesn't support default=infinite. Perhaps it's better to just remove the default and change the description to "limit the max number..." ? (which hopefully makes it obvious that if PICO_BTSTACK_CYW43_MAX_HCI_PROCESS_LOOP_COUNT isn't set, there's no limit?)

@kilograham kilograham added this to the 2.0.1 milestone Nov 4, 2024
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.

3 participants