Skip to content

Commit f07ff36

Browse files
Ron EldorRon Eldor
authored andcommitted
Rephrase explanation on cc_platform_setup()
Rephrase the explanation on `cc_platform_setup()`, since previous explanation wasn't coherent.
1 parent 55e7690 commit f07ff36

File tree

1 file changed

+1
-1
lines changed
  • features/mbedtls/targets/TARGET_CRYPTOCELL310

1 file changed

+1
-1
lines changed

features/mbedtls/targets/TARGET_CRYPTOCELL310/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ To port your CC 310 driver to Mbed OS on your specific target, do the following:
1717
1. In `objects.h`, include `objects_cryptocell.h`. You can use the `DEBICE_CRYPTOCELL` pre-compilation check as defined above.
1818
1. In `features/mbedtls/targets/TARGET_CRYPTOCELL310/TARGET_<target name>`, add your platform-specific libraries for all toolchains in `TOOLCHAIN_ARM`, `TOOLCHAIN_GCC_ARM` and `TOOLCHAIN_IAR` respectively.
1919
1. Add your CC setup code:
20-
* Implement `cc_platform_setup()` and `cc_platform_terminate()` to enable CC on your platform, in case you have such limitations. You can implement these functions as empty functions.
20+
* Implement `cc_platform_setup()` and `cc_platform_terminate()` to enable CC on your platform, in case you have board specific setup functionality, required for CC setup. You can implement these functions as empty functions.
2121
* Define `cc_platform_ctx` in `cc_platform.h` in a way that suits your implementation.
2222

0 commit comments

Comments
 (0)