Init
This commit is contained in:
19
.cargo/config.toml
Normal file
19
.cargo/config.toml
Normal file
@@ -0,0 +1,19 @@
|
||||
[target.xtensa-esp32s3-none-elf]
|
||||
runner = "espflash flash --monitor -B 921600 --chip esp32s3 --log-format defmt"
|
||||
linker = "/home/fromost/.rustup/toolchains/esp/xtensa-esp-elf/esp-15.2.0_20250920/xtensa-esp-elf/bin/xtensa-esp32s3-elf-gcc"
|
||||
|
||||
[env]
|
||||
DEFMT_LOG = "info,lora=debug,eeprom24x=debug"
|
||||
DEV_EUI = "000000DD44F30FAE"
|
||||
APP_KEY = "00000000000000000000000040000000"
|
||||
APP_EUI = "0000000000000040"
|
||||
|
||||
[build]
|
||||
rustflags = [
|
||||
"-C", "link-arg=-nostartfiles",
|
||||
"-Z", "stack-protector=all",
|
||||
]
|
||||
target = "xtensa-esp32s3-none-elf"
|
||||
|
||||
[unstable]
|
||||
build-std = ["alloc", "core"]
|
||||
Reference in New Issue
Block a user