]> granicus.if.org Git - esp-idf/commit
components/esp32: fix and clean up dual core startup
authorIvan Grokhotkov <ivan@espressif.com>
Wed, 24 Aug 2016 08:21:28 +0000 (16:21 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Wed, 24 Aug 2016 08:21:28 +0000 (16:21 +0800)
commitbe112daa711c0f8158af7b579bde50d286f57405
tree361d8e66f99310b22bee708fdc527999786d8e00
parent29c2e58c75232e9e07d85fb0ae9bc9643d9e68f4
components/esp32: fix and clean up dual core startup

This change removes various delays in PRO and APP CPU startup paths.
Also some unused code and ets_printf statements are cleaned up or removed.
2nd CPU now communicates that it has started through a global variable.
components/esp32/cpu_start.c