You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TEST_APPS/testcases/nfc/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# NFC tests.
2
2
3
-
A CI test suite for NFC component. These tests validate card mbed emulation cases. The key use case is an NFC smart poster supporting comissioning workflow.
3
+
A CI test suite for NFC component. These tests validate card mbed emulation cases. The key use case is an NFC smart poster supporting commissioning workflow.
4
4
The SUT (system under test) is the NFC target. Tests exercise the framework and NDEF transactions when a NFC controller driver is used, or when the stack is configured for an NFC EEPROM chip in the system integration.
5
5
6
6
This project is called CreamScone, which is an ice tea framework based cli-driven python test.
@@ -42,7 +42,7 @@ Not in scope. Test procedures using a mobile phone app for Android and for IOS w
42
42
43
43

44
44
45
-
Because the comissioning workflow application quality is the end goal, the NFC suite includes learnings to design the CI setup needed for future system testing that bring a mobile phone into the test-rig. The use of a mobile and bluetooth pairing as well as the continous integration system is not included.
45
+
Because the commissioning workflow application quality is the end goal, the NFC suite includes learnings to design the CI setup needed for future system testing that bring a mobile phone into the test-rig. The use of a mobile and bluetooth pairing as well as the continuous integration system is not included.
1. You will want to replace this and reference the desired controller driver. Likewise, this code is where pinout changes have to be made if using the supplied Controller driver.
291
-
2. Search for occurences of guard macros `#ifdef TARGET_PN512` , and `#endif`. Add a new guard macro and code for your specific controller driver at the same point.
291
+
2. Search for occurrences of guard macros `#ifdef TARGET_PN512` , and `#endif`. Add a new guard macro and code for your specific controller driver at the same point.
292
292
293
293
294
294
Note: If the target uses an EEPROM, it need not be powered/running, to be read, mbedOS is not running at that point.
@@ -333,4 +333,4 @@ You can issue the command "getlastnfcerror help" to see a list of error codes th
333
333
334
334
1. Test test_nfce2e_discovery_loop fails on NFC controller. The NFC controller driver discovery loop cannot be stopped manually. No major functionality is lost, it only prevents a complete disable of NFC at runtime. A bug ticket #IOTPAN-313 was logged to fix the stop function. The Controller still restarts discovery loop normally under app control after a peer disconnects.
335
335
336
-
1. The smartposter NDEF record wrapper class `smartposter.h` is also provided as part of the NFC examples. The examples are not needed to compile the test app, but this example class may be usefull to customers. This file may thus move into the NFC component in future.
336
+
1. The smartposter NDEF record wrapper class `smartposter.h` is also provided as part of the NFC examples. The examples are not needed to compile the test app, but this example class may be useful to customers. This file may thus move into the NFC component in future.
Copy file name to clipboardExpand all lines: TEST_APPS/testcases/nfc/mobileapi.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ A comparison of the SDKs exposed to manage NFC tags on Android IOs and Python mo
15
15
<!-- /TOC -->
16
16
17
17
# Overview
18
-
A comparison which analyses NFC use cases on mobile, as background to the test case design/implementation in the comissioning workflow :NFC-Bluetooth-pairing application.
18
+
A comparison which analyses NFC use cases on mobile, as background to the test case design/implementation in the commissioning workflow :NFC-Bluetooth-pairing application.
19
19
- Analyse the [Apple API](https://developer.apple.com/documentation/corenfc)
20
20
- Analyse the [Android API](https://developer.android.com/guide/topics/connectivity/nfc/advanced-nfc#java)
21
21
- Python test [pynfc modules](https://nfcpy.readthedocs.io/en/latest/modules/index.html)
Copy file name to clipboardExpand all lines: connectivity/docs/Multihoming - Design document.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -301,7 +301,7 @@ From our point of view important function pointers are:
301
301
302
302
From LWIP documentation we can read.
303
303
304
-
**"output"** is called by the IP module when it wants to send a packet on the interface. It firts resolves the hardware address, then sends the packet. For ethernet physical layer, this is usually **etharp_output()**.
304
+
**"output"** is called by the IP module when it wants to send a packet on the interface. It first resolves the hardware address, then sends the packet. For ethernet physical layer, this is usually **etharp_output()**.
305
305
306
306
307
307
**"linkoutput"** is called by **ethernet_output()** when it wants to send a packet on the interface. This function outputs the pbuf as-is on the link medium.
@@ -579,7 +579,7 @@ Descriptor for **netconn** is shown below.
579
579
580
580
LWIP selects the proper netif on IP layer using **ip\_route**.
581
581
582
-
Currently it uses only ip adress as input parameter so choice is based on ip adress only. To extend choice ctiteria also to interface index **ip\_route** must be modified and must take desired **interface\_name** as second argument.
582
+
Currently it uses only ip address as input parameter so choice is based on ip address only. To extend choice ctiteria also to interface index **ip\_route** must be modified and must take desired **interface\_name** as second argument.
583
583
Therefore new member with information about **netif interface\_name** bound to current socket should be placed in the common part of all PCB types.
584
584
585
585
@@ -598,7 +598,7 @@ New member **char* interface\_name** should be add for binding socket to netif
598
598
599
599
## DNS changes
600
600
601
-
Currently in Nsapi_dns module there is only one array for 5 DNS server adresses.
601
+
Currently in Nsapi_dns module there is only one array for 5 DNS server addresses.
Copy file name to clipboardExpand all lines: connectivity/drivers/mbedtls/FEATURE_CRYPTOCELL310/Readme.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ To port your CC 310 driver to Mbed OS on your specific target:
28
28
29
29
## Enabling optional alternative drivers
30
30
31
-
Three additional modules that are not enabled by default have alternative implementation support. This allows backward compatability because these modules don't have full functionality and returns `MBEDTLS_ERR_PLATFORM_FEATURE_UNSUPPORTED` for some features. The modules are:
31
+
Three additional modules that are not enabled by default have alternative implementation support. This allows backward compatibility because these modules don't have full functionality and returns `MBEDTLS_ERR_PLATFORM_FEATURE_UNSUPPORTED` for some features. The modules are:
32
32
33
33
*`AES`, which only supports 128 bit key size, as opposed to previous support for all key sizes.
34
34
*`CMAC`, which only supports AES 128 bit key size, as opposed to previous support for DES and all key sizes.
Copy file name to clipboardExpand all lines: platform/FEATURE_EXPERIMENTAL_API/FEATURE_PSA/TARGET_MBED_PSA_SRV/TESTS/compliance_its/psa_its_testlist.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
Following are the requirements of the Storage Test Suite. <br />
6
6
7
7
1. Unless described in this document, any behaviour that is defined as IMPLEMENTATION_DEFINED in PSA Storage API document is not verified in this document. <br />
8
-
2. Storage Test Cases use UID value starting from 1 onwards. These UID needs to be free for successfull test execution.<br />
8
+
2. Storage Test Cases use UID value starting from 1 onwards. These UID needs to be free for successful test execution.<br />
9
9
3. UID values 1 and 2 are reserved as WRITE_ONCE UID.These UID can't be free from testcase. Make sure these are free.<br />
0 commit comments