OP-TEE / optee_docs

This git contains the official documentation for the OP-TEE project
BSD 2-Clause "Simplified" License
58 stars 96 forks source link

architecture: libraries: mention libutils #221

Closed etienne-lms closed 11 months ago

etienne-lms commented 11 months ago

Adds a section about libutils. There are often questions on stdlib support in OP-TEE. This section can serve as a reference.

etienne-lms commented 11 months ago

I have rephrased the content and fixed many spelling error.

etienne-lms commented 11 months ago

Well, I should rephrase again, I forgot to write that "libutils is the libc of OP-TEE". I'll update...

etienne-lms commented 11 months ago

I've updated the section about libutils.

I've also updated the section about libutee that said it could not be built as a shared library. This lead me to add a section about static/shared libraries.

While at it, I also propose to add few words about the other libraries hosted in _opteeos/lib/: libmbedtls, libunw and libdl.

etienne-lms commented 11 months ago

comments addressed

etienne-lms commented 11 months ago

2 last comments addressed.

jenswi-linaro commented 11 months ago

Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>

etienne-lms commented 11 months ago

Tag applied. Thanks to all for all the contributions to these changes.