diff options
| author | Ha Thach <[email protected]> | 2022-07-01 20:52:46 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-07-01 20:52:46 +0700 |
| commit | ecb899408bb95c5c0d50ebe2d887cd746104c534 (patch) | |
| tree | f7eb5ba056d1ae91cdaca4203f48f588f651a63e /docs/reference/getting_started.rst | |
| parent | 68c2012ed1df7f87c898881cd06a445867564106 (diff) | |
| parent | 53db23142a89def1ad2f866863a559a931eeb035 (diff) | |
Merge pull request #1544 from hathach/ci-parallel-build
Ci parallel build
Diffstat (limited to 'docs/reference/getting_started.rst')
| -rw-r--r-- | docs/reference/getting_started.rst | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/reference/getting_started.rst b/docs/reference/getting_started.rst index fa5c51eff..1088d4700 100644 --- a/docs/reference/getting_started.rst +++ b/docs/reference/getting_started.rst @@ -50,7 +50,12 @@ Some TinyUSB examples also requires external submodule libraries in ``/lib`` suc $ git submodule update --init lib -In addition, MCU driver submodule is also needed to provide low-level MCU peripheral's driver. Luckily, it will be fetched if needed when you run the ``make`` to build your board. +In addition, MCU driver submodule is also needed to provide low-level MCU peripheral's driver. To download these depencies for your board, run the ``get-dpes`` as follow. + +.. code-block:: + + $ make BOARD=feather_nrf52840_express get-deps + Some modules will also require a module-specific SDK (e.g. RP2040) or binary (e.g. Sony Spresense) to build examples. |
