# 010 Editor 脚本 **Repository Path**: mashitianxia/010-editor-scripts ## Basic Information - **Project Name**: 010 Editor 脚本 - **Description**: RustSBI有关镜像格式的010 Editor脚本,便于开发者验证和调试各款国产芯片的固件 - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 10 - **Created**: 2023-04-17 - **Last Updated**: 2023-04-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 010 Editor 固件格式脚本 以.bt为扩展名的脚本,可加载到010 Editor中,查看各个芯片的固件格式。 ## 支持列表 | 芯片型号 | 链接 | |:----|:----| | BL808 | [BL808Image.bt](./BL808Image.bt) | | D1 | [D1Image.bt](./D1Image.bt) | ## 许可协议 本项目采用木兰宽松许可证,第2版。 ``` Copyright (c) 2023 RustSBI Team 010-editor-scripts is licensed under Mulan PSL v2. You can use this software according to the terms and conditions of the Mulan PSL v2. You may obtain a copy of Mulan PSL v2 at: http://license.coscl.org.cn/MulanPSL2 THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. See the Mulan PSL v2 for more details. ``` BL808Image.bt文件有部分注释来自于RT-Thread项目,这些注释遵守Apache License 2.0许可协议。 请访问[RT-Thread项目仓库](https://gitee.com/rtthread/rt-thread)获取详细的许可协议全文。