Hi,
i need a little help regarding compiling for Teensy and influencing the given "parameter" e.g. CPU speed.
Make is up and running fine
arduino-cli is up and running fine
I have also installed the Arduino IDE 2.3.3
What i want to do is reducing the CPU clock to 528Mhz or modify other "parameter"
Then i call this: arduino-cli compile --fqbn teensy:avr:teensy41 xpuipcISFD.ino --verbose
Then i get this:
It seems the compiler commands are build together "somewhere" else, i get a huge line (see obove) with the parameters already defined.
I know that i can change them in the Arduino IDE via menu. When i change it there to 528Mhz my expectation was that this changes also this somewhere that the command line in the CLI changes also....
Long story short: How can i change/overwrite those "parameters" in the CLI environment.
Thank you
Torsten
i need a little help regarding compiling for Teensy and influencing the given "parameter" e.g. CPU speed.
Make is up and running fine
arduino-cli is up and running fine
I have also installed the Arduino IDE 2.3.3
What i want to do is reducing the CPU clock to 528Mhz or modify other "parameter"
Then i call this: arduino-cli compile --fqbn teensy:avr:teensy41 xpuipcISFD.ino --verbose
Then i get this:
It seems the compiler commands are build together "somewhere" else, i get a huge line (see obove) with the parameters already defined.
I know that i can change them in the Arduino IDE via menu. When i change it there to 528Mhz my expectation was that this changes also this somewhere that the command line in the CLI changes also....
Long story short: How can i change/overwrite those "parameters" in the CLI environment.
Thank you
Torsten