新增静态库及配置

This commit is contained in:
LokLiang
2025-07-09 15:41:50 +08:00
parent ea4f688ba0
commit 1e82069ac7
14 changed files with 1799 additions and 19 deletions

View File

@@ -0,0 +1,14 @@
/**
* @file lib_shell.h
* @author your name (you@domain.com)
* @brief 通过 shell 演示和操作 spbelib.a 的功能
* @version 0.1
* @date 2025-04-07
*
* @copyright Copyright (c) 2025
*
*/
#pragma once
void lib_shell_register(void);