forked from ARMmbed/mbed-os
-
Notifications
You must be signed in to change notification settings - Fork 0
Sync to latest mbed-os #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TEST: Refactor mbedmicro tests to use utest framework
FPGA: Enlarge timeout with mbed_hal_fpga_ci_test_shield-i2c
…of-STM32-Boards EthernetInterface fix detecting change of connection status on ARCH_MAX
Disable restricted uart peripheral for NRF52840
LPC408X: Delete the ethernet_api.c files
FIX: LPUART clock source selection should be left to serial driver
add FLASHIAP in targets.json for KVStore used in PDMC
Fix #12290: crash_log_parser on py3
Cypress Asset Update
Cellular : add modem version in mbed trace
This is a minor optimisation to the mcr20a-rf-driver code: 1. The function parameter is 'uint8_t *byteArray', (byteArray == NULL) instead of using (byteArray == 0). The code is more readable.
According to GCC man: To use the link-time optimizer, -flto and optimization options should be specified at compile time and during the final link. It is recommended that you compile all the files participating in the same link with the same options and also specify those options at link time. Additionally, move the '-g3' flag out of 'common' flags in the debug profile. Although the '-g' is correctly ignored by the linker, the '-glevel' is not and causes a build error "ld: unrecognized option '-g3'".
This fixes the undefined reference to 'main' that arose after adding the "-flto" flag to compilation. This was the case for combined "-Wl,--wrap,main" and "-flto" flags.
Disable the lto for the default develop and release prifiles and move the flags to tools/profiles/extensions/lto.json profile. Usage: mbed compile --profile release --profile tools/profiles/extensions/lto.json
Nuvoton: Fix GPIO IRQ and RTC
This is a workaround for the GCC not using the strong symbols from C files to override the weak symbols from ASM files. This GCC bug is only present when building with the link-time optimizer (LTO) enabled. For more details please see: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83967 This can be fixed by changing the order of object files in the linker command; objects providing the weak symbols and compiled from assembly must be listed before the objects providing the strong symbols. To keep things simple, ALL object files from ASM are listed before other object files.
…p' in a local gpiote input configuration data structure, resulting in non-deterministic failure to initialize interrupt handling.
NRF52840_DK: Fix baremetal linker error
Add BlockDevice unittests and fix issues they revealed
PDP Type needs to be IPV4V6
Note that the word 'lenght' is wrong, so that 'lenght' should been replaced with 'length'.
…_future_sequana Remove reset reason from Future Sequana targets.
GCC: Fix the toolchain LTO workaround for Python 3
Remove explicit include of mbedtls/config.h
Stops using deprecated TCPSocket constructors and string-based APIs.
- PHY default configuration can be changed - AutoNegotiation - Speed - DuplexMode - PHY register offset can be updated depending on chosen PHY All unused parameters are cleaned.
threads: fix timeout (set to 25)
Remove CriticalSectionLock deprecated APIs
tests-integration-net-single: fix build error
Allow MISO/MOSI set to NC during SPI initialisation (fix for issue #12435)
C++11-ify virtualisation in netsocket
allow reconfiguring a running watchdog
Inline nsapi_create_stack(NetworkStack)
Fix build failure when target's cmsis doesn't exist
…erdown M487: Fix crash on WDT reset from power-down
Fix minimal-printf stack overflow
Remove DirHandle deprecated APIs
Remove the deprecated CallChain class and its APIs
travis: scancode ret value not cat fix
STM32 EMAC : add configuration choice and connection check
rogeryou
pushed a commit
that referenced
this pull request
Apr 14, 2020
Signed-off-by: PARKJIHOON <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary of changes
Impact of changes
Migration actions required
Documentation
Pull request type
Test results
Reviewers