This repository contains test cases compatible with the NTFC tool for Apache NuttX RTOS. For details, please visit the NTFC repository.
NuttX image requirements for tests:
-
CONFIG_DEBUG_SYMBOLSmust be set. -
NSH must be enabled (
CONFIG_SYSTEM_NSH); the init entry point may be eithernsh_mainorinit_main(nxinit) -
CONFIG_DEBUG_FEATURES=yandCONFIG_DEBUG_ASSERTIONS=yare recommended.