Re: [riot-devel] How to make my boards appear in the info-boards-supported list

2020-05-25 Thread Kees Bakker
Oh, I see it got fixed in #14129 On 25-05-2020 23:17, Kees Bakker wrote: > It's because of bootloader_arduino and the following lines in > makefiles/stdio.inc.mk > > ifeq (,$(filter stdio_cdc_acm,$(USEMODULE))) >   # The arduino and nrfutil bootloader features cannot be used if the >   #

Re: [riot-devel] How to make my boards appear in the info-boards-supported list

2020-05-25 Thread Kees Bakker
It's because of bootloader_arduino and the following lines in makefiles/stdio.inc.mk ifeq (,$(filter stdio_cdc_acm,$(USEMODULE)))   # The arduino and nrfutil bootloader features cannot be used if the   # stdio_cdc_acm module is not used   FEATURES_BLACKLIST += bootloader_arduino  

Re: [riot-devel] Notification: Hack'n'ACK @ Tue May 26, 2020 5pm - 10pm (CEST) (RIOT Events)

2020-05-25 Thread Martine Sophie Lenders
Following the round-robin fashion of the last two meetings, we'll be meeting at https://haw-hamburg.zoom.us/j/99810821763. Installation of a dedicated client [1] might be necessary depending on your OS and Browser. Best regards, Martine [1] https://zoom.us/ Am 25.05.20 um 17:00 schrieb Google

Re: [riot-devel] How to make my boards appear in the info-boards-supported list

2020-05-25 Thread Kees Bakker
OK thanks for looking into this. A quick-and-dirty investigation shows these boards that could potentially be missing. adafruit-clue arduino-mkr1000 arduino-mkrfox1200 arduino-mkrwan1300 arduino-mkrzero arduino-nano-33-ble feather-m0 nrf52840dongle sodaq-autonomo sodaq-explorer sodaq-one

Re: [riot-devel] How to make my boards appear in the info-boards-supported list

2020-05-25 Thread Francois-Xavier Molina
Hi, I bisected and found the origin in [1], we are investigating. Cheers, Francisco [1] https://github.com/RIOT-OS/RIOT/pull/13738/commits/64552a3b9a05b2dac116008fa61d1842651ffa85 - Mail original - > De: "Alexandre Abadie" > À: "devel" > Envoyé: Lundi 25 Mai 2020 08:58:32 > Objet:

Re: [riot-devel] How to make my boards appear in the info-boards-supported list

2020-05-25 Thread Alexandre Abadie
Hi Kees, This is not normal, they should appear. This is a bug in the build system. I tried locally and could reproduce. The best would be to open an issue on GitHub that describes the problem. Alex - Le 24 Mai 20, à 23:32, Kees Bakker k...@ijzerbout.nl a écrit : > Hey, > > I want to