pull/9223/head
Oren Cohen 2019-01-14 19:07:19 +02:00
parent 249a06675b
commit 3abe696121
2 changed files with 1 additions and 4 deletions

View File

@ -20,4 +20,4 @@ These images were compiled by the following command:
mbed test --compile -m FUTURE_SEQUANA_M0_PSA -t GCC_ARM --profile debug -n *psa-*
```
To update the prebuilt binnaries run the previous commands and then run ```python export_binnaries.py```
To update the prebuilt binaries run the previous commands and then run ```python export_binaries.py```

View File

@ -32,6 +32,3 @@ for f in fnmatch.filter(os.listdir(DELIVERY_DIR), '*.hex'):
target_dir = os.path.join(SCRIPT_DIR, f)
shutil.copyfile(os.path.join(DELIVERY_DIR, f), target_dir)