summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-03-17 14:06:25 +0700
committerhathach <[email protected]>2023-03-17 14:06:25 +0700
commit317177c83d3c28d66bfe60be971ff37a44bd84df (patch)
treea52edb182f698a92ed23ce69324526988b337bb0 /hw
parentf349ae77029c3a82bd9509c1ad57e3e6cd815596 (diff)
update host example, add pio-pico-usb for rp2040
Diffstat (limited to 'hw')
-rw-r--r--hw/bsp/rp2040/family.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/bsp/rp2040/family.mk b/hw/bsp/rp2040/family.mk
index cf6b53793..25d1ad9c5 100644
--- a/hw/bsp/rp2040/family.mk
+++ b/hw/bsp/rp2040/family.mk
@@ -13,9 +13,6 @@ $(BUILD):
all: $(BUILD)
$(MAKE) -C $(BUILD)
-clean:
- $(RM) -rf $(BUILD)
-
flash: flash-pyocd
flash-uf2:
@$(CP) $(BUILD)/$(PROJECT).uf2 /media/$(USER)/RPI-RP2