Overclocking also for Teensy 3.0

Status
Not open for further replies.

Headroom

Well-known member
I am going through the Teensyduino 1.20 boards.txt file to upgrade the boards.txt file that works with the Eclipse Arduino IDE/plugin.

I see that the section for all the different clock settings is only applied to the Teensy 3.1. Would these not also apply to the Teensy 3.0 ?

#uncomment these if you want to try faster overclocking
#teensy31.menu.speed.168.name=168 MHz (overclock)
#teensy31.menu.speed.144.name=144 MHz (overclock)
#teensy31.menu.speed.120.name=120 MHz (overclock)
teensy31.menu.speed.96.name=96 MHz (overclock)
teensy31.menu.speed.72.name=72 MHz
teensy31.menu.speed.48.name=48 MHz
teensy31.menu.speed.24.name=24 MHz
teensy31.menu.speed.16nousb.name=16 MHz (No USB)
teensy31.menu.speed.8nousb.name=8 MHz (No USB)
teensy31.menu.speed.4nousb.name=4 MHz (No USB)
teensy31.menu.speed.2nousb.name=2 MHz (No USB)
teensy31.menu.speed.168.build.f_cpu=168000000
teensy31.menu.speed.144.build.f_cpu=144000000
teensy31.menu.speed.120.build.f_cpu=120000000
teensy31.menu.speed.96.build.f_cpu=96000000
teensy31.menu.speed.72.build.f_cpu=72000000
teensy31.menu.speed.48.build.f_cpu=48000000
teensy31.menu.speed.24.build.f_cpu=24000000
teensy31.menu.speed.16nousb.build.f_cpu=16000000
teensy31.menu.speed.8nousb.build.f_cpu=8000000
teensy31.menu.speed.4nousb.build.f_cpu=4000000
teensy31.menu.speed.2nousb.build.f_cpu=2000000

Edit:
Overclocking is also discussed in THIS thread.
 
Last edited:
Status
Not open for further replies.
Back
Top