google / flatbuffers

FlatBuffers: Memory Efficient Serialization Library
https://flatbuffers.dev/
Apache License 2.0
22.52k stars 3.19k forks source link

feat: library definition for PlatformIO #8261

Open obones opened 3 months ago

obones commented 3 months ago

Many embedded projects are using PlatfomIO as a development environment, in particular in the ESP32 world.

It is possible to use third party libraries via such a definition in the project platform.io file:

lib_deps = 
    https://github.com/boblemaire/asyncHTTPrequest

For this to work, the referenced project must include a library.json file describing the library and its folder layout.

This PR provides the file so that flatbuffers is usable as a dependency in PlatformIO, as requested by #7189

google-cla[bot] commented 3 months ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.