Martin Kojtal
622e2b3c88
Merge pull request #14511 from paul-szczepanek-arm/scan-start-check
...
BLE: Fix start scan command not returning error if parameters haven't been set
2021-04-08 09:21:41 +02:00
Martin Kojtal
160b32ae0e
Merge pull request #14259 from rotu/G431RB
...
Support STM Nucleo-G431RB
2021-04-08 09:21:23 +02:00
Abbas Bracken Ziad
52483f3e30
Wrap call to value handle getter in MBED_ASSERT
2021-04-07 18:05:01 +01:00
Paul Szczepanek
cc478b3896
add deprecation warning
2021-04-07 17:15:09 +01:00
Paul Szczepanek
f34d31f350
remember if BLE scan paremeters are set
2021-04-07 16:40:46 +01:00
harmut01
1c671c43ff
Refactor definition of heap load region start
2021-04-07 14:27:34 +01:00
Abbas Bracken Ziad
aaf9435f87
Use general name for POD
2021-04-07 12:34:25 +01:00
Mika Leppänen
989c8e85eb
Added new start methods to Wi-SUN BR with WisunInterface parameter and deprecated the old ones
...
Previously WisunBorderRouter start() used NetworkInterface type for mesh interface, although only
WisunInterface type is possible for the call. Added a new overloads of the start with the
WisunInterface as mesh interface type and deprecated the old ones. This makes the calls stricter
about the interface type and safer. It also allows to remove the reinterpret_cast that causes
compiler warning on ARM compiler.
2021-04-07 11:34:33 +03:00
Martin Kojtal
84e5f1e03e
Merge pull request #14479 from chrJost/USB_STM32L1
...
STM32L1: enable USBDEVICE
2021-04-07 10:23:06 +02:00
Martin Kojtal
0075eeab6b
Merge pull request #14482 from jeromecoutant/PR_L4_SYSCLOCK
...
STM32L4: align all system_clock files
2021-04-07 10:22:50 +02:00
Martin Kojtal
7328e588f1
Merge pull request #14485 from boraozgen/feature/stm32-rtc-hse-review
...
STM32: RTC HSE support review changes
2021-04-07 09:38:44 +02:00
Martin Kojtal
dce643be92
Merge pull request #14478 from jeromecoutant/PR_L1_ADC_DEEP
...
STM32L1 : enable ADC after deepsleep
2021-04-07 09:38:30 +02:00
Martin Kojtal
9d0bd3abd9
Merge pull request #14496 from jeromecoutant/PR_DEVICENAME
...
STM32: cleanup around devicename information from CMSIS pack
2021-04-07 09:05:02 +02:00
Martin Kojtal
c2dae8b7eb
Merge pull request #14499 from JeanMarcR/CUBE_UPDATE
...
STM32F1 update drivers version to CUBE V1.8.3
2021-04-07 09:04:43 +02:00
s-bruce13
e2c2b2ba6f
Fixed CMake Error
...
Jenkins CI cmake error
2021-04-06 14:24:38 -05:00
Lingkai Dong
c4178b4ce8
TF-M targets: Clean up RTOS configuration
...
On Armv8 targets, the PSA interface on the non-secure side only
requires mutexes, thus we remove other RTOS overrides to reduce
memory usage in general use cases.
TF-M and PSA test applications require more RTOS resources, and
they have their own configurations defined in
mbed-os-tf-m-regression-tests.
This commit also adds missing configuration for ARM_MUSCA_B1.
2021-04-06 18:16:46 +01:00
Lingkai Dong
bd92ca06fa
ARM_MUSCA_B1: default baud rate to 115200
...
The TF-M secure binary has a fixed baud rate of 115200. Having a
different baud rate on the non-secure side results in broken serial
outputs.
2021-04-06 18:11:46 +01:00
Abbas Bracken Ziad
d42c0a7269
Add value handle field to callback params
2021-04-06 17:39:10 +01:00
Abbas Bracken Ziad
8b07e97e50
Add value handle getter to Gatt Server
2021-04-06 17:24:08 +01:00
s-bruce13
56450aa979
Adding NXP TARGET- MIMXRT1170_EVK
...
Base Functionality, UART, Timers, I2C , SPI, ADC
2021-04-06 10:42:37 -05:00
George Psimenos
4091306f10
Update FPGA documentation
2021-04-06 15:13:51 +01:00
Bora Özgen
c16a51d87c
STM32 RTC: Apply review changes for HSE support
...
* Remove unused code
* Fix supported target families
* Add preprocessor error for wrong LPTICKER configuration
2021-04-06 13:45:52 +02:00
reme
38922dee68
README update STM32F1 to CUBE V1.8.3
2021-04-01 16:05:41 +02:00
jarlamsa
bc747dce09
Check for duplicate status callbacks before adding to the list
...
Duplicate status callbacks don't bring any value and can cause
memory leaks if caller calls for this function multiple times with
same status_cb. Also remove all the instances of the status_cb when
removing event listener.
2021-04-01 13:22:07 +03:00
jeromecoutant
7ead194755
STM32WL: update device_name
2021-04-01 11:52:48 +02:00
jeromecoutant
81acd5d975
STM32L5: update device_name
2021-04-01 11:52:48 +02:00
jeromecoutant
7b80a441f5
STM32L4: update device_name
2021-04-01 11:52:48 +02:00
jeromecoutant
941e600f77
STM32L1: update device_name
2021-04-01 11:52:47 +02:00
jeromecoutant
c6a783118f
STM32L0: update device_name
2021-04-01 11:52:47 +02:00
jeromecoutant
4393d241b2
STM32H7: update device_name
2021-04-01 11:52:47 +02:00
jeromecoutant
1c375e4d90
STM32F7: update device_name
2021-04-01 11:52:47 +02:00
jeromecoutant
762d5f40c8
STM32F4: update device_name
2021-04-01 11:52:47 +02:00
jeromecoutant
5fc3975c58
STM32F3: update device_name
2021-04-01 11:52:47 +02:00
jeromecoutant
d1c78a296b
STM32F2: update device_name
2021-04-01 11:52:47 +02:00
jeromecoutant
78e84c94c9
STM32F1: update device_name
2021-04-01 11:52:47 +02:00
jeromecoutant
e5c47f2484
STM32F0: update device_name
2021-04-01 11:45:25 +02:00
reme
e523617360
UPDATE STM32CubeF1 with v1.8.3
2021-04-01 09:18:43 +02:00
harmut01
18d8499979
Refactor ER_IROM1 load region defintion
2021-03-31 16:27:28 +01:00
Anna Bridge
73896715e6
Merge pull request #14477 from jeromecoutant/PR_L5_PACK
...
STM32: Add STM32L5 in arm_pack_manager index file
2021-03-31 15:25:43 +01:00
harmut01
c77eba00dc
Remove IAR from NXP targets without small c lib support
...
Toolchains should provide support for small c lib, remove IAR from the
NXP targets that don't currently do so.
2021-03-31 15:05:12 +01:00
Harrison Mutai
332bcf472f
Remove 'c_lib' configuration from NXP targets
2021-03-31 15:04:42 +01:00
Harrison Mutai
a6d2c5f1c5
Add bare metal support to NXP targets
...
Modify linker scripts to add heap to memory map, add list of supported c libs and "bare-metal" to supported_application_profiles.
2021-03-31 15:04:42 +01:00
Harrison Mutai
d6b6da93ed
Remove µARM toolchain dependencies from NXP targets
2021-03-31 15:04:41 +01:00
harmut01
3d66447302
Refactor RW_IRAM1 load region definition
2021-03-31 14:23:32 +01:00
Anna Bridge
d2941186eb
Merge pull request #14460 from harmut01/baremetal_ambiq
...
Ambiq: Fix baremetal build profile when using CLI 1
2021-03-31 11:29:25 +01:00
jeromecoutant
80fed0b442
NUCLEO_G431RB: pin standard
2021-03-30 14:23:43 -05:00
Dan Rose
1c2986a72e
rename USBRX -> CONSOLE_RX
2021-03-29 13:50:49 -05:00
Dan Rose
f7e628d191
switch to new target naming conventions
2021-03-29 13:50:49 -05:00
Dan Rose
b00add547c
remove clock_source override
2021-03-29 13:50:49 -05:00
Dan Rose
3292d0501a
Support Nucleo G431RB
2021-03-29 13:50:49 -05:00