Default test cases for NuttX Test Framework (NTFC).

Clone this repo:
  1. 28cfe32 test(usb): add CDC/ACM suspend/resume check by Jacob Dahl · 3 weeks ago main release-0.0.2
  2. f86f06d ltp: discover test cases from application binaries on kernel builds by raiden00pl · 5 weeks ago
  3. d0f0710 testing/system: drop CONFIG_INIT_ENTRYPOINT=nsh_main requirement by wangjianyu3 · 2 weeks ago
  4. 1ee1d5d Set up default protection ruleset for default and release branches by The Apache Software Foundation · 4 months ago
  5. 6ec96fd Merge pull request #2 from szafonimateusz-mi/asf_file by Matteo Golin · 6 months ago release-0.0.1

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 (CONFIG_SYSTEM_NSH); the init entry point may be either nsh_main or init_main (nxinit)

  • CONFIG_DEBUG_FEATURES=y and CONFIG_DEBUG_ASSERTIONS=y are recommended.