Embedded Project Structure
.
├── build.rs
├── .cargo
│ └── config.toml
|── Cargo.toml
├── Embed.toml
├── memory.x
├── README.md
├── src
│ └── main.rs
└── .vscode
└── settings.json
.cargo/configspecifies runner, build targetEmbed.tomlconfiguresprobe-rs,gdb,rttmemory.xdescribes where the RAM and FLASH are and their sizesbuild.rsensuresmemory.xis in out directory.vscode/settings.jsonconfigures debugger