]> granicus.if.org Git - esp-idf/commit
components/esp32: add inter-processor call API and implement spi_flash through it
authorIvan Grokhotkov <ivan@espressif.com>
Mon, 12 Sep 2016 10:54:45 +0000 (18:54 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Mon, 12 Sep 2016 10:54:45 +0000 (18:54 +0800)
commite9f2645b210544e3ddb3977de7ea03f6f59c2089
treecdb788d5566839c2d29d367127899ba516017ab6
parent1c6859573b42df4a303935a653c3af11ac41b04b
components/esp32: add inter-processor call API and implement spi_flash through it

With this change, flash operations can run on both cores.
NVS and WiFi stack can also run in dual core mode now.
components/esp32/cpu_start.c
components/esp32/include/esp_err.h
components/esp32/include/esp_ipc.h [new file with mode: 0644]
components/esp32/ipc.c [new file with mode: 0644]
components/spi_flash/esp_spi_flash.c