[riot-notifications] [RIOT-OS/RIOT] Particle boards: Support monofirmware builds and uploads (#12751)
chrysn
notifications at github.com
Fri Nov 6 13:31:22 CET 2020
@chrysn commented on this pull request.
> @@ -2,5 +2,9 @@ ifneq (,$(filter saul_default,$(USEMODULE)))
USEMODULE += saul_gpio
endif
+ifeq (1,$(PARTICLE_MONOFIRMWARE))
stdio_cdc_acm could have been enabled for various reasons, including someone using any other or no bootloader to flash this device.
The shipped implementation in reset.c is really bespoke to running a MONOFIRMWARE, to the extent that it may make sense to even guard it in reset.c (and see to it that #else there is an #error saying that so far usb reset is implemented for this board only if monofirmware is active, and otherwise please consult your bootloader manual to add it).
--
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/12751#discussion_r518721606
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.riot-os.org/pipermail/notifications/attachments/20201106/6d37d951/attachment.htm>
More information about the notifications
mailing list