summaryrefslogtreecommitdiffstats
path: root/docs/index.rst
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>2013-08-08 20:05:30 +0300
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2013-08-08 20:05:30 +0300
commitb663909fb6e86f0ae0f450523e72fb7fbfb719ab (patch)
treed76ad5282b58a8293883eac3af20ae47373b5d76 /docs/index.rst
parentba40cacd3c4a60ccc9108d6acf7e813b1757dfd1 (diff)
Document PB_SYSTEM_HEADER
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 897f5529..cb7a201f 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -103,6 +103,8 @@ Nanopb should compile with most ansi-C compatible compilers. It however requires
If these header files do not come with your compiler, you should be able to find suitable replacements online. Mostly the requirements are very simple, just a few basic functions and typedefs.
+Alternatively, you can define *PB_SYSTEM_HEADER*, which should be the name of a single header file including all the necessary definitions.
+
Debugging and testing
=====================
Extensive unittests are included under the *tests* folder. Just type *make* there to run the tests.