Configure parameters of BSP settings.
Syntax
bsp config <param> <value>
Set/get/append value to the configurable parameters. If <param>
is specified and <value>
is not specified, return the value of the parameter. If
<param>
and <value>
are specified, set the value of parameter. Use "bsp
list-params <-os/-proc/-driver>
" to know
configurable parameters of OS/processor/driver.
Options
Option | Description |
---|---|
-append <param>
<value>
|
Append the given value to the parameter. |
Returns
Nothing, if the parameter is set/appended successfully. Current value
of the paramter if <value>
is not specified.
Error string, if the parameter cannot be set/appended.
Examples
bsp config -append extra_compiler_flags "-pg"
Append -pg to extra_compiler_flags.
bsp config stdin
Return the current value of stdin.
bsp config stdin ps7_uart_1
Set stdin to ps7_uart_1 .