@sb10q I left a review comment about excessive features used with smoltcp, shortly before you approved the PR :D Should I or…
LGTM! Just wanna add a reminder for ourselves for to-dos in QUARTIQ's Booster repo:
- [Replace the
read_from_mac()
with…
To the best of my knowledge, using hardware timers must produce more accurate timing than using assembly because one can make use of STM32 timers to enable interrupts to update a counter (e.g. wall…
asm::delay
doesn't useSYST
, does it?
Yes asm::delay
doesn't need to borrow the timer hardware, but the user of this crate needs to know what kind of function / closure they're going…
So, the reason I started using HAL's SysTick timer in 50c3003210971dfaf9565fa50921b1227306325f is that using CYCCNT isn't too accurate e.g. for socket timeout. I think it would be nice to keep that…
😄 OK. What about eeeb162cc544670d4a339575f7f08999e56ae844 that uses asm_delay
and hal_delay
at different places? Is there an issue with using the same kind of timer for delaying for different…
What is the significance of b8094f84f37d01454ec3c92f5ae4a2329c65d375 ?