Mirela Chirica
866019f042
Cellular: Fix compile warnings for CellularNetwork
2018-10-19 11:46:55 +01:00
Yossi Levy
b9f8c95a99
Fix warnings in block devices
2018-10-19 11:46:55 +01:00
jeromecoutant
7759077e17
STM32 EMAC : lock deep sleep
2018-10-19 11:46:55 +01:00
Hasnain Virk
70ad11e2f1
Fixing coverity findings
...
A couple of the coverity analysis findings are being treated here. For
the rest there will be a separate PR.
2018-10-19 11:46:55 +01:00
Hasnain Virk
925d51492f
Proper handling of RX1 frequency in rx_config
...
Previously, we weren't filling in RX1 frequecny in rx_window1_config
structure. However, everything worked as in LoRaPHY::rx_config() API
there was a check which filled in correct RX1 frequency.
Now we are filling in RX1 freq. properly while we are computing
parameters for RX1 window.
2018-10-19 11:46:55 +01:00
Hasnain Virk
c42b7909da
TX post-process for CONFIRMED UL in no-reception case
...
The idea behind the method post_process_no_reception() is to post
process any outgoing TX but we shouldn't do that if a CONFIRMED message
is outgoing and there are still some retries left.
2018-10-19 11:46:55 +01:00
Hasnain Virk
d776f5cb6a
Making sure that RX slots open after state change
...
After transmission we should change the state before invoking opening of
slots as we may start receiving in the rx slots and the state would
suddenly change from SENDING to RECEIVING without going through the
ACK_WAIT state (in case of CONFIRMED messages). Tests show that after
this slight adjustment, our number of ack retries have significantly
reduced.
2018-10-19 11:46:55 +01:00
Hasnain Virk
80d07ffe54
Adding QOS handling and fixing bugs for Class C
...
LinkADRReq mac command can be used by the network server to set a
certain level of QOS using NbTrans field which is applicable to
Unconfirmed traffic only for 1.0.2 spec.
This commit introduces mechanisms to facilitate this QOS. It means to
repeat an outgoing unconfirmed message NbTrans times without changing
its frame counter.
For class C, we have retired the ack_expiry_timer_for_class_c and have
replaced it with another timer which mimics the RX2 closure as in Class
A but doesn't actually close RX2 window. It's just a mechanism by which
the state machine is informed that the you can proceed forward, we have
not received anything in RX2 window either. This is needed as RX2
doesn't timeout in class C (i.e., the radio remains in continuous mode).
In addition to that we need to close any pending timers for Receive
windows after the MIC has passed and the Duplicate counter check has
also been passed.
2018-10-19 11:46:55 +01:00
Hasnain Virk
258b2813dd
Adding check for ongoing automatic-uplink
...
Before going after an automatic uplink, we should check if there was an
automatic uplink already ongoing, i.e., the ack for the previous
automatic uplink cycle has not been received.
If there is we shouldn't queue the new automatic uplink and wait for
the previous Ack cycle to complete.
2018-10-19 11:46:55 +01:00
Hasnain Virk
0969c0f367
Style correction
...
LinkADRReq parameters and certain parameters used camel case
which is not the recommended style.
2018-10-19 11:46:55 +01:00
Oren Cohen
42f1b4e07d
Restore disk_get_sector_size() to return WORD
2018-10-19 11:46:55 +01:00
Oren Cohen
a1de6c037d
Fix overflow in disk_get_sector_size()
2018-10-19 11:46:55 +01:00
Michal Paszta
8c72bd5c0b
unittests: Added tests for netsocket classes
...
New classes covered with unit tests: SocketAddress, EthernetInterface, EMACInterface, WiFiAccessPoint.
Also added missing namespace in front of mbed::Callback usages.
EMACInterface is covered by the EthernetInterface unit tests.
2018-10-19 11:46:55 +01:00
TomoYamanaka
0721a76e32
Improve the config adjustment script for ENTROPY_NV_SEED
...
Although "nv_seed" is one of "entropy", it doesn't included to the "!defined" lineup in the following config file.
Therefore, when MBEDTLS_ENTROPY_NV_SEED is defined, it is accidently invoked "mbedtls/config-no-entropy.h".
mbed-os\features\mbedtls\inc\mbedtls\config.h
I think that correct processing should go to line 47, not line 40.
2018-10-19 11:46:55 +01:00
Andrew Leech
19cd207c21
nrf_ble: Expose configuration of max number of characteristics and descriptors
2018-10-19 11:46:55 +01:00
Jarkko Paso
4c63e4adda
platform timer: Call timer start in enable
...
This timer was never started and therefore read_us returned always 0 causing bad timings.
2018-10-19 11:46:55 +01:00
Kimmo Vaisanen
bff5c3be86
Cellular: Fix AT_CellularStack unittest
...
Missing CellularSocket constructor caused uninitialized values to be used.
Also changed comparision macros to ASSERT_EQ as suggested by GoogleTest guide.
2018-10-19 11:46:55 +01:00
Mirela Chirica
8346498a28
Cellular: Fix greentea network set credentials test case
2018-10-19 11:46:55 +01:00
Kimmo Vaisanen
f16cdf45d9
Add missing SIM PIN configuration item
2018-10-19 11:46:55 +01:00
Jaakko Korhonen
758fca4644
Removed cellular PIN code print from debug log.
2018-10-19 11:46:55 +01:00
David Saada
d00224ea33
Fix is_valid_erase function to use get_erase_size with address
2018-10-19 11:46:55 +01:00
Wajahat Abbas
861d649a7e
corrected a typo in AT_CellularPower::opt_power_save_mode
2018-10-19 11:46:55 +01:00
Moran Peker
eb76a2419c
Disable MBEDTLS_SHA256_ALT on STM targets.
2018-10-08 15:29:18 +01:00
paul-szczepanek-arm
d07432174e
assert instead of error
2018-10-08 15:29:18 +01:00
paul-szczepanek-arm
120f0e987b
remove pointless cast
2018-10-08 15:29:18 +01:00
paul-szczepanek-arm
3f2b8882f2
fix namespace errors
2018-10-08 15:29:18 +01:00
paul-szczepanek-arm
92434ac77d
change namespace
2018-10-08 15:29:18 +01:00
paul-szczepanek-arm
98ddcc1955
removed unusused header
2018-10-08 15:29:18 +01:00
paul-szczepanek-arm
637fba671a
moved SimpleEventQueue
2018-10-08 15:29:18 +01:00
paul-szczepanek-arm
fe09b9195b
check WsfBufAlloc
2018-10-08 15:29:18 +01:00
paul-szczepanek-arm
e47117ab1a
replace malloc with cirdio buffer allocation
2018-10-08 15:29:18 +01:00
Antti Kauppila
04c16412cf
cmake Paths corrected
2018-10-08 15:29:18 +01:00
Antti Kauppila
18a1e66ebc
LoRaMac unittested
2018-10-08 15:29:18 +01:00
Antti Kauppila
8bed43e4f8
LoRaWANStack unit tested
2018-10-08 15:29:18 +01:00
Antti Kauppila
41d0648fdd
LoRaMacCrypto unittested
2018-10-08 15:29:18 +01:00
Antti Kauppila
1f24d725a7
LoRaPHY unittested, small fixed done during tests
2018-10-08 15:29:18 +01:00
Antti Kauppila
07d2ce69ca
LoRa regions unittested, stubs licences revisited
2018-10-08 15:18:50 +01:00
Antti Kauppila
474b652820
More lorawan unit tests added
2018-10-08 15:18:50 +01:00
deepikabhavnani
7577ff5bb5
Added thread safety info to FatFs/LittleFs
2018-10-08 15:18:50 +01:00
paul-szczepanek-arm
9d81960b89
fix using an invalid cccd index
2018-10-08 15:18:50 +01:00
Teppo Järvelin
918820c9ce
Cellular: state machine and easycellular now return error fast if sim pin needed but not provided.
2018-10-08 15:18:50 +01:00
Juho Eskeli
ae65a2a609
Align writes to blockdevice write size in MBRBlockDevice
2018-10-08 15:18:50 +01:00
Aashish chaddha
ec18321551
skip the flashsim test if enough memory cannot be allocated for it.
2018-10-08 15:18:50 +01:00
Mirela Chirica
523edf0561
Cellular: Fix cellular network unit test
2018-10-08 15:18:50 +01:00
Edd Inglis
366ad09e67
Changed the reported SNR from unsigned to signed. Internally and logically it is a signed value.
2018-10-08 15:18:50 +01:00
paul-szczepanek-arm
38b0df0f79
fix whitelist generation (set correct address type)
2018-10-08 15:18:50 +01:00
David Saada
8f806f834e
Handle NVStore tests in a low memory environment
2018-10-08 15:18:50 +01:00
Ari Parkkila
85a6a075eb
Cellular: Disable AT+CGAUTH on HE910 and BC95
2018-10-08 15:18:50 +01:00
Ari Parkkila
fe385baa88
Cellular: Implement APN authentication for BG96
2018-10-08 15:18:50 +01:00
Ari Parkkila
a060089a7a
Cellular: Fix APN authentication before context activation
2018-10-08 15:18:50 +01:00
ccli8
c59d20f12f
Add missing mbedtls_device.h for NUMAKER_IOT_M487
2018-10-08 15:18:50 +01:00
Steven
92cb4fe6b7
Hotfix for PR #7778
...
TB_SENSE_12 would have been left behind by the changes in #7778 . This commit implements the changes in mbed to allow targets to provide a default network interface for Silicon Labs targets.
2018-10-08 15:18:50 +01:00
Kimmo Vaisanen
e7d7b0ded6
Lora: Fix sticky MAC command retransmission
...
This commit fixes the bug where sticky MAC commands were duplicated in
send buffer everytime send() was called.
2018-10-08 15:18:50 +01:00
Kimmo Vaisanen
ffa46b15f3
LoRa: Stop processing MAC commands if command id is unknown
...
The length of a MAC command is not explicitly given and must be
implicitly known by the MAC implementation. Therefore unknown MAC
commands cannot be skipped and the first unknown MAC command
terminates the processing of the MAC command sequence.
This commit fixes the bug where MAC command processing was not
terminated when unknown MAC command was received.
2018-10-08 15:18:50 +01:00
Hasnain Virk
6b11e99b96
LoRaWAN: Refactoring compliance test code
...
While performing compliance tests with an industry tester, we realized
that there was no need for any extra handling code for the compliance
tests. The tests would run fine, if we only have a handling application.
However, in normal operation we wouldn't like the network to send us any
traffic on compliance testing port. To mitigate that, on the reception
path we filter out any traffic on compliance testing port if compliance
testing is not underway. User should define LORAWAN_COMPLIANCE_TEST macro
in mbed_app.json to enable traffic on compliance test port.
2018-10-08 15:18:50 +01:00
Jani Suonpera
3b233c59de
Rename F207ZG bootloader binary
...
Typo fix and fix version hash.
2018-10-08 15:18:50 +01:00
Jani Suonpera
41d23a8b8a
Add bootloader image for Nucleo F207ZG
2018-10-08 15:18:50 +01:00
Kimmo Vaisanen
3236feede7
Lora: Fix ADRAckReq
...
This commit fixes two bugs related to ADRAckReq:
- adr_ack_counter must be incremented for all uplink messages (not just confirmed)
- When ADR_ACK_LIMIT + ADR_ACK_DELAY has been reached, stack decreased used
datarate twice.
2018-10-08 15:18:50 +01:00
Juha Ylinen
39a8d6e1bf
netsocket: Fix compiler warning
...
[Warning] InternetSocket.h@237,10: 'InternetSocket::_factory_allocated' will be initialized after [-Wreorder]
[Warning] InternetSocket.h@236,23: 'volatile unsigned int InternetSocket::_pending' [-Wreorder]
[Warning] InternetSocket.cpp@22,1: when initialized here [-Wreorder]
2018-10-08 15:18:50 +01:00
Antti Kauppila
eff5f392b4
Small improvements for test cases
2018-10-08 15:18:50 +01:00
Antti Kauppila
3945ea6bf5
Old Cellular UNITTESTS removed
2018-10-08 15:18:50 +01:00
paul-szczepanek-arm
cadfb7edea
missing overload
2018-10-08 15:18:50 +01:00
paul-szczepanek-arm
f3627530f4
missing onDataSent calblack for cordio
2018-10-08 15:18:50 +01:00
Hasnain Virk
a3c3f7af3c
LoRaWAN: Memory overrun correction
...
A typo in LoRaPHYCN470 is causing memory overrun.
We were supposed to fill-in default channel mask and iterate over CN470_CHANNEL_MASK_SIZE times.
2018-10-08 15:18:50 +01:00
Ron Eldor
5e55fdfa20
Change mbedtls_platform_context parameter to NULL
...
Change the parameter being sent to `mbedtls_platform_setup()` and
`mbedtls_platfrm_teardown()` to NULL, as it is now being unused
in Mbed OS.
2018-10-08 15:18:50 +01:00
Seppo Takalo
ce1ea568f2
Fix TCPSocket::accept()
...
This one was actually always return NULL, and unsted because we only
have tests with one device.
We will add the testcase for this soon
2018-10-08 15:18:50 +01:00
Taiki
9f613512eb
Switch the IPv4 parser to the one recently introduced in libservice. Return a bool value on wether parsing of the IPv4 address string was successful
2018-10-08 15:18:50 +01:00
Juha Ylinen
5a82c8b47a
Fix TCPServer::accept()
...
Missing lock caused Mutex unlock failure
2018-09-17 21:42:55 -05:00
Simon Butcher
df777805fe
Update Mbed TLS version to 2.13.1
2018-09-11 15:04:48 +01:00
Antti Yli-Tokola
4fb4994563
Update mbed-coap to version 4.6.3
...
- Bug fix: Remove timed out blockwise message from resend queue. If blockwise message was timed out message was still kept in the resend queue which causes unnecessary reconnections on client side.
- Documentation: Document all the available macros.
2018-09-11 15:04:48 +01:00
Kevin Bracey
f1de1c33fd
Make "/default" an alias - add real names too
...
Make the built-in FileSystem::get_default_instance() implementation
instantiate storage as "flash" or "sd", with "default" as an alias.
This will aid interworking between simple and advanced filesystem code
on various platforms. The expectation is that the names "sd" or "flash"
will be always available if the device is available and configured,
regardless of what "default" represents.
2018-09-11 15:04:48 +01:00
Kevin Bracey
8e6e5f07b9
Change default filesystem name to /default
...
"/fs" is a tautology - not a good name for the default filing system, as
whereever we use it, we know we're specifying a filing system. Rename to
"/default".
2018-09-11 15:04:48 +01:00
Deepika
a0ad63b47e
Use the same API name to add mbed CRC: lfs_crc
2018-09-11 15:04:48 +01:00
Deepika
8d31fc144e
Use MbedCRC for LittleFS (0xEDB88320)
...
CRC used in LittleFS is Reversed ANSI, hence new polynomial added.
Reversed polynomials perform shift in reverse direction of standard
polynomial, and we do not have option to notify reverse shift to hardware.
Hence this option is available in software only.
2018-09-11 15:04:48 +01:00
paul-szczepanek-arm
37b34f661b
fix reading from eeprom
...
added missing current op
2018-09-11 15:04:48 +01:00
Amanda Butler
f60ac631d3
Copy edit lorawan_types.h
...
Copy edit for minor grammar nits and consistent tense across docs.
2018-09-11 15:04:48 +01:00
Kimmo Vaisanen
ca2619b0e8
Lora: Improve description of callback methods
...
Users often use "show declaration" (or similar) in their IDE to see descriptions of callback
methods so the function descriptions should be placed close to function declaration itself.
2018-09-11 15:04:48 +01:00
Martin Kojtal
dd91b90149
Merge pull request #7974 from sbutcher-arm/update-mbedtls
...
Update Mbed TLS to version 2.13.0
2018-09-04 08:22:19 +02:00
Martin Kojtal
b20fd506c1
Merge pull request #7910 from AriParkkila/cell-test-attach
...
Cellular: Fix Greentea test for network attach
2018-09-04 08:20:38 +02:00
Anna Bridge
4fb3aec84a
Merge pull request #7895 from kivaisan/remove_duplicate_linkcheckreq
...
Lora: Remove duplicate LinkCheckReq MAC command
2018-09-03 16:43:02 +01:00
Krzysztof Stachowiak
7d7b8d4a07
Disable the OFB cipher mode in Mbed TLS
2018-09-03 16:20:55 +01:00
Krzysztof Stachowiak
f1d76691b6
Update to Mbed TLS 2.13.0
2018-09-03 16:20:46 +01:00
Anna Bridge
c2fdc0d972
Merge pull request #7423 from mprse/mutex_lock_assert
...
Fix issue #6872 - Mutex lock has possibility to fail at runtime (returning status flag)
2018-09-03 14:14:24 +01:00
Martin Kojtal
44925d8527
Merge pull request #7579 from u-blox/ublox_odin_driver_os_5_v3.0.0_rc1
...
Updated ODIN drivers to v3.0.0 RC1
2018-09-03 09:25:32 +02:00
Cruz Monrreal
83e0e65a42
Merge pull request #7726 from SenRamakri/sen_BLE_ErrorUpdate
...
Update BLE error calls to use new error codes and mbed_error
2018-09-02 20:47:40 -05:00
Cruz Monrreal
3be076c196
Merge pull request #7099 from RonEld/platform_context_reference_count
...
Add reference counter for platform context
2018-09-02 20:47:19 -05:00
Cruz Monrreal
e7c166ebc2
Merge pull request #7907 from anttiylitokola/coap_to_4.6.2
...
Update mbed-coap to version 4.6.2
2018-09-02 15:14:04 -05:00
Cruz Monrreal
0edce1d3e6
Merge pull request #7683 from TomoYamanaka/Improve_LWIP
...
Renesas : Improve LWIP speed
2018-09-02 15:09:53 -05:00
Martin Kojtal
e7b3c0d727
Merge pull request #7894 from jarvte/fix_cellular_unittests
...
Cellular: CellularDevice unittests fix initialization
2018-09-02 20:18:25 +02:00
Martin Kojtal
c7d6560571
Merge pull request #7806 from hasnainvirk/fix_for_cn470
...
LoRaWAN: Fixing Hard fault in CN470 PHY layer
2018-09-02 15:56:33 +02:00
Ron Eldor
a2531b5674
Fix build error on IAR
...
IAR fails to build when a variable is initialized with empty curly braces.
Added `{ { 0 } }` to fix that.
2018-09-02 10:48:31 +03:00
Martin Kojtal
1eab0723ba
Merge pull request #7745 from OPpuolitaival/icetea
...
Icetea support
2018-09-02 07:19:22 +02:00
Seppo Takalo
1ef04796ee
On KW24D and NCS36510 default to smaller Nanostack configuration
...
These boards do not fit the full Nanostack, so we need to select
6LoWPAN-ND as a default.
2018-09-01 12:37:46 -05:00
Cruz Monrreal
993c897b55
Merge pull request #7774 from yossi2le/sd-spif-to-mbed-os
...
Add default block device support (SD, SPIF and FLASHIAP)
2018-09-01 11:15:13 -05:00
Cruz Monrreal
f82feecc51
Merge pull request #7822 from donatieng/nfc-impl
...
Add initial NFC support to Mbed OS
2018-08-31 19:01:25 -05:00
Yossi Levy
c1eb141def
Changing general_filesystem test to be more efficient. now format is done once at the beginning and once at the end while every test clean its resource before the next test. Testing time on SD should be drop form 10 minutes plus to less than 1 minute
2018-08-31 18:33:08 +03:00
Ron Eldor
c1b6fdc5af
Rename parameter name
...
Rename `obsolete_ctx` to `unused_ctx` as it is simply unused.
2018-08-31 13:53:29 +03:00
Jarno Lamsa
664d98a2b8
Remove startuml doxygen-command
2018-08-31 11:52:30 +03:00
Jarno Lamsa
e4e6ddc424
Fix doxygen from ns_cmdline.h
2018-08-31 11:52:30 +03:00
Olli-Pekka Puolitaival
fbbbc0d77f
Move mbed-client-cli in right place
2018-08-31 11:52:15 +03:00
Olli-Pekka Puolitaival
e27a26eb9d
Icetea support
2018-08-31 11:51:57 +03:00
Martin Kojtal
2e869df296
Merge pull request #7899 from pan-/bt-phy
...
Bluetooth 5 Phy support
2018-08-31 09:34:48 +02:00
Ammad Rehmat
b934632653
Access Point API
2018-08-31 11:33:30 +05:00
Cruz Monrreal
06a98e7dcf
Merge pull request #7778 from SeppoTakalo/provide_default_mesh
...
Fix MeshInterface::get_default_instance()
2018-08-30 16:11:00 -05:00
Ron Eldor
666ebe392a
Change the terminate limit check
...
Check for counter to be `< 1` instead of `<= 0` before terminating.
2018-08-30 13:51:58 +03:00
Vincent Coubard
7a503ca1a2
BLE: Fix doxygen.
2018-08-30 09:25:50 +01:00
Ron Eldor
1f5cee967d
Address concurrency and style issues
...
1. Use atomic operations to increase and decrease counter.
2. Style fixes.
Remove unused function declaration.
2018-08-30 11:18:23 +03:00
paul-szczepanek-arm
f3c3abd24c
removed unnecessary headers
2018-08-30 08:37:57 +01:00
paul-szczepanek-arm
db3d124516
moved the utility function into the pal since it's only useful below pal
2018-08-29 20:25:56 +01:00
paul-szczepanek-arm
03f44e7a29
accidental spare const removed
2018-08-29 20:25:56 +01:00
paul-szczepanek-arm
8ac6e2c30d
added doxygen to constructors and const to getters
2018-08-29 20:25:56 +01:00
paul-szczepanek-arm
76624ad6ec
provide stubs for events
...
use gap.h typedef for Phy_t for consistency
2018-08-29 20:21:04 +01:00
paul-szczepanek-arm
5598958c6d
formatting for docs
2018-08-29 20:21:04 +01:00
paul-szczepanek-arm
baaebb47dc
fix typo in preferred
2018-08-29 20:21:04 +01:00
paul-szczepanek-arm
d64479a2ee
docuemnted PHY api
2018-08-29 20:21:04 +01:00
paul-szczepanek-arm
e0ca4a093f
update cordio pal phy to new 5.0 stack
2018-08-29 20:21:04 +01:00
paul-szczepanek-arm
8090e7acd8
phy API implementation for cordio
...
phy set types added, nordic implementation updated
2018-08-29 20:21:04 +01:00
Paul Szczepanek
d5c675e300
Merge pull request #6 from paul-szczepanek-arm/feature-support
...
support for controller features
2018-08-29 20:15:58 +01:00
Vincent Coubard
954f004d16
Nordic BLE: Implement PHY APIs for NRF52.
2018-08-29 20:15:58 +01:00
Vincent Coubard
47ea39982f
Merge pull request #2 from pan-/PHY_API
...
Phy api
2018-08-29 20:15:58 +01:00
Vincent Coubard
4deb64aed1
Merge pull request #1 from pan-/PHY_API
...
Phy api
2018-08-29 20:15:58 +01:00
Donatien Garnier
a239c5e98e
Fix some remainings ARMCC warnings
2018-08-29 19:56:06 +01:00
Donatien Garnier
1252590a16
Address ARMCC warnings and make sure targets have SPI and InterruptIn in PN512SPITransportDriver
2018-08-29 19:46:25 +01:00
Donatien Garnier
3fa0c5e730
Fixed IAR warnings in NFC stack
2018-08-29 19:46:25 +01:00
Vincent Coubard
895ef34f99
NFC: Use string instead of cstring header.
2018-08-29 19:42:08 +01:00
Ron Eldor
479438953f
Rename error codes
...
1. Rename error codes to fit Mbed TLS error code names.
2. Remove the Invalid input error code, as it's not used anymore.
2018-08-29 19:02:57 +03:00
Donatien Garnier
bfd433984f
Re-run astyle
2018-08-29 16:59:45 +01:00
Cruz Monrreal
e649beac5e
Merge pull request #7788 from AriParkkila/cell-copn
...
Cellular: Fixed AT+COPN
2018-08-29 09:38:13 -05:00
Cruz Monrreal
7b29f7d2e8
Merge pull request #7795 from mirelachirica/issue_7470_access_to_power
...
Cellular: Add getters for device and serial to EasyCellularConnection
2018-08-29 09:37:38 -05:00
paul-szczepanek-arm
64d65fdf56
interface methods made public
2018-08-29 14:36:33 +01:00
Martin Kojtal
70439dd131
Merge pull request #7677 from AriParkkila/cell-gemalto
...
Cellular: Gemalto Cinterion support for ELS61 and BGS2
2018-08-29 13:05:44 +02:00
Martin Kojtal
bd3be2b588
Merge pull request #7868 from andresag01/disable-mbedtls-have-date-time
...
Disable MBEDTLS_HAVE_DATE_TIME as ARMCC does not support gmtime
2018-08-29 11:56:52 +02:00
paul-szczepanek-arm
e75ca75e17
EEPROM driver signature fixed
2018-08-29 10:45:22 +01:00
Yossi Levy
ed8e170d15
Moving SD, SPIF and FLASHIAP into mbedos and refactoring features storage directory structure.
2018-08-29 12:01:11 +03:00
Cruz Monrreal
4089d4e7f0
Merge pull request #7869 from paul-szczepanek-arm/cordio-sources
...
BLE: Cordio going open source
2018-08-28 13:18:24 -05:00
Vincent Coubard
97a4e02c3b
NFC: Fix missing doc in ndef::MessageBuilder
2018-08-28 18:51:39 +01:00
Ron Eldor
127b68fbbc
Make the platform context a global variable
...
Make the platform context a global variable,
adding the refernce counter to it.
2018-08-28 20:29:26 +03:00
Vincent Coubard
ab810b219e
NFC: Fix astyle nonsense.
2018-08-28 17:47:10 +01:00
Vincent Coubard
0fa481ace6
NFC: Fix invalid access to an empty text record.
2018-08-28 17:47:10 +01:00
Vincent Coubard
9a3b64bd55
NFC: Add const qualifier to append_as_record function of ndef common types.
2018-08-28 17:47:09 +01:00
Vincent Coubard
cffc0221cc
NFC: Add get_record_size in common types.
2018-08-28 17:47:09 +01:00
Vincent Coubard
b6e604338e
NFC: Add payload builder into ndef::MessageBuilder
2018-08-28 17:47:09 +01:00
Donatien Garnier
b5bfcc3fcb
Address @paul-szczepanek-arm's comments
2018-08-28 17:32:39 +01:00
Donatien Garnier
bfe4c748ce
Address @ithinuel's comments
2018-08-28 17:00:35 +01:00
Donatien Garnier
681811e403
NFCController::Delegate's destructor does not need to be virtual
2018-08-28 16:55:09 +01:00
Donatien Garnier
66850be6e5
Fix NFCEEPROM erasing flow
2018-08-28 16:53:06 +01:00
Seppo Takalo
488632bc79
Fix LoWPANInterface to provide ::get_target_default()
...
LoWPANInterface should provide target default, instead of default.
2018-08-28 18:50:59 +03:00
Donatien Garnier
9e0c08bbdc
Do not allocate initiator if not required in NFCController::polling_callback
2018-08-28 15:15:31 +01:00
Ari Parkkila
ce84209507
Cellular: Fix Greentea test for network attach
2018-08-28 06:20:50 -07:00
Martin Kojtal
b2a05511d0
Merge pull request #7818 from kjbracey-arm/eui64_get_early
...
Allow ThreadInterface::device_eui64_get() before connect()
2018-08-28 12:11:47 +02:00