Sergio Gasquez Arcos
14ac8c3c80
Initial support for RMT in ESP32-H2 ( #556 )
...
* feat: ✨ Enable RMT peripheral
* feat: ✨ Rename RMT GPIOs
* feat: ✨ Add clock source, ram size and ram start
* feat: ✨ Rename GPIOs
* feat: ✨ Add pulse_control example
* fix: 🐛 Fix example clock
* feat: ✨ Initial support for H2
* fix: 📝 Fix typo
* ci: ✨ Enable check on H2
* build: 📌 Update esp-pac revision, use fork
* docs: 📝 Update example documentation
* docs: 📝 Add todo
* docs: 📝 Update changelog
* feat: ✨ Add ram example
* build: 📌 Update H2 PAC
* docs: 📝 Remove todo
2023-05-23 10:14:17 -07:00
Juraj Sadel
40bf086a0c
Add PeripheralClockControl argument to timg, wdt, sha, usb-serial-jtag and uart constructors ( #463 )
...
* PeripheralClockControl timer
* Add PeripheralClockControl to timg, wdt, sha, usb-serial-jtag and uart
* ESP32 updated examples
* ESP32C2 updated examples
* ESP32C3 updated examples
* ESP32S2 updated examples
* ESP32S3 updated examples
* ESP32C6 updated examples
* cargo fmt
2023-03-31 09:51:34 +02:00
Björn Quentin
4e88e48bbe
Remove unnecessary rt crate dependencies ( #391 )
...
* Remove unnecessary `rt` crate dependencies
* Bump versions, update to latest released dependencies
2023-02-10 07:24:12 -08:00
Scott Mabin
248fb356f8
PeripheralRef init: uart ( #272 )
...
* Add the peripheral module plus some helper macros in preparation
* peripheral macro
* Add peripheral generation macro
* Fixes after rebase
* Update the signature of Peripherals::take
* syncronise hello world example
* fmt the entire repo
Co-authored-by: Jesse Braham <jesse@beta7.io>
2022-12-12 14:45:33 +00:00
Jesse Braham
d885054fd2
Use esp_println in favour of the Serial peripheral wherever possible
2022-09-28 13:09:06 -07:00
Juraj Sadel
0f9fdb7c15
RMT: Shouldn't be possible to assign pins multiple times into channel
2022-09-20 12:33:17 +02:00
Scott Mabin
be184a552d
critical_section implementations & esp_backtrace (#151 )
...
* CS impl
* use CS Mutex in C3 examples
* use CS Mutex in S2 examples
* Update esp32 example
* run fmt
* Update S3 examples
* Remove uses of unsafe where no longer required
* use esp_backtrace in examples
* fix import & fmt once more
* Bump MSRV to 1.60.0
Co-authored-by: Jesse Braham <jesse@beta7.io>
2022-08-22 20:02:28 +01:00
bjoernQ
91373ac6a0
Make RMT TX larger than one block work on ESP32-C3 and ESP32-S3
2022-08-09 16:30:19 +02:00