Karl Palsson
Karl Palsson
following patch "fixes" it, but unsure if that's where you want things done: ``` $ git diff diff --git a/hw/bsp/tm4c123/boards/ek_tm4c123gxl/tm4c123.ld b/hw/bsp/tm4c123/boards/ek_tm4c123gxl/tm4c123.ld index 351857bd6..f70f253bd 100644 --- a/hw/bsp/tm4c123/boards/ek_tm4c123gxl/tm4c123.ld +++ b/hw/bsp/tm4c123/boards/ek_tm4c123gxl/tm4c123.ld @@ -24,6...
> arm-none-eabi-gcc (Arm GNU Toolchain 12.3.Rel1 (Build arm-12.35)) 12.3.1 20230626
Same issue with `host/cdc_msc_hid_freertos` It's a freertos "error" (There's a configAssert guarding the potentially uninitialized variable) but I don't think we should have -Werror for third party chunks..
What platform should I choose as a reference "known good" host platform? From the supported boards table, it looks like either imxrt10xx or renesas? Any preference?
in spec, yes, in reality, maybe. I think this should be protected by a quirk mode.
What's the actual PR that was filed here? I can't see anything obvious in issues or PRs, open or closed....
if you need this sort of thing, just get the fd from the context and call write() yourself. there's no reason for this sort of hackjob inside the library itself.
You need to include documentation for your new functions too
that's somewhat viable, and what I'd obviously prefer, but lines like https://github.com/peterhinch/micropython-mqtt/blob/master/mqtt_as/mqtt_as.py#L169-L170 show that mqtt_as is going to trample over whatever you have done anyway, including a 60 second loop...
You're going to have to explain what that's meant to be trying to fix, and how it's fixing things for you first. A link to a stack overflow post is...