I'm writing a no_std esp-hal (v1.0.0) Rust application for the ESP32. Here is some existing code that initializes the I2C controller to talk to another device. This is working just fine and I can talk to my existing I2C device just fine.
info!("[main] Initializing I2C");
let i2c = I2c::new ...
Search found 5 matches
- Sun Dec 21, 2025 7:07 pm
- Forum: Rust
- Topic: Using an Output in I2c::new
- Replies: 1
- Views: 3540
- Sat Oct 16, 2021 11:29 pm
- Forum: ESP-IDF
- Topic: esp-idf-tools-setup-online-2.11 certificate error
- Replies: 3
- Views: 5383
Re: esp-idf-tools-setup-online-2.11 certificate error
Yes, same thing is happening to me. Haven't found a solution yet. 
- Tue Feb 23, 2021 1:23 am
- Forum: General Discussion
- Topic: Logging from another task/thread
- Replies: 2
- Views: 3314
Re: Logging from another task/thread
I'm on ESP-IDF master/2bfdd036b2dbd07004c8e4f2ffc87c728819b737. I'm doing USB host stuff, so needed new stuff in 4.3.
My code is at https://github.com/BigMumf/display-keyboard. Looking more closely I'm not sure it's dropping logging from other tasks, but it is definitely dropping log messages - of ...
My code is at https://github.com/BigMumf/display-keyboard. Looking more closely I'm not sure it's dropping logging from other tasks, but it is definitely dropping log messages - of ...
- Mon Feb 22, 2021 1:14 am
- Forum: General Discussion
- Topic: Logging from another task/thread
- Replies: 2
- Views: 3314
Logging from another task/thread
Hi:
I just noticed that all of my logging (i.e. ESP_LOGE, etc.) from all tasks after the first task do not show up in the monitor. I figured this would be a FAQ, but I can't find any mention of this. Is this support?
I just noticed that all of my logging (i.e. ESP_LOGE, etc.) from all tasks after the first task do not show up in the monitor. I figured this would be a FAQ, but I can't find any mention of this. Is this support?
- Mon Dec 21, 2020 3:10 am
- Forum: General Discussion
- Topic: ESP-IDF development with Apple M1 chip?
- Replies: 3
- Views: 10174
ESP-IDF development with Apple M1 chip?
What's the current state of ESP32 development with ESP-IDF on Apple M1 silicon?