Commit Graph

4225 Commits (ddf5060ef923f929f3673f9fc542e0824c5fb61d)

Author SHA1 Message Date
Deepika 39827e4fbb M2351: Update code to support IAR 8.x builds 2019-02-08 16:50:27 +00:00
Leszek Rusinowicz d673738ba0 PSOC6: M0 core image for BLE controller updated to version 1.05
- fixed issues with timeouts withing BLE stack causing disconnections
- fixed issues with i/o reservation conflicts
2019-02-08 16:50:27 +00:00
Rob Vlaar e0c20d5294 fixed indentation 2019-02-08 16:50:27 +00:00
Rob Vlaar b4ca822f22 Reset internal vref buffer after an ADC conversion using the config channel function 2019-02-08 16:50:27 +00:00
jeromecoutant 4ba8e0e754 STM32: PeripheralPins files minor update
Script version 1.4
CubeMX DB version DB.5.0.1
2019-02-08 16:50:27 +00:00
jeromecoutant 2eec7c8562 STM32H7: 0S2 compilation 2019-02-08 16:50:27 +00:00
Fahim Alavi fad7ff9655 Fixed modem reset functionality to avoid low time to trigger module switch off 2019-02-08 16:50:27 +00:00
Mahesh Mahadevan fd6b59cf29 LPC546XX, MIMXRT1050: Update to fix ARMC6 build failures
Fix for issue 9402

Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
2019-02-08 16:48:59 +00:00
Maciej Bocianski 56c0ece600 ARCH_PRO: add SPI pin definitions 2019-02-08 16:48:59 +00:00
Volodymyr Medvid 5d819621e9 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-02-08 16:48:59 +00:00
jeromecoutant 206589045c STM32L496xG: increase IAR heap size 2019-01-25 16:19:11 +00:00
Ben Cooke 3099acc864 Add FLASH support to TARGET_MAX32620C MCU and derivative platform targets 2019-01-25 15:55:42 +00:00
Oren Cohen e4b811d3a2 Skip redundant binaries 2019-01-25 14:29:59 +00:00
Oren Cohen 37ca77c9e1 Typo 2019-01-25 14:29:59 +00:00
Oren Cohen 9ade3a6ede Add license 2019-01-25 14:29:59 +00:00
Oren Cohen 6e31385238 Update PSA binaries importer for FUTURE_SEQUANA_PSA 2019-01-25 14:29:59 +00:00
Martin Kojtal c670ef8bff 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-25 14:29:59 +00:00
jeromecoutant 473df45693 NUCLEO_H743ZI: CAN support 2019-01-25 14:29:59 +00:00
jeromecoutant 235d3b88d7 STM32: FDCAN support for H7 family 2019-01-25 14:29:59 +00:00
Cai 757a7c6f04 fix bug for RDA UNO_91H:calling us ticker functions without init. solution: init us ticker when init TRNG. 2019-01-25 14:29:59 +00:00
j3hill 72209e851e NRF5x: QSPI SFDP read implementation 2019-01-25 14:29:59 +00:00
Leszek Rusinowicz b5720fd2b7 Any RX event should end read operation. 2019-01-25 14:29:59 +00:00
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