Dániel Buga
2472b6d7a9
Implement calibrated ADC API for S3 ( #641 )
...
* adc_cal: s3: Add efuse functions for reading calibration
* Add changelog entry
* Implement calibrated ADC API for S3
* adc_cal: s3: Add calibrated ADC reading example
* Clean up
* Prefer where clauses
* Clean up unnecessary unsafe blocks
* Fix autolinks
---------
Co-authored-by: Scott Mabin <scott@mabez.dev>
2023-07-24 17:45:19 +01:00
Dániel Buga
b1e8c6e818
Some minor cleanup ( #642 )
...
* Fix typo
* Don't require importing paste
* Clean up warnings
* Clean up Clippy warnings
2023-07-05 11:09:04 -07:00
Jesse Braham
75f7394986
Fix the references to the ets_update_cpu_frequency_rom ROM function
2023-01-31 09:13:22 -08:00
Jesse Braham
832f9ef4d4
Refactor the clock module, provide ROM functions via linker scripts ( #353 )
...
* Refactor `clock` and `clocks_ll` into a common module
* Add a ROM function linker script to each HAL and provide some functions
* Use the provided ROM functions instead of transmuting addresses
* Fix CI workflow for ESP32-S2
2023-01-23 07:12:33 -08:00