-
Notifications
You must be signed in to change notification settings - Fork 3k
DELTA_DFBM_NQ620 default configuration #3298
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
Change SRC setting to RC as default to match with hardware config. mbed_sdk_init() is added for internal debug purpose (experimental)
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*/ | ||
#define MBED_CONF_NORDIC_NRF_LF_CLOCK_SRC (NRF_LF_SRC_RC) |
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.
Can you align this defines, should be at the beginning of the line.
Why sdk_init prints time and date? Is this intentional?
Those #define never used.
This reverts commit f821736.
Sorry, my bad. Can you align this defines, should be at the beginning of the line.
Why sdk_init prints time and date? Is this intentional?
2016-11-21 21:52 GMT+08:00 Martin Kojtal [email protected]:
|
CONFIRM to remove those #define
I don't see any newer commit since the requested changes. Please push it to your branch. |
Just did.
2016-11-29 19:59 GMT+08:00 Martin Kojtal <[email protected]>:
… I don't see any newer commit since the requested changes. Please push it
to your branch.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3298 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ATeFu7v4kXIb5Os1ORKtBqVB91zrfa36ks5rDBOWgaJpZM4K3Rlo>
.
|
@@ -2338,6 +2338,7 @@ | |||
"macros_add": ["BOARD_PCA10040", "NRF52_PAN_12", "NRF52_PAN_15", "NRF52_PAN_58", "NRF52_PAN_55", "NRF52_PAN_54", "NRF52_PAN_31", "NRF52_PAN_30", "NRF52_PAN_51", "NRF52_PAN_36", "NRF52_PAN_53", "S132", "CONFIG_GPIO_AS_PINRESET", "BLE_STACK_SUPPORT_REQD", "SWI_DISABLE0", "NRF52_PAN_20", "NRF52_PAN_64", "NRF52_PAN_62", "NRF52_PAN_63"], | |||
"device_has": ["ANALOGIN", "ERROR_PATTERN", "I2C", "I2C_ASYNCH", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SLEEP", "SPI", "SPI_ASYNCH", "SPISLAVE"], | |||
"release_versions": ["2", "5"], | |||
"overrides": {"lf_clock_src": "NRF_LF_SRC_RC"}, |
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.
nit: align overrides please
@@ -0,0 +1,21 @@ | |||
/* mbed Microcontroller Library | |||
* Copyright (c) 2006-2013 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.
should be 2016
I just left 2 nits here, LGTM otherwise. Once fixed, we will run CI |
fix year typo and refine targets.json platfrom setting
Fixed.
Thanks for your review.
2016-12-02 20:14 GMT+08:00 Martin Kojtal <[email protected]>:
… I just left 2 nits here, LGTM otherwise. Once fixed, we will run CI
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3298 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ATeFuxQKOE6BLC0DguCC3i34jYdSyGNxks5rEAusgaJpZM4K3Rlo>
.
|
Align the phase after all.
Sorry for my confusion.
Push one more time just now.
2016-12-03 0:37 GMT+08:00 Wu Tsungta <[email protected]>:
… Fixed.
Thanks for your review.
2016-12-02 20:14 GMT+08:00 Martin Kojtal ***@***.***>:
> I just left 2 nits here, LGTM otherwise. Once fixed, we will run CI
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#3298 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/ATeFuxQKOE6BLC0DguCC3i34jYdSyGNxks5rEAusgaJpZM4K3Rlo>
> .
>
|
/morph test |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
OutputAll builds and test passed! |
This will be manually backported to 5.3.1 due to the merge remote tracking branch commit which should have been rebased prior to this PR being accepted. That merge commit creates an extra 1000 patch commits when running automatically! |
Slightly change on the SRC config.
And add mbed_SDK_init() for internal debug purpose.
Please kindly review this PR.