Leszek Rusinowicz
75fbc5817e
Fixes for PSoC6 serial interface, asynchronous mode.
2019-01-25 14:29:59 +00:00
Mahesh Mahadevan
02df4cb4f1
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-25 14:29:59 +00:00
kevin.ong
50e2e05442
stm32: fix indent style
2019-01-25 14:29:59 +00:00
kevin.ong
f0006adb41
stm32: fix typo
2019-01-25 14:29:59 +00:00
kevin.ong
0e69cd95de
stm32: fix some F0 target compile error
2019-01-25 14:29:59 +00:00
kevin.ong
56e488a2fd
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-25 14:29:59 +00:00
kevin.ong
38e1152eea
stm32: fix F1/F2/F4/L1 compile fail after enable CRC
...
Those series have not CRC_POLYLENGTH_32B definition
2019-01-25 14:29:59 +00:00
kevin.ong
536b7a645a
stm32: remove empty line
2019-01-25 14:29:59 +00:00
kevin.ong
6688b55a58
stm32: Improve the CRC function to support fully accumulate
...
Tested on DISCO_L476VG and NUCLEO_L476RG
2019-01-25 14:29:59 +00:00
Fahim Alavi
7aa3f4855e
PB_1 is not connected to D4 in R412M above
2019-01-25 14:29:59 +00:00
Bence Kaposzta
70569fa5d6
Fixes typos in SMSC9220 Ethernet driver
...
Change-Id: I44a12ec1c57a926dadee81df1b84bd531d5cfccb
Signed-off-by: Bence Kaposzta <bence.kaposzta@arm.com>
2019-01-25 14:29:59 +00:00
shilei.yu
04fb1ecbe5
open hal lib source
2019-01-25 14:29:59 +00:00
Fahim Alavi
19a88e0ddc
Set target C030-R412M in mbed
2019-01-25 14:29:59 +00:00
maclobdell
6e3006d508
add qspif as default storage for LPCXpresso546XX
2019-01-25 14:29:59 +00:00
jeromecoutant
0277fc389a
NUCLEO_H743ZI : enable TICKLESS
2019-01-25 14:29:59 +00:00
Mahesh Mahadevan
6be2ef21c4
Add nanostack support for KW41Z
...
Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
2019-01-25 14:29:59 +00:00
Alexander Zilberkant
807d0b64c6
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-14 13:06:14 +00:00
Alexander Zilberkant
ce9fa065db
Enable entropy injection on PSA targets
...
enable entropy injection on:
- K64F
- K66F
- NUCLEO_F411RE
- NUCLEO_F429ZI
- UBLOX_EVK_ODIN_W2
2019-01-14 13:06:14 +00:00
Alexander Zilberkant
6b68b77dbd
Add FLASHAIP component
2019-01-14 13:06:14 +00:00
Alexander Zilberkant
3b90f2b9d0
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-14 13:06:14 +00:00
c_jin
05eb6c59bd
Support boot stack size configuration option
2019-01-14 13:06:14 +00:00
c_jin
d09a3aa1e6
adjust directory structure for device
2019-01-14 13:06:14 +00:00
c_jin
b9841a7314
resolve conflicting file targets.json and add support for GD32_E103VB
2019-01-14 13:06:14 +00:00
c_jin
adc8b458c6
Add GD32_E10X as new target
2019-01-14 13:06:14 +00:00
jeromecoutant
3b4952124a
STM32: replace missing #ifdef DEVICE_xxx
2019-01-14 13:06:14 +00:00
jeromecoutant
1fa1ea0743
STM32: astyle check
2019-01-14 13:06:14 +00:00
jeromecoutant
9d1d967587
STM32 : typo error in QSPI
2019-01-14 13:06:14 +00:00
c_jin
549bc0a14c
adjust directory structure for device
2019-01-14 13:06:14 +00:00
c_jin
a915c843e3
add SPDX indentifier, modify 450zi.icf file and static definition in us_ticker.c
2019-01-14 13:06:14 +00:00
c_jin
ee09fe7dbf
add button definitions
2019-01-14 13:06:14 +00:00
c_jin
2e1adee7d6
modify the 'INITIAL_SP' for GD32F450ZI
2019-01-14 13:06:14 +00:00
c_jin
224493fbfe
Add GD32_F450ZI as new target
2019-01-14 13:06:14 +00:00
Mahesh Mahadevan
d374cfa5da
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-14 13:06:14 +00:00
kevin.ong
3c03d708bb
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-14 13:06:14 +00:00
Cai
c137ce9885
fix MPU compilation issue
2019-01-14 13:06:14 +00:00
jeromecoutant
84a0a5d550
STM32 L0 & L1: FLASH is EEPROM
2019-01-14 13:06:14 +00:00
Alastair D'Silva
b0220082de
Don't use define checks on DEVICE_FOO macros (partner code)
...
The DEVICE_FOO macros are always defined (either 0 or 1).
This patch replaces any instances of a define check on a DEVICE_FOO
macro with value test instead.
Signed-off-by: Alastair D'Silva <alastair@d-silva.org>
2019-01-14 13:06:14 +00:00
jeromecoutant
5598112863
STM32L4 ADC VBAT CHANNEL
2019-01-14 13:06:14 +00:00
Wilfried Chauveau
d08c64eac3
add bootloader support to the DISCO_F469NI
2019-01-14 13:06:14 +00:00
Antti Kauppila
404161550d
Fixed Realtek test build
2019-01-14 13:06:14 +00:00
bcostm
2dfd1e5466
NUCLEO_H743ZI: add crash reporting for IAR
2019-01-14 13:06:14 +00:00
bcostm
c6f3d9244a
NUCLEO_H743ZI: include rtc LL driver
2019-01-14 13:06:14 +00:00
jeromecoutant
1b67295203
NUCLEO_H743ZI: add initial SDK
2019-01-14 13:06:14 +00:00
Qinghao Shi
f1f4efd8ad
FastModel: rename SMM_MPS2.h to FVP_MPS2.h
2019-01-14 13:06:14 +00:00
Qinghao Shi
d62e77de5c
FastModel: share the same MPS2 platform header to all targets
2019-01-14 13:06:14 +00:00
Qinghao Shi
5f26c56c16
FastModel: remove SMSC9220 related definitions from SDK
2019-01-14 13:06:14 +00:00
heejungPark
881be361bc
changed UART0 to UART2, added UART_5
2019-01-14 13:06:14 +00:00
TomoYamanaka
d3d476ae4a
Modify the definition as to whether RTOS is not present in sys.cpp.
2019-01-14 13:06:14 +00:00
TomoYamanaka
596110069c
Modify IRQ handler processing without RTOS at Cortex-A IAR Compiler
...
In case of unusing RTOS, there is no processing against IRQ handler and it causes a linker error.
Therefore, I added this processing with WEAK attribute. Also I added cmain.S file at cmsis/TARGET_CORTEX_A folder.
2019-01-14 13:06:14 +00:00
TomoYamanaka
95c8f1706a
Modify IRQ handler processing without RTOS at Cortex-A GCC Compiler
...
In case of unusing RTOS, IRQ handler executes "while(1)" and it causes a program freeze.
Therefore, I revised this processing.
2019-01-14 13:06:14 +00:00