diff options
| author | hathach <[email protected]> | 2020-06-29 16:52:08 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-06-29 16:52:08 +0700 |
| commit | 50b569ad1be86930ae968655ec574362a2b57aa6 (patch) | |
| tree | 8ac533e162cccabd4e33fedce55bda4cd9e00f2d /examples/rules.mk | |
| parent | 2b27eed01aa25d12c7e78414875d83e9c2604830 (diff) | |
added esp32s2 kaluga bsp
Diffstat (limited to 'examples/rules.mk')
| -rw-r--r-- | examples/rules.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/rules.mk b/examples/rules.mk index 2f4c8b860..eeb548d08 100644 --- a/examples/rules.mk +++ b/examples/rules.mk @@ -12,11 +12,10 @@ all: idf.py -B$(BUILD) -DBOARD=$(BOARD) build clean: - idf.py -B$(BUILD) clean + idf.py -B$(BUILD) -DBOARD=$(BOARD) clean flash: - @:$(call check_defined, SERIAL, example: SERIAL=/dev/ttyUSB0) - idf.py -B$(BUILD) -p $(SERIAL) flash + idf.py -B$(BUILD) -DBOARD=$(BOARD) flash else # GNU Make build system |
