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.5.2.53. set_setting

Usage

set_setting <name> <value>

Options

  • <name>: String with the name of the setting.
  • <value>: String with the value of the setting.

Description

Sets the value for the specified BSP setting. Legal values for boolean settings are true, false, 1, and 0. Use the keyword none instead of an empty string to set a string to an empty value.

Example

set_setting hal.enable_reduced_device_drivers true