aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyecsca/codegen/common.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyecsca/codegen/common.py')
-rw-r--r--pyecsca/codegen/common.py1
1 files changed, 1 insertions, 0 deletions
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