Skip to content
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 1 commit into from
Sep 25, 2013
Merged

Added KL46Z support #78

merged 1 commit into from
Sep 25, 2013

Conversation

mconners
Copy link
Contributor

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.

@0xc0170
Copy link
Contributor

0xc0170 commented Sep 24, 2013

Hello,

what a suprise :-) You were supposed to send me your branch a while ago.

Have you fully tested this port?
I can run some test and I would also add KEIL support.. I am going to fork your branch and run some tests. Do you have a makefile? Did you use one I used for KL25z?

Regards,
0xc0170

bogdanm added a commit that referenced this pull request Sep 25, 2013
@bogdanm bogdanm merged commit f580c00 into ARMmbed:master Sep 25, 2013
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
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants