bring in NTFC test cases

bring in NTFC test cases

Signed-off-by: raiden00pl <raiden00@railab.me>
176 files changed
tree: 00436c0d2dd940c899f51c7062fb54d65ca99f98
  1. arch/
  2. driver/
  3. fs/
  4. libc/
  5. ltp/
  6. mm/
  7. rpmsg/
  8. safety/
  9. sched/
  10. security/
  11. socket/
  12. syscall/
  13. timer/
  14. tools/
  15. .gitignore
  16. LICENSE
  17. ntfc.yaml
  18. README.md
  19. tox.ini
README.md

nuttx-ntfc-testing

This repository contains test cases compatible with the NTFC tool for Apache NuttX RTOS. For details, please visit the NTFC repository.

Preparing the image for testing

NuttX image requirements for tests:

  • CONFIG_DEBUG_SYMBOLS must be set.

  • NSH must be enabled and set as entry point

  • CONFIG_DEBUG_FEATURES=y and CONFIG_DEBUG_ASSERTIONS=y are recommended.