Rajkumar Kanagaraj
22b2e9f800
CMake: Add mbed-headers-nanostack-libservice library
...
Previously all nanostack libservice headers part of
mbed-headers-connectivity. This PR moves all the nanostack
libservice headers into newly added mbed-headers-nanostack-libraries.
This makes the nanostack libservice stubs more self-contained and
improves the composition of the library.
2021-07-13 05:49:53 -07:00
Rajkumar Kanagaraj
d95bf96bbf
CMake: Move nanostack libservice stubs to the connectivity/libraries dir
...
Move the connectivity nanostack-libservice stubs into the connectivity/libraries
directory where the nanostack libservice component present as nanostack
libservice source copied from the external repo. So we can avoid duplicating
the mbed-os source tree in a central UNITTESTS folder.
2021-07-13 05:49:53 -07:00
Martin Kojtal
f37b0c485b
Merge pull request #14905 from jeromecoutant/PR_STM32CUSTOM
...
STM32 : README updates about custom boards
2021-07-13 14:22:01 +02:00
Martin Kojtal
46b411d5b2
Merge pull request #14890 from ARMmbed/move_connectivity_mbedtls_stubs
...
Move connectivity mbedtls stubs
2021-07-13 14:21:25 +02:00
Martin Kojtal
0ea3f0cc53
Merge pull request #14787 from dustin-crossman/pr/june-asset-update
...
Cypress Asset Update
2021-07-13 12:53:26 +02:00
jeromecoutant
2bdd68f0d0
STM32WL README update for custom boards
2021-07-13 12:22:36 +02:00
jeromecoutant
8462a19207
STM32 README update for custom boards
2021-07-13 12:08:46 +02:00
Martin Kojtal
abd32c70e4
Merge pull request #14895 from AnishKumarHCL/skip_analog_inn
...
ADC: STM32H7: Skip Negative input analog channels (INN)
2021-07-13 10:45:31 +02:00
Martin Kojtal
43fe6d9618
Merge pull request #14913 from artokin/update_stm_s2lp_rf_driver
...
802.15.4 stm-s2lp-rf-driver update to v1.0.10
2021-07-13 10:44:50 +02:00
Martin Kojtal
7095dc79fa
Merge pull request #14688 from MubeenHCLite/CAN_rxinterrupt_fix
...
Solution for mutex problem in CAN read ISR
2021-07-12 17:21:56 +02:00
Rajkumar Kanagaraj
f5002269c0
CMake: Limit the mbed-stubs-mbedtls to required dependency mocks
2021-07-12 07:18:41 -07:00
Rajkumar Kanagaraj
d57ed8d95a
CMake: Move mbedtls stub headers to the mbedtls doubles dir
...
Previously all the mbedtls stubs headers under mbed-stubs-headers,
so this PR move all mbedtls stubs headers under
mbedtls/tests/UNITTESTS/double directory and update CMake to include
stubs headers into mbed-stubs-mbedtls library to make mbedtls stubs
to be self-contained.
2021-07-12 07:19:04 -07:00
Rajkumar Kanagaraj
ef7699d824
CMake: Update netsocket, lorawan unittest to use mbed-stubs-mbedtls
...
Update netsocket and lorawan unit tests to link with a mbed-stubs-mbedtls
library that it depends on instead of link with mbed-stubs
which is a group of stubs libraries.
2021-07-12 07:18:41 -07:00
Rajkumar Kanagaraj
66019cb80e
CMake: Move mbedtls stubs to the mbedtls dir
...
Move the connectivity mbedtls stubs into the connectivity/mbedtls
component directory. So we can avoid duplicating the mbed-os source
tree in a central UNITTESTS folder.
2021-07-12 07:18:41 -07:00
Arto Kinnunen
c682e12c7e
Merge commit '8a76989b8c269fc68dda3df16315e390ab6a58e4' into stm_rf_driver_fix
...
* commit '8a76989b8c269fc68dda3df16315e390ab6a58e4':
Squashed 'connectivity/drivers/802.15.4_RF/stm-s2lp-rf-driver/' changes from f491d77de8..7d12478914
2021-07-12 16:40:01 +03:00
Arto Kinnunen
8a76989b8c
Squashed 'connectivity/drivers/802.15.4_RF/stm-s2lp-rf-driver/' changes from f491d77de8..7d12478914
...
7d12478914 Initialise only configured GPIO pin (#77 )
git-subtree-dir: connectivity/drivers/802.15.4_RF/stm-s2lp-rf-driver
git-subtree-split: 7d124789144549a5670b6e67866c1c9f2158beab
2021-07-12 16:40:01 +03:00
Martin Kojtal
3c2c5be298
Merge pull request #14824 from paul-szczepanek-arm/persistence-fix
...
BLE: Manual BLE security manager db synchronisation
2021-07-12 13:51:50 +02:00
Martin Kojtal
dfd899654b
Merge pull request #14823 from ARMmbed/move_events_stub
...
Move events stubs to events dir
2021-07-12 13:51:31 +02:00
Jaeden Amero
e70d8c66a7
Merge pull request #14904 from rwalton-arm/greentea_client_io
...
CMake: greentea: Fix io issue with greentea-client
2021-07-09 17:06:40 +01:00
anish-k
ec44991a6f
ADC: STM32H7: Skip Negative input analog channels (INN)
...
Removed INN ADC channels from PeripheralPins.c
2021-07-09 21:15:01 +05:30
anish-k
f14ce30ba6
script: STM32: STM32_gen_PeripheralPins.py updated
...
Removed INN channel ADC
2021-07-09 21:14:24 +05:30
Martin Kojtal
0726db09fb
Merge pull request #14888 from arduino/portenta_ble_support
...
Portenta: Add BLE support using CYW43XXX generic transport layer
2021-07-09 17:22:55 +02:00
Robert Walton
e9747d7bcd
CMake: greentea: Fix io issue with greentea-client
...
The stdio implementation of the standalone greentea-client wasn't
streaming "KiVi protocol" messages through the serial IO. Separate out
the existing implementation for greentea-client that uses
mbed_retarget.h's `read` and `write` functions so greentea tests
continue to work with the standalone client.
The IO fixture is shared between the "legacy" embedded greentea-client
and the newer standalone client.
2021-07-09 14:33:08 +01:00
Martin Kojtal
cf54d36bfb
Merge pull request #14899 from jeromecoutant/PR_WLE5
...
STM32WL: correct CMakeLists.txt for STM32WLE5xC
2021-07-09 12:26:42 +02:00
Rajkumar Kanagaraj
863ef79ed4
CMake: Move events fakes into events double dir
...
Previously events fakes as part of UNITTESTS/fakes, this PR moves
events fakes to events double directory to make events stubs
to be self-contained.
2021-07-09 02:56:26 -07:00
Rajkumar Kanagaraj
99e16c2ff0
Remove trailing space
2021-07-09 02:56:26 -07:00
Rajkumar Kanagaraj
652b421388
CMake: unit-tests: Make events stub only depend on headers it uses
...
Previously the events stub library depended on `mbed-headers`, which
is a collection of all available headers in mbed-os. To make it easier
to separate the library, only depend on the headers we're using.
2021-07-09 02:56:26 -07:00
Rajkumar Kanagaraj
447754f6cf
CMake: Move events stub headers to the events/tests/UNITTESTS/double dir
...
Move events stubs headers to the mbed-os/events/tests/UNITTESTS/double
directory and update double CMake to include stub headers
2021-07-09 02:56:26 -07:00
Rajkumar Kanagaraj
65d202b93b
CMake: unit-tests: Move mbed-headers-events to the events directory
...
Move the header-only mbed-headers-events library the unit test stubs
depend on into the events component directory. This makes the events
stubs more self-contained and improves the composition of the library.
2021-07-09 02:56:26 -07:00
Rajkumar Kanagaraj
88410a5f85
CMake: Move events stubs sources to the mbed-os/events directory
...
Move the events stub into the events component directory.
so we can avoid duplicating the mbed-os source tree in a central
UNITTESTS folder.
2021-07-09 02:56:26 -07:00
Martin Kojtal
8a507e651e
Merge pull request #14870 from ARMmbed/move_rtos_stub_headers
...
CMake: Remove mbed-stubs-rtos-headers library
2021-07-09 10:33:49 +02:00
Martin Kojtal
705c61b0c2
Merge pull request #14898 from byq77/master
...
Fix gcc_arm linker script for stm32f407xg targets
2021-07-09 10:32:33 +02:00
jeromecoutant
9a7b1dbd1c
STM32WL: correct CMakeLists.txt for STM32WLE5xC
2021-07-09 09:33:12 +02:00
Martin Kojtal
57ae146594
Merge pull request #14897 from jeromecoutant/PR_STWIN
...
ST BLUENRG BLE: STWIN SensorTile board introduction
2021-07-09 09:29:12 +02:00
Mohammed Mubeen
d477efe780
Corrected the conditional compilation of RawCAN.
2021-07-09 11:34:25 +05:30
pennam
1da67b2da8
Add missing PBL header
2021-07-08 22:04:53 +02:00
Martino Facchin
133864a750
PortentaH7: add BLE support
2021-07-08 17:07:06 +02:00
pennam
1a0ab10e95
Temp portenta add COMPONENT_4343W_FS BLE firmware
2021-07-08 17:04:05 +02:00
Martin Kojtal
9b0f1907f5
Merge pull request #14227 from arduino/cyw43xxx_transport_layer
...
CYW43XXX: Add generic transport layer
2021-07-08 16:39:57 +02:00
Rajkumar Kanagaraj
bb3cd37a5e
CMake: Remove mbed-stubs-rtos-headers library
...
- Previous changes moved all rtos stubs headers into mbed-stubs-rtos-headers
lib, but the decision to keep all stubs headers under the respective
component stubs library so moved all stubs rtos headers under
mbed-stubs-rtos and updated it depend component CMake
- Remove unnecessary add_definition call for UNITTEST as any of the stubs library
added from UNITTEST/CMakeLists.txt is not required this macro
2021-07-08 07:14:56 -07:00
byq77
9b1399283e
Fix gcc_arm linker script for stm32f407xg targets
2021-07-08 16:07:52 +02:00
Martin Kojtal
0e52d4946c
Merge pull request #14663 from arduino/whd_patch_portenta
...
Portenta: Add support to generic COMPONENT_WHD
2021-07-08 15:54:20 +02:00
jeromecoutant
b4d80360c0
ST BLUENRG BLE: STWIN SensorTile board introduction
...
https://www.st.com/en/evaluation-tools/steval-stwinkt1.html
2021-07-08 14:58:00 +02:00
Martin Kojtal
1849bb55ed
Merge pull request #14817 from artokin/add_nanostack_system_time_callbacks_to_master
...
Add system time read/write callbacks to mbed-mesh-api
2021-07-08 14:38:18 +02:00
Martin Kojtal
1d5d3b054f
Merge pull request #14808 from affrinpinhero-2356/i2cTimingPerformanceSolved
...
driver/i2c: STM32: I2C performance issue solved.
2021-07-08 14:38:03 +02:00
Martin Kojtal
97b9754141
Merge pull request #14838 from katherrafi/set_mac_address
...
Eth: STM32: Updating documentation on mbed_otp_mac_address()
2021-07-08 14:20:09 +02:00
Martin Kojtal
7350b03088
Merge pull request #14872 from hallard/STM32WLEx
...
Add STM32WLE5 for custom targets LORA_E5 and RAK3172
2021-07-08 13:25:24 +02:00
Martin Kojtal
f937383384
Merge pull request #14843 from AnishKumarHCL/interrupt_in_multiple_gpio
...
InterruptIn : STM32: Implemented error catching for multiple gpio on the same irq line
2021-07-08 13:25:10 +02:00
Martin Kojtal
3fcc8347a9
Merge pull request #14844 from AnishKumarHCL/analogout_free_implementation
...
Analogout free implementation for F4/F7/H7 boards
2021-07-08 13:24:50 +02:00
Martin Kojtal
6597cd1ff2
Merge pull request #14887 from MubeenHCLite/CAN_bittimings_update
...
Updated can bit timing parameters as per the ISO11898-2
2021-07-08 13:19:12 +02:00