Merge pull request #13414 from LDong-Arm/refactor_nfc

Refactor NFC directory structure
pull/13432/head
Martin Kojtal 2020-08-13 13:40:33 +01:00 committed by GitHub
commit 6dd3e057a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
100 changed files with 16 additions and 13 deletions

View File

@ -22,10 +22,10 @@
#include "nfc/NFCControllerDriver.h"
#include "PN512TransportDriver.h"
#include "nfc/acore/acore/ac_buffer.h"
#include "nfc/acore/acore/ac_buffer_reader.h"
#include "nfc/acore/acore/ac_buffer_builder.h"
#include "nfc/stack/transceiver/pn512/pn512.h"
#include "acore/acore/ac_buffer.h"
#include "acore/acore/ac_buffer_reader.h"
#include "acore/acore/ac_buffer_builder.h"
#include "transceiver/pn512.h"
namespace mbed {
namespace nfc {

View File

@ -0,0 +1,3 @@
{
"name": "PN512-nfc"
}

View File

@ -16,7 +16,7 @@
#include "PN512Driver.h"
#include "nfc/stack/platform/nfc_debug.h"
#include "stack/platform/nfc_debug.h"
using namespace mbed;
using namespace mbed::nfc;

View File

@ -23,10 +23,10 @@
#include "NFCDefinitions.h"
#include "nfc/stack/ndef/ndef.h"
#include "nfc/acore/acore/ac_buffer.h"
#include "nfc/acore/acore/ac_buffer_reader.h"
#include "nfc/acore/acore/ac_buffer_builder.h"
#include "stack/ndef/ndef.h"
#include "acore/acore/ac_buffer.h"
#include "acore/acore/ac_buffer_reader.h"
#include "acore/acore/ac_buffer_builder.h"
namespace mbed {
namespace nfc {

View File

@ -23,10 +23,10 @@
#include "NFCNDEFCapable.h"
#include "NFCRemoteInitiator.h"
#include "nfc/acore/acore/ac_buffer.h"
#include "nfc/acore/acore/ac_buffer_reader.h"
#include "nfc/acore/acore/ac_buffer_builder.h"
#include "nfc/stack/tech/type4/type4_target.h"
#include "acore/acore/ac_buffer.h"
#include "acore/acore/ac_buffer_reader.h"
#include "acore/acore/ac_buffer_builder.h"
#include "stack/tech/type4/type4_target.h"
#include "platform/Span.h"