From 2d7d17069852031b04f623ff43d7f46ef349baf0 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Fri, 7 Oct 2016 23:59:32 +0300 Subject: [PATCH] README: Add explicit mention of examples/ and MicroPython as real-world example. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0a30cff..6039185 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,11 @@ $ xtensa-lx106-elf-gcc -I$(THISDIR)/sdk/include -L$(THISDIR)/sdk/lib The extra -I and -L flags are not needed when using the standalone SDK. +Subdirectory `examples/` contains some example application(s) which +can be built with esp-open-sdk. If you are interested in real-world, +full-fledged, advanced example of a project built using esp-open-sdk, +check https://github.com/micropython/micropython/tree/master/esp8266 . + Pulling updates =============== The project is updated from time to time, to get updates and prepare to