aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyecsca/codegen/hal/Makefile.hal
diff options
context:
space:
mode:
authorJ08nY2023-05-16 12:36:37 +0200
committerJ08nY2023-05-16 12:36:37 +0200
commit453d989ecf529da0ce9648aca3928b5d544ebf04 (patch)
treeac816efd5ee1a491c1df274a195d8f3874bad0c3 /pyecsca/codegen/hal/Makefile.hal
parent0eb176e35702a87470f642bc4cc1158c61c66961 (diff)
downloadpyecsca-codegen-453d989ecf529da0ce9648aca3928b5d544ebf04.tar.gz
pyecsca-codegen-453d989ecf529da0ce9648aca3928b5d544ebf04.tar.zst
pyecsca-codegen-453d989ecf529da0ce9648aca3928b5d544ebf04.zip
Update ChipWhisperer HAl from upstream.
Diffstat (limited to 'pyecsca/codegen/hal/Makefile.hal')
-rw-r--r--pyecsca/codegen/hal/Makefile.hal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyecsca/codegen/hal/Makefile.hal b/pyecsca/codegen/hal/Makefile.hal
index cb0e848..7218db5 100644
--- a/pyecsca/codegen/hal/Makefile.hal
+++ b/pyecsca/codegen/hal/Makefile.hal
@@ -41,7 +41,7 @@ ifeq ($(PLATFORM),CW308_XMEGA)
PLTNAME = CW308T: XMEGA Target
else ifeq ($(PLATFORM),CWNANO)
HAL = stm32f0_nano
- PLTNAME = CWNANO Built-in Target (STM32F030)
+ PLTNAME = CWNANO Built-in Target STM32F030
else ifeq ($(PLATFORM),CW308_STM32F0)
HAL = stm32f0
PLTNAME = CW308T: STM32F0 Target