Jesse Braham
e5cd1bd33e
Add initial support for the ESP32-P4 ( #1101 )
...
* Add `esp32p4` feature to `esp-hal-procmacros`
* Add `esp32p4` feature to `esp-hal-common`
* Create the `esp32p4-hal` package
* Add ESP32-P4 to CI workflow
* Fix a silly typo :)
* Update `CHANGELOG.md`
2024-01-22 15:28:05 +00:00
Jesse Braham
62a174fd06
Replace the radio module with peripheral singleton structs ( #852 )
...
* Replace the `radio` module with peripheral singleton structs
* Update `CHANGELOG.md`
2023-10-20 11:11:32 +01:00
Björn Quentin
774d5c4f21
Add ETM, Add GPIO ETM ( #819 )
...
* Add ETM, Add GPIO ETM
* Add CHANGELOG.md entry
2023-09-26 12:56:09 +02:00
Jesse Braham
00fac71b68
Update the PACs and resolve breaking changes, simplify rmt driver ( #695 )
...
* Update to latest (unreleased) versions of PACs
* Update `SDMCC` peripheral to `SDHOST` for ESP32
* Fix `USB_DEVICE` interrupts
* Fix references to various renamed GPIO fields for ESP32-S2
* Update and re-organize the `rmt` driver
* Update CHANGELOG
2023-07-27 23:16:39 +01:00
Jesse Braham
709dae439b
Restructure files required during build process ( #662 )
...
* Restructure files required during build process
* Update build script to reflect previous changes
2023-07-18 11:51:42 -07:00
Björn Quentin
996da27f30
Bare-bones support to run code on ULP-RV/LP core ( #631 )
...
* Bare-bones support to run code on ULP-RV/LP core
* Add CHANGELOG.md entry
2023-07-03 16:15:34 +02:00
Jesse Braham
c5f0060d34
Miscellaneous fixes/improvements ( #627 )
...
* Un-comment remaining device peripheral definitions for ESP32-H2
* Re-work `RadioExt` implementations, add support for ESP32-H2
* README updates for ESP32-C6/H2
* Update CHANGELOG
2023-06-27 07:14:31 -07:00
Jordan Halase
a562863cde
Add MD5 functionality from ESP ROM ( #618 )
...
* Add ROM MD5 definitions in linker and devices
* Add initial MD5 support
* Implement traits and add comments to MD5 module
* Add MD5 example to ESP32-C3
* Test MD5 context on the quick brown fox
* Implemenr From<Context> for Digest
* Add MD5 to the rest of the examples
* Add docs for MD5
* Remove #[repr(transparent)] from md5::Digest
* Update CHANGELOG.md
2023-06-26 09:01:34 +02:00
Juraj Sadel
3b689b2a52
H2: Add I2S support ( #597 )
...
* H2: Add initial i2s support and i2s_read and i2s_sound examples
* Add I2S_SCLK and I2S_DEFAULT_CLK_SRC constants for all chips
* Update I2S driver
* fmt
* Add changelog
* Change DIN GPIO17 to GPIO14 in ESP32 i2s_read example
2023-06-19 06:24:09 -07:00
Sergio Gasquez Arcos
78369097ad
Initial support for RNG in ESP32-H2 ( #591 )
...
* feat: ✨ Initial RNG support
* build: 📌 Update rev for H2
* docs: 📝 Update changelog
2023-06-14 07:31:47 -07:00
Jordan Halase
f22cd7370d
Add CRC functionality from ESP ROM ( #587 )
...
* Add ESP ROM CRC and fallbacks to HAL
* Cargo fmt
* Add CRC examples
* Cargo fmt
* Cargo fmt and clippy (all)
* Update CHANGELOG.md
2023-06-14 05:40:51 -07:00
Jesse Braham
fbe4ed1336
Add initial implementation of radio clocks for ESP32-H2 ( #577 )
...
* Add initial implementation of radio clocks for ESP32-H2
* Update CHANGELOG
2023-06-09 12:11:36 +00:00
Jesse Braham
d86300f799
Add all SPI examples for the ESP32-H2 ( #549 )
...
* Update the `GDMA` driver to support the ESP32-H2
* Update the `SPI` driver to support the ESP32-H2
* Add `SPI` examples for ESP32-H2
* Update CHANGELOG
* Remove copy-pasted references to ESP32-C6
* Update GPIO pins used in SPI examples, add `qspi_flash` example
* Update SPI clock configuration to produce correct clock rate
* Correct comment regarding clock source frequency
Co-authored-by: Sergio Gasquez Arcos <sergio.gasquez@gmail.com>
* H2: Add PLL_48M_CLK src to ClockControl and RawClocks
* H2: Use PLL_48M_CLK as SPI clk src
* H2: cleanup commented block in SPI driver
* H2: update docs comment in embassy_spi example
* fmt
* Add a new line in embassy_spi example
---------
Co-authored-by: Sergio Gasquez Arcos <sergio.gasquez@gmail.com>
Co-authored-by: Juraj Sadel <juraj.sadel@espressif.com>
2023-05-31 09:49:13 +02:00
Sergio Gasquez Arcos
faf60b6d95
Initial support for ASSIST_DEBUG in ESP32-H2 ( #566 )
...
* feat: ✨ Add debug_assist example
* feat: ✨ Enable peripherals
* docs: 📝 Add RAM comments
* feat: ⚡ ️ Update debug_assist example
* docs: 📝 Update changelog
* build: 📌 Update esp-pacs rev for h2
* style: 🎨 Move assist_debug_region* and assist_debug_sp* to peripherals defined by developers
2023-05-30 09:10:55 -07:00
Juraj Sadel
a82c9dbc45
H2: Add initial LEDC support with example
2023-05-29 07:11:44 -07:00
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
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
c5d8cc62b8
Merge pull request #513 from esp-rs/feature/esp32h2
...
Add initial support for the ESP32-H2
2023-05-09 10:06:32 -07:00
bjoernQ
f0882e8d62
ESP32-S3: Initial PSRAM Support
2023-05-08 17:38:33 +02: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
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