Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit a0f62b1

Browse files
committed
[EFR32] Move the mbedTLS hardware acceleration code to EFR32 family
1 parent 01446f3 commit a0f62b1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+2
-2
lines changed

targets/targets.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2141,7 +2141,7 @@
21412141
},
21422142
"EFR32MG1P132f256GM48": {
21432143
"inherits": ["EFM32"],
2144-
"extra_labels_add": ["EFR32MG1", "256K", "SL_RAIL"],
2144+
"extra_labels_add": ["EFR32", "EFR32MG1", "256K", "SL_RAIL"],
21452145
"core": "Cortex-M4F",
21462146
"macros": ["EFR32MG1P132f256GM48", "TRANSACTION_QUEUE_SIZE_SPI=4"],
21472147
"supported_toolchains": ["GCC_ARM", "ARM", "uARM", "IAR"],
@@ -2151,7 +2151,7 @@
21512151
},
21522152
"EFR32MG1P233F256GM48": {
21532153
"inherits": ["EFM32"],
2154-
"extra_labels_add": ["EFR32MG1", "256K", "SL_RAIL"],
2154+
"extra_labels_add": ["EFR32", "EFR32MG1", "256K", "SL_RAIL"],
21552155
"core": "Cortex-M4F",
21562156
"macros": ["EFR32MG1P233F256GM48", "TRANSACTION_QUEUE_SIZE_SPI=4"],
21572157
"supported_toolchains": ["GCC_ARM", "ARM", "uARM", "IAR"],

0 commit comments

Comments
 (0)