1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/makefiles/utils
Juan Carrano 1036115f2d
makefiles/utils/ansi: Refactor ansi codes into their own file.
The escape codes and special chars now live in their own module. The
color module is only concerned with detecting whether to use colors or
not.

Additional variables are defined with hard a coded ESC char, a tab and a
newline. This removes the need for echo or printf.
2021-05-04 10:52:50 +02:00
..
ansi_special.mk makefiles/utils/ansi: Refactor ansi codes into their own file. 2021-05-04 10:52:50 +02:00
ansi.mk makefiles/utils/ansi: Refactor ansi codes into their own file. 2021-05-04 10:52:50 +02:00
checks.mk makefiles/utils: Add a function for checking that a string is not empty. 2018-12-07 18:19:34 +01:00
strings.mk makefiles/utils/strings.mk: add version_greater_or_equal 2021-01-18 14:37:23 +01:00
test-checks.mk makefiles/utils: add tests for checks.mk. 2018-12-07 18:19:38 +01:00
test-strings.mk makefiles/utils/strings.mk: add version_greater_or_equal 2021-01-18 14:37:23 +01:00
test-variables.mk makefiles/utils: function to memoize a variable evaluation 2019-06-28 11:34:43 +02:00
variables.mk make: Add variable definitions for comma and space 2020-10-09 12:02:27 +02:00