Daniel Egger

Results 547 comments of Daniel Egger

Hm, usually that should work automatically via the prelude. If it doesn't that's probably a problem with the HAL impl.

Discussion from the meeting: Seems this has stalled out. Maybe this could be another focus project? If people are interested in joining such a group, please speak up. The MSP430...

I haven't thought about all of it yet but a few points: * > Resources must the the first N statements inside the handler. Typo * > Its implementation requires...

Hm, do we know what the differences are? Let me try that. 😅

The generated code is 100% identical but the order of the symbols in the generated objects is not stable. Interestlingy that's only the case for the non`-lto` archives, the `-lto`...

I tried a ton of different options and a few different nightly versions but I couldn't get the symbol order to line up. 🤷🏻‍♂️

Hm, we could change the check to only verify the `-lto` ones, should be good enough to detect subtle code changes?

I like the idea but if we're going to introduce such major breakage I would propose that we collect additional breaking changes (e.g. from the wishlist) and do it in...

Hm, ITM is incredibly powerful and the code above is a rather specific configuration. Maybe we should talk to ITM experts like @mubes to get an opinion about a useful...

The documentation clearly states that delay will block for **at least** the specified amount of cycles. It certainly is a really poor delay implementation and not meant to be used...