Search found 2 matches
- Sat Jun 28, 2025 9:15 pm
- Forum: General Discussion
- Topic: Specify default VSCode project configuration
- Replies: 0
- Views: 51
Specify default VSCode project configuration
I've defined two different project configurations in esp_idf_project_configuration.json. When I start up VSCode, the toolbar says "No Configuration Selected". Yet I can still build and a binary is produced. How can I force a default configuration so my pre and post-build commands always get executed ...
- Tue Mar 04, 2025 4:08 pm
- Forum: Hardware
- Topic: SDIO for network device
- Replies: 1
- Views: 966
SDIO for network device
On an ESP32-S3, is it possible to use SDIO for a network device? I see protocol level drivers for SD and EMMC. Nothing for other devices. Are there lower-level APIs or documentation on raw SDIO usage, or implementing a new driver? I'd like to connect this to NETIF to get full support. I have a ...