69 lines
1.6 KiB
C
69 lines
1.6 KiB
C
// Copyright 2021-2022 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 "adc.h"
|
|
#include "aon_rtc.h"
|
|
#include "aon_wdt.h"
|
|
#include "aud.h"
|
|
#include "bk_queue.h"
|
|
#include "calendar.h"
|
|
#include "dma2d.h"
|
|
#include "dma.h"
|
|
#include "drv_tp.h"
|
|
#include "dvp_camera.h"
|
|
#include "efuse.h"
|
|
#include "fft.h"
|
|
#include "flash.h"
|
|
#include "flash_partition.h"
|
|
#include "gpio.h"
|
|
#include "i2c.h"
|
|
#include "i2s.h"
|
|
#include "int.h"
|
|
#include "jpeg_dec.h"
|
|
#include "jpeg_enc.h"
|
|
#include "lcd.h"
|
|
#include "lcd_spi_io.h"
|
|
#include "mailbox_channel.h"
|
|
#include "mailbox.h"
|
|
#include "media_types.h"
|
|
#include "mpc.h"
|
|
#include "net_camera_types.h"
|
|
#include "prro.h"
|
|
#include "psram.h"
|
|
#include "pwm.h"
|
|
#include "qspi_flash.h"
|
|
#include "qspi.h"
|
|
#include "qspi_oled.h"
|
|
#include "qspi_psram.h"
|
|
#include "sbc.h"
|
|
#include "sd_card.h"
|
|
#include "sdio_host.h"
|
|
#include "sdio_types.h"
|
|
#include "securityip.h"
|
|
#include "spi.h"
|
|
#include "timer.h"
|
|
#include "touch.h"
|
|
#include "tp.h"
|
|
#include "trng.h"
|
|
#include "uac.h"
|
|
#include "uart.h"
|
|
#include "uvc_camera.h"
|
|
#include "wdt.h"
|
|
#include "yuv_buf.h"
|
|
#include "vault.h"
|
|
#include "otp.h"
|
|
|