Skip to content

ESP-IDF Native Component #494

Closed Answered by vinicius-trev
vinicius-trev asked this question in Q&A
Discussion options

You must be logged in to vote

For those having the same issues, the solution for now is to include the repository as a submodule and on the parent directory add the necessary files to the CMakeLists.txt using idf_component_register

set(agisostack_priv_requires "cxx driver")
set(agisostack_include_dirs "AgIsoStack-plus-plus/hardware_integration/include" "AgIsoStack-plus-plus/isobus/include" "AgIsoStack-plus-plus/utility/include")
set(hardware_interface_sources  "AgIsoStack-plus-plus/hardware_integration/src/can_hardware_interface.cpp"
                                "AgIsoStack-plus-plus/hardware_integration/src/mcp2515_can_interface.cpp"
                                "AgIsoStack-plus-plus/hardware_integration/src/sp…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by vinicius-trev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant