Skip to content

Commit 800f71c

Browse files
Ron EldorRon Eldor
authored andcommitted
Add space
Add space which was lost in previous commit
1 parent a1ea814 commit 800f71c

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 `DEVICE_CRYPTOCELL` precompilation 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 board-specific setup functionality, required for CC setup.These functions can be empty.
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. These functions can be empty.
2121
* Define `cc_platform_ctx` in `cc_platform.h` in a way that suits your implementation.
2222

0 commit comments

Comments
 (0)