nuttx-apps/modbus
raiden00pl e336ebad5e cmake: fix cmake build for FreeModBus
fix cmake build for FreeModBus:

  1. nuttx-apps/modbus/mb.c:50:12: fatal error: mbrtu.h: No such file or directory
     50 | #  include "mbrtu.h"

  2. nuttx-apps/modbus/functions/mbutils.c:41:10: fatal error: port.h: No such file or directory
     41 | #include "port.h"

  3. various "undefined reference to" errors

Signed-off-by: raiden00pl <raiden00@railab.me>
2025-03-24 02:04:36 +01:00
..
ascii modbus: migrate to SPDX identifier 2024-12-21 13:53:10 +08:00
functions modbus: migrate to SPDX identifier 2024-12-21 13:53:10 +08:00
nuttx modbus: migrate to SPDX identifier 2024-12-21 13:53:10 +08:00
rtu modbus: migrate to SPDX identifier 2024-12-21 13:53:10 +08:00
tcp modbus: migrate to SPDX identifier 2024-12-21 13:53:10 +08:00
CMakeLists.txt cmake: fix cmake build for FreeModBus 2025-03-24 02:04:36 +01:00
Kconfig apps/; Change space to tab and help to ---help--- in Kconfig files. 2019-10-05 21:37:19 -06:00
Make.defs modbus: migrate to SPDX identifier 2024-12-21 13:53:10 +08:00
Makefile modbus: migrate to SPDX identifier 2024-12-21 13:53:10 +08:00
mb.c modbus: migrate to SPDX identifier 2024-12-21 13:53:10 +08:00
mb_m.c modbus: migrate to SPDX identifier 2024-12-21 13:53:10 +08:00