HomeProjects

esp-open-sdk

Source:https://coolcow.de/projects/ThirdParty/esp-open-sdk.git
Binaries:here
Mirror:https://github.com/pfalcon/esp-open-sdk
von am 2019-07-31

Repository Info

Commits:179
Branches:gcc-4.8.5
lwip-headers
master
sdk-0.9.3
travis

Latest commits

commit c70543e57fb18e5be0315aa217bca27d0e26d23d
Author: Max Filippov
Date: Wed Nov 21 01:16:43 2018 -0800

Makefile: Add explicit rule for building libc.a

Introduce intermediate file goal crosstool-NG/.built that does actual
toolchain build to make sure that multiple 'ct-ng build' commands are
not run in parallel. This allows to use make -jN to build esp-open-sdk.

Signed-off-by: Max Filippov

commit 5518fb6116c35a02ccb9a87260bb194a57cb429e
Author: Paul Sokolovsky
Date: Thu Feb 8 12:19:43 2018 +0200

Makefile: Set default vendor SDK version to 2.1.0-18-g61248df (KRACK fix).

By the information provided by Espressif, this version contains fix
for the KRACK vulnerability.

More info: https://github.com/pfalcon/esp-open-sdk/issues/296

commit 4ea62358c98799c1d4d1e711e5cff08045fc4dec
Author: Vincent Stakenburg
Date: Fri Nov 3 04:07:05 2017 +0100

README: Fix MicroPython ESP8266 port link.

commit 11ca71d47d30fc4c02d90e9e805f543a3147b2d3
Author: Paul Sokolovsky
Date: Wed Nov 8 18:03:11 2017 +0200

Makefile: Fix "git co" into "git checkout".

(Local alias leaked.)

commit 11a7e7e57f11b3685adf406775de8d1aa556ff49
Author: Paul Sokolovsky
Date: Sun Nov 5 01:25:07 2017 +0200

Makefile: Add vendor SDK 2.1.0-18-g61248df.

Since 2.1.0 zip release, the way of SDK distribution switched to git repo
with binary blobs and stuff. The repo isn't tagged properly for releases,
so above "git describe --tags" output is used.

This SDK version contains alleged fix for KRACK vulnerability.

commit 350c0e91744e3e88ea4b91a9261cfed223093db6
Author: Tamas TEVESZ
Date: Wed Jun 7 18:41:39 2017 +0200

Makefile: replace references to make with $(MAKE)

make is not always GNU make; the latter may go by different names.
This helps builds on systems where the default make is not GNU make.

commit f2031692d8286dcee8e007796358211b55d6facb
Author: ArchontPL
Date: Tue Oct 25 19:43:44 2016 +0200

Makefile: Changes in PATH for Windows environments.

Added quotation marks when setting PATH - without it compilation on
Cygwin, etc. may lead to an error. PATH on Windows can contain spaces e.g.
'C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common' which causes
problems.

commit bf5eb90f341787b845234687040294b772eecbf0
Author: Paul Sokolovsky
Date: Fri Jun 23 20:34:03 2017 +0300

examples/blinky: Blink GPIO2 by default, ESP-12 have builtin LED there.

commit c416ce38f843025401ab3f5d9ca21dad9ccc3f78
Author: Eric Poulsen
Date: Thu Jun 22 15:38:57 2017 -0700

examples/blinky/Makefile: fixed flash offsets / filenames

commit b069537944fab5d3a260b82a9aaaad5c560dd6bd
Author: Geoffrey McRae
Date: Tue May 23 05:01:39 2017 +1000

Added SDK 2.1.0 to the build