mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-13 09:34:41 +02:00
soc(esp32): Expose SOC_DPORT_WORKAROUND_DIS_INTERRUPT_LVL for all ECO versions
It fixes a build issue when ESP32_ECO3_CACHE_LOCK_FIX=y Closes https://github.com/espressif/esp-idf/issues/9160
This commit is contained in:
@@ -92,8 +92,8 @@
|
|||||||
|
|
||||||
#if SOC_CAPS_ECO_VER < 2
|
#if SOC_CAPS_ECO_VER < 2
|
||||||
#define SOC_DPORT_WORKAROUND 1
|
#define SOC_DPORT_WORKAROUND 1
|
||||||
#define SOC_DPORT_WORKAROUND_DIS_INTERRUPT_LVL (5U)
|
|
||||||
#endif // SOC_CAPS_ECO_VER < 2
|
#endif // SOC_CAPS_ECO_VER < 2
|
||||||
|
#define SOC_DPORT_WORKAROUND_DIS_INTERRUPT_LVL (5U)
|
||||||
|
|
||||||
/*-------------------------- ADC CAPS ----------------------------------------*/
|
/*-------------------------- ADC CAPS ----------------------------------------*/
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user