10 lines
169 B
Bash
Executable File
10 lines
169 B
Bash
Executable File
#!/bin/bash
|
|
|
|
## 20160116, iceman
|
|
|
|
## Configure ARM , make sure you have the arm gcc in your $PATH variable.
|
|
cov-configure -co arm-none-eabi-gcc -- -mthumb-interwork
|
|
|
|
|
|
|