# libopencm3-template **Repository Path**: iosetting/libopencm3-template ## Basic Information - **Project Name**: libopencm3-template - **Description**: libopencm3 项目模板 - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-21 - **Last Updated**: 2022-06-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: libopencm3 ## README Easy "clone and go" repository for a libopencm3 based project. # Instructions 1. git clone --recurse-submodules https://github.com/libopencm3/libopencm3-template.git your-project 2. cd your-project 3. make -C libopencm3 # (Only needed once) 4. make -C my-project If you have an older git, or got ahead of yourself and skipped the ```--recurse-submodules``` you can fix things by running ```git submodule update --init``` (This is only needed once) # Directories * my-project contains your application * my-common-code contains something shared. # As a template You should replace this with your _own_ README if you are using this as a template.