Skip to content

Add improved docs and license to config-update utility #980

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 3 commits into from
Feb 28, 2019

Conversation

kegilbert
Copy link
Contributor

Valid point about lack of docs #948 (comment)

Improved a bit with this PR hopefully.

@kegilbert kegilbert requested a review from cmonr February 27, 2019 22:37
import sys, os
import re
import subprocess

def split_into_pairs(l):
""" Split the provided list into a, b pairs.
[1, 2, 3, 4] -> [[1, 2], [3, 4]]
Copy link
Contributor

Choose a reason for hiding this comment

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

👍

LIBRARIES BUILD
"""

# Script to automatically update the configuration parameters list in
Copy link
Contributor

Choose a reason for hiding this comment

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

🎉

kegilbert and others added 2 commits February 28, 2019 11:47
Copy link
Contributor

@AnotherButler AnotherButler left a comment

Choose a reason for hiding this comment

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

Thanks for the PR 👍

@AnotherButler AnotherButler merged commit 4a657f1 into ARMmbed:development Feb 28, 2019
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