# 010 Editor 模板 **Repository Path**: rustsbi/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**: 11 - **Forks**: 10 - **Created**: 2023-04-11 - **Last Updated**: 2024-01-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 010 Editor 固件格式模板 以.bt为扩展名的模板,使用[010 Editor](https://www.sweetscape.com/010editor/)加载后,可静态分析各个芯片的固件镜像。 ## 支持列表 | 芯片型号 | 链接 | |:----|:----| | BL602 | [BL602Image.bt](./BL602Image.bt) | | BL616 | [BL616Image.bt](./BL616Image.bt) | | BL702 | [BL702Image.bt](./BL702Image.bt) | | BL808 | [BL808Image.bt](./BL808Image.bt) | | CV181x | [CV181xImage.bt](./CV181xImage.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)获取详细的许可协议全文。