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
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
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
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
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