37 lines
1.0 KiB
C
Executable File
37 lines
1.0 KiB
C
Executable File
// Copyright 2020-2021 Beken
|
|
//
|
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
// you may not use this file except in compliance with the License.
|
|
// You may obtain a copy of the License at
|
|
//
|
|
// http://www.apache.org/licenses/LICENSE-2.0
|
|
//
|
|
// Unless required by applicable law or agreed to in writing, software
|
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
// See the License for the specific language governing permissions and
|
|
// limitations under the License.
|
|
|
|
#pragma once
|
|
|
|
#include "sys_cap.h"
|
|
#include "adc_cap.h"
|
|
#include "calendar_cap.h"
|
|
#include "dma_cap.h"
|
|
#include "efuse_cap.h"
|
|
#include "gpio_cap.h"
|
|
#include "i2c_cap.h"
|
|
#include "icu_cap.h"
|
|
#include "pwm_cap.h"
|
|
#include "spi_cap.h"
|
|
#include "sys_cap.h"
|
|
#include "timer_cap.h"
|
|
#include "trng_cap.h"
|
|
#include "uart_cap.h"
|
|
#include "wdt_cap.h"
|
|
#include "aon_rtc_cap.h"
|
|
#include "aud_cap.h"
|
|
#include "qspi_cap.h"
|
|
#include "i2s_cap.h"
|
|
#include "mailbox_cap.h"
|