esp-println 0.8.0

Provides `print!` and `println!` implementations various Espressif devices
Documentation
1
2
3
4
5
6
7
8
9
10
{
    "editor.formatOnSave": true,
    "rust-analyzer.cargo.features": [
        "esp32c3",
        "jtag-serial",
        "log"
    ],
    "rust-analyzer.cargo.target": "riscv32imc-unknown-none-elf",
    "rust-analyzer.showUnlinkedFileNotification": false,
}