Dániel Buga
Dániel Buga
Could you please address my comments instead of simply marking them as "Resolved"?
No need to hurry, please focus on your studies :)
A pre-requisite to this is https://github.com/probe-rs/probe-rs/issues/3327
The TRM screenshot seems to imply that configuring the glitch filter needs the corresponding filter (#2647) to be enabled, too. > selects one signal from the [...] output signals from...
this was a bit naive, we'll have to come back to a round 2 after esp-phy 🙃
The following pattern optimizes the enumset loopy-jumpy-bitsetty nonsense away completely: ```rust #[derive(Debug, EnumSetType)] pub(crate) enum RxEvent { FifoFull = 0, ParityError = 2, FrameError = 3, FifoOvf = 4, BreakDetected...
While LTO (with rustc 1.90) still wants to strip `btdm_rf_bb_reg_init`, `embassy_dhcp` works fine with ble+coex enabled. Interestingly the coex example doesn't have the same issue.
What we can read out of esp-idf is definitely in scope, and there's plenty there still.
I did not think about that, I assumed we would keep the markdowns. However, since we're posting the notes on github releases as well, we can probably remove these from...