2 Star 8 Fork 6

马玉琛/BMCBootLoader

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
menu.h 373 Bytes
一键复制 编辑 原始数据 按行查看 历史
马玉琛 提交于 2022-11-24 23:26 . Implement Ymodem Receive Function
/*
* @Author: Ma Yuchen
* @Date: 2022-11-24 10:03:22
* @LastEditors: Ma YuChen
* @LastEditTime: 2022-11-24 10:32:34
* @Description: file content
* @FilePath: \BootLoader\menu.h
*/
#ifndef MENU_H_
#define MENU_H_
#include <string.h>
#include "ymodem.h"
#include "bsp_ocflash.h"
#include "bsp_uart.h"
void PrintMenu(void);
void LoadRunApplication(void);
#endif
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/VoldemortCat/bmcboot-loader.git
git@gitee.com:VoldemortCat/bmcboot-loader.git
VoldemortCat
bmcboot-loader
BMCBootLoader
master

搜索帮助