HomeSort by relevance Sort by last modified time
    Searched refs:NANOPB_DIR (Results 1 - 5 of 5) sorted by null

  /external/nanopb-c/examples/simple/
Makefile 6 CFLAGS += -I$(NANOPB_DIR)
11 CSRC += $(NANOPB_DIR)/pb_encode.c # The nanopb encoder
12 CSRC += $(NANOPB_DIR)/pb_decode.c # The nanopb decoder
  /external/nanopb-c/extra/
nanopb.mk 5 NANOPB_DIR := $(abspath $(dir $(lastword $(MAKEFILE_LIST)))../)
8 NANOPB_CORE = $(NANOPB_DIR)/pb_encode.c $(NANOPB_DIR)/pb_decode.c
20 ifneq "$(wildcard $(NANOPB_DIR)/generator-bin)" ""
22 PROTOC = $(NANOPB_DIR)/generator-bin/protoc
28 PROTOC_OPTS = --plugin=protoc-gen-nanopb=$(NANOPB_DIR)/generator/protoc-gen-nanopb.bat
30 PROTOC_OPTS = --plugin=protoc-gen-nanopb=$(NANOPB_DIR)/generator/protoc-gen-nanopb
  /external/nanopb-c/examples/network_server/
Makefile 6 CFLAGS += -I$(NANOPB_DIR)
  /external/nanopb-c/examples/using_union_messages/
Makefile 6 CFLAGS += -I$(NANOPB_DIR)
  /external/nanopb-c/examples/using_double_on_avr/
Makefile 6 CFLAGS += -I$(NANOPB_DIR)

Completed in 84 milliseconds