Commit Graph

6 Commits

Author SHA1 Message Date
aineoae86-sys 608dbac01c cmake: update standalone example minimum version
Generated-by: OpenAI Codex
Signed-off-by: aineoae86-sys <ai.neo.ae86@gmail.com>
2026-07-05 21:09:28 +08:00
G.A. vd. Hoorn 39eac9448d
examples: explicitly set language to C (#257)
CMake will default to enabling C and C++ if no languages are specified in the project(..) call.

Micro-XRCE-DDS-Client is a C-only project. Avoid enabling C++.

Signed-off-by: gavanderhoorn <g.a.vanderhoorn@tudelft.nl>
2021-07-06 07:56:21 +02:00
Julián Bermúdez Ortega 7c50dade71
Feature/config (#155)
* Change configuration approach.

* Rename PROFILE_XXX_TRANSPORT by UCLIENT_PROFILE_XXX.

* Add Zephyr platform support in CMake.

* Modify transport source selection in CMakeLists.txt.
2020-05-25 12:50:00 +02:00
Julián Bermúdez Ortega 4dfeee1c92
Examples installation (#151)
* Modify example installation.

* Increase patch version number.

* Add Dockerfile and .dockeringore files. (#152)

* Fix -Wformat-overflow warning in log.c.
2020-05-19 08:16:00 +02:00
Borja Outerelo 4fb42df6ba Hotfix/examples (#117)
* Allow single test build.

* Fix message errors.
2019-12-07 20:14:51 +01:00
Julián Bermúdez Ortega 3d18b1f569 P2P examples. (#104)
* Refs #6551. Add Publisher and Subscriber P2P examples.

* Refs #6551. Update CMake version.

* Refs #6551. Update p2p examples readme.
2019-11-21 08:16:22 +01:00