Default test cases for NuttX Test Framework (NTFC).

Clone this repo:

Branches

  1. 6ec96fd Merge pull request #2 from szafonimateusz-mi/asf_file by Matteo Golin · 4 days ago main
  2. 8f0d48d initial asf configuration by raiden00pl · 4 days ago
  3. bcee7ce bring in NTFC test cases by p-szafonimateusz · 3 weeks ago
  4. e8d6e29 init by raiden00pl · 3 weeks ago

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.