-->
Page 3 of 4

Re: News!ESP8266 SDK with RTOS released on github!

PostPosted: Fri Dec 05, 2014 10:42 am
by zdebel
well, they are opening, only a few blobs left, at any rate, espressif FTW

Re: News!ESP8266 SDK with RTOS released on github!

PostPosted: Fri Dec 05, 2014 12:31 pm
by Lars R.
alonewolfx2 wrote:
Necromant wrote:Hm... Still blobs all around the place.

can you give example?


Why is there a libfreertos.a, libjson.a, liblwip.a and libudhcp.a?

Re: News!ESP8266 SDK with RTOS released on github!

PostPosted: Sat Dec 06, 2014 12:22 pm
by zdebel
So that you don't need to go and compile them yourself I would suppose. What *actually* bothers me is, in the makefile I saw they use -O0 and -g for the release version. Os would be much better, and I hope linker is set for stripping (which I doubt, the libs they provided in the previous SDK's all had debug symboles).

Re: News!ESP8266 SDK with RTOS released on github!

PostPosted: Sat Dec 06, 2014 1:02 pm
by Lars R.
zdebel wrote:So that you don't need to go and compile them yourself I would suppose.


And where is the source code for all that? Did I miss it?