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