[riot-notifications] [RIOT-OS/RIOT] Particle boards: Support monofirmware builds and uploads (#12751)
chrysn
notifications at github.com
Fri Nov 6 13:08:46 CET 2020
@chrysn commented on this pull request.
> +#endif
+#ifdef BOARD_PARTICLE_BORON
+ .platform_id = 13,
+#endif
+#ifdef BOARD_PARTICLE_XENON
+ .platform_id = 14,
+#endif
+
+ .module_index = 3, /* MOD_FUNC_MONO_FIRMWARE from dynalib/inc/module_info.h */
+};
+
+#else
+typedef int dont_be_pedantic;
+#endif
+
+/** @} */
Nevermind the b600 point -- 600 resets the board, 1200 goes to bootloader, and both work.
--
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_r518710950
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.riot-os.org/pipermail/notifications/attachments/20201106/8e80b07a/attachment.htm>
More information about the notifications
mailing list