@@ -7,7 +7,7 @@
#include "FreeRTOS.h"
#include "task.h"
-#define LUAT_LOG_TAG "luat.timer"
+#define LUAT_LOG_TAG "timer"
#include "luat_log.h"
#define FREERTOS_TIMER_COUNT 32
@@ -8,7 +8,7 @@
#include "timers.h"
@@ -2,6 +2,7 @@
/*
@module gpio
@summary GPIO操作
+@catalog 外设API
@version 1.0
@date 2020.03.30
*/
@@ -4,7 +4,7 @@
#include "rtthread.h"
-#define LUAT_LOG_TAG "luat.crypto"
+#define LUAT_LOG_TAG "crypto"
#ifdef RT_USING_HWCRYPTO
@@ -287,7 +287,7 @@ _exit:
#endif
#include "mbedtls/md5.h"
void luat_crypto_HmacSha1(const unsigned char *input, int ilen, unsigned char *output,const unsigned char *key, int keylen);
@@ -5,7 +5,7 @@
#ifdef PKG_USING_U8G2
#include "u8g2_port.h"
-#define LUAT_LOG_TAG "luat.disp"
+#define LUAT_LOG_TAG "disp"
uint8_t luat_u8x8_gpio_and_delay(u8x8_t *u8x8, uint8_t msg, uint8_t arg_int, void *arg_ptr);
@@ -2,7 +2,7 @@
#include "luat_base.h"
#include "luat_fs.h"
-#define LUAT_LOG_TAG "luat.fs.LFS"
+#define LUAT_LOG_TAG "fs.LFS"
#include "luat_http.h"
#include "luat_malloc.h"
-#define LUAT_LOG_TAG "luat.http"
+#define LUAT_LOG_TAG "http"
@@ -25,7 +25,7 @@
#include "oneshot.h"
-#define LUAT_LOG_TAG "luat.wlan"
+#define LUAT_LOG_TAG "wlan"
#include "luat_timer.h"
#include "luat_gpio.h"
-#define LUAT_LOG_TAG "luat.msh"
+#define LUAT_LOG_TAG "msh"
#include "luat_dbg.h"
@@ -37,7 +37,7 @@
#include "netclient.h"
-#define LUAT_LOG_TAG "luat.netc"
+#define LUAT_LOG_TAG "netc"
#define BUFF_SIZE (1024)
@@ -12,7 +12,7 @@
#include "drv_gpio.h"
-#define LUAT_LOG_TAG "luat.spi"
+#define LUAT_LOG_TAG "spi"
#ifdef RT_USING_SPI
#include "bget.h"
-#define LUAT_LOG_TAG "luat.vmheap"
+#define LUAT_LOG_TAG "vmheap"
#define LUAT_WEAK __attribute__((weak))