diff options
author | 2013-11-17 19:20:04 +0200 | |
---|---|---|
committer | 2013-12-29 20:26:57 +0200 | |
commit | ef31774cd902a6f069b8f2b80b870167328f5acb (patch) | |
tree | 321c008c224a5e197925030e1ddafcc0a88536d6 | |
parent | 480b39cc0adc749ad81183fad2bfce6548c56604 (diff) |
Moving files around
Renamed READMEs to README.txt to be more friendly for Windows users.
-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/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 |