Commit Graph

27967 Commits (239ec8c941a16f69cf0942a285aca46f5b64b10d)

Author SHA1 Message Date
Arto Kinnunen c8d1b3b51b Merge commit 'c9610e1a78b2b94fb659539b30d7fb4e0f1e36c8' into nanostack_for_mbedos_5_15
* commit 'c9610e1a78b2b94fb659539b30d7fb4e0f1e36c8':
  Squashed 'features/nanostack/coap-service/' changes from b919a3366f..e5e0c138e6
2020-02-21 10:59:22 +02:00
Arto Kinnunen e7e75accaa Merge commit 'db389d4b4b3cf6cf080926399bef2584ab896ba1' into nanostack_for_mbedos_5_15
* commit 'db389d4b4b3cf6cf080926399bef2584ab896ba1':
  Squashed 'features/frameworks/nanostack-libservice/' changes from 9af756886f..9a61e73787
2020-02-21 10:54:43 +02:00
Arto Kinnunen db389d4b4b Squashed 'features/frameworks/nanostack-libservice/' changes from 9af756886f..9a61e73787
9a61e73787 Merge pull request #89 from ARMmbed/update_from_mbedos
2a07f443ed Fixed typo: 'lenght' in ip6string.h
050aa7f31a Include ns_types.h before mbed_trace.h in Nanomesh

git-subtree-dir: features/frameworks/nanostack-libservice
git-subtree-split: 9a61e737872ba60fa73e9375011f63e9e266577a
2020-02-21 10:54:42 +02:00
Martin Kojtal e642a7d8b3
Merge pull request #12372 from ARMmbed/release-candidate
Release candidate for mbed-os-5.15.1
2020-02-07 14:15:43 +00:00
Martin Kojtal 7b398c0abd Samsung: fix incorrect conflict resolution 2020-02-07 10:25:57 +00:00
jeromecoutant dd37ac3c04 STM32F0: clean main-thread-stack-size setting 2020-02-07 10:10:36 +00:00
jeromecoutant 8197d7625d STM32 remove unused INITIAL_SP macro 2020-02-07 10:10:27 +00:00
midd d11aa10e99 Update psoc6cm0p asset to 1.1.0 2020-02-06 11:29:29 +00:00
adbridge aa298c0769 Revert "Pairing fails when IPv6 enabled in SoftAP intf"
This reverts commit 18285e1fc1.
2020-02-06 11:27:33 +00:00
adbridge f86022a61d Fix indentation levels for comments in psa file 2020-02-05 16:34:55 +00:00
adbridge d27ace3454 Update PSA auto-generated components and services 2020-02-05 15:41:10 +00:00
adbridge 817e367c92 Update Mbed version block 2020-02-05 15:30:21 +00:00
Marcelo Salazar 8f937d6eab OKDO_ODIN_W2: Reenable lp-ticker and BLE 2020-02-05 15:30:21 +00:00
Pawel Zarembski 2fe341f589 hani_iot: add SPDX identifier to all new ARM copyrighted files 2020-02-05 15:25:11 +00:00
Pawel Zarembski 9faf6618fc hani_iot: update licenses dates, remove unnecessary comment 2020-02-05 15:25:11 +00:00
Pawel Zarembski feb2952cb2 hani_iot: add spif storage config 2020-02-05 15:25:11 +00:00
Pawel Zarembski 01e1a2c805 hani_iot: add target files and update targets.json 2020-02-05 15:25:11 +00:00
Arun S df72637b61 Pairing fails when IPv6 enabled in SoftAP intf Issue: udp_sendto() Fails for multicast IPV6 packet when interface is switched from SoftAP to STA mode. When SoftAP start is called, add_ethernet_interface() will be called internally to add interface details into netif_list. When switching from SoftAP to STA mode, add_ethernet_interface() will be called again to append the interace details into netif_list. When udp_sendto() is called, ip6_route() will return interface as NULL since it consider device as single interface. Fix: SoftAP mode Stop, call remove_ethernet_interface() to remove the interface from the netif_list. 2020-02-05 15:25:11 +00:00
jeromecoutant cbba284677 STM32L5 : Introduce NUCLEO_L552ZE_Q board 2020-02-05 15:25:11 +00:00
jeromecoutant 119894336e STM32L5 : update generic STM files for L5 2020-02-05 15:25:11 +00:00
jeromecoutant a495a6b025 STM32L5: add API L5 family files 2020-02-05 15:25:11 +00:00
jeromecoutant 513eebf5e2 STM32L5: TOOLCHAIN automatic updates 2020-02-05 15:25:11 +00:00
jeromecoutant 89962e60a9 STM32L5: STM32Cube_FW_L5_V1.0.0 files 2020-02-05 15:25:11 +00:00
PARKJIHOON afedfc06f1 comments the performance of TRNG
Signed-off-by: PARKJIHOON <jh6186.park@samsung.com>
2020-02-05 15:25:11 +00:00
PARKJIHOON 2a2d6cf6a3 Tidy up comments
Signed-off-by: PARKJIHOON <jh6186.park@samsung.com>
2020-02-05 15:25:11 +00:00
PARKJIHOON 0a0d4f5a17 fix typo 'modifyh'
Signed-off-by: PARKJIHOON <jh6186.park@samsung.com>
2020-02-05 15:25:11 +00:00
PARKJIHOON 66887ee138 fix typo 'modifyh'
Signed-off-by: PARKJIHOON <jh6186.park@samsung.com>
2020-02-05 15:25:11 +00:00
PARKJIHOON e8b27c2780 Default use BEDTLS_SHA512_SMALLER for SW fallback
Signed-off-by: PARKJIHOON <jh6186.park@samsung.com>
2020-02-05 15:25:11 +00:00
PARKJIHOON b15af51988 fix header for samsung spi driver
Signed-off-by: PARKJIHOON <jh6186.park@samsung.com>
2020-02-05 15:25:11 +00:00
PARKJIHOON d88255217b Update SSS header contents
Signed-off-by: PARKJIHOON <jh6186.park@samsung.com>
2020-02-05 15:23:57 +00:00
Andrew Chong 398924cbaa Adding in SPDX Apache 2.0 for the Apache 2 declared Samsung license headers. 2020-02-05 15:20:32 +00:00
Andrew Chong a98d2795fc Changed 2018 or 2019 copyright to 2020 via sed auto change. 2020-02-05 15:20:32 +00:00
Andrew Chong 4356e8c635 Minor astyle change. 2020-02-05 15:09:40 +00:00
PARKJIHOON dc72c8a30c remove .mbedignore list
Signed-off-by: PARKJIHOON <jh6186.park@samsung.com>
2020-02-05 15:09:40 +00:00
PARKJIHOON 45fd046cc3 tidy up unused comment
Signed-off-by: PARKJIHOON <jh6186.park@samsung.com>
2020-02-05 15:09:40 +00:00
PARKJIHOON ad2c344ac0 tidy up unused printf
Signed-off-by: PARKJIHOON <jh6186.park@samsung.com>
2020-02-05 15:09:40 +00:00
PARKJIHOON e2490ff318 error case prints out using mbed_error_printf()
Signed-off-by: PARKJIHOON <jh6186.park@samsung.com>
2020-02-05 15:09:40 +00:00
PARKJIHOON cf8666ade9 Remove Target dependant mbed_error()
Signed-off-by: PARKJIHOON <jh6186.park@samsung.com>
2020-02-05 15:09:40 +00:00
Andrew Chong ba604e8799 Removed PortIn/Out/InOut from Samsung target for now. 2020-02-05 15:09:40 +00:00
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