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

7.8.5.2.3. Setting the BSP Type

You must specify each operating system (or BSP type) that your driver or software package supports. Use the add_sw_property command’s supported_bsp_type argument to specify each compatible operating system. In most cases, a driver or software package supports Intel HAL (hal), Micrium MicroC/OS-II (ucosii), and FreeRTOS* (freertos) BSP types, as in the following example:
add_sw_property supported_bsp_type hal
add_sw_property supported_bsp_type ucosii
add_sw_property supported_bsp_type freertos
Note: The add_sw_property command accepts several argument types. Each call to add_sw_property adds the final argument to the property specified in the second argument.