Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tools:stm32 [2023/04/30 16:11] – [STM32 Cube/Duino] darron | tools:stm32 [2024/10/08 15:06] (current) – [Board support packages] darron | ||
---|---|---|---|
Line 76: | Line 76: | ||
</ | </ | ||
+ | ===Board support packages=== | ||
+ | |||
+ | The board support packages exist for various ST development boards and ST components. | ||
+ | |||
+ | < | ||
+ | mkdir -p /opt/BSP | ||
+ | </ | ||
+ | |||
+ | ==LAN8742 Ethernet PHY== | ||
+ | |||
+ | < | ||
+ | cd /opt/BSP | ||
+ | git clone https:// | ||
+ | </ | ||
+ | |||
+ | ==STM32H745I DISCOVERY== | ||
+ | |||
+ | < | ||
+ | #! /bin/sh | ||
+ | mkdir -p /opt/BSP && cd /opt/BSP | ||
+ | git clone https:// | ||
+ | git clone https:// | ||
+ | git clone https:// | ||
+ | git clone https:// | ||
+ | git clone https:// | ||
+ | git clone https:// | ||
+ | git clone https:// | ||
+ | </ | ||
+ | ===TinyUSB=== | ||
+ | |||
+ | < | ||
+ | cd /opt | ||
+ | git clone https:// | ||
+ | </ | ||
+ | ===Resources=== | ||
+ | |||
+ | [[https:// |