Skip to content

Commit de9ca13

Browse files
authored
Merge pull request #13 from AndrzejKurek/script-docs-cleanup
Script and docs cleanup
2 parents 4322b6e + 7b9dbfb commit de9ca13

File tree

2 files changed

+4
-34
lines changed

2 files changed

+4
-34
lines changed

atecc608a/update-crypto.sh

Lines changed: 0 additions & 21 deletions
This file was deleted.

setup.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,33 +26,24 @@ Follow the `readme.txt` for detailed installation instructions.
2626

2727
```sh
2828
git clone git@github.com:ARMmbed/mbed-os-example-atecc608a.git
29-
cd mbed-os-example-atecc608a/
29+
cd mbed-os-example-atecc608a/atecc608a
3030
source ~/venvs/mbed/bin/activate
31-
mbed new .
3231
mbed deploy
3332
mbed compile -t GCC_ARM -m K64F --flash --sterm
3433
```
3534

3635
### PSA Crypto driver development
3736

38-
Add any driver files (none created so far) to the mbed-os-atecc608a folder. It
39-
is backed by the
37+
Driver files are located in the atecc608a/mbed-os-atecc608a folder.
38+
It is backed by the
4039
[mbed-os-atecc608a](https://github.com/ARMmbed/mbed-os-atecc608a/tree/mbed-cryptoauthlib)
41-
repo, which any application wanting to use Mbed OS and the ATECC608A will
40+
repository, which any application wanting to use Mbed OS and the ATECC608A will
4241
depend on (same as how this example depends on it).
4342

4443
Any Mbed Crypto changes needed to support your driver work should be done in
4544
`mbed-os/features/mbedtls/mbed-crypto/importer/TARGET_IGNORE/mbed-crypto`, and copied
4645
into Mbed OS's idiosyncratic file layout before use using the importer.
4746

48-
For the first-time setup only, if you need to make any Mbed Crypto changes,
49-
perform the following operations:
50-
51-
```sh
52-
cd mbed-os/features/mbedtls/mbed-crypto/importer
53-
make update
54-
```
55-
5647
For every change you make in Mbed Crypto (which you'd make inside
5748
`mbed-os/features/mbedtls/mbed-crypto/importer/TARGET_IGNORE/mbed-crypto`),
5849
update Mbed OS with those changes by performing the following operations.

0 commit comments

Comments
 (0)