Merge pull request #2 from szafonimateusz-mi/asf_file

initial asf configuration
tree: a6cf1bb7a9179f7fe5edc0b38a1c437cf9ff3a44
  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. .asf.yaml
  16. .gitignore
  17. LICENSE
  18. ntfc.yaml
  19. README.md
  20. 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.