-
Notifications
You must be signed in to change notification settings - Fork 3k
SDP-K1: Updates to target code #10471
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
Conversation
@malavikasajikumar, thank you for your changes. |
Hi @malavikasajikumar thanks for that, one more thing could you remove the first two commits? First one introduces changes and second is reverting them
You can do it easily using |
PinNames.h: - Removing definition of Status LED. - Redefining SPI and I2C pin names using Arduino pins names.
- Setting AWAKE signal high in the SystemInit() to ensure VIO supply to daughter boards through SDP and Arduino connectors.
@bulislaw Thanks for the suggestion. Done. Let me know if any other changes are needed. |
LED2 = PK_6, // Orange LED | ||
LED3 = PK_5, // Green LED | ||
LED_RED = LED1, | ||
LED_ORANGE = LED2, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix alignment in this file (LED_ORANGE aligned with LED_RED and others for instance)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just year change is not correct. As soon as updated, will go into CI
@@ -1,7 +1,7 @@ | |||
/* mbed Microcontroller Library | |||
* Copyright (c) 2006-2019 ARM Limited | |||
* Copyright (c) 2006-2017 ARM Limited |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2019 as this one is being edited this year
CI started |
Test run: FAILEDSummary: 3 of 7 test jobs failed Failed test jobs:
|
restarted jenkins-ci |
Ci restarted again |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
Description
Improvements made to PinNames.h of SDP-K1 board.
AWAKE signal turned on at system init for SDP-K1 board.
Pull request type
Reviewers
@bulislaw
Release Notes