This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"timestamp":"2024-01-15T13:35:56.042203Z","level":"INFO","fields":{"message":"Writing log to \"test.log\""},"target":"probe_rs","filename":"probe-rs/src/bin/probe-rs/main.rs","line_number":328} | |
{"timestamp":"2024-01-15T13:35:56.045845Z","level":"DEBUG","fields":{"message":"Searching registry for chip with name esp32p4"},"target":"probe_rs::config::registry","filename":"probe-rs/src/config/registry.rs","line_number":174} | |
{"timestamp":"2024-01-15T13:35:56.045855Z","level":"DEBUG","fields":{"message":"Exact match for chip name: esp32p4"},"target":"probe_rs::config::registry","filename":"probe-rs/src/config/registry.rs","line_number":185} | |
{"timestamp":"2024-01-15T13:35:56.045930Z","level":"INFO","fields":{"message":"Using sequence Riscv(ESP32P4)"},"target":"probe_rs::config::target","filename":"probe-rs/src/config/target.rs","line_number":196} | |
{"timestamp":"2024-01-15T13:35:56.045948Z","level":"INFO","fields":{"message":"new"},"target":"probe_rs::probe::cmsisdap::tools","filename":"probe-rs/src/probe/cmsisdap/to |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mabez at mGentoo ➜ blink git:(master) RUST_LOG="info" probe-rs run --chip esp32c6 build/blink.elf | |
INFO probe_rs::config::target: Using sequence Riscv(ESP32C6 { inner: EspFlashSizeDetector { stack_pointer: 1082195968, spiflash_peripheral: 1610625024, attach_fn: 1073742300, load_address: 0 } }) | |
INFO probe_rs::probe::espusbjtag::protocol: Found ESP USB JTAG adapter, base speed is 24000kHz. Available dividers: (1..255) | |
INFO probe_rs::probe::espusbjtag: Setting scan chain to [ScanChainElement { name: Some("main"), ir_len: Some(5) }] | |
INFO probe_rs::probe::common: Found bypass TAP | |
INFO probe_rs::probe::common: Found bypass TAP | |
INFO probe_rs::probe::common: Found bypass TAP | |
INFO probe_rs::probe::common: Found bypass TAP | |
INFO probe_rs::probe::common: Found bypass TAP | |
INFO probe_rs::probe::common: Found bypass TAP |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"arch": "xtensa", | |
"cpu": "generic", | |
"crt-objects-fallback": "false", | |
"data-layout": "e-m:e-p:32:32-i8:8:32-i16:16:32-i64:64-n32", | |
"emit-debug-gdb-scripts": false, | |
"is-builtin": false, | |
"linker": "xtensa-esp32-elf-gcc", | |
"linker-flavor": "gnu-cc", | |
"llvm-target": "xtensa-none-elf", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//! DHCP Example | |
//! | |
//! | |
//! Set SSID and PASSWORD env variable before running this example. | |
//! | |
//! This gets an ip address via DHCP then performs an HTTP get request to some "random" server | |
//% FEATURES: esp-wifi esp-wifi/wifi-default esp-wifi/wifi esp-wifi/utils | |
//% CHIPS: esp32 esp32s2 esp32s3 esp32c2 esp32c3 esp32c6 |
OlderNewer