Cruz Monrreal
615ed31f7a
Merge pull request #9488 from 0xc0170/fix_licenses
...
Fix licenses in travis test and realtek lib
2019-01-24 16:16:38 -06:00
Cruz Monrreal
c7679109ef
Merge pull request #9354 from jeromecoutant/PR_H7CAN
...
STM32H7 : add CAN support
2019-01-24 13:26:36 -06:00
Cruz Monrreal
899ea5991c
Merge pull request #9318 from caixue1102/mbed-os-rda
...
fix bug for RDA UNO_91H:calling us ticker functions without init.
2019-01-24 13:25:58 -06:00
Cruz Monrreal
7c4668cfe9
Merge pull request #9291 from j3hill/QSPI_Align
...
NRF5x: QSPI SFDP read, min read/write implementation
2019-01-24 13:25:05 -06:00
Oren Cohen
e1af45b3b3
Skip redundant binaries
2019-01-24 19:43:05 +02:00
Martin Kojtal
81f9cdae0b
realtek: revert license change
...
While updating the file in the commit b06553fa25
, the license was changed. This comimt restores the license back to the original one - Apache 2.0
2019-01-24 12:20:20 +00:00
jeromecoutant
a5ef971402
STM32: PeripheralPins files minor update
...
Script version 1.4
CubeMX DB version DB.5.0.1
2019-01-24 10:51:30 +01:00
Maciej Bocianski
a1311f813c
ARCH_PRO: add SPI pin definitions
2019-01-24 09:20:29 +01:00
Fahim Alavi
03996da125
Fixed modem reset functionality to avoid low time to trigger module switch off
2019-01-24 11:37:32 +05:00
Cruz Monrreal
0c6f0e4f49
Merge pull request #9368 from lrusinowicz/psoc6_serial_fixes
...
PSOC6: Fixes for serial hal driver, asynchronous mode.
2019-01-23 22:47:32 -06:00
j3hill
2a72bb67a3
NRF5x: QSPI SFDP read implementation
2019-01-23 10:24:02 -06:00
Martin Kojtal
a6509cf47f
Merge pull request #9438 from c1728p9/qspi_update
...
Use dedicated PinMap for each QSPI data line
2019-01-23 14:25:14 +01:00
Volodymyr Medvid
a48ee113ea
PSOC6: refactor M0 image merging, enable export to makefile
...
Rename the existing PSoC-specific m0_core_img key in targets.json
as a more generic hex_filename key. Update makefile exporter to select
the subset of resources.hex_files matching the hex_filename value.
Without this fix, multiple prebuilt CM0+ hex files are found in the
target resources and erroneously passed to the srec_cat tool.
The fix is generic so other targets that need post-build hex merging
can use this key to pass the correct image to srecord tool.
The fix also removes sub_target key: instead, rely hex_filename json
key to detect if the hex image merging needs to be done.
The sub_target is not used in mbed-os codebase for anything else.
It is possible to override the hex file name in mbed_app.json:
{
"target_overrides": {
"*": {
"target.hex_filename": "my_custom_m0_image.hex"
}
}
2019-01-22 15:40:22 -08:00
Russ Butler
82b131aa59
Use dedicated PinMap for each QSPI data line
...
Split PinMap_QSPI_DATA into PinMap_QSPI_DATA0 - PinMap_QSPI_DATA3.
This allows pins to be selected more accurately.
2019-01-22 12:11:15 -06:00
Martin Kojtal
16e544d9b4
Merge pull request #9411 from jeromecoutant/PR_L496
...
STM32L496xG: increase IAR heap size
2019-01-22 14:48:16 +01:00
Martin Kojtal
813f5ac221
Merge pull request #9360 from NXPmicro/LPC_PowerLib_Readme_License
...
LPC546XX, LPC54114: Add README and LICENSE files for the power libraries
2019-01-22 13:38:56 +01:00
Martin Kojtal
3d0f168305
Merge pull request #9347 from kevinong0108/improve_crc
...
stm32: Improve the CRC function to support fully accumulate
2019-01-22 13:30:09 +01:00
jeromecoutant
d0cdc3457b
NUCLEO_H743ZI: CAN support
2019-01-21 13:53:47 +01:00
jeromecoutant
f1d10cfeff
STM32: FDCAN support for H7 family
2019-01-21 13:53:19 +01:00
Leszek Rusinowicz
f09805c5a2
Any RX event should end read operation.
2019-01-21 13:05:54 +01:00
Fahim Alavi
1bcbd40c0e
PB_1 is not connected to D4 in R412M above
2019-01-18 13:56:48 +05:00
Cruz Monrreal
46bb7540be
Merge pull request #9385 from kapi90/smsc9220_fix
...
Fixes typos in SMSC9220 Ethernet driver
2019-01-17 21:54:36 -06:00
Cruz Monrreal
c0bbc5c77f
Merge pull request #9380 from kyliuxing/master
...
UNO_91H: open hal lib source
2019-01-17 21:53:12 -06:00
Cruz Monrreal
1afcbbfba6
Merge pull request #9316 from bentcooke/add_flash_MAX32620FTHR
...
Add FLASH support to TARGET_MAX32620C and brd targets
2019-01-17 21:50:45 -06:00
Cai
9e3ba59655
fix bug for RDA UNO_91H:calling us ticker functions without init.
...
solution: init us ticker when init TRNG.
2019-01-17 13:07:29 -06:00
kevin.ong
5ccdd67f6c
stm32: fix indent style
2019-01-17 12:48:46 -06:00
kevin.ong
5598815982
stm32: fix typo
2019-01-17 12:48:46 -06:00
kevin.ong
8d58f8bae7
stm32: fix some F0 target compile error
2019-01-17 12:48:46 -06:00
kevin.ong
995594be28
stm32: F1/F2/F4/L1 set to not supported HW CRC
...
Currently, mbed supported input data format fix on bytes, so those
devices are not supported at default.
2019-01-17 12:48:46 -06:00
kevin.ong
603b8e6eb4
stm32: fix F1/F2/F4/L1 compile fail after enable CRC
...
Those series have not CRC_POLYLENGTH_32B definition
2019-01-17 12:48:46 -06:00
kevin.ong
19cdba4452
stm32: remove empty line
2019-01-17 12:48:46 -06:00
kevin.ong
1c2ffb8eb3
stm32: Improve the CRC function to support fully accumulate
...
Tested on DISCO_L476VG and NUCLEO_L476RG
2019-01-17 12:48:45 -06:00
jeromecoutant
7876a653c6
STM32L476 / STM32L486 alignment
2019-01-17 11:15:39 -06:00
jeromecoutant
5ae13f9c7b
STM32F756 / STM32F746 alignment
2019-01-17 11:15:39 -06:00
jeromecoutant
8e0663f8d8
STM32L496xG: increase IAR heap size
2019-01-17 11:15:19 -06:00
Martin Kojtal
714fc83054
Merge pull request #9369 from u-blox/target_C030-R412M
...
Add target C030-R412M
2019-01-17 12:39:43 +01:00
Cruz Monrreal
97486a697c
Merge pull request #9374 from maclobdell/LPCXpresso546xx_add_qspif
...
Add QSPIF as default storage for LPCXpresso546XX
2019-01-16 22:02:53 -06:00
Ben Cooke
95a050bb6e
Add FLASH support to TARGET_MAX32620C MCU and derivative platform targets
2019-01-15 10:59:56 -06:00
Bence Kaposzta
709c121a0c
Fixes typos in SMSC9220 Ethernet driver
...
Change-Id: I44a12ec1c57a926dadee81df1b84bd531d5cfccb
Signed-off-by: Bence Kaposzta <bence.kaposzta@arm.com>
2019-01-15 15:36:35 +01:00
shilei.yu
4d45306e0a
open hal lib source
2019-01-15 19:14:35 +08:00
Martin Kojtal
2896c123c2
Merge pull request #9357 from jeromecoutant/PR_H7TICKLESS
...
NUCLEO_H743ZI : enable TICKLESS
2019-01-15 10:38:12 +01:00
maclobdell
ec3d713291
add qspif as default storage for LPCXpresso546XX
2019-01-14 15:55:30 -06:00
Oren Cohen
3abe696121
Typo
2019-01-14 19:09:53 +02:00
Oren Cohen
249a06675b
Add license
2019-01-14 19:05:34 +02:00
Oren Cohen
1b23d3f112
Update PSA binaries importer for FUTURE_SEQUANA_PSA
2019-01-14 19:05:34 +02:00
Martin Kojtal
5212cc6544
Merge pull request #6622 from NXPmicro/Add_KW41Z_Thread
...
Add nanostack support for KW41Z
2019-01-14 14:00:14 +01:00
Fahim Alavi
5caeaed6db
Set target C030-R412M in mbed
2019-01-14 17:34:50 +05:00
Leszek Rusinowicz
75131069d0
Fixes for PSoC6 serial interface, asynchronous mode.
2019-01-14 12:32:05 +01:00
Martin Kojtal
58a6c24f6b
Merge pull request #9195 from alzix/patch-1
...
Enable PSA APIs on Pelion boards
2019-01-14 08:40:06 +00:00
Martin Kojtal
f4aaebde2f
Merge pull request #9203 from ChazJin/gd32e10x
...
Add GD32_E103VB as new target
2019-01-14 08:31:49 +00:00
Alexander Zilberkant
763cb4c157
Revert "Enable entropy injection on PSA targets"
...
mbedtls performs selftest on all entropy sources.
Enable injected source without proper entropy injection causes mbedtls
selftest to fail.
Application code can still enable entropy injection by adding the macros
to mbed_app.json/mbed_lib.json
This reverts commit 8c03e3e60d46da71708c4a0e4dacf46a0179d18d.
2019-01-13 18:30:22 +02:00
Alexander Zilberkant
7ad02620ae
Enable entropy injection on PSA targets
...
enable entropy injection on:
- K64F
- K66F
- NUCLEO_F411RE
- NUCLEO_F429ZI
- UBLOX_EVK_ODIN_W2
2019-01-13 18:30:22 +02:00
Alexander Zilberkant
eac620d1e9
Add FLASHAIP component
2019-01-13 18:30:21 +02:00
Alexander Zilberkant
7d25dcc6dd
Enable PSA APIs on Pelion boards
...
Add PSA label - enabling PSA APIs support on Pelion boards
- K66F
- K66F, NUCLEO_F429ZI
- NUCLEO_F411RE
- UBLOX_EVK_ODIN_W2
2019-01-13 18:30:21 +02:00
Mahesh Mahadevan
a11e201805
LPC546XX, LPC54114: Add README and LICENSE files for the power libraries
...
This is a fix for Issue#9254
Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
2019-01-11 14:50:47 -06:00
jeromecoutant
889d5dca1a
NUCLEO_H743ZI : enable TICKLESS
2019-01-11 15:43:31 +01:00
Martin Kojtal
d92febe700
Merge pull request #9327 from jeromecoutant/PR_IFDEF
...
STM32: replace missing #ifdef DEVICE_xxx
2019-01-11 14:07:28 +00:00
Martin Kojtal
fd6ceda960
Merge pull request #9323 from jeromecoutant/PR_AST
...
STM32: astyle check
2019-01-11 14:06:05 +00:00
Martin Kojtal
919dba535b
Merge pull request #9321 from jeromecoutant/PR_QSPI
...
STM32 : typo error in QSPI
2019-01-11 14:05:51 +00:00
c_jin
4d9c4343a0
Support boot stack size configuration option
2019-01-11 18:04:56 +08:00
Przemyslaw Stekiel
14f6cddc6f
[GigaDevice] Support boot stack size configuration option(GD32_F450ZI)
2019-01-11 09:51:39 +01:00
c_jin
75d4705d60
adjust directory structure for device
2019-01-11 09:54:47 +08:00
c_jin
7a29b20fb6
resolve conflicting file targets.json and add support for GD32_E103VB
2019-01-11 09:53:02 +08:00
c_jin
c9ec3632ce
Add GD32_E10X as new target
2019-01-11 09:44:22 +08:00
Cruz Monrreal
2454b25eba
Merge pull request #9092 from mprse/stack_unification_sec_try
...
Interrupt stack size unification + test
2019-01-10 16:08:44 -06:00
Cruz Monrreal
12980f4acd
Merge pull request #9232 from ChazJin/gd32f450
...
Add GD32_F450ZI as new target
2019-01-10 16:07:33 -06:00
Martin Kojtal
f4487b76da
Merge pull request #9315 from NXPmicro/Fix_Build_MCU_LPC546XX
...
LPC546XX: Do not make MCU_LPC546XX target public
2019-01-10 12:18:55 +00:00
Martin Kojtal
27dd445722
Merge pull request #9313 from kevinong0108/fix_adc_pin
...
STM32L476VG: fix wrong pin map function on ADC channels
2019-01-10 10:56:14 +00:00
jeromecoutant
877a3a13e1
STM32: replace missing #ifdef DEVICE_xxx
2019-01-10 11:02:52 +01:00
jeromecoutant
b1a284a876
STM32: astyle check
2019-01-10 10:22:21 +01:00
jeromecoutant
cc447e9b27
STM32 : typo error in QSPI
2019-01-10 10:06:17 +01:00
Mahesh Mahadevan
59116b17a4
LPC546XX: Do not make MCU_LPC546XX target public
...
This is a fix for Issue:9207
Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
2019-01-09 13:05:01 -06:00
kevin.ong
d3dfc986b5
STM32L476VG: fix wrong pin map function on ADC channels
...
This issue is start on https://github.com/ARMmbed/mbed-os/pull/6931
ADC pins must need STM_PIN_ANALOG_CONTROL_BIT to call LL_GPIO_EnablePinAnalogControl
2019-01-10 00:39:18 +08:00
Mahesh Mahadevan
585a4b6ddd
Add nanostack support for KW41Z
...
Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
2019-01-09 07:43:41 -06:00
Cai
aedeaf98cd
fix MPU compilation issue
2019-01-09 19:59:29 +08:00
c_jin
970bc24c1c
adjust directory structure for device
2019-01-09 19:03:34 +08:00
c_jin
be65ebd038
add SPDX indentifier, modify 450zi.icf file and static definition in us_ticker.c
2019-01-09 19:03:33 +08:00
c_jin
04c0e4fe5c
add button definitions
2019-01-09 19:03:33 +08:00
c_jin
c31ecd8e40
modify the 'INITIAL_SP' for GD32F450ZI
2019-01-09 19:03:33 +08:00
c_jin
5a1108e742
Add GD32_F450ZI as new target
2019-01-09 19:03:33 +08:00
Martin Kojtal
c27dabe765
Merge pull request #9256 from jeromecoutant/PR_FLASHEEPROM
...
STM32L0 & STM32L1: FLASH is EEPROM
2019-01-08 15:06:50 +00:00
Przemyslaw Stekiel
d97c4d5506
[TT] Support boot stack size configuration option
2019-01-08 15:32:07 +01:00
Przemyslaw Stekiel
4ee9378297
[GigaDevice] Support boot stack size configuration option
2019-01-08 15:32:07 +01:00
Przemyslaw Stekiel
888f49dade
[NORDIC] Support boot stack size configuration option
2019-01-08 15:32:07 +01:00
Przemyslaw Stekiel
4a113d2e29
[ublox] Support boot stack size configuration option
2019-01-08 15:32:07 +01:00
Przemyslaw Stekiel
f74f3c1fd0
[WIZNET] Support boot stack size configuration option
2019-01-08 15:32:07 +01:00
Przemyslaw Stekiel
9fe7e360b3
[TOSHIBA] Support boot stack size configuration option
2019-01-08 15:32:07 +01:00
Przemyslaw Stekiel
d30a14e64f
[Silicon_Labs] Support boot stack size configuration option
2019-01-08 15:32:06 +01:00
Przemyslaw Stekiel
58f6bf7292
[STM] Support boot stack size configuration option
2019-01-08 15:32:06 +01:00
Przemyslaw Stekiel
3525f6b393
[Realtek] Support boot stack size configuration option
2019-01-08 15:32:04 +01:00
Przemyslaw Stekiel
36ff05345e
[RDA] Support boot stack size configuration option
2019-01-08 15:32:04 +01:00
Przemyslaw Stekiel
c5a67c9267
[ONSEMI] Support boot stack size configuration option
2019-01-08 15:32:04 +01:00
Przemyslaw Stekiel
3b170118f3
[NXP] Support boot stack size configuration option
2019-01-08 15:32:04 +01:00
Przemyslaw Stekiel
6d1d08b660
[Maxim] Support boot stack size configuration option
2019-01-08 15:32:03 +01:00
Przemyslaw Stekiel
08004e141d
[Freescale] Support boot stack size configuration option
2019-01-08 15:32:03 +01:00
Przemyslaw Stekiel
8f230b6e70
[Cypress] Support boot stack size configuration option
2019-01-08 15:32:02 +01:00
Przemyslaw Stekiel
5b065c5b95
[Atmel] Support boot stack size configuration option
2019-01-08 15:32:02 +01:00
Przemyslaw Stekiel
f0ab08a68c
[Analog_Devices] Support boot stack size configuration option
2019-01-08 15:32:02 +01:00
Przemyslaw Stekiel
0111f5d5fe
[ARM_SSG] Support boot stack size configuration option
2019-01-08 15:32:02 +01:00
Przemyslaw Stekiel
55b1c664bc
[ARM_FM] Support boot stack size configuration option
2019-01-08 15:32:01 +01:00