Skip to content

Commit 15ee61f

Browse files
committed
Add missing aliases
1 parent 08915fb commit 15ee61f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.cargo/config.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,19 @@ be = "build --example"
44
ee = "embed --example"
55
oe = "objcopy --example"
66

7+
# Aliases
78
blinky = "be blinky"
89
blinky-probe = "ee blinky"
910
blinky-bin = "oe blinky --release -- -O binary target/thumbv7em-none-eabihf/release/examples/blinky.bin"
11+
1012
usb_echo = "be usb_echo"
1113
usb_echo-probe = "ee usb_echo"
1214
usb_echo-bin = "oe usb_echo --release -- -O binary target/thumbv7em-none-eabihf/release/examples/usb_echo.bin"
1315

16+
usb_led_ctrl = "be usb_led_ctrl"
17+
usb_led_ctrl-probe = "ee usb_led_ctrl"
18+
usb_led_ctrl-bin = "oe usb_led_ctrl --release -- -O binary target/thumbv7em-none-eabihf/release/examples/usb_led_ctrl.bin"
19+
1420
[build]
1521
target = "thumbv7em-none-eabihf" # Cortex-M4F and Cortex-M7F (with FPU)
1622

0 commit comments

Comments
 (0)