aboutsummaryrefslogtreecommitdiffstats
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 94f0c79..94f0c79 100644
--- a/CHANGELOG
+++ b/CHANGELOG.txt
diff --git a/LICENSE b/LICENSE.txt
index d11c9af..d11c9af 100644
--- a/LICENSE
+++ b/LICENSE.txt
diff --git a/README b/README.txt
index 2a12b4f..2a12b4f 100644
--- a/README
+++ b/README.txt
diff --git a/examples/network_server/README b/examples/network_server/README.txt
index 7bdcbed..7bdcbed 100644
--- a/examples/network_server/README
+++ b/examples/network_server/README.txt
diff --git a/examples/simple/README b/examples/simple/README.txt
index d18c418..d18c418 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 d9fcdfc..d9fcdfc 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 7a1e75d..7a1e75d 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 ad96b5c..c804e70 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 b69a167..b9a97a4 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