Merge branch 'feature/move_dport_workaround_to_g0' into 'master'

dport_access: Move DPORT workaround to G0

Closes IDF-2177

See merge request espressif/esp-idf!17961
This commit is contained in:
Konstantin Kondrashov
2022-06-01 12:11:12 +08:00
62 changed files with 329 additions and 624 deletions

View File

@@ -16,6 +16,7 @@ extern "C" {
#include "soc/system_reg.h"
#include "soc/syscon_reg.h"
#include "soc/dport_access.h"
#include "esp_attr.h"
static inline uint32_t periph_ll_get_clk_en_mask(periph_module_t periph)
{