Source https://github.com/protobuf-c/protobuf-c
Co-Authored-By: Amey Inamdar <amey@espressif.com>
Co-Authored-By: Anurag Kar <anurag.kar@espressif.com>
[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
--- /dev/null
+set(COMPONENT_ADD_INCLUDEDIRS protobuf-c)
+set(COMPONENT_SRCS "protobuf-c/protobuf-c/protobuf-c.c")
+
+register_component()
--- /dev/null
+#
+# Component Makefile
+#
+COMPONENT_ADD_INCLUDEDIRS := protobuf-c
+
+COMPONENT_SRCDIRS := protobuf-c/protobuf-c
+
+COMPONENT_SUBMODULES += protobuf-c
--- /dev/null
+Subproject commit dac1a65feac4ad72f612aab99f487056fbcf5c1a
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