Commit Graph

18645 Commits (e7c166ebc25c2a29caed55f6262bf4f8c6234c07)

Author SHA1 Message Date
Donatien Garnier 2246535a9f Update API/doc for NFCNDEFCapable 2018-08-28 09:59:00 +01:00
Donatien Garnier 3cd3efe9d8 Fix NFCEEPROM's destructor 2018-08-28 09:59:00 +01:00
Donatien Garnier 2db8f8607d Add doc for NFCRemoteInitiator 2018-08-28 09:58:59 +01:00
Donatien Garnier b14e18d170 Add documemtation for ISO7816App 2018-08-28 09:58:59 +01:00
Donatien Garnier f6a0cb3ae2 Add doc and amend API of NFCNDEFCapable 2018-08-28 09:58:58 +01:00
Donatien Garnier 97f72cae2f Add doc for NFCRemoteEndpoint 2018-08-28 09:58:58 +01:00
Donatien Garnier 717b2f599f Add doc for NFCEEPROMDriver and amend API slightly 2018-08-28 09:58:57 +01:00
Donatien Garnier b0f1f4304c Add doc for NFCTarget 2018-08-28 09:58:57 +01:00
Donatien Garnier 39879b7d9d Amend NFCControllerDriver API and add documentation 2018-08-28 09:58:56 +01:00
Donatien Garnier 37263c359a Add doc to NFCController 2018-08-28 09:58:56 +01:00
Donatien Garnier 2fb635a28d Add get_supported_rf_protocols() method to driver 2018-08-28 09:58:55 +01:00
Donatien Garnier 2ff14df60b Finish renaming NFCRemoteEndpoint.h 2018-08-28 09:58:55 +01:00
Donatien Garnier 5ae65aaf35 Simplify NFCNDEFCapable.h 2018-08-28 09:58:54 +01:00
Donatien Garnier 0e9e2fdbed Add has_started_session() in NFC EEPROM driver delegate 2018-08-28 09:58:54 +01:00
Donatien Garnier 1d61ab686e Missing end of comment 2018-08-28 09:58:54 +01:00
Donatien Garnier 3321a5998d NFCTarget should not inherit from NFCEndpoint 2018-08-28 09:58:53 +01:00
Donatien Garnier da4842de45 Remove redundant boolean parameters in NDEF Capable 2018-08-28 09:58:53 +01:00
Donatien Garnier 18b2bb37ce Move nfc_tag_type_t to NFCDefinitions.h 2018-08-28 09:58:52 +01:00
Donatien Garnier 04304e0ec0 Added nfc_tag_type() and fixed some const qualifiers 2018-08-28 09:58:52 +01:00
Donatien Garnier 8d03c557e2 Adding initial API 2018-08-28 09:58:51 +01:00
Martin Kojtal 9e012c3de6
Merge pull request #7860 from AriParkkila/cell-reg-mode
Cellular: Allow cellular modules to override network registration mode
2018-08-28 10:42:48 +02:00
Seppo Takalo 7e23c229a3 Add 6LoWPAN and Thread test configuration 2018-08-28 11:29:59 +03:00
Antti Yli-Tokola 7ae00ee24a Update mbed-coap to version 4.6.2
Do not clear block2 in subsequent block request.

