Files
esp-idf/components/driver
Michael (XIAO Xufeng) a0e66fef08 spi: fix the memory accessed while cache disabled issue in the bus lock when log level is verbose
When CONFIG_LOG_DEFAULT_LEVEL is verbose, the ESP_(EARLY_)LOGx will try
to print with format string and tag out of the DRAM while the cache is
disabled. This commit puts the TAG into DRAM, and uses the
'ESP_DRAM_LOGx` to fix the cache miss bug.

Also fixes a LoadProhibited issue when last_dev is NULL.
2020-04-03 15:04:52 +02:00
..
2019-11-22 11:44:46 +08:00
2019-11-27 17:18:20 +08:00
2020-01-22 12:14:38 +08:00
2019-11-25 00:36:30 +08:00
2020-03-02 19:31:29 +08:00
2020-03-25 17:14:00 +08:00
2019-11-21 10:40:49 +08:00
2019-12-13 18:33:15 +08:00
2020-03-30 22:05:48 +08:00