We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 249a066 commit 3abe696Copy full SHA for 3abe696
targets/TARGET_Cypress/TARGET_PSOC6/TARGET_FUTURE_SEQUANA_PSA/prebuilt/README.md
@@ -20,4 +20,4 @@ These images were compiled by the following command:
20
mbed test --compile -m FUTURE_SEQUANA_M0_PSA -t GCC_ARM --profile debug -n *psa-*
21
```
22
23
-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```
targets/TARGET_Cypress/TARGET_PSOC6/TARGET_FUTURE_SEQUANA_PSA/prebuilt/export_binnaries.py renamed to targets/TARGET_Cypress/TARGET_PSOC6/TARGET_FUTURE_SEQUANA_PSA/prebuilt/export_binaries.py
@@ -32,6 +32,3 @@
32
target_dir = os.path.join(SCRIPT_DIR, f)
33
34
shutil.copyfile(os.path.join(DELIVERY_DIR, f), target_dir)
35
-
36
37
0 commit comments