Dániel Buga

Results 578 comments of Dániel Buga

Could you, for the sake of ruling out unlikely-but-simple issues, try to set up an accept-everything filter like this? ```rust SingleStandardFilter::new( b"xxxxxxxxxxx", b"x", [b"xxxxxxxx", b"xxxxxxxx"] ) ```

I think setting up a filter by default may be reasonable to do, although if we set one up and the user specifies another, I believe the generated code would...

Thanks for this! To be quite honest, my eyes will need to get used to the change :) What needs APv2 support, and where can we find its documentation?

I'd like to add as a todo item that the HAL should probably not expose the `RtcSleepConfig` type(s) directly. Instead, the HAL should expose something akin to esp-idf's "sleep flags"....

I'm working on C6 now. It's a bit annoying as function names are different, but the flow seems to be similar enough. May take some time but I'll hope to...

There are two main areas that I ignored so far: - wakeup sources other than EXT1 - various system state save/restore for light sleep

I appreciate your enthusiasm but I have no energy or motivation to maintain this crate. Feel free to fork it and turn it into whatever you like it to be.

Feel free to use other crates if they work for you, this one is a bit of an abandonware. Apologies. Indeed, submenus aren't directly supported, I've myself also created separate...

@bjoernQ please include your Cargo.toml, too, the features may be interesting for repro.

We may, but it's unclear where the issue is and I have a suspicion who'll take this up so it probably doesn't matter where this issue lives :)