Rajkumar Kanagaraj
4ade0bdbea
CMake: Fix DTLS socket unittest
...
- Binding the socket address into network stack to avoid socket connect API call hangs in the unittest
2021-05-11 02:29:56 -07:00
Paul Szczepanek
452c45b37a
CMake: Update target_h stub headers
...
- Avoid using cmsis headers as it brings more redundant dependency into unittest build and for unittest build, all the required OS flags can provide from mbed rtos types header so replaced cmsis header with mbed os types header
2021-05-11 02:29:56 -07:00
Rajkumar Kanagaraj
bf4ec4a290
CMake: Refactor lorawan unittest cmake
...
- Add CMakeLists.txt file to all lorawan test suite
2021-05-11 02:29:56 -07:00
Rajkumar Kanagaraj
37d4bc2d9e
CMake: Refactore cellular framework unittest
...
- Add CMake configuration file into framework AT, device, common
unittest
2021-05-11 02:29:56 -07:00
Rajkumar Kanagaraj
c5a4fecd28
CMake: Refactor netsocket unittest CMake
...
- Add Cmake configuration file
- Fix the header inclusion in DTLSSocketWrapper and TLSSocketWrapper test
2021-05-11 02:29:56 -07:00
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
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
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
George Beckstein
d79446c0da
Fix astyle CI failures
2021-05-06 02:09:54 -04:00
James Norton
100ba31ca3
Change supported_form_factors from ARDUINO to ARDUINO_UNO to support Pin Name changes for mbed os v6.10.
2021-05-05 12:40:20 -07:00
Marcus Chang
6e4c02ac6f
Trace: Change tr_debug color from gray to bright blue
...
The gray-on-black color code used for debug level print-out in
mbed_trace is hard to read. Bright-blue-on-black increases the
brightness of the text without over shadowing the info level
default (white-on-black), thus making it easier to read while
maintaining the original intention.
For original color set MBED_TRACE_COLOR_THEME to 1.
2021-05-05 12:34:48 -07:00
James Norton
36d449a27d
Added Support for ARDUINO_UNO Form Factor on TARGET_MIMXRT1050.
...
Renamed D0..D15 and A0..A5 to ARDUINO_UNO_D0 etc.
This allows user to use ARDUINO_UNO as the supported_form_factors in targets.json for MIMXRT1050_EVK.
2021-05-05 12:34:34 -07:00
Paul Szczepanek
2041cc6b57
don't copy data into attr if size too big
2021-05-05 19:01:13 +01:00
Paul Szczepanek
0155bce867
allow zero length attribute reads
2021-05-05 18:58:24 +01:00
Paul Szczepanek
17bf70989d
ignore offset, replace whole value of attr in auth callback
2021-05-05 18:40:59 +01:00