ivmarkov
ivmarkov
... Also a lot of temporary on-stack buffers with large sizes in the SC layer (800 bytes each) are now eliminated, but that depends a bit on the new TLV...
> The status code is defined [here](https://github.com/AstroHQ/astro-dnssd/blob/97da91f0090e04e43f7a74cf22330afeada6de3e/src/ffi/apple.rs#L162). The issue persists after clearing mDNS cache: An error during provisioning is definitely unrelated to the optimization topic discussed in this issue. Please...
Fixed.
@RoyalFoxy > I have an existing project that "compiles" but gets stuck on the core crate as it apparently does not exist. Crates `core`, `std`, `panic_abort` and so on are...
I also suggest you read the README of this project carefully, top to bottom and make sure you applied have all steps, _and nothing more_. For example, don't try to...
OK but apparently you have something miscondigured on _your machine, or else how would you explain that it does not even attempt to compile `core`? "Can't find core" means it...
> I found out more information about this issue. If I create a template for the c6 processor it doesn't find the core crate but for the default esp32 processor...
> OK but apparently you have something miscondigured on _your machine, or else how would you explain that it does not even attempt to compile `core`? "Can't find core" means...
> Is there any other way I can like show all the rust flags that the compiler would use in a given directory? `cargo build --verbose`?
> I'd like to clarify the exact issue, because `write-bin` does not convert the elf in any way. Sure I actually meant `save-image`, _not_ `write-bin`. > Is the issue that...