Re: [riot-devel] Porting RIOT to ESP8266

2018-05-10 Thread Gunar Schorcht
Hi Christiano, I placed a PR on April, 11th which is still waiting for review. The status of ESP8266 port at that time is described in the pull request. https://github.com/RIOT-OS/RIOT/pull/8921 I also extended the dockerfile for riotdocker and sent a PR to integrate the toolchain. Once

Re: [riot-devel] Porting RIOT to ESP8266

2018-05-10 Thread Cristiano Gavião
Hi Gunar, may I ask you to tell us what is the current status ? thanks, Cristiano On 09/04/2018 18:38, Gunar Schorcht wrote: Hi Martine, yes, I will provide a PR as soon as I had a chance to test it with an external 802.15.4 module connected via SPI. Using the built-in WiFi interface will b

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 a.s.o. are > propably comp

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 po

Re: [riot-devel] Porting RIOT to ESP8266

2018-04-13 Thread Hawkboy
I don't think so. ESP32 would need its own port since it uses a different xtensa toolchain... On 12/04/2018 11:56, Mathias Tausig wrote: Du you know, if your port will work on the ESP32 (the successor of the ESP8266), too? cheers Mathias On Mon, 2018-02-26 at 13:00 +0100, Gunar Schorcht wrot

Re: [riot-devel] Porting RIOT to ESP8266

2018-04-12 Thread Mathias Tausig
Du you know, if your port will work on the ESP32 (the successor of the ESP8266), too? cheers Mathias On Mon, 2018-02-26 at 13:00 +0100, Gunar Schorcht wrote: > Hi, > > I just want to let the community to know that I'm trying an ESP8266 > port. At the moment > > - the core's thread interface is

Re: [riot-devel] Porting RIOT to ESP8266

2018-04-09 Thread Gunar Schorcht
Hi Martine, yes, I will provide a PR as soon as I had a chance to test it with an external 802.15.4 module connected via SPI. Using the built-in WiFi interface will be more tricky, maybe it will never be possible. But at the moment, I just wanted to make the code visible since some guys where alr

Re: [riot-devel] Porting RIOT to ESP8266

2018-04-07 Thread Martine Lenders
(or, since I just saw that you provide ports for several board variations, several PRs) 2018-04-07 14:49 GMT+02:00 Martine Lenders : > Hi Gunar, > > Cool, do you think you can get it in a state where you can provide a PR? > > Cheers, > Martine > > 2018-04-07 14:00 GMT+02:00 Gunar Schorcht : > >>

Re: [riot-devel] Porting RIOT to ESP8266

2018-04-07 Thread Martine Lenders
Hi Gunar, Cool, do you think you can get it in a state where you can provide a PR? Cheers, Martine 2018-04-07 14:00 GMT+02:00 Gunar Schorcht : > Hello, > > I just want to inform that I have commited a first working version of > the RIOT port to ESP8266 to my fork at > > g...@github.com:gschorch

Re: [riot-devel] Porting RIOT to ESP8266

2018-04-07 Thread Gunar Schorcht
Hello, I just want to inform that I have commited a first working version of the RIOT port to ESP8266 to my fork at g...@github.com:gschorcht/RIOT-Xtensa-ESP8266.git Regards Gunar -- Wenn du laufen willst, lauf eine Meile. Wenn du ein neues Leben kennenlernen willst, dann lauf Marathon. (Emil

Re: [riot-devel] Porting RIOT to ESP8266

2018-02-26 Thread Michel Rottleuthner
Hi Gunar, That sounds great. I'm really looking forward to your port and can't wait to upgrade some older ESP-projects to RIOT finally. Thanks for working on that and letting us know. Feel free to ping me when the PR is ready and I'll try to help with testing. Cheers  Michel On 02/26/2

Re: [riot-devel] Porting RIOT to ESP8266

2018-02-26 Thread Daniel Petry
This may or may not be useful, but a company called Whitecat have done a port of FreeRTOS to the ESP8266: https://github.com/whitecatboard/Lua-RTOS-ESP8266 Dan. On 26.02.2018 13:00, Gunar Schorcht wrote: Hi, I just want to let the community to know that I'm trying an ESP8266 port. At the mo