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

20 timer callback slots may not be enough for C6 #1614

Closed
bugadani opened this issue Dec 5, 2023 · 4 comments
Closed

20 timer callback slots may not be enough for C6 #1614

bugadani opened this issue Dec 5, 2023 · 4 comments
Labels
chip:esp32c6 Issue related to ESP32-C6 chip package:esp-wifi Issues related to the esp-wifi package

Comments

@bugadani
Copy link
Contributor

bugadani commented Dec 5, 2023

I'm getting this error:

[WARN] - Failed to set timer function 40824b98

The set of features I have enabled on esp-wifi are as follows, so I don't have BLE and coex enabled (meaning the library should be limited to 20 timers)

features = [
    "phy-enable-usb",
    "ps-max-modem",
    "wifi",
    "async",
    "embassy-net",
    "tcp",
    "dns",
    "ipv4",
    "dhcpv4"
]
@bugadani bugadani changed the title 20 timers may not be enough for C6 20 timer callback slots may not be enough for C6 Dec 5, 2023
@bjoernQ
Copy link
Contributor

bjoernQ commented Dec 6, 2023

Given the size of a timer isn't that huge I guess we can just unconditionally bump it a bit 🤔

@bugadani
Copy link
Contributor Author

bugadani commented Dec 6, 2023

I think we are at the point where we could instead start to heap-allocate these things.

@bjoernQ
Copy link
Contributor

bjoernQ commented Dec 6, 2023

Also an option

@bjoernQ bjoernQ transferred this issue from esp-rs/esp-wifi-sys May 27, 2024
@bjoernQ bjoernQ added the package:esp-wifi Issues related to the esp-wifi package label May 27, 2024
@tom-borcin tom-borcin added the chip:esp32c6 Issue related to ESP32-C6 chip label Aug 13, 2024
@MabezDev
Copy link
Member

These queues are now heap allocated.

@github-project-automation github-project-automation bot moved this from Todo to Done in esp-rs Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chip:esp32c6 Issue related to ESP32-C6 chip package:esp-wifi Issues related to the esp-wifi package
Projects
Archived in project
Development

No branches or pull requests

4 participants