Rajkumar Kanagaraj
b6647355bf
CMake: Refactor event unittest cmake
...
- Added CMake configuration file into events unittests
2021-05-11 02:29:56 -07:00
Rajkumar Kanagaraj
5ad51790a7
CMake: Refactor platform unittest CMake
...
- Add CMake configuration file test suites
2021-05-11 02:29:56 -07:00
Rajkumar Kanagaraj
98215d322d
CMake: Fix ChainingBlockDevice unittest
...
- ChainingBlockModuleTest test case compares two strings with EXPECT_EQ
which normally compare strings residing memory address so replaced it with EXPECT_STREQ to compare strings.
2021-05-11 02:29:56 -07:00
Rajkumar Kanagaraj
4536fff63a
CMake: Refactor storage blockdevice and SFDP unittests cmake
...
- Add CMake configuration file
- Fix the header inclusion in blockdevice unittests
2021-05-11 02:29:56 -07:00
Rajkumar Kanagaraj
c0a8fe62f5
CMake: Refactor storage TDBstore and FileSystemStore unittest cmake
...
- Add CMake configuration file in TDBstore and FileSystemStore unittest.
2021-05-11 02:29:56 -07:00
Rajkumar Kanagaraj
2bafdf82e7
CMake: Refactor drivers unittest cmake
2021-05-11 02:29:56 -07:00
Rajkumar Kanagaraj
9e6217924c
CMake: Remove duplicate documents
...
- Remove the readme as it is a duplicate content of official document
https://os.mbed.com/docs/mbed-os/v6.9/debug-test/unit-testing.html
2021-05-11 02:29:56 -07:00
Rajkumar Kanagaraj
ba04c1cf76
CMake: Add add_subdirectory of unittests
...
- add every libraries unittest directory into respective CMake
which allows to include unittest source into build based on
MBED_BUILD_UNITTESTS flag
2021-05-11 02:29:56 -07:00
Rajkumar Kanagaraj
d9db59f38c
sort stubs into libraries
2021-05-11 02:29:56 -07:00
Martin Kojtal
e25e94e74a
Merge pull request #14538 from harmut01/cmake-test-mode
...
Cmake: Add MBED_TEST_MODE macro
2021-05-11 11:12:19 +02:00
Martin Kojtal
5a121b9b2e
Merge pull request #14612 from uwrobotics/stm-slave-can-filter-fix
...
CAN: fix slave CAN start filter bank setup
2021-05-11 10:55:35 +02:00
Martin Kojtal
b80128ff77
Merge pull request #14626 from jeromecoutant/DEV_STM32WB_1_11_1
...
STM32WB update drivers version to CUBE V1.11.1
2021-05-11 10:55:14 +02:00
Martin Kojtal
3bd40d3161
Merge pull request #14624 from 0xc0170/fix-14432
...
error: use __INITIAL_SP from cmsis instead of RTX one
2021-05-11 10:51:32 +02:00
s-bruce13
659f0bbe07
adding flash support
...
adding flash support
Updated SDK 2.9.1 and added Flash Support
2021-05-10 11:31:33 -05:00
Martin Kojtal
47b19eb157
Merge pull request #14548 from JeanMarcR/STM32F4_NEW_CUBE
...
STM32F4 update drivers version to CUBE V1.26.1
2021-05-10 17:25:11 +02:00
Martin Kojtal
3003a171b2
fixup! error: use __INITIAL_SP from cmsis instead of RTX one
2021-05-10 16:09:18 +01:00
Debdeep Saha
d963a9af4a
Added API to get Wi-SUN Neighbor Table
2021-05-10 20:00:32 +05:30
Martin Kojtal
4eff89c0cd
Merge pull request #14653 from rwalton-arm/relax_click_version_req
...
requirements: Relax Click version requirement
2021-05-10 16:28:04 +02:00
reme
5f279efc75
STM32F4 update drivers version to CUBE V1.26.1
2021-05-10 14:38:05 +01:00
reme
b62970fdf1
README update STM32F4 to CUBE V1.26.1
2021-05-10 14:37:57 +01:00
Martin Kojtal
e18d280ede
Merge pull request #14588 from Patater/mbed-libs-for-m55
...
Add v8.1-M architecture awareness
2021-05-10 15:13:33 +02:00
Martin Kojtal
c54b089498
Merge pull request #14651 from JeanMarcR/STM32L4_NEW_CUBE
...
STM32L4 update drivers version to CUBE V1.17.0
2021-05-10 15:13:06 +02:00
Martin Kojtal
7f68465b3a
Merge pull request #14631 from affrinpinhero-2356/feature_i2c_CB_error
...
driver/I2C: STm32: Updated HAL_I2C_ErrorCallback function to store information about error reason in obj_s->event
2021-05-10 14:48:20 +02:00
Robert Walton
a494a43fff
requirements: Relax Click version requirement
...
We were pinning the version of Click to 7.0.~. This was preventing
side-by-side installs with mbed-tools, as mbed-tools requires
Click>=7.1,<8.
Relax the Click version requirement to >7.0,<8 to prevent dependency
conflicts with mbed-tools.
2021-05-10 11:35:19 +01:00
Martin Kojtal
26c6b75d3b
Merge pull request #14625 from paul-szczepanek-arm/fix-read-auth
...
BLE: Fix overwriting attribute data from read auth callback
2021-05-10 11:25:55 +02:00
Martin Kojtal
ffd5389c1c
Merge pull request #14628 from notronrj/master
...
ARDUINO_UNO form factor and new PinNames for MIMXRT1050 target
2021-05-10 11:18:41 +02:00
reme
de330d4365
README update STM32L4 to CUBE V1.17.0
2021-05-10 07:48:51 +01:00
reme
6b6b17dbbb
STM32L4 update drivers version to CUBE V1.17.0
2021-05-10 07:28:27 +01:00
George Beckstein
d39a4168ec
Replace NonCopyable in CAN inheritance.
...
This commit moves the deletion of copy constructor and copy assignment operators to the `mbed::interface::can` class, where both `mbed::CAN` and `mbed::interface::CAN` inherit enum types from. This allows `NonCopyable` to be removed from the inheritance list.
2021-05-07 21:02:34 -04:00
s-bruce13
0f4bc86a21
Updated drivers to SDK to 2.9.1
2021-05-07 08:29:53 -05:00
Martin Kojtal
acb43441bb
Merge pull request #14627 from pan-/fix-stop-periodic-advertising
...
Dispatch Gap::stopPeriodicAdvertising to the right function.
2021-05-07 12:41:29 +02:00
Martin Kojtal
b7b4ca72cc
Merge pull request #14605 from paul-szczepanek-arm/tracix
...
BLE: Fix traces
2021-05-07 11:44:25 +02:00
rogeryou
6d90674546
Update OSPIFBlockDevice.cpp
...
modify the definition of the tables
2021-05-07 09:27:37 +08:00
James Norton
f906707d0f
Changed LED definitions to be compliant with Generic Pin Naming standard
...
Removed I2C_SCL and I2C_SDA from PinName enum as these are now defined in PinNameAliases.h
2021-05-06 11:36:14 -07:00
pennam
5475c0995d
CMake add network subdirectory
2021-05-06 15:39:57 +02:00
pennam
1c83a1aa8b
CMake remove subdirectory common/COMPONENT_WHD from TARGET_Cypress
2021-05-06 15:39:57 +02:00
pennam
665c83b3eb
Moved targets/TARGET_Cypress/TARGET_PSOC6/common/COMPONENT_WHD in connectivity/drivers/wifi/COMPONENT_WHD/network
2021-05-06 15:39:42 +02:00
pennam
f26771f0c7
CMake remove COMPONENT_WHD from TARGET_Cypress
2021-05-06 15:39:42 +02:00
pennam
6a4fd9d5e6
CMake add COMPONENT_WHD folder
2021-05-06 15:39:42 +02:00
pennam
a29ca0724c
COMPONENT_WHD moved into connectivity/drivers/wifi
2021-05-06 15:39:19 +02:00
Martino Facchin
9686fb6ac2
Patch add #include "cy_utlis.h"
2021-05-06 14:45:26 +02:00
Martino Facchin
ebbbcabb05
Patch add rtos namespace
2021-05-06 14:45:15 +02:00
pennam
7cdf97492a
CMake remove COMPONENT_WHD from emac/TARGET_Cypress
2021-05-06 14:44:58 +02:00
pennam
0db6218dc6
CMake add COMPONENT_WHD in emac
2021-05-06 14:44:41 +02:00
Martino Facchin
ead29d6b83
WHD EMAC moved out of TARGET_Cypress
2021-05-06 14:44:23 +02:00
reme
5328eacefd
STM32L0 update drivers version to CUBE V1.12.0
2021-05-06 13:15:47 +01:00
reme
331cf70d87
README update STM32G4 to CUBE V1.4.0
2021-05-06 12:48:32 +01:00
reme
6b42f45529
STM32G4 update drivers version to CUBE V1.4.0
2021-05-06 12:48:31 +01:00
Affrin Pinhero
b5f864d96d
Updated HAL_I1C_ErrorCallback funtion to store information about error reason in obj_s->event. This will help user or application to check the reason for the error caused. This address the issue reported in the below link: ARMmbed/mbed-os#14059
...
Summary of changes:
Impact of changes
Migration actions required
Pull request type
[x] Patch update (Bug fix / Target update / Docs update / Test update / Refactor)
[] Feature update (New feature / Functionality change / New API)
[] Major update (Breaking change E.g. Return code change / API behaviour change)
Test results
[] No Tests required for this change (E.g docs only update)
[x] Covered by existing mbed-os tests (Greentea or Unittest)
[] Tests / results supplied as part of this PR
Signed-off-by: Affrin Pinhero <affrin.pinhero@hcl.com>
2021-05-06 14:37:04 +05:30
reme
915268190f
README update STM32L0 to CUBE V1.12.0
2021-05-06 10:45:40 +02:00