mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
6 lines
115 B
Bash
6 lines
115 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
FAMILY=stm32l4
|
||
|
python3 tools/get_family_deps.py $FAMILY
|
||
|
python3 tools/build_family.py $FAMILY
|