mirror of
https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_RTL8710BX_ALIOS_SDK.git
synced 2026-08-28 01:01:34 +00:00
rel_1.6.0 init
This commit is contained in:
commit
27b3e2883d
19359 changed files with 8093121 additions and 0 deletions
31
Living_SDK/include/hal/soc/soc.h
Normal file
31
Living_SDK/include/hal/soc/soc.h
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
/*
|
||||
* Copyright (C) 2015-2017 Alibaba Group Holding Limited
|
||||
*/
|
||||
|
||||
#ifndef HAL_SOC_H
|
||||
#define HAL_SOC_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#include <hal/soc/adc.h>
|
||||
#include <hal/soc/flash.h>
|
||||
#include <hal/soc/gpio.h>
|
||||
#include <hal/soc/i2c.h>
|
||||
#include <hal/soc/nand.h>
|
||||
#include <hal/soc/nor.h>
|
||||
#include <hal/soc/pwm.h>
|
||||
#include <hal/soc/qspi.h>
|
||||
#include <hal/soc/rng.h>
|
||||
#include <hal/soc/rtc.h>
|
||||
#include <hal/soc/sd.h>
|
||||
#include <hal/soc/spi.h>
|
||||
#include <hal/soc/timer.h>
|
||||
#include <hal/soc/uart.h>
|
||||
#include <hal/soc/wdg.h>
|
||||
#include <hal/soc/interpt.h>
|
||||
|
||||
#define HAL_WAIT_FOREVER 0xFFFFFFFFU
|
||||
|
||||
#endif /* HAL_SOC_H */
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue