Skip to content

Commit

Permalink
protobuf-c : Added Google's protocol buffer C library as sub-module
Browse files Browse the repository at this point in the history
Source https://github.com/protobuf-c/protobuf-c

Co-Authored-By: Amey Inamdar <[email protected]>
Co-Authored-By: Anurag Kar <[email protected]>
  • Loading branch information
ameyinamdar and anurag-kar committed Oct 2, 2018
1 parent 4faa2a8 commit 3ba8eed
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,7 @@
[submodule "components/mqtt/esp-mqtt"]
path = components/mqtt/esp-mqtt
url = https://github.com/espressif/esp-mqtt.git

[submodule "components/protobuf-c/protobuf-c"]
path = components/protobuf-c/protobuf-c
url = https://github.com/protobuf-c/protobuf-c
4 changes: 4 additions & 0 deletions components/protobuf-c/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
set(COMPONENT_ADD_INCLUDEDIRS protobuf-c)
set(COMPONENT_SRCS "protobuf-c/protobuf-c/protobuf-c.c")

register_component()
8 changes: 8 additions & 0 deletions components/protobuf-c/component.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#
# Component Makefile
#
COMPONENT_ADD_INCLUDEDIRS := protobuf-c

COMPONENT_SRCDIRS := protobuf-c/protobuf-c

COMPONENT_SUBMODULES += protobuf-c
1 change: 1 addition & 0 deletions components/protobuf-c/protobuf-c
Submodule protobuf-c added at dac1a6
1 change: 1 addition & 0 deletions tools/ci/mirror-list.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ components/lwip/lwip @GENERAL_MIRROR_SERVER@/idf/
third-party/mruby @GENERAL_MIRROR_SERVER@/idf/mruby.git ALLOW_TO_SYNC_FROM_PUBLIC
third-party/neverbleed @GENERAL_MIRROR_SERVER@/idf/neverbleed.git ALLOW_TO_SYNC_FROM_PUBLIC
components/mqtt/esp-mqtt @GENERAL_MIRROR_SERVER@/idf/esp-mqtt.git ALLOW_TO_SYNC_FROM_PUBLIC
components/protobuf-c/protobuf-c @GENERAL_MIRROR_SERVER@/idf/protobuf-c.git ALLOW_TO_SYNC_FROM_PUBLIC

0 comments on commit 3ba8eed

Please sign in to comment.