[riot-notifications] [RIOT-OS/RIOT] makefiles/tools/cc2538-bsl: use --write-erase to avoid mass erase (#15396)
Alexandre Abadie
notifications at github.com
Wed Nov 11 19:35:18 CET 2020
@aabadie commented on this pull request.
> @@ -17,10 +17,8 @@ $(RIOTTOOLS)/pic32prog/pic32prog: $(RIOTTOOLS)/pic32prog/Makefile
$(MAKE) -C $(@D)
@echo "[INFO] $(@F) binary successfully built!"
-$(RIOTTOOLS)/cc2538-bsl/cc2538-bsl.py:
- @echo "[INFO] cc2538-bsl.py not found - fetching it from GitHub now"
- CC= CFLAGS= $(MAKE) -C $(RIOTTOOLS)/cc2538-bsl
- @echo "[INFO] cc2538-bsl.py successfully fetched!"
+$(RIOTTOOLS)/cc2538-bsl/cc2538-bsl.py: FORCE
> You would rather leave at is?
Yes. I know the local update is not automatic when the commit of the upstream project is changed but that's already the case for other flashing tools. I wouldn't do something different here but rather leave it as a follow-up.
--
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#discussion_r521560091
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.riot-os.org/pipermail/notifications/attachments/20201111/813c2777/attachment.htm>
More information about the notifications
mailing list