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
Björn Quentin
13acedf69a
ESP32: Initial PSRAM Support ( #506 )
...
* ESP32: Initial PSRAM Support
* Update CHANGELOG, fmt
2023-05-04 12:21:24 +01:00
bjoernQ
a9f69b29d8
Add bare-bones PSRAM support for ESP32-S2
2023-04-25 16:47:57 +02:00
Björn Quentin
ab79b142f7
Add DEBUG-ASSIST functionality ( #484 )
...
* Add DEBUG-ASSIST functionality
* Reformat `lib.rs`
* Reformat ESP32-C2 example
2023-04-20 07:38:55 -07:00
bjoernQ
94bbdac00e
Add support for radio peripheral clock control
2023-03-27 10:26:45 +02:00
Juraj Sadel
0244c6d6fc
Feature/reset functionalities ( #452 )
...
* add `software_reset`, `software_reset_cpu` and `rtc_get_wakeup_cause`
* Add SOC wakeup symbols
* Add SleepSource and WakeupReason enums and get_wakeup_cause() function
* Add other SOC wakeups
* fixups and fmt
* address review comments
* Update symbols in WakeupReason enum
* fmt
---------
Co-authored-by: Anthony Grondin <104731965+AnthonyGrondin@users.noreply.github.com>
2023-03-24 20:37:24 +01:00
Jesse Braham
2eeb3dbc5b
Load config for each device from a TOML files instead of hard-coding in build script ( #415 )
...
* Move chip metadata into TOML files and update build script to consume them
* Make necessary changes to get all examples building again
2023-03-16 06:41:14 -07:00