Nios® V Processor Software Developer Handbook

ID 743810
Date 4/01/2024
Public
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.