Nios II Classic Software Developer’s Handbook

ID 683282
Date 5/14/2015
Public
Document Table of Contents

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