[riot-notifications] [RIOT-OS/RIOT] makefiles/tools/cc2538-bsl: use --write-erase to avoid mass erase (#15396)
Alexandre Abadie
notifications at github.com
Tue Nov 10 10:41:04 CET 2020
@aabadie commented on this pull request.
> +all: $(CURDIR)/cc2538-bsl
+
+$(CURDIR)/cc2538-bsl:
cp $(PKG_SOURCE_DIR)/cc2538-bsl.py .
+
+clean::
+ rm -f $(CURDIR)/cc2538-bsl
```suggestion
all: $(CURDIR)/cc2538-bsl.py
$(CURDIR)/cc2538-bsl.py:
cp $(PKG_SOURCE_DIR)/cc2538-bsl.py .
clean::
rm -f $(CURDIR)/cc2538-bsl.py
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/RIOT-OS/RIOT/pull/15396#pullrequestreview-527019949
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.riot-os.org/pipermail/notifications/attachments/20201110/b6f73f29/attachment.htm>
More information about the notifications
mailing list