Martin Kojtal
eb33549fbe
Merge pull request #12900 from mikaleppanen/ns_kv_store_
...
Added kv store adaptation to nanostack file interface
2020-06-16 13:55:26 +02:00
Martin Kojtal
7b5a8d37b5
Merge pull request #12966 from MultiTechSystems/update-df413-onoff
...
DRAGONFLY_F413RH: Update power on and power off functionality
2020-06-16 13:54:01 +02:00
Martin Kojtal
ff024d2fa7
Merge pull request #12898 from mikaleppanen/new_wisun_conf_param_
...
Add new configuration parameters to Wi-SUN network interface and Border Router class
2020-06-16 13:46:54 +02:00
Martin Kojtal
0614e92c5b
Merge pull request #13083 from jeromecoutant/PR_H7_CUBE170
...
STM32H7 update drivers version to CUBE V1.7.0
2020-06-16 13:45:42 +02:00
Martin Kojtal
0b0ab6bf87
Merge pull request #13086 from jeromecoutant/PR_F1
...
STM32F1 update drivers version to CUBE V1.8.0
2020-06-16 13:45:25 +02:00
Martin Kojtal
e901ea9845
Merge pull request #13100 from vmedcy/pr/fix-13058
...
Fix BOOT_HEADER_SIZE allocation in ARM scatter files (#13058 )
2020-06-16 13:45:06 +02:00
Martin Kojtal
8e9198869f
Merge pull request #13117 from rajkan01/fix_kvstore_compilation_warning
...
Fix compliation warnings
2020-06-16 13:43:56 +02:00
Lingkai Dong
7149877c5d
Move target implementations of NanostackRfPhy into the nanostack-interface library
...
Fixes : #13109
Prior to this commit, target implementations of NanostackRfPhy
are not guarded by any mbed_lib.json - they are always visible
to the build even if the interface itself is not enabled
(e.g. when using the "requires" attribute of mbed_app.json).
It causes build errors.
To resolve this, this commit move target code into
nanostack-interface, similar to what we do with BLE targets.
2020-06-15 16:45:13 +01:00
Rajkumar Kanagaraj
face8ec9ab
Remove unused variable to fix compliation warning
2020-06-15 14:00:42 +01:00
Evelyne Donnaes
4d3c6b3a64
Replaced rtos profile with full profile
2020-06-15 13:42:24 +01:00
jeromecoutant
dcf2490b5a
STM32F1 STM32Cube FW V1.8.0: update for MBED
2020-06-15 13:49:47 +02:00
jeromecoutant
c99c8b5036
STM32F1 STM32Cube FW V1.6.1 => V1.8.0: target part
...
- SetSysClock update
2020-06-15 13:49:47 +02:00
jeromecoutant
ce3fc30cf0
STM32F1 STM32Cube FW V1.6.1 => V1.8.0
2020-06-15 13:49:46 +02:00
jeromecoutant
f13b06a7bc
STM32F1 STM32Cube FW V1.6.1 => V1.8.0: Driver part
2020-06-15 13:49:46 +02:00
jeromecoutant
97bf6fa386
STM32F1 STM32Cube FW V1.6.1 => V1.8.0: CMSIS part
2020-06-15 13:49:46 +02:00
jeromecoutant
1152c651d9
STM32F1: targets inherit from non public default MCU configuration
2020-06-15 13:49:39 +02:00
jeromecoutant
533fe21750
STM32F1: directory restructuration
2020-06-15 13:48:04 +02:00
Martin Kojtal
8b70dfe593
Merge pull request #13095 from jeromecoutant/PR_FULLBARE
...
STM32: MCU_STM32 supports rtos and bare-metal profiles
2020-06-15 11:30:50 +02:00
Martin Kojtal
ee13b49596
Merge pull request #13093 from AriParkkila/fix-unittest-for-PPPInterface
...
UNITTESTS: Fix TestPPPInterface::get_interface_name
2020-06-15 11:26:25 +02:00
Anna Bridge
a870fcface
Merge pull request #13001 from jeromecoutant/PR_BAREMETAL_SUPPORT_STEP2
...
STM32 baremetal support step2 (L1/L4/WB)
2020-06-12 14:44:14 +01:00
Anna Bridge
58975d1df4
Merge pull request #13091 from jeromecoutant/PR_BAREMETAL_SUPPORT
...
STM32 baremetal support step3/3 (F2/F4)
2020-06-12 14:42:35 +01:00
Chris Trowbridge
125f169342
Add support for the Telit ME310 module (LwIP/PPP and AT command-based IP stacks)
2020-06-12 09:21:42 -04:00
Anna Bridge
d0d35c2743
Merge pull request #12772 from pea-pod/scoped-enums
...
Add enum class flag definition to platform
2020-06-12 11:39:29 +01:00
jeromecoutant
e3862d3430
STM32 MBEDTLS_ALT use singleton
2020-06-12 10:23:50 +02:00
Anna Bridge
727cf54873
Merge pull request #13073 from jeromecoutant/PR_H7_FPGA
...
STM32H7: FPGA tests support
2020-06-11 14:39:31 +01:00
Ari Parkkila
dd73a93887
Cellular: Fix CellularContext destructor memory leak
2020-06-10 22:21:48 -07:00
Paul Szczeanek
559d6afc43
Allow for security db type selection
...
The selection is now based on the lib json (which allows you to disable filesystem db or kvstore db) and the call to SecurityManager::init. It will always fall back on memory db if no other db is available.
2020-06-10 16:04:57 +01:00
Paul Szczeanek
beb56320eb
Add a new implementation of security db for KVStore
...
This works similar to filesystem db but uses the KVStore which it assumes is initialised. This is checked by open_db. On initialisation it either reads the present db or writes a new db into all entries thus guaranteeing that after the initialisation we will not run out of space for the keys and no extra error handling is needed.
2020-06-10 16:03:16 +01:00
Paul Szczeanek
f661ce0c81
Relax the integrity requirement to allow private functions to call themselves
2020-06-10 16:03:16 +01:00
Paul Szczeanek
07bcbeb8f1
Make kvstore and fs store configured in the lib json
2020-06-10 16:03:16 +01:00
Paul Szczeanek
fe98309063
mention tx power in the readme
2020-06-10 15:49:55 +01:00
Paul Szczeanek
056f46d629
add tx power to cordio hci driver
2020-06-10 15:49:55 +01:00
jeromecoutant
46ccded9b1
STM32: MCU_STM32 supports rtos and bare-metal profiles
2020-06-10 14:25:24 +02:00
Martin Kojtal
698fc09b4c
Merge pull request #12615 from jeromecoutant/PR_FPGA_UART
...
FPGA UART test cases addition with 7 and 9 bits data length
2020-06-10 13:51:18 +02:00
Martin Kojtal
f858000252
Merge pull request #13039 from pan-/fix-legacy-payload-update
...
BLE: remove limitation in the Cordio to update adv payload
2020-06-10 12:09:54 +02:00
Martin Kojtal
2466411b83
Merge pull request #13037 from paul-szczepanek-arm/ble-sm-fix
...
BLE: Fix privacy and signing handling in Security Manager
2020-06-10 12:09:32 +02:00
Martin Kojtal
6a431ffc58
Merge pull request #13055 from paul-szczepanek-arm/cordio-rf-tester
...
BLE: RF tester commands (and Cordio unhandled command complete)
2020-06-10 12:07:30 +02:00
Martin Kojtal
d971d4e021
Merge pull request #13060 from paul-szczepanek-arm/direct-advertising
...
BLE: fix direct advertising on Cordio
2020-06-10 12:06:17 +02:00
Martin Kojtal
12910eabbe
Merge pull request #13069 from AriParkkila/fix-unittest-for-CellularNetwork
...
Cellular: Fix unittest for CellularNetwork
2020-06-10 12:02:26 +02:00
Martin Kojtal
93be66e91e
Merge pull request #13081 from ARMmbed/rw-post-build-hooks
...
Reinstate post build hooks for legacy targets
2020-06-10 12:02:05 +02:00
Martin Kojtal
d19b23bd91
Merge pull request #13082 from artokin/nanostack_release_12_3_0_to_master
...
Nanostack release v12.3.0 to master
2020-06-10 12:00:24 +02:00
Martin Kojtal
1b104b9d0f
Merge pull request #13089 from ARMmbed/rw-add-cov-patterns-uarm
...
Add a coverage_patterns kwarg to ARM_MICRO
2020-06-10 11:54:48 +02:00
Martin Kojtal
878875c884
Merge pull request #13090 from jeromecoutant/PR_DEVICE_H
...
STM: move us_ticker_defines.h include
2020-06-10 11:53:57 +02:00
Martin Kojtal
b287d98d2c
Merge pull request #13002 from pea-pod/simplify-mbed-assert
...
Deprecate MBED_STATIC_ASSERT and MBED_STRUCT_STATIC_ASSERT for built-in keyword
2020-06-10 11:46:55 +02:00
Martin Kojtal
0f2a28d52f
Merge pull request #13053 from jeromecoutant/PR_README
...
STM32 more information in README file
2020-06-10 11:43:24 +02:00
Volodymyr Medvid
dc937ab53b
Fix BOOT_HEADER_SIZE allocation in ARM scatter files ( #13058 )
...
PSoC 64 secure BSP post-build hook (cysecuretools image signing)
expects the HEX file with start address 0x10000400 (first KB of
internal FLASH is reserved for MCUboot headers area).
In order to get the correct HEX file produced by ARM fromELF tool,
the ELF file should allocate LR_IROM1 starting from address
0x10000400, not 0x10000000. Otherwise the generated HEX file
allocates rows at addresses 0x10000000 ~ 010000400 and the
final application image is not signed correctly.
Fixes https://github.com/ARMmbed/mbed-os/issues/13058 .
2020-06-10 10:25:41 +03:00
Ari Parkkila
ffa075bea3
UNITTESTS: Fix TestPPPInterface::get_interface_name
2020-06-09 23:40:28 -07:00
jeromecoutant
47407759a4
STM: move us_ticker_defines.h include
2020-06-09 11:04:23 +02:00
Rob Walton
f8f59fc1ef
Add a coverage_patterns kwarg to ARM_MICRO
2020-06-09 09:41:08 +01:00
jeromecoutant
713618abe0
STM32F4 baremetal support
2020-06-09 10:25:41 +02:00