From: Petteri Aimonen Date: Mon, 25 Jun 2012 18:45:40 +0000 (+0300) Subject: Note about __BIG_ENDIAN__ compilation option X-Git-Tag: 3.99.1~14^2~492 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=c07e576de86644d278a987550e389b000d8311d0;p=apps%2Flow-level-can-service.git Note about __BIG_ENDIAN__ compilation option --- diff --git a/docs/reference.rst b/docs/reference.rst index 8846ce1..8c1af77 100644 --- a/docs/reference.rst +++ b/docs/reference.rst @@ -6,6 +6,12 @@ Nanopb: API reference .. contents :: +Compilation options +=================== +The following options can be specified using -D switch given to the C compiler: + +:__BIG_ENDIAN__: Set this if your platform stores integers and floats in big-endian format. Mixed-endian systems (different layout for ints and floats) are currently not supported. + pb.h ====