Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
arduino-pico
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
arduino-pico
Commits
26752f6f
Unverified
Commit
26752f6f
authored
Jun 15, 2022
by
Ha Thach
Committed by
GitHub
Jun 15, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Aadd f_cpu 120, 240 mhz option (#628)
parent
8999ec2c
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
349 additions
and
1 deletion
+349
-1
boards.txt
boards.txt
+348
-0
tools/makeboards.py
tools/makeboards.py
+1
-1
No files found.
boards.txt
View file @
26752f6f
This diff is collapsed.
Click to expand it.
tools/makeboards.py
View file @
26752f6f
...
...
@@ -32,7 +32,7 @@ def BuildDebugLevel(name):
print
(
"%s.menu.dbglvl.%s.build.debug_level=%s"
%
(
name
,
l
[
0
],
l
[
1
]))
def
BuildFreq
(
name
):
for
f
in
[
133
,
50
,
100
,
12
5
,
150
,
175
,
200
,
225
,
250
,
275
,
300
]:
for
f
in
[
133
,
50
,
100
,
12
0
,
125
,
150
,
175
,
200
,
225
,
240
,
250
,
275
,
300
]:
warn
=
""
if
f
>
133
:
warn
=
" (Overclock)"
print
(
"%s.menu.freq.%s=%s MHz%s"
%
(
name
,
f
,
f
,
warn
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment