Hugues Kamba
36bcb0c04b
CMake: Add support for CY8CKIT_062_BLE
2020-12-01 15:16:35 +00:00
Hugues Kamba
d7b5307608
CMake: Add support for CY8CKIT_062S2_43012
2020-12-01 15:16:35 +00:00
Hugues Kamba
be88fe2a21
CMake: Enable baremetal support for MCU_PSOC6 targets
2020-12-01 15:16:35 +00:00
Hugues Kamba
b66439f39b
CMake: Add support for CY8CKIT064B0S2_4343W
2020-12-01 15:16:35 +00:00
Hugues Kamba
19abde6f6a
CMake: Add Maxim to the list of supported targets
2020-12-01 15:11:35 +00:00
Hugues Kamba
19f3d4c265
CMake: Add support for Maxim MAX32630 targets
...
Add CMakeLists.txt file to for the target family source files.
2020-12-01 15:08:32 +00:00
Hugues Kamba
deac9c047c
CMake: Add support for Maxim MAX32625 targets
...
Add CMakeLists.txt file to for the target family source files.
2020-12-01 15:08:32 +00:00
Hugues Kamba
348b4e9770
CMake: Add support for Maxim MAX32620C targets
...
Add CMakeLists.txt file to for the target family source files.
2020-12-01 15:08:32 +00:00
jeromecoutant
186a258b99
STM32_gen_PeripheralPins.py v1.19
...
- Use https://github.com/STMicroelectronics/STM32_open_pin_data.git
instead of CubeMX
- Add GPIO pinmap list
- Add STM32WL support
2020-12-01 15:52:20 +01:00
Martin Kojtal
e77b1d8a17
Merge pull request #13952 from hugueskamba/hk_cmake_freescale_support
...
CMake: Add support for all Freescale Mbed targets
2020-12-01 14:35:11 +00:00
Martin Kojtal
3fa8897f66
Merge pull request #13950 from hugueskamba/hk_remove_freescale_kl27z
...
Freescale: Remove KL27Z files
2020-12-01 13:57:59 +00:00
Martin Kojtal
d5f20ed0f8
Merge pull request #13945 from hugueskamba/hk_remove_freescale_k20xx
...
Freescale: Remove K20XX files
2020-12-01 13:57:01 +00:00
petroborys
e37aeb0c74
Workaround to fix RTC-reset issue on the EFM32GG11_STK3701
2020-11-30 18:53:01 +02:00
Martin Kojtal
4e0d07d50f
Merge pull request #12897 from kjbracey-arm/tickeropt
...
Optimise mbed_ticker_api.c
2020-11-30 16:15:37 +00:00
Arto Kinnunen
671dec565c
Update WICED binary for ARMC6
...
A new method has been added to the NetworkInterface. Therfore WICED
library needs to be rebuild for ARMC6.
2020-11-30 14:54:13 +02:00
Arto Kinnunen
6a28bce1dd
Remove API changes
...
-Remove Nanostack::add_ethernet_interface API change
-Add get_mac_address to MeshEthernetInterface
-Fix compiler warnings by adding overrides
2020-11-30 13:49:33 +02:00
Martin Kojtal
f97c7bd957
CMake: GCC ARM linker script fix
...
Fixes https://github.com/ARMmbed/mbed-os/issues/13983
Move linker script to the function mbed_set_mbed_target_linker_script.
I also moved memmap as it is needed for an app. The location might not be the best fit,
we will address this in separate pull request.
2020-11-30 11:21:53 +00:00
Lingkai Dong
65e5db8631
S5JS100: remove idle hook which is essentially the non-Tickless hook from Mbed OS
2020-11-27 17:47:08 +00:00
Martin Kojtal
33a7e66a07
Merge pull request #13906 from jeromecoutant/PR_G070
...
STM32G070: generic target creation
2020-11-27 12:49:52 +00:00
Evelyne Donnaes
786c64af06
Fix ThisThread warnings
2020-11-27 11:57:09 +00:00
Martin Kojtal
28eeee2b4c
Merge pull request #13922 from 0xc0170/cmake-nuvoton
...
CMake: add nuvoton targets
2020-11-27 11:02:53 +00:00
Martin Kojtal
1d0e9b100e
Merge pull request #13973 from ladislas/ladislas-stm32f7-remove-objects_dot_h
...
stm32: delete objects.h
2020-11-27 10:23:39 +00:00
Ladislas de Toldi
eba8df7ed6
Delete objects.h
2020-11-27 09:24:31 +01:00
Hugues Kamba
be84b8cb0f
CMake: Add Freescale in the list of supported targets
2020-11-26 16:14:06 +00:00
Hugues Kamba
43fb514832
CMake: Add support for Freescale MCUXpresso_MCUS targets
...
All Freescale MCUXpresso_MCUS targets supported by Mbed OS
can now be built with CMake.
2020-11-26 16:13:25 +00:00
Hugues Kamba
8ef0087314
CMake: Add support for Freescale KLXX targets
...
All Freescale KLXX targets supported by Mbed OS
can now be built with CMake.
2020-11-26 16:13:24 +00:00
Martin Kojtal
b20278a5f4
Merge pull request #13964 from hugueskamba/hk_cmake_arm_fm_support
...
CMake: Add support for all ARM FM Mbed targets
2020-11-26 15:55:43 +00:00
Martin Kojtal
22c1c6c7cf
Merge pull request #13951 from LDong-Arm/NRF52_DK-baremetal
...
MCU_NRF52832 (NRF52_DK, SDT52832B): use two-region memory model to support MicroLib
2020-11-26 15:54:46 +00:00
Martin Kojtal
aea691a67a
Merge pull request #13960 from harmut01/2260_erase_size_const
...
Add const keyword to get_erase_size declaration
2020-11-26 15:54:07 +00:00
Martin Kojtal
61e4b55a22
Merge pull request #13947 from LDong-Arm/erase_algorithm_fix
...
Fix erase type determination for [Q/O/]BlockDevice::erase()
2020-11-26 15:53:03 +00:00
Martin Kojtal
c9ff692858
Merge pull request #13780 from JojoS62/PR-fix-H7-USB
...
STM32 H7: fix USB in sleep mode
2020-11-26 13:19:35 +00:00
Martin Kojtal
d0cfc67652
Merge pull request #13962 from 0xc0170/cmake-fix-stm-armclang
...
STM: fix ARMClang sct files, using proper -E command
2020-11-26 13:13:34 +00:00
Hugues Kamba
def23e18e0
Add ARM FM in the list of supported targets
2020-11-26 11:31:20 +00:00
Martin Kojtal
dd432a387e
Merge pull request #13942 from paul-szczepanek-arm/securitydb-fix
...
ble: Fix persistence in SecurityDB
2020-11-26 11:17:28 +00:00
Lingkai Dong
c41f7cb864
Fix integer type warnings in SFDP and *SPIFBlockDevice
2020-11-26 10:28:58 +00:00
Lingkai Dong
fb0f9687e4
Initial unit test for SFDP
...
As a starting point, only sfdp_iterate_next_largest_erase_type(),
which the pull request is intended to fix, is tested. More test
cases shall be added in the future.
2020-11-26 09:55:47 +00:00
Hugues Kamba
ec9c6cbc02
CMake: Add support for all ARM's FM Mbed targets
...
Add CMakeLists.txt files so all ARM's FM Mbed targets can be built with CMake
2020-11-25 14:55:17 +00:00
Martin Kojtal
66ca70af94
Merge pull request #13949 from LDong-Arm/fat_filesystem_test_fix
...
Fix mbed::Dir type handling in fat_filesystem
2020-11-25 14:38:18 +00:00
Martin Kojtal
b5b0cfb2c6
STM32: fix H7 target definition in sct files
2020-11-25 14:12:26 +00:00
Martin Kojtal
483db06a5f
Merge pull request #13948 from rajkan01/simplify_ble_lib_inclusion
...
CMake: Simplify BLE library inclusion
2020-11-25 13:37:11 +00:00
Martin Kojtal
fc16d2bae7
STM: fix ARMClang sct files, using proper -E command
...
This is required for ARMClang, otherwise there is an error with unknown command.
2020-11-25 13:35:36 +00:00
Lingkai Dong
e0bd9a1c6a
sfdp_iterate_next_largest_erase_type: return -1 if no erase type is applicable
2020-11-25 13:34:01 +00:00
Martin Kojtal
58c0319b28
Merge pull request #13958 from douardda/patch-1
...
Fix a typo in STM32F3's CMakeList.txt
2020-11-25 13:22:35 +00:00
Martin Kojtal
0efffa3411
CMake nuvoton: fix ARMClang linker script command
2020-11-25 13:18:15 +00:00
Hugues Kamba
3f182c59ee
Silabs: Remove EFR32_1 rail files
...
Mbed OS 6 does not support Silicon Labs EFR32_1 rail
2020-11-25 13:17:02 +00:00
Harrison Mutai
9857a4d63b
Add const keyword to get_erase_size declaration
...
Add const to function declaration. Const objects cannot access const
safe functions, a compiler error is thrown if one tries to do so. This
helps ensure that the object calling the method will not be modified.
This is espescially desirable in functions where all we need to do is
query existing data and not make any alterations.
2020-11-25 13:09:06 +00:00
David Douard
5a4a34802b
Fix a typo in STM32F3's CMakeList.txt
...
A typo has been introduced preventing the STM32F303x8 to be buildable using the new cmake based build system.
2020-11-25 11:53:59 +01:00
Martin Kojtal
62faa46fb4
Merge pull request #13921 from hugueskamba/hk_remove_lpc55s69
...
TARGET_NXP: Remove support for LPC55S69
2020-11-25 10:03:17 +00:00
Martin Kojtal
b7c2b77093
Merge pull request #13953 from rajkan01/add_nanostack_dependency_lib
...
Add nanostack dependency lib
2020-11-25 10:02:56 +00:00
jeromecoutant
59fc99bf50
STM32: full GPIO reset during mbed init
2020-11-25 09:07:58 +01:00