Apache nuttx

Clone this repo:

Branches

  1. bcee7ce bring in NTFC test cases by p-szafonimateusz · 25 hours ago main
  2. e8d6e29 init by raiden00pl · 25 hours 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.