custom settings in constants.h

Discussion to talk about software related topics only.
Post Reply
rpugel
Posts: 2
Joined: Fri Jul 10, 2015 11:19 pm

custom settings in constants.h

Post by rpugel »

What is the proper way to modify values in constants.h if working on multiple projects? Since the file is in the common \nburn\include_sc folder and presumably used by system files when selecting Rebuild System Files, seems that there should be a good way to do this to where it only effects a single job.

For example, I need to change SERIAL1_RX_BUFFER_SIZE from 16 to 100. But I may not want that for all my projects all the time.

Thanks
sblair
Posts: 162
Joined: Mon Sep 12, 2011 1:54 pm

Re: custom settings in constants.h

Post by sblair »

One way is to probably just have multiple installations of nburn on your system. That way you can dedicate it to a specific project.
Post Reply