OVMS3-idf/components/espcoredump
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
..
include coredump: change data format to ELF 2019-11-22 13:25:43 +08:00
include_core_dump core dump: add ESP32-S2 support 2020-03-03 23:37:45 +08:00
src global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
test global: use '/usr/bin/env bash' instead of '/usr/bin/bash' in shebangs 2020-04-03 01:10:02 +02:00
CMakeLists.txt coredump: change data format to ELF 2019-11-22 13:25:43 +08:00
component.mk coredump: improvements refactoring 2019-02-12 10:22:33 +00:00
espcoredump.py Make espcoredump more resilient when decoding specific thread stack 2020-03-23 14:40:56 +00:00
Kconfig core dump: don't allow core dumps to Flash if PSRAM is used for stacks 2020-03-02 14:43:05 +01:00
linker.lf coredump: change data format to ELF 2019-11-22 13:25:43 +08:00