Harrison Mutai
b947ee339a
CMake: Fix dirs and sources visibility for mbed-emac CMake target
...
The mbed-emac CMake target is an interface library and as such its
include dirs and sources have to be have the INTERFACE visibility.
2020-12-11 16:52:18 +00:00
Harrison Mutai
e8614b341b
CMake: Port Renesas targets to CMake
...
Add targets subdirectory to high level CMake configuration file and
create new configurations for MCUs and individual targets. Change the
interpreter in the ARM scatter file to armclang, which is required for
CMake. Remove private and public interfaces in emac target
configuration. Ensure that all targets build on the arm gcc compiler and
arm compiler.
2020-12-11 16:52:18 +00:00
Martin Kojtal
86ee3003e7
Merge pull request #14024 from 0xc0170/dev_cmake_targets
...
CMake: add Samsungs, Analog devices and WICED targets
2020-12-11 07:52:19 +00:00
Martin Kojtal
38fe337ed0
Merge pull request #14009 from keithmwheeler/pr-dev/hci-driver-terminate
...
ble cyw43xxx: dev/hci driver terminate
2020-12-10 15:57:05 +00:00
Martin Kojtal
6a83bc096f
CMake: fix targets missing )
2020-12-10 15:56:45 +00:00
Martin Kojtal
eef57d3a0f
Samsung: remove todo from CMake
...
tracked here https://github.com/ARMmbed/mbed-os/issues/14025
2020-12-10 14:12:47 +00:00
Martin Kojtal
e7315e881e
ADUCM3029: remove flag that is already set in core CMake
2020-12-10 13:58:12 +00:00
Martin Kojtal
bd3f13c937
Merge pull request #13969 from hugueskamba/hk_remove_MAXIM_support
...
Maxim: Remove support for some Maxim targets
2020-12-10 13:49:32 +00:00
Martin Kojtal
7c70a0c494
Merge branch 'port_analog_devices' of https://github.com/harmut01/mbed-os into dev_cmake_targets
2020-12-10 13:40:38 +00:00
Martin Kojtal
14f3ce1edc
Merge pull request #14014 from pan-/ble-attribute-error-code
...
Update GattAuthCallbackReply_t enumeration.
2020-12-10 13:40:04 +00:00
Martin Kojtal
a1ec4ed198
Merge branch 'hk_cmake_add_samsung' of https://github.com/hugueskamba/mbed-os into dev_cmake_targets
2020-12-10 13:36:18 +00:00
Martin Kojtal
ae74aa6acd
Merge branch 'hk_cmake_wiced_suppport' of https://github.com/hugueskamba/mbed-os into hugueskamba-hk_cmake_wiced_suppport
2020-12-10 13:32:20 +00:00
Martin Kojtal
be295e42a4
Merge pull request #13917 from LDong-Arm/move_SFDP
...
Move SFDP to blockdevice
2020-12-10 13:03:23 +00:00
Harrison Mutai
613f7f00af
Add Analog Devices to list of supported targets
2020-12-10 12:35:26 +00:00
Harrison Mutai
e3cee85350
Update interpreter program used in ARM scatter file
...
Change interpreter program from armcc to armclang. Pass it different
optional arguments: specify the target compiler and core core type.
2020-12-10 12:35:26 +00:00
Harrison Mutai
6b0fceb2ff
Add CMake support for all Renesas targets
...
Add configuration files for targets and individual MCUs. Add include
paths and sources to mbed-core link library and specify linker and
startup scripts.
2020-12-10 12:33:03 +00:00
Martin Kojtal
9adc355ea1
Merge pull request #13924 from hugueskamba/hk_cmake_port_nxp_targets
...
CMake: Add support for all NXP Mbed targets
2020-12-10 12:29:31 +00:00
Hugues Kamba
743563ca6f
CMake: List NXP targets as supported in README
2020-12-10 11:29:39 +00:00
Hugues Kamba
cf23ba5388
CMake: Add support for TARGET_MCUXpresso_MCUS targets
...
All TARGET_MCUXpresso_MCUS targets supported by Mbed OS
can now be built with CMake.
2020-12-10 11:29:08 +00:00
Hugues Kamba
ea6661caf3
CMake: Fix GCC_ARM Cortex-M33 and Cortex-M33-NS support
...
Add missing toolchain option to specify the CPU core
2020-12-10 11:29:07 +00:00
Hugues Kamba
72d0fb9cc6
CMake: Add support for LPC176X targets
...
All LPC176X targets supported by Mbed OS
can now be built with CMake.
2020-12-10 11:28:08 +00:00
Hugues Kamba
59da1e952c
CMake: Fix GCC_ARM Cortex-M3 support
...
Add missing toolchain option to specify the CPU core
2020-12-10 11:28:08 +00:00
Hugues Kamba
4acc57c2f4
CMake: Add support for LPC11XX_11CXX targets
...
All LPC11XX_11CXX targets supported by Mbed OS
can now be built with CMake.
2020-12-10 11:27:27 +00:00
Hugues Kamba
229b9ad43b
CMake: Fix GCC_ARM Cortex-M0 support
...
Add missing toolchain option to specify the CPU core
2020-12-10 11:26:19 +00:00
Martin Kojtal
ccd1c65cb8
Merge pull request #14002 from jeromecoutant/PR_F0
...
STM32F0 update drivers version to CUBE V1.11.2
2020-12-10 11:13:49 +00:00
Martin Kojtal
115eee4ae8
Merge pull request #13988 from paul-szczepanek-arm/periodic-sync-ll-fix
...
BLE: Fix periodic advertrising sync based on advertiser list
2020-12-10 11:01:18 +00:00
Martin Kojtal
cca6652163
Merge pull request #13987 from multiplemonomials/cmake-global-options
...
CMake: Set required toolchain and processor flags globally, instead of per-target
2020-12-10 11:01:01 +00:00
Martin Kojtal
2c1ce493f4
Merge pull request #13957 from mikaleppanen/new_to_nothrow_mst
...
Replaced new calls with nothrow version of the call on mesh api
2020-12-10 10:59:42 +00:00
Hugues Kamba
87e8c0bfac
CMake: Add Samsung to the list of supported targets
2020-12-10 09:40:25 +00:00
Hugues Kamba
742782d657
CMake: Add support for Samsung S5JS100 target
2020-12-10 09:39:39 +00:00
Hugues Kamba
747dca9e9f
Samsung: Correct ARM toolchain identifier
...
TOOLCHAIN_ARM_STD is specific to Mbed OS and is not generated if Mbed CLI
is not used.
2020-12-10 09:39:38 +00:00
Hugues Kamba
7c3cfabfb6
CMake: Fix Cortex M7 flag passed to assembler
2020-12-10 09:39:38 +00:00
Hugues Kamba
af5782b290
CMake: Add support for Samsung SIDK_S1SBP6A target
2020-12-10 09:39:37 +00:00
Martin Kojtal
e4b03a1577
Merge pull request #13959 from hugueskamba/hk_cmake_silabs_support
...
CMake: Add support for all Silicon Labs Mbed targets
2020-12-10 09:16:17 +00:00
Martin Kojtal
c06fcaf5c5
Merge pull request #13548 from evva-sfw/enhance-minimal-printf
...
Add width modifier and prepending zeros for hexadecimal output and decimal precision for floating point
2020-12-10 09:14:59 +00:00
Jamie Smith
975a8713bd
Make sure all _INIT flags end with a space to fix ARMClang build error.
2020-12-09 22:27:28 -08:00
Hugues Kamba
1005b7c20d
CMake: Add Silicon Labs in the list of supported targets
2020-12-09 15:31:20 +00:00
Hugues Kamba
00ccec6ed2
CMake: Add support for SiLabs SL_RAIL
2020-12-09 15:29:59 +00:00
Hugues Kamba
42b948aa62
CMake: Add support for SiLabs EFR32MG12 targets
2020-12-09 15:29:59 +00:00
Hugues Kamba
02a70d286b
CMake: Add support for SiLabs EFM32GG11 targets
2020-12-09 15:29:59 +00:00
Hugues Kamba
3865b0cb4e
CMake: Add support for SiLabs EFM32GG targets
2020-12-09 15:29:58 +00:00
Martin Kojtal
c62b8e5330
Merge pull request #13961 from hugueskamba/hk_remove_silabs_rail_EFR32_1
...
Silabs: Remove EFR32_1 rail files
2020-12-09 15:21:38 +00:00
Martin Kojtal
4c94b4b495
Merge pull request #14005 from kjbracey-arm/teinsert
...
Correct/clarify TimerEvent::insert documentation
2020-12-09 14:18:06 +00:00
Martin Kojtal
bf88a3fd32
Merge pull request #13995 from hugueskamba/hk_cmake_gigadevice_support
...
CMake: Add support for GigaDevice targets
2020-12-09 14:12:29 +00:00
Martin Kojtal
9662e409db
Merge pull request #14001 from kjbracey-arm/mbed-os-atomic
...
Add missing retry to atomic exchange
2020-12-09 13:29:56 +00:00
Martin Kojtal
0169915a71
Merge pull request #13998 from MultiTechSystems/mtqn-crash-data-ram
...
Add crash reporting and autoreboot capability to MTS_DRAGONFLY_L471QG
2020-12-09 11:58:19 +00:00
Martin Kojtal
336dd99091
Merge pull request #14017 from OpenNuvoton/nuvoton_remove_enabledisable_macro
...
Nuvoton: Remove DISABLE/ENABLE macro definitions in BSP
2020-12-09 11:56:29 +00:00
Martin Kojtal
75e59a59f0
Merge pull request #14000 from RyoheiHagimoto/grmango-oram-calib
...
Add octa RAM calibration feature to GR-MANGO.
2020-12-09 11:46:06 +00:00
Martin Kojtal
b25e0479cb
Merge pull request #13996 from LDong-Arm/tdb_buf_size
...
TDBStore: pad program units when writing record_header_t; ensure work buffer is large enough
2020-12-09 10:12:29 +00:00
Martin Kojtal
18f6794498
Merge pull request #14003 from jeromecoutant/PR_H7_PWR
...
STM32H7: system power supply configuration
2020-12-09 08:57:43 +00:00