summaryrefslogtreecommitdiff
path: root/docs/reference
diff options
context:
space:
mode:
authorc1570 <[email protected]>2025-09-26 18:34:10 +0200
committerc1570 <[email protected]>2025-10-20 21:07:31 +0200
commit39e2e5167c3b59176293023eaf0249a5b3955f0c (patch)
tree810fe7f163442b775368623ffaef56b9a7bc9208 /docs/reference
parenta332acf5ead28089c732428a4254354baec9afd6 (diff)
improved getting_started, integrated "first device/host"
Diffstat (limited to 'docs/reference')
-rw-r--r--docs/reference/glossary.rst3
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.