]> granicus.if.org Git - esp-idf/commit
component/esp32 : do more fix of dualcore bug
authorTian Hao <tianhao@espressif.com>
Wed, 10 May 2017 07:45:04 +0000 (15:45 +0800)
committerTian Hao <tianhao@espressif.com>
Fri, 12 May 2017 07:41:51 +0000 (15:41 +0800)
commit377a1f5ea1ca9152524d54df6a7294620f42173c
treeb7e99f5183e353bdb5c83f3ea3cfe8ff174a4d53
parentc5183253853b8a220b27c55b364af4262b809508
component/esp32 : do more fix of dualcore bug

1. the cache API in romcode will access DPORT register, so protect it.
2. fix STALL spelling.
3. check dport access by non-dport access function
components/esp32/dport_access.c
components/esp32/include/esp_assert.h [new file with mode: 0644]
components/esp32/include/rom/cache.h
components/esp32/ld/esp32.rom.ld
components/ethernet/emac_dev.c
components/soc/esp32/include/soc/dport_access.h
components/soc/esp32/include/soc/soc.h