/* * Copyright (c) 2006-2022, RT-Thread Development Team * * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes * 2018-04-12 RT-Thread the first version */ #include "rtthread.h" #include #include #include #include "interrupt.h" #include "mmu.h" #include "cache.h" #ifdef BSP_USING_LCD #include "drv_lcd.h" #include "lcd_cfg.h" #ifdef RT_USING_SMART #include #include #endif #include