Nios® V Processor Software Developer Handbook

ID 743810
Date 5/26/2023
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

11.3. Implementing FreeRTOS Project for the Nios V Processor

To create a program based on FreeRTOS, start by setting the BSP properties so that it is a FreeRTOS project. You can control the configuration of the FreeRTOS kernel using BSP settings with the BSP Editor or on the Nios V command line.

  • You must not edit header files (such as FreeRTOSConfig.h) or source code to configure the FreeRTOS features. The project settings are reflected in the BSP's settings.bsp file.
  • FreeRTOS settings are identified by the prefix freertos. For example, freertos.os_max_priorities.