Skip to content

Commit

Permalink
Add Changelog and update documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Archana <[email protected]>
  • Loading branch information
silabs-ArchanaM committed Dec 19, 2021
1 parent c08248d commit 21b20c7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog.d/Driver_wrapper_codegen_1.0.txt
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 21b20c7

Please sign in to comment.