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