diff options
| author | hathach <[email protected]> | 2022-07-01 16:24:58 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2022-07-01 16:24:58 +0700 |
| commit | 12341118e373cce10cb868f234009e9d37bff940 (patch) | |
| tree | 87a8f0104f931b4034d362ef9f8f6e9b5575e1e1 /docs/reference | |
| parent | 8f9ecace4d9fecb14fbf8e8563d2f19334805d4d (diff) | |
add get-deps target
update ci to get-deps first
Diffstat (limited to 'docs/reference')
| -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. |
