diff options
author | edolomb <none@example.com> | 2018-04-11 16:45:20 +0000 |
---|---|---|
committer | edolomb <none@example.com> | 2018-04-11 16:45:20 +0000 |
commit | d09f988ca511ea0f9e086da4bdc1162ee8e254ba (patch) | |
tree | 192ba1e39820be3371c0a196125f5eee59b686f9 /os | |
parent | 8222ae84bb6a15f85a42d46642dbfde24b732393 (diff) | |
download | ChibiOS-d09f988ca511ea0f9e086da4bdc1162ee8e254ba.tar.gz ChibiOS-d09f988ca511ea0f9e086da4bdc1162ee8e254ba.tar.bz2 ChibiOS-d09f988ca511ea0f9e086da4bdc1162ee8e254ba.zip |
Re-added temporary Aes wrapper
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11892 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os')
-rw-r--r-- | os/common/startup/ARMCAx-TZ/devices/SAMA5D2/sama5d2x.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/os/common/startup/ARMCAx-TZ/devices/SAMA5D2/sama5d2x.h b/os/common/startup/ARMCAx-TZ/devices/SAMA5D2/sama5d2x.h index 81bb6a7fe..d7d9c7ef7 100644 --- a/os/common/startup/ARMCAx-TZ/devices/SAMA5D2/sama5d2x.h +++ b/os/common/startup/ARMCAx-TZ/devices/SAMA5D2/sama5d2x.h @@ -39,7 +39,6 @@ #if !defined (SAMA5D2)
#define SAMA5D2
#endif /* SAMA5D2 */
-
/**
* @addtogroup Device_Included
* @{
@@ -62,6 +61,12 @@ #error "Please select first the target SAMA5D2x device used in your application (in sama5d2x.h file)"
#endif
+/**@} */
+/*
+ * Wrapper for WOLFSSL
+ * TODO: to remove
+ */
+#define Aes wc_Aes
/**
* @brief SAMA5D2 Family
* @{
|