Re: [riot-devel] License check for vendor specific MIT license

2018-04-16 Thread Kaspar Schleiser
Hi Gunar, On 04/12/2018 01:09 PM, Gunar Schorcht wrote: > What is the right way to add a new license test pattern in > dist/tools/licenses/patterns? As usual PR or is there any other > procedure for that? Yes, a PR is the prefered procedure. Regards, Kaspar

Re: [riot-devel] Porting RIOT to ESP8266

2018-04-16 Thread Kaspar Schleiser
Hi, On 04/16/2018 01:56 PM, Emmanuel Baccelli wrote: > FYI at FOSDEM this year, one of the most frequent question we got was > "when will RIOT be ported to ESP32"? It actually was the second most asked question, only bested by "does RIOT work on ESP8266?". Kaspar

Re: [riot-devel] Porting RIOT to ESP8266

2018-04-16 Thread Emmanuel Baccelli
Hi Gunar, On Sat, Apr 14, 2018 at 10:22 AM, Gunar Schorcht wrote: > That's true, it uses its own toolchain. But, at least some parts of the > source code, e.g., thread and interrupt handling, could be reused. > Handling of peripherals like GPIO, UART, SPI, I2C, timers

Re: [riot-devel] Porting RIOT to ESP8266

2018-04-16 Thread Gunar Schorcht
That's true, it uses its own toolchain. But, at least some parts of the source code, e.g., thread and interrupt handling, could be reused. Handling of peripherals like GPIO, UART, SPI, I2C, timers a.s.o. are propably completely different. And, of course ESP32 is a dual core chip. I will try the

[riot-devel] Board documentation in Doxygen

2018-04-16 Thread Jose Alamos
Hello, There is this PR [1] about moving all board documentation (specs, how to flash, etc) from the wiki to Doxygen, which I would like to know your thoughts since it's a major change in the RIOT documentation. As stated there, the main motivation is to help developers keep the documentation up