Jaeden Amero
a325dd7b30
crypto: storage: Fix PSA_PS_ERROR_OFFSET typo
...
Correct typo of PSA_PS_ERROR_OFFSET to PSA_ITS_ERROR_OFFSET.
2018-12-05 11:09:50 +00:00
Mel W
4b67db75f4
Capitalization and punctuation
2018-12-05 11:09:50 +00:00
Jenny Plunkett
5b2df6e057
Update FEATURE_BLE README
...
Remove all outdated information including supported services and old documentation links
2018-12-05 11:09:50 +00:00
Russ Butler
26f842ea9d
Turn off MPU for PSOC 6
...
Turn off the MPU for the PSOC 6 since it has a non-standard memory
map. This fixes crashes on boot for this target.
2018-12-05 11:09:50 +00:00
Russ Butler
6e99157279
Add rather than override PSOC 6 macros
...
Use "macros_add" rather than "marcos" so any macros defined by
MCU_PSOC6 are not overwritten.
2018-12-05 11:09:50 +00:00
Vincent Coubard
4e37874e55
BLE: Fix doxygen parameter declaration order.
2018-12-05 11:09:50 +00:00
Vincent Coubard
c3899d15a9
BLE: rename AdvertisingReportEvent::getAdvertisingData into getPayload.
...
This change makes it consistent with PeriodicAdvertisingReportEvent.
2018-12-05 11:09:50 +00:00
Vincent Coubard
c8c355467e
BLE: rename ConnectionParameters::getFilterPolicy into getFilter for consistency.
2018-12-05 11:09:50 +00:00
Vincent Coubard
16dd70f3c6
BLE: Reintroduce refactored type identifier in privacy configuration structures.
2018-12-05 11:09:50 +00:00
Vincent Coubard
d33106aad9
BLE: Rename ConnectionParameters::setFilterPolicy into setFilter for consistency.
2018-12-05 11:09:50 +00:00
Vincent Coubard
7e180c7467
BLE: Change parameter order of ble::Gap::startScan
2018-12-05 11:09:50 +00:00
Vincent Coubard
a49dd7f043
BLE: provide better default connection parameters.
2018-12-05 11:09:50 +00:00
Vincent Coubard
3f56b2247e
BLE: Fix name of DisconnectionEvent into DisconnectionCompleteEvent for consistency.
2018-12-05 11:09:50 +00:00
Vincent Coubard
df00415236
BLE: Fix ble::Gap::getMaxAdvertisingDataLength return type.
2018-12-05 11:09:50 +00:00
Vincent Coubard
0d382461ec
BLE: Ensure scan process is stopped before connecting.
2018-12-05 11:09:50 +00:00
Vincent Coubard
6330878c14
BLE: Use RANDOM address per default for Advertising, Scan and Connection parameter.
...
Unlike the public address, the RANDOM address is guaranteed to exist.
If privacy is enabled, it means the controller will generates random resolvable addresses or non resolvable addresses depending on the config.
If privacy is not enabled then the device will use the device's random static address that doesn't change between radio processes.
2018-12-05 11:09:50 +00:00
Vincent Coubard
07e7fa3b0d
BLE: protect event signaling flag from concurent accesses.
2018-12-05 11:09:50 +00:00
Vincent Coubard
c6a29d1f3f
BLE: Fix extraction of advertising element type.
2018-12-05 11:09:50 +00:00
paul-szczepanek-arm
a48c6d4f40
consistent errors
2018-12-05 11:09:50 +00:00
Vincent Coubard
2b482cd0b8
BLE: Remove double handling of DM_CONN_OPEN_IND .
2018-12-05 11:09:50 +00:00
Vincent Coubard
910c09e160
BLE: Fix set check in GenerigGap::stopAdvertising.
2018-12-05 11:09:50 +00:00
Jaeden Amero
9f4dadb409
mbedtls: Update Mbed TLS to 2.15.1
2018-12-05 11:09:50 +00:00
Juho Eskeli
6e4104bced
Disable MPU code until target properly supported
2018-12-05 11:09:50 +00:00
Juho Eskeli
a7b96454d7
MTB_ADV_WISE_1570: disable MPU code until target properly supported
2018-12-05 11:09:50 +00:00
Oren Cohen
1c26ba5a71
Fix target handling in build.ppy
2018-12-05 11:09:50 +00:00
Juho Eskeli
586f7b2ae2
STM32L4: before calling HAL_CRYP_DeInit initialize the Instance member
2018-12-05 11:09:50 +00:00
Martin Kojtal
b4ecd7c28e
travis: rabbitmq signature update
...
Fix comes from rabbitmq:
> On December 1st, 2018 (GMT) all repositories under the RabbitMQ account on PackageCloud
will be switched to use the new signing keys. RabbitMQ users who install packages
from PackageCloud must import the new signing keys before the migration.
The recommended way of doing that is by re-running PackageCloud setup
scripts (RabbitMQ, Erlang). Signing keys can be downloaded and imported directly
as well (RabbitMQ, Erlang). If the new keys are not imported, package installation
will start failing with a signature verification error.
2018-12-05 11:09:50 +00:00
Martin Kojtal
c0dd29d92e
travis: mangodb key update not needed anymore
2018-12-05 11:09:50 +00:00
adbridge
103c9cb509
Update Mbed version block
2018-11-29 13:59:30 +00:00
Anna Bridge
f9d07f373f
Merge pull request #8898 from cmonr/add-crypto-example
...
Add crypto example to examples.json
2018-11-29 13:53:47 +00:00
Martin Kojtal
d45917e4cd
Merge pull request #8897 from cmonr/add-tls-socket-example
...
Add TLS Sockets example to examples.json
2018-11-29 10:03:24 +01:00
Cruz Monrreal II
9cedb1a687
Added tls-socket example to examples.json
2018-11-28 19:32:17 -06:00
Cruz Monrreal
78401ed751
Merge pull request #8896 from deepikabhavnani/stats_example
...
Update Statistics examples in example test json
2018-11-28 18:51:36 -06:00
Cruz Monrreal
c227eaa20f
Merge pull request #8895 from SenRamakri/sen_UpdateExamplesJsonCrashReporting
...
Add crash-reporting example to examples.json
2018-11-28 18:08:35 -06:00
Cruz Monrreal II
5ecf9a27d6
Added crypto example to examples.json
2018-11-28 15:22:19 -06:00
Deepika
66863e23ee
Switch between K64F/K66F for statistics example
2018-11-28 14:02:43 -06:00
Deepika
5ff118dfce
Add socket stats example
2018-11-28 13:55:34 -06:00
Senthil Ramakrishnan
b1a7b45135
Add crash-reporting example to examples.json
2018-11-28 12:56:48 -06:00
Martin Kojtal
e2ae84ec59
Merge pull request #8876 from donatieng/public_pr_cordio_nordic_ll
...
Add support for Cordio to NRF52 Devices
2018-11-28 16:53:45 +01:00
Martin Kojtal
c0108b1b48
Merge pull request #8863 from offirko/offir-examples-kvstore
...
Adding KVStore Examples for Global API
2018-11-28 13:53:51 +01:00
Vincent Coubard
c99824892c
BLE: Reintroduce changes to address types lost.
2018-11-28 11:29:40 +00:00
Vincent Coubard
93d8c71b73
NORDIC: Fix labels in target.
...
Somehow during the rebase, both have been inverted.
2018-11-28 11:28:34 +00:00
Vincent Coubard
837ba72cc1
NRF51: Add label to compile BLE softdevice implementation.
2018-11-28 10:26:14 +00:00
Steve Cartmell
353e991410
doc(pan-cordio): Add toolchain version used to compile cordio-ll readme
2018-11-28 10:26:14 +00:00
Steve Cartmell
a3bae1c48d
doc(pan-cordio): Add readme and license documents for cordio link layer
2018-11-28 10:26:14 +00:00
Donatien Garnier
5a87cfa13d
Fix a few more rebasing issues
2018-11-28 10:26:14 +00:00
Donatien Garnier
89aabaec0d
Fix some rebasing quirks
2018-11-28 10:26:14 +00:00
Donatien Garnier
f9808140df
Add number of advertising sets
2018-11-28 10:26:14 +00:00
Donatien Garnier
3ce1d91d35
Amend Nordic HCI driver to support BLE5 features
2018-11-28 10:26:14 +00:00
Steve Cartmell
1b3efa4ccd
doc(pan-cordio): Add documentation to README on how to enable Cordio LL
2018-11-28 10:26:14 +00:00