diff options
| author | Ha Thach <[email protected]> | 2021-03-05 00:06:45 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-03-05 00:06:45 +0700 |
| commit | b0ba105bd9d022ee18388a33f0c36957c48ab149 (patch) | |
| tree | 4471b64111b65dbfc10b73bad3c4616b2c02759b /examples/rules.mk | |
| parent | 1b6bf796e1083083b8fc8a4a908f73c099fc6097 (diff) | |
| parent | 590d8d4d5c94324fbd2ea3dcb96b7776c1171577 (diff) | |
Merge pull request #702 from hathach/more-ci
More ci
Diffstat (limited to 'examples/rules.mk')
| -rw-r--r-- | examples/rules.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/rules.mk b/examples/rules.mk index 561494c6d..a97eb566a 100644 --- a/examples/rules.mk +++ b/examples/rules.mk @@ -63,6 +63,7 @@ all: $(BUILD) clean: $(RM) -rf $(BUILD) +#flash: flash-pyocd flash: @$(CP) $(BUILD)/$(PROJECT).uf2 /media/$(USER)/RPI-RP2 |
