ci: remove ttfw related files

This commit is contained in:
Fu Hanxi
2023-10-04 16:41:03 +02:00
parent ca63d0f943
commit 4dbf8c8948
87 changed files with 44 additions and 7586 deletions

View File

@@ -72,8 +72,8 @@ def action_print_help(script_extension: str) -> None:
optional arguments:
targets-to-install 'all', a single target (e.g. 'esp32s2'), or a comma-separated list of targets (e.g. 'esp32,esp32c3,esp32h2')
--enable-* a specific feature to enable (e.g. '--enable-ttfw' will enable feature ttfw)
--disable-* a specific feature to disable (e.g. '--disable-ttfw' will disable feature ttfw)
--enable-* a specific feature to enable (e.g. '--enable-pytest' will enable feature pytest)
--disable-* a specific feature to disable (e.g. '--disable-pytest' will disable feature pytest)
supported features: {', '.join(features)}
{help_opts} show this help message and exit