How do I modify the standard Arduino build process?

3 views (last 30 days)
I am using the latest Arduino Simulink support package and am able to build my model and flash to my module using run on target. I would like to be able to change the build process so that I can build the binary (hex) files only, and not flash but of course the build fails when the Arduino is disconnected. There are also a number of other things i would like to customize.
I remember in the previous Arduino support there was a template makefile, and some m scripts that ran at build time which were modifyable. I cannot locate anything in the new support package that will allow me to customize the build.

Answers (1)

Sreeram Mohan
Sreeram Mohan on 24 Jun 2013
Edited: Sreeram Mohan on 24 Jun 2013
Hi Nathan ,
Just to get more info from your end .
Do you have the coders installed meaning the Simulink Coder. That should enable you access to the generated code as well as access to the makefile which in turn could be hand tweaked just in case you want to experiment but at your own risk though !
hope this helps. --sreeram

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!