Ivan Grokhotkov
|
2ca65b9aef
|
console: argtable3: sync arg_end argument name
...between declaration and definition, to silence clang-tidy warnings
|
2022-11-10 11:05:24 +01:00 |
|
Ivan Grokhotkov
|
499dbc2152
|
console: argtable3: re-introduce arg_print_formatted function
|
2022-11-10 11:05:24 +01:00 |
|
Ivan Grokhotkov
|
5d13a0b544
|
console: argtable3: use newlib getopt, disable logs
Opted for changing the source code to avoid adding one extra flag to
component public CPPFLAGS.
|
2022-11-10 11:05:24 +01:00 |
|
Ivan Grokhotkov
|
869ce022bd
|
console: argtable3: add SPDX copyright headers
|
2022-11-10 11:05:23 +01:00 |
|
Ivan Grokhotkov
|
2c66721c3a
|
console: argtable3: upgrade to v3.2.1
Source code taken from release archives in
https://github.com/argtable/argtable3/releases/tag/v3.2.1.52f24e5
Applied dos2unix to all files.
Removed trailing whitespace with the pre-commit hook.
Resolves some of the static analysis issues reported in
https://github.com/espressif/esp-idf/issues/6440
(mallocs are replaced by xmalloc wrapper which panics on failed
allocations)
|
2022-11-10 11:05:23 +01:00 |
|
Angus Gratton
|
66fb5a29bb
|
Whitespace: Automated whitespace fixes (large commit)
Apply the pre-commit hook whitespace fixes to all files in the repo.
(Line endings, blank lines at end of file, trailing whitespace)
|
2020-11-11 07:36:35 +00:00 |
|
Ivan Grokhotkov
|
a8075ea140
|
console/argtable3: expose arg_print_formatted function
|
2017-08-21 15:58:28 +08:00 |
|
Ivan Grokhotkov
|
5de7c91a54
|
add console component and example
|
2017-08-21 15:58:27 +08:00 |
|