2 Star 8 Fork 6

马玉琛/BMCBootLoader

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bootLoader.h 415 Bytes
一键复制 编辑 原始数据 按行查看 历史
马玉琛 提交于 2023-03-28 19:47 . 重构应用启动功能为一个模块
/*
* @Author: jimma0312 jimma0312@outlook.com
* @Date: 2023-03-28 19:09:35
* @LastEditors: jimma0312 jimma0312@outlook.com
* @LastEditTime: 2023-03-28 19:12:41
* @FilePath: .\bootLoader.h
* @Description: 应用程序启动模块 定义
*/
#ifndef BOOTLOADER_H
#define BOOTLOADER_H
int GetIAPIntper(void);
void RunApp(void);
int ExistApplication(void);
void LoadRunApplication(void);
#endif //BOOTLOADER_H
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/VoldemortCat/bmcboot-loader.git
git@gitee.com:VoldemortCat/bmcboot-loader.git
VoldemortCat
bmcboot-loader
BMCBootLoader
master

搜索帮助