Speeding up decoder development

For discussing and developing different RPM/Position decoders using our superior modular architecture! One thread per pattern, please.
Post Reply
User avatar
Fred
Moderator
Posts: 15431
Joined: Tue Jan 15, 2008 2:31 pm
Location: Home sweet home!
Contact:

Speeding up decoder development

Post by Fred »

Very soon there is going to be a dramatic rise in the number of decoders built during a full FreeEMS firmware build. This doesn't take long at all, but is wasted time if you only want to work on one and not touch the rest of the code base. So, below is a method of only building the one that you want to build:

Code: Select all

make clean
make s19
<develop DecoderDecoder.c>
make firmware/freeems-0.1.2-SNAPSHOT-DecoderDecoder.s19
Obviously replace DecoderDecoder with which ever decoder you are actually working on...

Unfortunately the last line only works if the rest is pre-built, I think I know why that is, and may fix it soon and update this thread, but until then, just build all at first, and don't clean between builds.

Enjoy!

Fred.
DIYEFI.org - where Open Source means Open Source, and Free means Freedom
FreeEMS.org - the open source engine management system
FreeEMS dev diary and its comments thread and my turbo truck!
n00bs, do NOT PM or email tech questions! Use the forum!
The ever growing list of FreeEMS success stories!
Post Reply