Skip to content

Commit f19ca9a

Browse files
committed
m5stack atom s3: add missing .cargo
1 parent 28b4f3a commit f19ca9a

File tree

9 files changed

+16
-0
lines changed

9 files changed

+16
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[target.xtensa-esp32s3-none-elf]
2+
runner = "espflash flash --monitor"
3+
4+
[env]
5+
ESP_LOG="INFO"
6+
#ESP_HAL_CONFIG_PSRAM_MODE = "octal"
7+
8+
[build]
9+
rustflags = [
10+
"-C", "link-arg=-nostartfiles",
11+
]
12+
13+
target = "xtensa-esp32s3-none-elf"
14+
15+
[unstable]
16+
build-std = ["alloc", "core"]
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)