mirror of
https://github.com/gosticks/RIOT.git
synced 2026-01-30 21:47:37 +00:00
Add make only function to convert strings to lowercase and uppercase. This can replace the `$(shell echo $(var) | tr 'a-z-' 'A-Z_')` pattern. Using the 'make' implementation results in being around 100 times faster. |
||
|---|---|---|
| .. | ||
| checks.mk | ||
| strings.mk | ||
| test-checks.mk | ||
| test-strings.mk | ||
| test-variables.mk | ||
| variables.mk | ||