mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
e02c953e33
Providing the configuration via Makefile variables if Kconfig is supported by the module may involve some non-determinism in the environment variable that is finally exposed to the python tests. This commit moves the configuration from Makefile to app.config.
10 lines
320 B
Plaintext
10 lines
320 B
Plaintext
CONFIG_PROGRESS_BAR_LENGTH=50
|
|
CONFIG_PROGRESS_BAR_FULL_CHARACTER="█"
|
|
CONFIG_PROGRESS_BAR_EMPTY_CHARACTER=" "
|
|
|
|
# Other nice progress bar characters:
|
|
#CONFIG_PROGRESS_BAR_FULL_CHARACTER="◉"
|
|
#CONFIG_PROGRESS_BAR_EMPTY_CHARACTER="◯"
|
|
#CONFIG_PROGRESS_BAR_FULL_CHARACTER="▣"
|
|
#CONFIG_PROGRESS_BAR_EMPTY_CHARACTER="▢"
|