Skip to content

Commit 55cd180

Browse files
authored
Merge pull request #101 from Bixilon/more-default-components
picosdk: add spi, dma, i2c as default components
2 parents 1f67f1e + f85bfbf commit 55cd180

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

builder/frameworks/picosdk.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,10 @@ def configure_printf_impl():
335335
("hardware_pll", "+<*>"),
336336
("hardware_sync", "+<*>"),
337337
("hardware_sync_spin_lock", "+<*>"),
338+
("hardware_spi", "+<*>"),
339+
("hardware_dma", "+<*>"),
340+
("hardware_i2c", "+<*>"),
341+
("hardware_pio", "+<*>"),
338342
("hardware_ticks", "+<*>"),
339343
("hardware_timer", "+<*>"),
340344
("hardware_uart", "+<*>"),
@@ -374,4 +378,4 @@ def configure_printf_impl():
374378
join("$BUILD_DIR", "PicoSDKCommon%s" % component),
375379
join(FRAMEWORK_DIR, "src", "common", component),
376380
src_filter
377-
)
381+
)

0 commit comments

Comments
 (0)