David Holdeman

Results 107 comments of David Holdeman

I just ran 100 back-to-back build-flash-test cycles with success.

Please be aware of my current effort to move all build scripts to Make, which I believe will solve this issue.

OK I'll try to get a PR-able state that fixes incremental builds. Current state of the project: https://github.com/rusefi/rusefi/compare/master...chuckwagoncomputing:rusefi:makeover?expand=1

Part 0 https://github.com/rusefi/rusefi/pull/5936

Two keys: - board directory - build target Everything else is contained at /compile_.sh

Yes I'm working on that before making https://github.com/rusefi/rusefi/pull/5938 not a draft. I didn't know about the desire to have the name mentioned only once though; that's a wrench in the...

Interesting note regarding keys: We are now using board directory and bundle name as keys, and then resolving them to a meta-info file. We could use only the meta-info file....

That's correct. And the BOARD_DIR for all those files is the directory they are in. I didn't think of it before, but getting BUNDLE_NAME from the meta-info file will require...

Actually [common_script_read_meta_info.inc](https://github.com/rusefi/rusefi/blob/master/firmware/config/boards/common_script_read_meta_env.inc) already sets BOARD_DIR to the directory the meta-info file is in.

I'm going to call this completed.