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

13.4.1. Overview of BSP Settings

A BSP setting consists of a name/value pair.

The format in which you specify the setting value depends on the setting type. Several settings types are supported.

Table 50.  Allowed Formats for each Setting Type
Setting Type Format When Setting Format When Getting
boolean 0/1 or false/true 0/1
number 0x prefix for hexadecimal or no prefix for a decimal number decimal
string Quoted string

Use "none" to set empty string.

Quoted string
Table 51.  BSP Setting Contexts
Setting Context Description
Intel HAL The setting is available with the Intel HAL BSP or any BSP based on it (for example, Micrium MicroC/OS-II).
Micrium 
MicroC/OS-II The settings is available if using the Micrium MicroC/OS-II BSP. All Intel HAL BSP settings are also available because MicroC/OS-II is based on the Intel HAL BSP.
FreeRTOS The settings is available if you are using the FreeRTOS BSP. All Intel HAL BSP settings are also available because FreeRTOS is based on the Intel HAL BSP.

Do not confuse BSP settings with BSP Tcl commands. This section covers BSP settings, including their types, meanings, and legal values.