Lingkai Dong
|
9bf6affc74
|
CMake: pass predefined macros to ARM toolchain linker
|
2020-11-19 15:26:49 +00:00 |
Lingkai Dong
|
80a0a5b440
|
CMake: make linker option generator function toolchain-agnostic
|
2020-11-19 15:23:23 +00:00 |
Arto Kinnunen
|
af350de726
|
Allow method override
Remove final keyword to allow inheritance.
|
2020-11-19 15:50:04 +02:00 |
Hugues Kamba
|
62be4efb6c
|
CMake: Clean remnant of experiment with ARM toolchain
The removed code was testing that compiler flags could be added
to the assembler using generator expression. It was not to be
committed.
|
2020-11-19 12:50:27 +00:00 |
jeromecoutant
|
b01940200c
|
STM32 I2C: use correct HAL API
|
2020-11-19 12:03:48 +01:00 |
Hugues Kamba
|
9d32a473b6
|
Cypress: Remove CY8CKIT_064S2_4343W files
Mbed OS 6 does not support this target.
|
2020-11-19 11:00:43 +00:00 |
Arto Kinnunen
|
c8b667a7ba
|
Review correction: Remove unnecessary method
Remove unnecessary method: add_ethernet_interface_ns
|
2020-11-18 17:29:10 +02:00 |
Arto Kinnunen
|
e1e0f89699
|
MAC address set/get support for EMAC interface
Add support to set and get MAC address from EMAC interface.
|
2020-11-18 17:26:04 +02:00 |
Martin Kojtal
|
02c35fdd48
|
CMake: add nuvoton targets
|
2020-11-18 15:18:18 +00:00 |
Arto Kinnunen
|
a607be6623
|
Method for adding network interface MAC address
Add method set_mac_address to set network interface MAC address.
|
2020-11-18 17:17:54 +02:00 |
Hugues Kamba
|
07b6db2f0d
|
TARGET_NXP: Remove support for LPC55S69
Mbed OS 6 dropped support for all LPC55S69 targets.
This commit removes all source files for those targets.
|
2020-11-18 15:01:20 +00:00 |
Martin Kojtal
|
46673daabf
|
CMake: update readme - all STM32 targets supported
|
2020-11-18 12:16:36 +00:00 |
Martin Kojtal
|
468b66944d
|
CMake: STM32 TARGET_ prefix removal fix
|
2020-11-18 12:13:46 +00:00 |
Hugues Kamba
|
8972cde3ab
|
TARGET_NXP: Remove support for LPC11U6X
Mbed OS no longer supports any LPC11U6X targets.
This commit removes all source files for those targets.
|
2020-11-18 11:39:56 +00:00 |
mbedmain
|
f2278567d0
|
Update Mbed version block
|
2020-11-18 11:27:24 +00:00 |
Martin Kojtal
|
907868d1de
|
CMake: STM32F0 fix startup/linker prefixes
|
2020-11-18 11:19:57 +00:00 |
Martin Kojtal
|
134c39cb7e
|
Merge pull request #13905 from jeromecoutant/PR_L422
STM32L4: ADC compilation issue with L422
|
2020-11-18 10:59:06 +00:00 |
Martin Kojtal
|
e1b8dd6e22
|
Merge pull request #13797 from JojoS62/PR_fix_LSE-drive-load-setting
STM32: add setting for LSE drive load level
|
2020-11-18 09:42:45 +00:00 |
Martin Kojtal
|
fad7f344e7
|
Merge pull request #13870 from rajkan01/feature-cmake-review-comment
CMake: Address review comment from PR#13566
|
2020-11-18 09:42:09 +00:00 |
Martin Kojtal
|
96f3de6914
|
Merge pull request #13910 from marcemmers/nrf-ble-config
Update NRF ble configuration options
|
2020-11-18 09:41:42 +00:00 |
Martin Kojtal
|
7a7f6a5a5c
|
Merge pull request #13768 from jeromecoutant/PR_FPGA_PRINT
COMPONENT_FPGA_CI_TEST_SHIELD: better debug print
|
2020-11-18 09:39:28 +00:00 |
Martin Kojtal
|
450afa81fb
|
Merge pull request #13904 from 0xc0170/fix_disco_cmake
CMake STM32L475xG: fix linker/startup inclusion
|
2020-11-18 09:37:45 +00:00 |
Martin Kojtal
|
c6094f7b36
|
Merge pull request #13869 from evedon/cleanup-usb-drivers
Create a USB drivers library
|
2020-11-18 09:37:09 +00:00 |
Martin Kojtal
|
1bd5ce6af2
|
Merge pull request #13671 from balajicyp/topic/setsockopt_ip_tos
Add an socket option to set type of service to set specific precedence for QoS
|
2020-11-18 09:36:06 +00:00 |
Martin Kojtal
|
ac45aacd5d
|
Merge pull request #13832 from moshe-shahar/fix-gcc-non-contiguous
Fix GCC_ARM non-contiguous FW for `K64F` and `K66F`
|
2020-11-17 22:02:14 +00:00 |
Martin Kojtal
|
b9daf3fb15
|
Merge pull request #13848 from LDong-Arm/qspif_program_size_fix
Q/OSPIFBlockDevice: fix misconception in minimum program size
|
2020-11-17 21:59:53 +00:00 |
Martin Kojtal
|
c49d0b88aa
|
CMake: STM32F1 Cube fix driver includes
|
2020-11-17 16:52:10 +00:00 |
Martin Kojtal
|
23eed7cda1
|
CMake: add STM32WB targets
|
2020-11-17 16:48:24 +00:00 |
Martin Kojtal
|
39cb929749
|
CMake: add STM32L5 targets
|
2020-11-17 16:48:11 +00:00 |
Martin Kojtal
|
4c115a5c8d
|
CMake: fix STM32 cmsis include
|
2020-11-17 16:30:37 +00:00 |
Martin Kojtal
|
519ac980ab
|
CMake: add STM32L4 targets
|
2020-11-17 16:22:16 +00:00 |
Martin Kojtal
|
93e35a07ab
|
CMake: add STM32L1 targets
|
2020-11-17 15:45:52 +00:00 |
Martin Kojtal
|
959c194b02
|
CMake: add STM32L0 targets
|
2020-11-17 15:40:35 +00:00 |
Martin Kojtal
|
80161f59ca
|
CMake: add STM32H7 targets
|
2020-11-17 15:32:24 +00:00 |
Martin Kojtal
|
fea34ce976
|
CMake: add STM32G4 targets
|
2020-11-17 15:17:17 +00:00 |
Martin Kojtal
|
1f2bb47391
|
CMake: add STM32G0 targets
|
2020-11-17 15:03:02 +00:00 |
Martin Kojtal
|
d4f1f2560e
|
CMake: add STM32F7 targets
|
2020-11-17 14:27:23 +00:00 |
Martin Kojtal
|
a918ba4cba
|
CMake: add STM32F4 targets
|
2020-11-17 14:00:04 +00:00 |
Martin Kojtal
|
6582c0af2c
|
CMake: add STM32F3 targets
|
2020-11-17 12:37:26 +00:00 |
Martin Kojtal
|
9933b7d808
|
CMake: add STM32F2 targets
|
2020-11-17 12:06:59 +00:00 |
Martin Kojtal
|
81b61b2090
|
CMake: add STM32F1 targets
|
2020-11-17 11:59:44 +00:00 |
Martin Kojtal
|
f05db1b47a
|
CMake: add STM32F0 targets
|
2020-11-17 11:43:09 +00:00 |
Marc Emmers
|
01e56f1f34
|
Fix missing newline
|
2020-11-16 17:03:23 +01:00 |
Marc Emmers
|
afc42b8fb7
|
Update NRF ble configuration options
|
2020-11-16 16:43:43 +01:00 |
jeromecoutant
|
b79b8f5126
|
STM32G0: creation of MCU_STM32G070xx for custom boards
NB: no LPTIM on this MCU, so default values applied
|
2020-11-16 08:35:30 +01:00 |
jeromecoutant
|
08a7fd6c15
|
STM32G0: no TIM2 for G070xx
|
2020-11-16 08:35:22 +01:00 |
Evelyne Donnaes
|
7f92ba0826
|
Fixed top-level CMakeLists.txt
|
2020-11-13 15:49:24 +00:00 |
petroborys
|
41975a27ea
|
Workaround to fix RTC-reset issue on the EFM32GG11_STK3701
|
2020-11-13 16:33:57 +02:00 |
petroborys
|
236748234e
|
Workaround to fix RTC-reset issue on the EFM32GG11_STK3701
|
2020-11-13 14:32:47 +02:00 |
jeromecoutant
|
4c2945128c
|
STM32G0: USART3_4_LPUART1_IRQn compilation issue with G070xx
|
2020-11-13 12:05:01 +01:00 |