nuttx-apps/examples/flowc
Piyush Patle 9d849adfab include/debug.h: Use <nuttx/debug.h> in apps
Replace app-side includes of <debug.h> with <nuttx/debug.h> to use the
header from the NuttX tree explicitly after the header move.

Signed-off-by: Piyush Patle <piyushpatle228@gmail.com>
2026-04-11 10:39:27 -03:00
..
.gitignore build: Remve the unnecessary .gitignore 2020-05-23 15:56:35 +01:00
CMakeLists.txt examples: migrate to SPDX identifier 2024-12-30 18:02:50 +08:00
flowc.h include/debug.h: Use <nuttx/debug.h> in apps 2026-04-11 10:39:27 -03:00
flowc_host.c examples: migrate to SPDX identifier 2024-12-30 18:02:50 +08:00
flowc_mktestdata.c examples: migrate to SPDX identifier 2024-12-30 18:02:50 +08:00
flowc_receiver.c examples: migrate to SPDX identifier 2024-12-30 18:02:50 +08:00
flowc_sender.c examples: migrate to SPDX identifier 2024-12-30 18:02:50 +08:00
flowc_target1.c examples: migrate to SPDX identifier 2024-12-30 18:02:50 +08:00
flowc_target2.c examples: migrate to SPDX identifier 2024-12-30 18:02:50 +08:00
Kconfig Change the defaults of stack size configs to DEFAULT_TASK_STACKSIZE 2020-03-27 02:43:11 -05:00
Make.defs examples: migrate to SPDX identifier 2024-12-30 18:02:50 +08:00
Makefile examples: migrate to SPDX identifier 2024-12-30 18:02:50 +08:00
testdata.dat apps/examples/flowc: Fix some errors in receiver's verificationg logic. Add a 'canned' data file so that we don't need to deal with the sender program; we can just 'cat' the canned data file. 2017-09-26 13:13:34 -06:00