mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
2fc60ba938
* branch master: (51 commits) fix typos callback: add a void* pointer with each callback header: callbacks use "void *" as arguments header: format and fix typos add wifi api comments add wifi api comments components/spi_flash: call SPIUnlock only once components/spi_flash: improve comments and readability esp32 cpu_start: Include rom/uart.h, remove inline ROM function declarations bootloader: Add bootloader Kconfig Fix bug where nesting vTaskEnterCritical calls would not re-enable interrupts after vTaskExitCritical sections. installed gitlab key in global before_script, don't need to overwrite in template before_script ci: Use github repo for wifi libraries on master branch, gitlab repo otherwise components/esp32,spi_flash: update some comments components/esp32: remove dependency of WIFI_ENABLED on FREERTOS_UNICORE esp32/lib: Bump WiFi revision update ci: build ssc with idf submodule wifi lib components/esp32: add inter-processor call API and implement spi_flash through it add MACRO to get flash pad number from efuse value add comments to register read/write operations ...