8 Commits

Author SHA1 Message Date
ivmarkov
2af4695aac
Remove Peripheral/PeripheralRef (#529)
* Remove Peripheral/PeripheralRef

* Make ADC unit and channel structs more readable by avoiding const generics

* Remove unused parameter

* fix forgotten reference to the old ADCU syntax

* Mention that we have removed the prelude module

* try_into methods for changing the pin type
2025-09-03 14:13:32 +03:00
ivmarkov
7493fb487b Remove the PCNT example for ESP-IDF 6+ 2025-08-13 09:17:27 +00:00
Joseph Johnson
7b3619d712
Pcnt example (#524)
* change gpio pins for pcnt_rotary_encoder example

* add pcnt_rotary_encoder fix to changelog
2025-03-31 10:53:52 +02:00
ivmarkov
d08f558588 Clippy for all examples 2025-03-24 08:30:55 +00:00
ivmarkov
17790a01db Fix ADC build issues on earlier released ESP-IDF 5.X; fix unexpected cfgs warnings in examples 2025-03-24 08:11:27 +00:00
ivmarkov
e79df5a873 Get rid of the riscv-ulp-hal feature 2024-01-18 20:12:27 +00:00
ivmarkov
05140a3056 The crate now does build with cargo --all-features 2024-01-05 16:26:26 +00:00
ivmarkov
455cf15dc6 Fix CI 2023-11-22 06:14:39 +00:00