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
TomoYamanaka
6e13b7586c
Modify IRQ handler processing without RTOS at Cortex-A ARM Compiler
...
In case of unusing RTOS, IRQ handler executes "while(1)" and it causes a program freeze.
Therefore, I revised this processing. Also I added the heap setting processing and set the align to 8 byte.
2019-01-14 13:06:14 +00:00
jeromecoutant
53ff2d5d05
STM32L0 ADC TEMPERATURE CHANNEL rework
2019-01-14 13:06:14 +00:00
Donatien Garnier
309d42a63f
Disable MPU support on NRF52x platforms
2019-01-14 13:06:14 +00:00
zhanglu@realtek-sg.com
ea044c6046
realtek-rtl8195am-Hide_Debugging_Messages
...
This PR addresses the issue of #8903 .
A new boolean variable 'debug' is added to turn off the display of debugging message (by default). It can be turned on when needed.
Description
1. Add new boolean parameter ‘debug’ in function ‘RTWInterface’ in file "RTWInterface.h".
2. Add conditional statement to enable/disable variable ‘GlobalDebugEnable’ in file "RTWInterface.h" to control whether debugging message should be displayed.
2019-01-14 13:06:14 +00:00
ccli8
cf12140031
Fix UART flow control CTS/RTS
...
Configure RTS pin outout to active low when RTS is disabled. This allows the peer to be able
to send data if its CTS is still enabled.
2019-01-14 13:06:14 +00:00
ccli8
3e94b86a78
Refine MBED_CONF_RTOS_PRESENT check in crypto_misc.cpp
2019-01-14 13:06:14 +00:00
ccli8
8eef60421f
Fix crypto_misc.cpp compile error with RTOS-absent
...
Replace Mutex with PlatformMutex which supports RTOS-absent
2019-01-14 13:06:14 +00:00
ccli8
fd0ff1f454
Remove unnecessary mbed_rtos_storage.h in crypto_misc.cpp
2019-01-14 13:06:14 +00:00
Cruz Monrreal II
3eab2b6d2d
Added files missed with patch application
2018-12-31 22:27:04 -06:00