Skip to content

Added support for C027. Small re-factor to LPC1768 to accommodate this. #153

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 2 commits into from
Jan 30, 2014
Merged

Added support for C027. Small re-factor to LPC1768 to accommodate this. #153

merged 2 commits into from
Jan 30, 2014

Conversation

sg-
Copy link
Contributor

@sg- sg- commented Jan 29, 2014

No description provided.

gpio_t led_red; gpio_init(&led_red, LED_RED, PIN_OUTPUT);

#elif defined(DEVICE_ERROR_PATTERN)
#elif (DEVICE_ERROR_PATTERN == 1)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure why you needed this change? It doesn't seem to change anything functionally (correct me if I'm wrong) and it's not consistent with the rest of the code (right above, there is an #if defined(DEVICE_ERROR_RED) that doesn't explicitily test the value of DEVICE_ERROR_RED).

…n mbed_main and fixed copy paste error in MBED_LPC1768 reserved_pins.h
@sg-
Copy link
Contributor Author

sg- commented Jan 30, 2014

Updated copy paste errors and trying a new way to init hardware before main. thoughts?

@bogdanm
Copy link
Contributor

bogdanm commented Jan 30, 2014

I can't see anything related to hardware initialization in this new pull request, which means that I can merge it in now :) Thanks!

@bogdanm bogdanm merged commit 28f0cf7 into ARMmbed:master Jan 30, 2014
@bogdanm
Copy link
Contributor

bogdanm commented Jan 30, 2014

Merged manually.

yossi2le pushed a commit to yossi2le/mbed-os that referenced this pull request Jan 2, 2019
Add tutorial for changing various settings.
Jookia pushed a commit to Jookia/mbed-os that referenced this pull request May 18, 2023
* Try and fix repeated start for transactional I2C API

* Use OTHER_FRAME everywhere
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