Björn Quentin
Björn Quentin
I got it to at least link with this ``` ENTRY(_start_hal) PROVIDE(_start_trap = _start_trap_hal); PROVIDE(_stext = ORIGIN(REGION_TEXT)); PROVIDE(_stack_start = ORIGIN(REGION_STACK) + LENGTH(REGION_STACK)); PROVIDE(_max_hart_id = 0); PROVIDE(_hart_stack_size = 2K); PROVIDE(_heap_size =...
Thanks for your contribution! I thought about doing this, once things upstream settle a bit but great you took this over. Regarding their `Interface` trait - I guess it logically...
> @bjoernQ Done. I tried running clippy but wow, the codebase is filled with warnings. That should be fixed in another PR, and maybe add a CI check. Not unexpected...
I tested this on all targets via USB-to-UART bridge (on the dev-board) and it worked well (besides the coex example which needs to get adapted) BUT I also tried on...
Seems I found a commit that works for me on the DevKit-RUST-1: 7bd248777dfefc4891a9dc9fc92f4fad0ac26218
Created issue #85 for this IMHO we could still merge this once the `coex` example is fixed
The ESP32-C3-DevKit-RUST-1 issue should be fixed with #86 - maybe you can test that on your side
but `main` still works? strange - I double checked and it still works for me on your branch (with and without wifi_logs) from the stack trace it seems like it...
It completely works on my side (only tested ESP32-C3 today) - I remember there were some issues with DHCP in the past which should be resolved There is also the...
Thanks for reporting this. This _might_ be caused by a miscompilation / misoptimization but 1.65 should hopefully fix a few things. I'd suggest let's wait for 1.65 and in the...