Add Changelog and update documentation
Signed-off-by: Archana <archana.madhavan@silabs.com>
This commit is contained in:
parent
c08248d650
commit
21b20c72d3
2 changed files with 7 additions and 1 deletions
6
ChangeLog.d/Driver_wrapper_codegen_1.0.txt
Normal file
6
ChangeLog.d/Driver_wrapper_codegen_1.0.txt
Normal 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
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue