summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.txt (renamed from CHANGELOG)0
-rw-r--r--LICENSE.txt (renamed from LICENSE)0
-rw-r--r--README.txt (renamed from README)0
-rw-r--r--examples/network_server/README.txt (renamed from examples/network_server/README)0
-rw-r--r--examples/simple/README.txt (renamed from examples/simple/README)0
-rw-r--r--examples/using_double_on_avr/README.txt (renamed from examples/using_double_on_avr/README)0
-rw-r--r--examples/using_union_messages/README.txt (renamed from examples/using_union_messages/README)0
-rw-r--r--extra/FindNanopb.cmake (renamed from cmake/FindNanopb.cmake)3
-rw-r--r--extra/pb_syshdr.h (renamed from compat/pb_syshdr.h)2
9 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG.txt
index 94f0c797..94f0c797 100644
--- a/CHANGELOG
+++ b/CHANGELOG.txt
diff --git a/LICENSE b/LICENSE.txt
index d11c9af1..d11c9af1 100644
--- a/LICENSE
+++ b/LICENSE.txt
diff --git a/README b/README.txt
index 2a12b4f5..2a12b4f5 100644
--- a/README
+++ b/README.txt
diff --git a/examples/network_server/README b/examples/network_server/README.txt
index 7bdcbed5..7bdcbed5 100644
--- a/examples/network_server/README
+++ b/examples/network_server/README.txt
diff --git a/examples/simple/README b/examples/simple/README.txt
index d18c4183..d18c4183 100644
--- a/examples/simple/README
+++ b/examples/simple/README.txt
diff --git a/examples/using_double_on_avr/README b/examples/using_double_on_avr/README.txt
index d9fcdfc6..d9fcdfc6 100644
--- a/examples/using_double_on_avr/README
+++ b/examples/using_double_on_avr/README.txt
diff --git a/examples/using_union_messages/README b/examples/using_union_messages/README.txt
index 7a1e75d4..7a1e75d4 100644
--- a/examples/using_union_messages/README
+++ b/examples/using_union_messages/README.txt
diff --git a/cmake/FindNanopb.cmake b/extra/FindNanopb.cmake
index ad96b5c3..c804e701 100644
--- a/cmake/FindNanopb.cmake
+++ b/extra/FindNanopb.cmake
@@ -1,4 +1,5 @@
-# Locate and configure the nanopb library.
+# This is an example script for use with CMake projects for locating and configuring
+# the nanopb library.
#
# The following varialbes have to be set:
#
diff --git a/compat/pb_syshdr.h b/extra/pb_syshdr.h
index b69a1671..b9a97a4f 100644
--- a/compat/pb_syshdr.h
+++ b/extra/pb_syshdr.h
@@ -1,7 +1,7 @@
/* This is an example of a header file for platforms/compilers that do
* not come with stdint.h/stddef.h/stdbool.h/string.h. To use it, define
* PB_SYSTEM_HEADER as "pb_syshdr.h", including the quotes, and add the
- * compat folder to your include path.
+ * extra folder to your include path.
*
* It is very likely that you will need to customize this file to suit
* your platform. For any compiler that supports C99, this file should