morris
|
a4d0033c03
|
esp_rom: extract common GPIO apis into esp_rom_gpio.h
|
2020-07-07 11:40:19 +08: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 |
|
David Cermak
|
39011c055a
|
ci: fix rom header checker to validate *rom* on word boundaries
|
2020-03-23 12:19:38 +00:00 |
|
suda-morris
|
b1497f2187
|
exclude rom headers in examples
1. avoid including rom headers directly in examples
2. add common API interface for CRC calculation in esp_common component
|
2019-08-13 11:10:22 +08:00 |
|