Skip to content

Commit

Permalink
feat(esp32): DMA support for S3/C3/C6
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Nov 13, 2023
1 parent c0c09b0 commit 0976514
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/guides/esp32.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,16 +99,16 @@ The following examples use the ESP-IDF functions. They are compiled using Arduin
| RMT | 🟑 | 🟑 | 🟑 | 🟑 | 🟑 | Transmit-only, use to control NeoPixels |
| LEDC PWM | βœ”οΈ | βœ”οΈ | βœ”οΈ | βœ”οΈ | βœ”οΈ | Used by analogWrite(), Servo, Buzzer, etc. |
| MCPWM | ❌ | β€” | ❌ | β€” | ❌ | |
| DMA | 🟑 | 🟑 | ❌ | ❌ | ❌ | |
| DMA | 🟑 | 🟑 | 🟑 | 🟑 | 🟑 | SPI over DMA supported |
| WiFi | βœ”οΈ | βœ”οΈ | βœ”οΈ | βœ”οΈ | βœ”οΈ | See the [ESP32 WiFi Guide](./esp32-wifi) |
| Bluetooth | ❌ | β€” | ❌ | ❌ | ❌ | [Open for voting](https://wokwi.com/features#feature-1047159691) |
| Timers | 🟑 | βœ”οΈ | βœ”οΈ | βœ”οΈ | βœ”οΈ | |
| Watchdog | ❌ | ❌ | ❌ | ❌ | ❌ | |
| RTC | 🟑 | 🟑 | 🟑 | 🟑 | 🟑 | Only RTC Pull-up / Pull-down resistors |
| ADC | βœ”οΈ | βœ”οΈ | βœ”οΈ | βœ”οΈ | βœ”οΈ | Note: analogRead() returns values up to 4095 |
| RNG | βœ”οΈ | βœ”οΈ | βœ”οΈ | βœ”οΈ | βœ”οΈ | Random Number Generator |
| AES Accelerator | βœ”οΈ | βœ”οΈ | βœ”οΈ | βœ”οΈ | βœ”οΈ | |
| SHA Accelerator | βœ”οΈ | βœ”οΈ | βœ”οΈ | βœ”οΈ | βœ”οΈ | |
| AES Accelerator | βœ”οΈ | βœ”οΈ | βœ”οΈ | βœ”οΈ | βœ”οΈ | S3/C3/C6 - No DMA support yet |
| SHA Accelerator | βœ”οΈ | βœ”οΈ | βœ”οΈ | βœ”οΈ | βœ”οΈ | S3/C3/C6 - No DMA support yet |
| RSA Accelerator | βœ”οΈ | βœ”οΈ | βœ”οΈ | βœ”οΈ | βœ”οΈ | |
| Hall Effect Sensor | ❌ | β€” | ❌ | β€” | β€” | |
| ULP Processor | ❌ | ❌ | ❌ | β€” | βœ”οΈ | |
Expand Down

1 comment on commit 0976514

@vercel
Copy link

@vercel vercel bot commented on 0976514 Nov 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

wokwi-docs – ./

wokwi-docs-git-main-wokwi.vercel.app
wokwi-docs.vercel.app
wokwi-docs-wokwi.vercel.app
docs.wokwi.com

Please sign in to comment.