- Reorganize the software directory to support multiple Zephyr applications (gateway, slave_node). - Create a clear separation between applications and shared libraries. - Add placeholder files for gateway and slave_node applications.
5 lines
128 B
CMake
5 lines
128 B
CMake
# Add your shared libraries here
|
|
# Example:
|
|
# add_library(modbus modbus/modbus.c)
|
|
# target_include_directories(modbus PUBLIC .)
|