esp32c6: add hal support

This commit is contained in:
wuzhenghui
2022-07-12 21:02:47 +08:00
committed by Song Ruo Jing
parent 688fb18faa
commit 1d299a8976
46 changed files with 7729 additions and 102 deletions

View File

@@ -13,9 +13,7 @@
#pragma once
#include <stdlib.h>
#include "soc/rtc_io_periph.h"
#include "soc/rtc_io_struct.h"
#include "hal/rtc_io_types.h"
#include "soc/rtc_periph.h"
#include "hal/gpio_types.h"
#include "soc/io_mux_reg.h"
#include "soc/usb_serial_jtag_reg.h"