Nios® V Processor Software Developer Handbook

ID 743810
Date 4/01/2024
Public
Document Table of Contents

15.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