Matthew Kennedy

Results 261 comments of Matthew Kennedy

display tune hash in the console title, along with fw version?

yeah I hit the same thing the other day where I was getting very "buzzy" boost cut due to rapidly cycling on/off

TODO after #4541: do we care about configurable hysteresis, or is fixed fine?

Instant RPM is better than non-instant RPM. Let's switch to use instant RPM all the time.

> there is also the challenge of unit testing and incapsulation this doesn't necessarily break encapsulation - see various unit tests that test individual engine modules (not touching the ones...

I do agree that god objects aren't great, but all of those parts have to sit _somewhere_. There are two slightly competing interests: 1. be able to initialize/destroy the whole...

> You're compiling for a machine that only has a meg or two of flash. Not to mention that it's a few hundred K of RAM and no memory paging...

> Otherwise, clang and it's linker are faster than gcc/ld testing on my machine (WSL on windows 11, code checkout in WSL filesystem not NTFS), running `make -j12` (clang does...

> Caution, there is no right answer. Agree, perfect is absolutely the enemy of good. The current solution seems at least OK. > force non-cyclic dependencies I think cyclic dependencies...