Commit Graph

19943 Commits (86153ddc426bb85bf0835d3062b03b1aacb51d7c)

Author SHA1 Message Date
Donatien Garnier a4a8ee1b49 Update NFC EEPROM Driver and add implementation 2018-08-28 09:59:05 +01:00
Donatien Garnier 8c4e4d855c Add scheduler implementation to NFC Controller class 2018-08-28 09:59:05 +01:00
Donatien Garnier 9056f29025 Add PN512 Driver implementation 2018-08-28 09:59:04 +01:00
Donatien Garnier 5fa27744b0 Implement PN512 SPI transport driver 2018-08-28 09:59:04 +01:00
Donatien Garnier d4c29207cc Type 4 Target and dependencies implementation 2018-08-28 09:59:03 +01:00
Donatien Garnier fdd8d0b9b6 Implement NFCNDEFCapable 2018-08-28 09:59:03 +01:00
Donatien Garnier db2cdf0b02 Use SharedPtr class for detected endpoints 2018-08-28 09:59:02 +01:00
Donatien Garnier d5201f00e4 Add basis for NFC Controller implementation 2018-08-28 09:59:02 +01:00
Donatien Garnier cd7f518596 Add NFC Stack 2018-08-28 09:59:02 +01:00
Donatien Garnier 5691a663b4 Update doc/API for Type4RemoteInitiator 2018-08-28 09:59:01 +01:00
Donatien Garnier b2cbdb5aa1 Add doc/update API for NFCTarget 2018-08-28 09:59:01 +01:00
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
Mahesh Mahadevan 2bc140e978 MIMXRT1050_EVK: Update SPI HAL driver
Use a different SDK API to write to the SPI Bus

Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
2018-08-27 14:20:49 -05: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
Thomas Kemmer a16c374725 Clean up include paths. 2018-08-27 20:47:19 +02: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