From bf3d21a6a30a641a73c4234a1618e8b73cae101c Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sun, 9 Aug 2015 12:54:02 +0300 Subject: [PATCH] examples: Add README. --- examples/README | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 examples/README diff --git a/examples/README b/examples/README new file mode 100644 index 0000000..9405a2f --- /dev/null +++ b/examples/README @@ -0,0 +1,8 @@ +This directory contains simple examples/tests to use esp-open-sdk. +The directory would contain complete source for examples, but so far +examples with suitable OpenSource licensing were not found. So, this +directory contains just Makefiles for examples available elsewhere. + +If you know about good examples to be included here with explicit +licensing terms (public domain is recommended, otherwise MIT/BSD is +OK), please let a maintainer know.