mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
ADD: created some build scripts for the CoverityScans
This commit is contained in:
parent
495d7f1326
commit
edff4a417d
2 changed files with 35 additions and 0 deletions
10
covconfig.sh
Executable file
10
covconfig.sh
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
## 20160116, iceman
|
||||
|
||||
## Configure ARM , make sure you have the arm gcc in your $PATH variable.
|
||||
cov-configure -co arm-none-eabi-gcc
|
||||
|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue