Skip to content

Commit ab82f1f

Browse files
authored
Merge pull request #10627 from devran01/remove_future_sequana_target
Remove targets FUTURE_SEQUANA_M0_PSA and FUTURE_SEQUANA_PSA
2 parents c4cc9c4 + 29dfab9 commit ab82f1f

File tree

22 files changed

+5
-93687
lines changed

22 files changed

+5
-93687
lines changed

TESTS/mbed_hal/spm/main.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@
2323
#error [NOT_SUPPORTED] this test is supported on GCC only
2424
#endif
2525

26-
#if defined(TARGET_FUTURE_SEQUANA_PSA)
27-
#error [NOT_SUPPORTED] Disable this Test until FUTURE_SEQUANA_PSA enables Memory protection
28-
#endif
29-
3026
#if defined(__CORTEX_M33)
3127
#error [NOT_SUPPORTED] Cannot run on M33 core as SecureFault is implemented in secure-side and cant be remapped
3228
#endif

TESTS/mbedmicro-rtos-mbed/mail/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ using namespace utest::v1;
3333
#define THREAD_STACK_SIZE 512
3434
#elif defined(__ARM_FM)
3535
#define THREAD_STACK_SIZE 512
36-
#elif defined(TARGET_FUTURE_SEQUANA_PSA) || defined(TARGET_CY8CKIT_062_WIFI_BT_PSA)
36+
#elif defined(TARGET_CY8CKIT_062_WIFI_BT_PSA)
3737
#define THREAD_STACK_SIZE 512
3838
#else
3939
#define THREAD_STACK_SIZE 320 /* larger stack cause out of heap memory on some 16kB RAM boards in multi thread test*/

TESTS/mbedmicro-rtos-mbed/malloc/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ volatile bool thread_should_continue = true;
4141
#define THREAD_STACK_SIZE 512
4242
#elif defined(__ARM_FM)
4343
#define THREAD_STACK_SIZE 512
44-
#elif defined(TARGET_FUTURE_SEQUANA_PSA) || defined(TARGET_CY8CKIT_062_WIFI_BT_PSA)
44+
#elif defined(TARGET_CY8CKIT_062_WIFI_BT_PSA)
4545
#define THREAD_STACK_SIZE 512
4646
#else
4747
#define THREAD_STACK_SIZE 256

TESTS/mbedmicro-rtos-mbed/threads/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
#define PARALLEL_THREAD_STACK_SIZE 512
3737
#elif defined(__ARM_FM)
3838
#define PARALLEL_THREAD_STACK_SIZE 512
39-
#elif defined(TARGET_FUTURE_SEQUANA_PSA) || defined(TARGET_CY8CKIT_062_WIFI_BT_PSA)
39+
#elif defined(TARGET_CY8CKIT_062_WIFI_BT_PSA)
4040
#define PARALLEL_THREAD_STACK_SIZE 512
4141
#else
4242
#define PARALLEL_THREAD_STACK_SIZE 384

features/storage/kvstore/conf/global/mbed_lib.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@
1111
}
1212
},
1313
"target_overrides": {
14-
"FUTURE_SEQUANA_M0_PSA": {
15-
"storage_type": "TDB_INTERNAL"
16-
},
17-
"FUTURE_SEQUANA_PSA": {
18-
"storage_type": "TDB_INTERNAL"
19-
},
2014
"CY8CKIT_062_WIFI_BT_M0_PSA": {
2115
"storage_type": "TDB_INTERNAL"
2216
},

features/storage/kvstore/conf/tdb_internal/mbed_lib.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,6 @@
1111
}
1212
},
1313
"target_overrides": {
14-
"FUTURE_SEQUANA_M0_PSA": {
15-
"internal_size": "0x8000",
16-
"internal_base_address": "0x10078000"
17-
},
18-
"FUTURE_SEQUANA_PSA": {
19-
"internal_size": "0x8000",
20-
"internal_base_address": "0x100F8000"
21-
},
2214
"CY8CKIT_062_WIFI_BT_M0_PSA": {
2315
"internal_size": "0x8000",
2416
"internal_base_address": "0x10038000"

features/storage/nvstore/mbed_lib.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,6 @@
4444
"area_2_address": "0x1007C000",
4545
"area_2_size": 16384
4646
},
47-
"FUTURE_SEQUANA_PSA": {
48-
"enabled" : false
49-
},
50-
"FUTURE_SEQUANA_M0_PSA": {
51-
"enabled" : false
52-
},
5347
"CY8CKIT_062_WIFI_BT": {
5448
"area_1_address": "0x100F8000",
5549
"area_1_size": 16384,

0 commit comments

Comments
 (0)