diff options
| author | c1570 <[email protected]> | 2025-09-26 18:34:10 +0200 |
|---|---|---|
| committer | c1570 <[email protected]> | 2025-10-20 21:07:31 +0200 |
| commit | 39e2e5167c3b59176293023eaf0249a5b3955f0c (patch) | |
| tree | 810fe7f163442b775368623ffaef56b9a7bc9208 /docs/reference | |
| parent | a332acf5ead28089c732428a4254354baec9afd6 (diff) | |
improved getting_started, integrated "first device/host"
Diffstat (limited to 'docs/reference')
| -rw-r--r-- | docs/reference/glossary.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/reference/glossary.rst b/docs/reference/glossary.rst index 56ee49619..561780c53 100644 --- a/docs/reference/glossary.rst +++ b/docs/reference/glossary.rst @@ -4,6 +4,9 @@ Glossary .. glossary:: + BSP + Board Support Package. A collection of board-specific code that provides hardware abstraction for a particular development board, including pin mappings, clock settings, linker scripts, and hardware initialization routines. Located in ``hw/bsp/FAMILY/boards/BOARD_NAME``. + Bulk Transfer USB transfer type used for large amounts of data that doesn't require guaranteed timing. Used by mass storage devices and CDC class. |