When sending a request with block2 option, eg. indicating need
for response to be blockwised, copy the block2 option from the
sent_blockwise list item so that the block2 option will be added
to all requests. This fixes an issue where previously the block2
was only sent for the first blockwise request and not for the
subsequent ones, including the last request. This made the response
not follow the request block2 option.
2018-08-28 11:09:45 +03:00
Seppo Takalo 9836b9bd6a Provide default mesh driver on NCS36510 2018-08-28 11:02:58 +03:00
Seppo Takalo c5064a8e33 Fix *MeshInterface::get_default_instance()
This was returning object, instead of pointer.
Also it was trying to call lowpan(reference), instad of lowpan(ptr).
2018-08-28 11:02:58 +03:00
Lari-Matias Orjala 4cf98dda6d Unittests: update documentation for Windows 2018-08-28 09:23:25 +03:00
Juho Eskeli d5b374b327 Correct comment about stack size in IAR linker file 2018-08-28 08:44:08 +03:00
Juho Eskeli 5cc06238ea Enable bootloader for NUCLEO_F207ZG 2018-08-28 08:44:08 +03:00
Juho Eskeli 22137b45dd Update NUCLEO_F207ZG linker files 2018-08-28 08:44:08 +03:00
Teppo Järvelin 5e6988899c Cellular: review fix removed magic numbers from unit tests. 2018-08-28 07:36:49 +03:00
Cruz Monrreal 91354184dc
Merge pull request #7825 from SiliconLabs/siliconlabs-qspi
Silicon Labs QSPI HAL implementation
2018-08-27 13:51:38 -05:00
Jimmy Brisson e695a34f23 Add mbedignore behavior to test finding 2018-08-27 11:20:08 -05:00
Jimmy Brisson ff05e3ebd5 Refactor mbedignore behaivor into an object 2018-08-27 11:16:07 -05:00
Jimmy Brisson 4ef12ccdbc Culumative attirbutes always exist 2018-08-27 11:12:02 -05:00
Jimmy Brisson 88a5b263f0 Add tests from labeled directories 2018-08-27 11:12:02 -05:00
Jimmy Brisson 419761913a Add `COMPONENT_` defines 2018-08-27 11:12:02 -05:00
Jimmy Brisson a87d907268 Use labels keys instead of magic list 2018-08-27 11:12:01 -05:00
Jimmy Brisson 79ee1b8e02 Add "components" 2018-08-27 11:12:01 -05:00
Cruz Monrreal 1b051c7687
Merge pull request #7402 from kegilbert/mem-tracing-config-patch
Replace mbed_mem_tracing_enabled macro with config option
2018-08-27 10:34:24 -05:00
Cruz Monrreal 7ac4bf4a4e
Merge pull request #7870 from AriParkkila/cell-cgdata
Cellular: Support for GPRS dial-up
2018-08-27 10:29:44 -05:00
Cruz Monrreal 686b77949f
Merge pull request #7857 from AriParkkila/cell-stack-mt
Cellular: Make AT_CellularStack socket array multi-thread safe
2018-08-27 10:29:29 -05:00
Cruz Monrreal e2409bfdfe
Merge pull request #7848 from aashishc1988/CanMessengerBug
Message ID in CAN constructor needs to be unsigned
2018-08-27 10:29:15 -05:00
Cruz Monrreal c12c69fef0
Merge pull request #7828 from pan-/span
Platform: Add C++ Span class.
2018-08-27 10:28:59 -05:00
Cruz Monrreal 543d6c2ecf
Merge pull request #7569 from theotherjimmy/uvision-armc6
Tools: Add Uvision6 exporter
2018-08-27 10:28:38 -05:00
Cruz Monrreal bf2da4859c
Merge pull request #7761 from aashishc1988/master
ifndef some macros to allow overriding during compilation
2018-08-27 10:27:49 -05:00
Amanda Butler a779e6f3c2
Copy edit FSB_Usage.txt
Copy edit for active voice, consistent tense and precise language.
2018-08-27 10:06:21 -05:00
Mika Leppänen 1250ceb82c Corrected thread tasklet during interface disconnect/connect
Added check for valid interface ID to network scan timer start so that it
is not triggered after disconnect. Added variable for mac api so that it
is not tried to set again after re-connecting.
2018-08-27 15:08:48 +03:00
Mika Leppänen 68f5739e09 Corrected 6lowpan tasklet during interface disconnect/connect
Removed main tasklet ID and used instead tasklet id. Added check
for valid interface ID to network scan timer start so that it
is not triggered after disconnect. Added small delay to re-connect
so that stack has time to send its status events to application
after disconnect.
2018-08-27 15:08:48 +03:00
Jarno Lamsa 0c758b9ee1 Add tests for synchronous dns 2018-08-27 15:05:41 +03:00
Lari-Matias Orjala 4dde13db6d Add unit testing framework 2018-08-27 14:32:35 +03:00