Hello,AjitSingh wrote: ↑Thu Jul 28, 2022 7:52 amhow you include the mxml component .i'm using eclipse ide. i'm trying to add this component under a component section.Ritesh wrote: ↑Tue Nov 21, 2017 12:21 pmThanks for Reply.kolban wrote:A search of the phrase "embedded xml c" resulted in a few hits. This one appears to have both parser and constructor:
http://michaelrsweet.github.io/mxml/
Yes. We have started to port mxml library for same and started to work for that.
wrote cmake for it.Code: Select all
set(COMPONENT_REQUIRES ) set(COMPONENT_ADD_INCLUDEDIRS ) set(COMPONENT_SRCDIRS mxml-3.3.1 vcnet ) set(COMPONENT_NAME ".") register_component()
We have used and ported into ESP32 IDF 3.2 older version without CMake concept.