Skip to content

Commit 5212cc6

Browse files
authored
Merge pull request #6622 from NXPmicro/Add_KW41Z_Thread
Add nanostack support for KW41Z
2 parents ebf3a19 + 7981fdf commit 5212cc6

37 files changed

+11561
-11
lines changed

TEST_APPS/testcases/nanostack_mac_tester/ED_scan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def __init__(self):
4242
'*': {
4343
"count":3,
4444
"type": "hardware",
45-
"allowed_platforms": ["K64F", "K66F", "NUCLEO_F429ZI", "KW24D", "UBLOX_EVK_ODIN_W2"],
45+
"allowed_platforms": ["K64F", "K66F", "NUCLEO_F429ZI", "KW24D", "UBLOX_EVK_ODIN_W2", "KW41Z"],
4646
"application": {
4747
"name": "TEST_APPS-device-nanostack_mac_tester"
4848
}

TEST_APPS/testcases/nanostack_mac_tester/address_read_and_write.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def __init__(self):
4141
'*': {
4242
"count":1,
4343
"type": "hardware",
44-
"allowed_platforms": ["K64F", "K66F", "NUCLEO_F429ZI", "KW24D", "UBLOX_EVK_ODIN_W2"],
44+
"allowed_platforms": ["K64F", "K66F", "NUCLEO_F429ZI", "KW24D", "UBLOX_EVK_ODIN_W2", "KW41Z"],
4545
"application": {
4646
"name": "TEST_APPS-device-nanostack_mac_tester"
4747
}

TEST_APPS/testcases/nanostack_mac_tester/create_and_join_PAN.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def __init__(self):
4141
'*': {
4242
"count":3,
4343
"type": "hardware",
44-
"allowed_platforms": ["K64F", "K66F", "NUCLEO_F429ZI", "KW24D", "UBLOX_EVK_ODIN_W2"],
44+
"allowed_platforms": ["K64F", "K66F", "NUCLEO_F429ZI", "KW24D", "UBLOX_EVK_ODIN_W2", "KW41Z"],
4545
"application": {
4646
"name": "TEST_APPS-device-nanostack_mac_tester"
4747
}

TEST_APPS/testcases/nanostack_mac_tester/send_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def __init__(self):
4141
'*': {
4242
"count":2,
4343
"type": "hardware",
44-
"allowed_platforms": ["K64F", "K66F", "NUCLEO_F429ZI", "KW24D", "UBLOX_EVK_ODIN_W2"],
44+
"allowed_platforms": ["K64F", "K66F", "NUCLEO_F429ZI", "KW24D", "UBLOX_EVK_ODIN_W2", "KW41Z"],
4545
"application": {
4646
"name": "TEST_APPS-device-nanostack_mac_tester"
4747
}

TEST_APPS/testcases/nanostack_mac_tester/send_data_indirect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def __init__(self):
4141
'*': {
4242
"count":3,
4343
"type": "hardware",
44-
"allowed_platforms": ["K64F", "K66F", "NUCLEO_F429ZI", "KW24D", "UBLOX_EVK_ODIN_W2"],
44+
"allowed_platforms": ["K64F", "K66F", "NUCLEO_F429ZI", "KW24D", "UBLOX_EVK_ODIN_W2", "KW41Z"],
4545
"application": {
4646
"name": "TEST_APPS-device-nanostack_mac_tester"
4747
}

TEST_APPS/testcases/nanostack_mac_tester/send_large_payloads.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def __init__(self):
4141
'*': {
4242
"count":2,
4343
"type": "hardware",
44-
"allowed_platforms": ["K64F", "K66F", "NUCLEO_F429ZI", "KW24D", "UBLOX_EVK_ODIN_W2"],
44+
"allowed_platforms": ["K64F", "K66F", "NUCLEO_F429ZI", "KW24D", "UBLOX_EVK_ODIN_W2", "KW41Z"],
4545
"application": {
4646
"name": "TEST_APPS-device-nanostack_mac_tester"
4747
}

features/nanostack/mbed-mesh-api/mbed_lib.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,9 @@
161161
},
162162
"NCS36510": {
163163
"mbed-mesh-api.heap-size": 14000
164+
},
165+
"KW41Z": {
166+
"mbed-mesh-api.heap-size": 14000
164167
}
165168
}
166169
}

features/nanostack/sal-stack-nanostack/mbed_lib.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
},
1717
"TB_SENSE_12": {
1818
"nanostack.configuration": "lowpan_router"
19+
},
20+
"KW41Z": {
21+
"nanostack.configuration": "lowpan_router"
1922
}
2023
}
2124
}

0 commit comments

Comments
 (0)