From 47fb78ef3c9b58e57475b9f2ca319a5a11557e35 Mon Sep 17 00:00:00 2001 From: J08nY Date: Thu, 12 Jan 2023 12:39:49 +0100 Subject: Add support for CWNANO target. --- pyecsca/codegen/common.py | 1 + 1 file changed, 1 insertion(+) (limited to 'pyecsca/codegen/common.py') diff --git a/pyecsca/codegen/common.py b/pyecsca/codegen/common.py index 917963e..d180780 100644 --- a/pyecsca/codegen/common.py +++ b/pyecsca/codegen/common.py @@ -19,6 +19,7 @@ class Platform(EnumDefine): XMEGA = "CW308_XMEGA" STM32F0 = "CW308_STM32F0" STM32F3 = "CW308_STM32F3" + NANO = "CWNANO" @public -- cgit v1.3.1