Nios® II Software Developer Handbook

ID 683525
Date 8/28/2023
Public
Document Table of Contents

8.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 both Intel FPGA HAL (hal) and Micrium MicroC/OS-II (ucosii) BSP types, as in the following example:

add_sw_property supported_bsp_type hal
add_sw_property supported_bsp_type ucosii

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.
Note: Support for additional operating system and BSP types is not present in this release of the Nios® II SBT.