-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Added KL46Z support #78
Merged
Merged
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
Hello, what a suprise :-) You were supposed to send me your branch a while ago. Have you fully tested this port? Regards, |
bridadan
pushed a commit
that referenced
this pull request
Jun 21, 2016
Use parallel build by default
artokin
pushed a commit
to artokin/mbed-os
that referenced
this pull request
Nov 16, 2017
… from d65b6b0..b1c9efb b1c9efb Fix coap_connection_handler_send_data() return values (ARMmbed#81) f9cb04f Delete transaction when not needed (ARMmbed#80) daf3694 Message transaction memory handling changes (ARMmbed#79) adc04c4 Add API to send response to request based on Message ID (ARMmbed#78) 58f0ed5 Limit number of ongoing handshakes (ARMmbed#77) 42c1169 Fix redefinition of mbed TLS error codes (ARMmbed#76) ba7a7c4 Added server mode certificate conf (ARMmbed#74) d108199 Certificate set API changed. (ARMmbed#73) 2d622e0 Support for certificate mode (ARMmbed#72) git-subtree-dir: features/nanostack/FEATURE_NANOSTACK/coap-service git-subtree-split: b1c9efb
artokin
pushed a commit
to artokin/mbed-os
that referenced
this pull request
Nov 16, 2017
…95..6d3590f 6d3590f Fix broken URL to config system documentation in README (ARMmbed#78) git-subtree-dir: features/FEATURE_COMMON_PAL/mbed-trace git-subtree-split: 6d3590f08853892373cb479cc141002d48561fd8
geky
pushed a commit
to geky/mbed
that referenced
this pull request
Aug 25, 2018
Updating license and readme
linlingao
added a commit
to linlingao/mbed-os
that referenced
this pull request
Jul 12, 2019
changed gcc linker script to workaround an issue in managed bootloade…
pan-
added a commit
to pan-/mbed
that referenced
this pull request
May 29, 2020
Using predefined macro for EVENT SIZE.
artokin
added a commit
to artokin/mbed-os
that referenced
this pull request
Dec 2, 2021
…es from 7d12478914..089ca0eed7 089ca0eed7 Merge pull request ARMmbed#78 from PelionIoT/sync_from_mbedos f61d52dc77 Update copyright 36f14ee53a Sync from Mbed OS git-subtree-dir: connectivity/drivers/802.15.4_RF/stm-s2lp-rf-driver git-subtree-split: 089ca0eed7a6208fd7fe3e54e425d6669515ebf0
artokin
added a commit
to artokin/mbed-os
that referenced
this pull request
Dec 8, 2021
…es from 7d12478914..089ca0eed7 089ca0eed7 Merge pull request ARMmbed#78 from PelionIoT/sync_from_mbedos f61d52dc77 Update copyright 36f14ee53a Sync from Mbed OS git-subtree-dir: connectivity/drivers/802.15.4_RF/stm-s2lp-rf-driver git-subtree-split: 089ca0eed7a6208fd7fe3e54e425d6669515ebf0
Jookia
pushed a commit
to Jookia/mbed-os
that referenced
this pull request
Mar 11, 2023
* Initial attempt at rethinking the STM32 I2C v2 HAL. Makes single-byte work properly and adds a new 'state' variable to track what the hardware is doing. * Fix some initial test failures * Fix incorrect logic * Fix more incorrect logic * Tabs to spaces * Fix repeated starts with single-byte API * Fix race condition causing stop() after nacked address to sometimes break things * Fix missed i2c structs that should have been removed * Fix doing a repeated start from single-byte to transaction API causing I2C peripheral to lock up * Fix xferOperation being set wrong for repeated starts, causing the peripheral to hang * Fix race condition with repeated start after single-byte operation * Fix compilation for targets that use I2C IP v1 * Fix initialization of XferOperation for API v1, optimize stop() * Remove unneeded line * Add docs for I2C events
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.
This is my first attempt at a pull request. As you can
see from the comments, I have added KL46Z support. I was able to get blinky working, I think there may be some issues with serial IO, but I'm not sure, I was having similar issue on the KL25Z.