-
Notifications
You must be signed in to change notification settings - Fork 3k
Dev kl46z #103
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
Dev kl46z #103
Conversation
This file contains 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
bridadan
pushed a commit
that referenced
this pull request
Jun 21, 2016
Add non-blocking support to ESP8266Interface
deepakvenugopal
added a commit
to deepakvenugopal/mbed-os
that referenced
this pull request
Aug 9, 2018
…656a cbe656a Fix 'unused variable' compiler - warning (ARMmbed#103) 1599c6b CoAP blockwise transfer support (ARMmbed#94) 40abace Update memory allocation and adjust trace (ARMmbed#102) fc7bec3 Update unit test stub (ARMmbed#101) 4091f1b Check for coap_security_handler_connect_non_blocking return value (ARMmbed#100) git-subtree-dir: features/nanostack/coap-service git-subtree-split: cbe656a
yossi2le
pushed a commit
to yossi2le/mbed-os
that referenced
this pull request
Jan 2, 2019
Fix for erase size calculation when header is contiguous with app.
linlingao
added a commit
to linlingao/mbed-os
that referenced
this pull request
Jul 12, 2019
Fix nwp warm reset
pan-
added a commit
to pan-/mbed
that referenced
this pull request
May 29, 2020
Remove BLE_Eddystone examples as they currently do not work.
artokin
added a commit
to artokin/mbed-os
that referenced
this pull request
Dec 2, 2021
…c343e4e2cc..ee958668e3 ee958668e3 Reorganize CMakeFiles based on target (ARMmbed#105) 2584ce4151 Merge pull request ARMmbed#104 from PelionIoT/cmake_add_interface_lib 0bdb64c4bf Update unit tests readme to not use "make check" 245f487472 Update the make command in run_unit_tests script c297519298 Allow tests to be built by "make all" and remove "check" custom target 289cc6f657 Add test_all option b66d49364e Added interface library 8e890fbbc6 Fix ns_nvm_helper unit tests (ARMmbed#103) 93fc3fe6b5 Merge pull request ARMmbed#102 from PelionIoT/add_test_readme 848585c8e1 Added readme to test folder a7dc930933 Merge pull request ARMmbed#101 from PelionIoT/cmake_refactor 032bfecce8 Added UT CI support for GTest 9e8bda84b8 Removed test from make all. Now tests can be build with make check. 17d4bde2c8 Add CPP flags for unittest coverage bec5b33544 Licence added 454140f974 Fix ut coverage ca9e1e49f1 CMake improvements 9585b3d67a Fix compilation warnings from dynmem_test.cpp 4ef3fa12ba Remove CXX 11 requirement a6d275db50 Add root directory to public include directories 2036a7431a Added CMake support + UT -> GTest git-subtree-dir: connectivity/libraries/nanostack-libservice git-subtree-split: ee958668e3e4b373ec4e2ee8425b7631fec2d80a
Jookia
pushed a commit
to Jookia/mbed-os
that referenced
this pull request
Mar 11, 2023
* add custom linker script a custom linker script can be applied by adding the .ld filepath as 2nd argument to mbed_set_post_build * more detailed comment * add if is_standalone for text cases * replace COMMENT in add_custom_command by echo COMMENT is not reliable printed
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.
I added the correct KL46 CMSIS files. There were made corrections in UART and SPI HAL. The most changed file was SPI which provides 16bit format.
We can close the issue I created for KL46Z here in the mbed github repository. I believe we carry out testing again once this boards gets the mbed firmware.
Regards,
0xc0170