Add Changelog and update documentation

Signed-off-by: Archana <archana.madhavan@silabs.com>
This commit is contained in:
Archana 2021-12-19 10:02:23 +05:30
parent c08248d650
commit 21b20c72d3
No known key found for this signature in database
GPG key ID: 0F162FC9DB6BE502
2 changed files with 7 additions and 1 deletions

View file

@ -0,0 +1,6 @@
Features
* Add support for driver wrapper codegen 1.0. This autogenerates
the file library/psa_crypto_driver_wrappers.c. Rev 1.0 does not
support any additional templating. For further info on how to
patch into the psa_crypto_driver_wrappers.c refer
docs/proposed/psa-driver-wrappers-codegen-migration-guide.md

View file

@ -29,4 +29,4 @@ While that is the larger goal, for version 1.0 here's what's changed
(1) psa_crypto_driver_wrappers.c will from this point on be auto generated.
(2) The auto generation is based on the template file at scripts/data_files/driver_templates/psa_crypto_driver_wrappers.c.jinja.
(3) So while all driver wrapper templating support is yet to come in, the library user will need to patch into the template file as needed.
(3) So while all driver wrapper templating support is yet to come in, the library user will need to patch into the template file as needed, this could be read as replacing the template file with the current psa_crypto_driver_wrappers.c file maintained by the library user.