embassy/embassy-rp/src/rtc
pennae f79d8cb2d3 rp/clocks: store clock frequencies in ram
don't recalculate clock frequencies every time they are asked for. while
this is not very often in practice it does consume a bunch of flash
space that cannot be optimized away, and was pulled in unconditionally
previously. while we technically only need the configured rosc, xosc and
gpin frequencies it is easier to store all frequencies (and much cheaper
at runtime too).
2023-05-17 21:36:19 +02:00
..
datetime_chrono.rs Implement RealTimeClock for embassy-rp 2022-09-16 13:18:23 +02:00
datetime_no_deps.rs Implement RealTimeClock for embassy-rp 2022-09-16 13:18:23 +02:00
filter.rs Implement RealTimeClock for embassy-rp 2022-09-16 13:18:23 +02:00
mod.rs rp/clocks: store clock frequencies in ram 2023-05-17 21:36:19 +02:00