Nios® II Software Developer Handbook

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

16.5.2.36. get_setting_desc

Usage

get_setting_desc <name>
  • <name>: String with the name of the setting to get the description for.

Description

Returns a string describing the BSP setting.

Example

puts [get_setting_desc hal.enable_gprof]

Returns:

"This example compiles the code with gprof profiling enabled and links \
 the application .elf with the GPROF library. If true, adds \ 
-DALT_PROVIDE_GMON to ALT_CPPFLAGS and -pg to ALT_CFLAGS in public.mk."