diff options
| author | hathach <[email protected]> | 2023-03-17 14:06:25 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-03-17 14:06:25 +0700 |
| commit | 317177c83d3c28d66bfe60be971ff37a44bd84df (patch) | |
| tree | a52edb182f698a92ed23ce69324526988b337bb0 /hw | |
| parent | f349ae77029c3a82bd9509c1ad57e3e6cd815596 (diff) | |
update host example, add pio-pico-usb for rp2040
Diffstat (limited to 'hw')
| -rw-r--r-- | hw/bsp/rp2040/family.mk | 3 |
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 |
