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
Sergio Gasquez Arcos
2c2bb25262
Initial support for PCNT in ESP32-H2 ( #551 )
...
* feat: ✨ Enable PCNT peripheral
* feat: ✨ Rename PCNT GPIOs
* feat: ✨ Add pcnt_encoder example
* build: ⬆️ Update esp-pacs revision
* docs: 📝 Update changelog
2023-05-19 09:27:11 +02:00
Jesse Braham
661a9de5eb
Add some miscellaneous examples for the ESP32-H2 ( #548 )
...
* Add some miscellaneous examples for the ESP32-H2
* Update the CHANGELOG
2023-05-17 07:13:47 -07:00
Sergio Gasquez Arcos
a7e4400fb5
Initial support for MCPWM in ESP32-H2 ( #544 )
...
* feat: ✨ Enable mcpwm peripheral
* feat: ✨ Initial support MCPWM
* fix: 🐛 Select the rigth clock
* fix: 🐛 Select the XTAL clock
* docs: 📝 Update changelog
2023-05-16 09:00:11 -07:00
Sergio Gasquez Arcos
e2442f2d47
Initial support for I2C in ESP32-H2 ( #538 )
...
* feat: ✨ Enable i2c peripheral
* feat: ✨ Add I2cExt1 for H2
* feat: ✨ Initial i2c support
* feat: ✨ Add i2c examples
* ci: ✨ Add embassy_i2c check
* ci: 🐛 Fix features
* docs: 📝 Update changelog
* feat: ✨ Add read_efuse example
2023-05-15 16:20:01 +02:00
Sergio Gasquez Arcos
70e453902c
Initial support for RSA in ESP32-H2 ( #526 )
...
* feat: ✨ Initial support for RSA
* docs: 📝 Update docstring
* docs: 📝 Update changelog
* fix: 🔥 Remove duplicated code
2023-05-15 09:42:19 +01:00
Sergio Gasquez Arcos
fa3627c1fd
Add blinky_erased_pins example for ESP32-H2 ( #530 )
...
* feat: ✨ Add blinky_erased_pins example
* docs: 📝 Update docstrings
* docs: 📝 Update changelog
2023-05-12 14:18:04 +02:00
Sergio Gasquez Arcos
5b47c37449
Initial support for AES in ESP32-H2 ( #528 )
...
* feat: ✨ Initial support for AES
* docs: 📝 Update changelog
2023-05-12 13:46:22 +02:00
Sergio Gasquez
29757abe07
feat: ✨ Initial support for SHA
2023-05-11 09:30:40 -07:00
Jesse Braham
5de726f034
Rebase branch, update rtc_cntl implementation, add rtc_time example
2023-05-08 08:10:34 -07:00
Jesse Braham
ca54d29fcb
Update the top-level README and CHANGELOG, fix blinky example
2023-05-08 08:03:08 -07:00
Jesse Braham
fc2dd38d83
Fix build errors after rebasing
2023-05-08 08:03:08 -07:00
Kirill Mikhailov
7d72acb2d7
Added WDT support for ESP32-H2 ( #511 )
...
* Added init function
* Populated enums
* Adding enums
* Add TODO (according to IDF update)
* Added WDT support for ESP32-H2
* Updated hello_world example
* Add two examples for both watchdog and RTC watchdog
* Add specific bit initialization for TIMG0 and TIMG1
* Cleaning the code
* adjusting for rustfmt
* uncommented direct-boot feature test in CI
2023-05-08 08:03:08 -07:00
Jesse Braham
4e9e1d1fea
Add ESP32-H2 support for TIMG and UART ( #500 )
...
* Begin working on `PeripheralClockControl` for the ESP32-H2
* Update `UART` driver to add H2 support
* Update `TIMG` driver to add H2 support
* Update the hello_world example to use `TIMG` and `UART`
2023-05-08 08:03:08 -07:00
Jesse Braham
c3b4e83846
Add initial ADC/GPIO implementation for ESP32-H2 ( #494 )
...
* Add `esp32h2-hal` package to the VS Code workspace and CI workflow
* Add initial (not quite complete) implementation of GPIO/ADC for ESP32-H2
2023-05-08 08:03:08 -07:00
Kirill Mikhailov
9493b38a1b
Started adding ESP32-H2 support ( #482 )
2023-05-08 08:03:08 -07:00