add f_cpu 120, 240 mhz option

This commit is contained in:
hathach 2022-06-14 21:17:50 +07:00
parent 8999ec2c7a
commit 294af1c384
No known key found for this signature in database
GPG key ID: F5D50C6D51D17CBA
2 changed files with 349 additions and 1 deletions

File diff suppressed because it is too large Load diff

View file

@ -32,7 +32,7 @@ def BuildDebugLevel(name):
print("%s.menu.dbglvl.%s.build.debug_level=%s" % (name, l[0], l[1])) print("%s.menu.dbglvl.%s.build.debug_level=%s" % (name, l[0], l[1]))
def BuildFreq(name): def BuildFreq(name):
for f in [ 133, 50, 100, 125, 150, 175, 200, 225, 250, 275, 300]: for f in [ 133, 50, 100, 120, 125, 150, 175, 200, 225, 240, 250, 275, 300]:
warn = "" warn = ""
if f > 133: warn = " (Overclock)" if f > 133: warn = " (Overclock)"
print("%s.menu.freq.%s=%s MHz%s" % (name, f, f, warn)) print("%s.menu.freq.%s=%s MHz%s" % (name, f, f, warn))