mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-15 19:08:54 +00:00
V1.0.6
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2022, Artinchip Technology Co., Ltd
|
||||
* Copyright (c) 2022-2024, ArtInChip Technology Co., Ltd
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
@@ -19,7 +19,7 @@ extern "C" {
|
||||
/* Luban-Lite version information */
|
||||
#define LL_VERSION 1 /**< major version number */
|
||||
#define LL_SUBVERSION 0 /**< minor version number */
|
||||
#define LL_REVISION 5 /**< revise version number */
|
||||
#define LL_REVISION 6 /**< revise version number */
|
||||
|
||||
typedef __signed__ char s8;
|
||||
typedef unsigned char u8;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2023, ArtInChip Technology Co., Ltd
|
||||
* Copyright (c) 2023-2024, ArtInChip Technology Co., Ltd
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
@@ -72,7 +72,6 @@ enum aic_reboot_reason {
|
||||
|
||||
void aic_set_reboot_reason(enum aic_reboot_reason reason);
|
||||
enum aic_reboot_reason aic_get_reboot_reason(void);
|
||||
void aic_clr_reboot_reason_rtc(void);
|
||||
void aic_clr_reboot_reason(void);
|
||||
void aic_show_gtc_time(char *tag, u32 val);
|
||||
void aic_show_startup_time(void);
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2023, Artinchip Technology Co., Ltd
|
||||
* Copyright (c) 2023-2024, ArtInChip Technology Co., Ltd
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
@@ -12,8 +12,12 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
void hexdump(unsigned char *buf, unsigned long len, int groupsize);
|
||||
void hexdump_msg(char *msg, unsigned char *buf, unsigned long len, int groupsize);
|
||||
|
||||
void show_speed(char *msg, unsigned long len, unsigned long us);
|
||||
#ifdef LPKG_USING_FDTLIB
|
||||
int pinmux_fdt_parse(void);
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user