Commit Graph

27778 Commits (9c328114c54ed33f7b517cdf79060ea35b51fee6)

Author SHA1 Message Date
Andrew Chong 0588b5502a Applied the latest astyle. 2020-02-05 15:09:40 +00:00
Andrew Chong 14f27720a2 Updated the code fix of timer and Mbed TLS. 2020-02-05 15:09:40 +00:00
Andrew Chong 183ff84d45 Revert "Removing CMSIS_NVIC_VIRTUAL from S5JS100 target conf."
This reverts commit e75292a11402e88a33dc25b6fbc03095604ae860.
2020-02-05 15:09:40 +00:00
Andrew Chong c8772432e5 Removing CMSIS_NVIC_VIRTUAL from S5JS100 target conf. 2020-02-05 15:09:40 +00:00
Andrew Chong 5307e41ef7 Revert "Removed the unused port_api.c driver code."
This reverts commit 9fad25f8dcc30591ce5c5f7c51945eabb8de2617.
2020-02-05 15:09:40 +00:00
Andrew Chong 8019057f8e Removed the unused port_api.c driver code. 2020-02-05 15:09:40 +00:00
Andrew Chong ce3ccb1830 Revert "Following the IAR dynamic heap policy."
This reverts commit 374aed24111d80b03efc096722daa84234cfb613.
2020-02-05 15:09:40 +00:00
Andrew Chong 748880e006 Revert "Forgot to set the IAR base heap size to minimal."
This reverts commit be5633d11e243d58406ddee27a1c75d242664a3e.
2020-02-05 15:09:40 +00:00
Andrew Chong 4250f12ae8 Forgot to set the IAR base heap size to minimal. 2020-02-05 15:09:40 +00:00
PARKJIHOON 31ae3ac0a4 Assign VTOR address '0'
Signed-off-by: PARKJIHOON <jh6186.park@samsung.com>
2020-02-05 15:09:40 +00:00
Andrew Chong 44901f17db Following the IAR dynamic heap policy. 2020-02-05 15:09:40 +00:00
PARKJIHOON 6c3477117b tidy up PR comments #3
Signed-off-by: PARKJIHOON <jh6186.park@samsung.com>
2020-02-05 15:09:40 +00:00
PARKJIHOON cd37b0cf8e tidy up PR comments #2
Signed-off-by: PARKJIHOON <jh6186.park@samsung.com>
2020-02-05 15:03:36 +00:00
PARKJIHOON 873fc4308a fix Link Script format
Signed-off-by: PARKJIHOON <jh6186.park@samsung.com>
2020-02-05 15:03:36 +00:00
PARKJIHOON 9ea2ce91fa tidy up PR comments #1
Signed-off-by: PARKJIHOON <jh6186.park@samsung.com>
2020-02-05 15:03:36 +00:00
Andrew Chong 35b176b896 Ran astyle on features/mbedtls/targets/TARGET_Samsung. 2020-02-05 14:52:27 +00:00
Andrew Chong 3d59a5617e Removing CMSIS pack connector of from S5JS100. 2020-02-05 14:40:24 +00:00
PARKJIHOON f7fcae90c8 Adding Samsung Exynos i S111 target code. Adding a new target of HW development kit using [Samsung Exynos i S111](https://www.samsung.com/semiconductor/minisite/exynos/products/iot/exynos-i-s111/) module to Mbed-OS. This will widen the HW choices of Mbed-OS enabled NB-IoT, GNSS and Security (eFuse, AES, SHA-2, PKA, Secure Storage, Security Sub-System, [PUF](https://en.wikipedia.org/wiki/Physical_unclonable_function)) modules. Target Name: S5JS100
Co-authored-by: Ivan Galkin <ivan.galkin@samsung.com>
Co-authored-by: Seokwon Lee <swon.lee@samsung.com>
Co-authored-by: Zhizhe Zhu <zhizhe.zhu@samsung.com>
Co-authored-by: Xinyi Zhao <xinyi.zhao@samsung.com>
2020-02-05 14:40:24 +00:00
Dustin Crossman cd86cf9371 Update psoc6pdl to version 1.4.0 2020-02-05 14:40:24 +00:00
Dustin Crossman 2e7809fdd0 Update abstraction rtos with improved documentation and utilities. 2020-02-05 14:40:24 +00:00
Dustin Crossman d07d61f12a Update psoc6 core_lib with additional documentation and bit manipulation utilities. 2020-02-05 14:40:24 +00:00
Dustin Crossman 27672bd59b Updated cypress target code with latest configurator and PDL library (1.4.0). 2020-02-05 14:40:24 +00:00
Risto Huhtala b429a6b8ef Update mbed-coap changelog-md with v5.1.3 information 2020-02-05 14:40:24 +00:00
Risto Huhtala 3edd93b108 mbed-coap uint16 overflow when calculating packet data size 2020-02-05 14:40:24 +00:00
Risto Huhtala ca3a848e80 Code review fix. Removing extra spaces 2020-02-05 14:40:24 +00:00
Risto Huhtala 23a23b948b mbed-coap Buffer overflow when paring CoAP message 2020-02-05 14:40:24 +00:00
Shuopeng Deng 440752ff39 fix code review ARs 2020-02-05 14:40:24 +00:00
Shuopeng Deng 4c4f1826bb Removed a hardcoded timeout in CyH4TransportDriver.cpp
Replaced a hardcoded timeout in CyH4TransportDriver.cpp with a cypress
hal function. The cypress PUTC hal API only blocks until data has been
send into the HW buffer, not until all data has been out of the HW
buffer. Modified an API to block untill all tx transmit is complete.
This allows the removal of a hardcoded timeout in
CyH4TransportDriver.cpp that waits for data int the HW buffer to be
sent.
2020-02-05 14:40:24 +00:00
Kevin Bracey 8fb5307af6 Robustify equeue multithread test
Rather than wait 10ms before breaking the other thread, and expecting at
least one event to have been run, wait for one event to be run, then
break.

Should avoid some spurious failures that have been seen.
2020-02-05 14:40:24 +00:00
toyowata ef939df734 Fix runtime crash by ARMC6 build 2020-02-05 14:40:24 +00:00
toyowata 95c3a8107a Fix USTICKER build error for LPC11U35_401 2020-02-05 14:40:24 +00:00
Alexandre Bourdiol 03b31525a2 Targets: adapt NUCLEO_G071RB to CMSIS-pack info update 2020-02-05 14:40:24 +00:00
Janne Kiiskila ce3ab69e5f Update CMSIS-pack info for STM32G-family
Update the CMSIS-pack info to `index.json` in arm_pack_manager -folder.
The update happens via python project.py --update-packs and a modified
version of the cmsis-pack-manager tool, which allows the download of
(most) CMSIS-pack files. The changes for this family ONLY are then updated
to the `index.json` -file.

Mbed OS PR #12093 need this change, as they refer to a target (device_name)
from the updated CMSIS-packs.

Ref: https://github.com/ARMmbed/mbed-os/pull/12093
2020-02-05 14:40:24 +00:00
Alexandre Bourdiol 65d4a93b70 TARGET_STM: add support of board NUCLEO_G071RB 2020-02-05 14:40:24 +00:00
Ari Parkkila 6650600268 Cellular: Fix AT command for COPS manual network selection 2020-02-05 14:40:24 +00:00
Antti Yli-Tokola b87a067434 Make ESP8266 compatible with non rtos build 2020-02-05 14:40:24 +00:00
jeromecoutant e7988b0541 STM EMAC: compilation issue with ARMC5 2020-02-05 14:40:24 +00:00
Anna Bridge 64853b354f
Merge pull request #12119 from ARMmbed/release-candidate
Release candidate for mbed-os-5.15.0-rc3
2019-12-16 22:46:35 +00:00
Przemyslaw Stekiel 034de2f190 storage: fix static pin-map for ARMC5 2019-12-16 16:12:38 +00:00
Graham Hammond d5f51d712b Notify on configuration exception rather than breaking build 2019-12-16 16:12:38 +00:00
Anna Bridge 5d7f5bd82b
Merge pull request #12082 from ARMmbed/release-candidate
Release candidate for mbed-os-5.15.0-rc2
2019-12-12 10:23:15 +00:00
adbridge 5d947032ba Revert "Update PSA auto-generated components and services"
This reverts commit eedfd64bc1.

The only changes in this commit are white space changes which
are actually wrong and breaking the astyle checks.
2019-12-11 11:54:24 +00:00
adbridge 530451939c "Update secure binaries for ARM_MUSCA_A1_S (ARMC6)" 2019-12-11 10:59:38 +00:00
adbridge eedfd64bc1 Update PSA auto-generated components and services 2019-12-11 10:52:57 +00:00
adbridge ebd27f08c3 "Update secure binaries for LPC55S69_S (ARMC6)" 2019-12-11 10:52:56 +00:00
Martin Kojtal d8d399c508 TARGET_STM32F74: fix IAR SIZE check in linker scripts 2019-12-11 10:45:56 +00:00
Martin Kojtal 6ad8c9caec STM32F756xG: fix IAR RAM size check 2019-12-11 10:45:56 +00:00
Martin Kojtal cc07a6d7dc UNO_91H: remove sectors, bootloader was disabled
This should be reverted once bootloader is supported.
2019-12-11 10:45:56 +00:00
Martin Kojtal dc34196ad7 CY8CKIT_062_BLE: disable bootloader support
device_name is missing
2019-12-11 10:45:56 +00:00
Martin Kojtal a19cd51ce6 CY8CKIT_062_WIFI_BT: disable bootloader support
device_name is missing
2019-12-11 10:45:56 +00:00