Omar Chebib
|
598246d287
|
CI: idf_as_lib is now run on all suported targets
|
2022-01-07 12:10:35 +08:00 |
|
Omar Chebib
|
cb90544a04
|
Build: fix idf_as_lib example not building
|
2022-01-06 03:17:29 +00: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
|
e94288da31
|
global: use '/usr/bin/env bash' instead of '/usr/bin/bash' in shebangs
Using the method from @cemeyer
(https://github.com/espressif/esp-idf/pull/3166):
find . -name \*.sh -exec sed -i "" -e 's|^#!.*bin/bash|#!/usr/bin/env bash|' {} +
Closes https://github.com/espressif/esp-idf/pull/3166.
|
2020-04-03 01:10:02 +02:00 |
|
Renz Christian Bagaporo
|
477fa49fc0
|
examples: update idf_as_lib example to use new api
|
2019-05-14 18:01:14 +08:00 |
|
Renz Christian Bagaporo
|
90f5432f2a
|
examples: generic cmake support examples
|
2018-11-27 13:59:26 +08:00 |
|