Skip to content

Commit

Permalink
Merge pull request #396 from adafruit/fix-doc-submodule
Browse files Browse the repository at this point in the history
add git clone with submodule init
  • Loading branch information
hathach authored Jul 18, 2024
2 parents 57dcdfb + 61b5d00 commit 52e19a9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,16 @@ Not all features are implemented for all MCUs, following is supported MCUs and i

Following is generic compiling information. Each port may require extra set-up and slight different process e.g esp32s2 require setup IDF.

### Clone

Clone this repo with its submodule

```
$ git clone git@github.com:adafruit/tinyuf2.git tinyuf2
$ cd tinyuf2
$ git submodule update --init
```

### Compile

To build this for a specific board, we need to change current directory to its port folder
Expand Down

0 comments on commit 52e19a9

Please sign in to comment.