# soc.8051 **Repository Path**: chuSoC/soc.8051 ## Basic Information - **Project Name**: soc.8051 - **Description**: 8051 chip - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-12 - **Last Updated**: 2026-03-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # dn.oc8051a [TOC] ----- ## 介绍 基于 oc8051 的 soc design 环境 ## 下载代码 ```bash repo init -u https://xxx/xxx/manifest.git -b -m ``` eg: ```bash repo init -u git@gitee.com:chuSoC/dn.oc8051.git -b master -m default.xml repo sync repo start master --all ``` or ```bash repo init -u git@gitee.com:chuSoC/dn.oc8051.git repo init -b master -m default.xml repo sync repo start master --all ``` ```bash 导出当前配置的 xml 快照 repo manifest -r -o output.xml ```