File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/modm/platform/core/rp Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 17
17
<!-- <extends>modm:nucleo-l432kc</extends> -->
18
18
<!-- <extends>modm:nucleo-l476rg</extends> -->
19
19
<!-- <extends>modm:samd21-mini</extends> -->
20
+ <!-- <extends>modm:rp-pico</extends> -->
20
21
<options >
21
22
<option name =" modm:build:build.path" >../../../build/generic/delay</option >
22
23
<option name =" modm:io:with_printf" >true</option >
Original file line number Diff line number Diff line change @@ -42,9 +42,9 @@ def build(env):
42
42
env .template ("startup_platform.cpp.in" )
43
43
44
44
# delay code that must be tuned for each family
45
- # (cycles per loop, setup cost in loops, max cpu frequency )
45
+ # (cycles per loop, setup cost in loops)
46
46
tuning = {
47
- "rp20" : (3 , 4 , 48 ), # @todo
47
+ "rp20" : (3 , 4 )
48
48
}["{}{}" .format (target .platform ,target .family )]
49
49
50
50
# us_shift is an optimization to limit error via fractional math
You can’t perform that action at this time.
0 commit comments