Skip to content

CMake: add readme #13551

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 6 commits into from
Sep 7, 2020
Merged

Conversation

0xc0170
Copy link
Contributor

@0xc0170 0xc0170 commented Sep 4, 2020

Summary of changes

Adding readme - CMake status.

Impact of changes

Migration actions required

Documentation


Pull request type

[x] Patch update (Bug fix / Target update / Docs update / Test update / Refactor)
[] Feature update (New feature / Functionality change / New API)
[] Major update (Breaking change E.g. Return code change / API behaviour change)

Test results

[x] No Tests required for this change (E.g docs only update)
[] Covered by existing mbed-os tests (Greentea or Unittest)
[] Tests / results supplied as part of this PR

Reviewers


@ciarmcom ciarmcom requested a review from a team September 4, 2020 13:00
@ciarmcom
Copy link
Member

ciarmcom commented Sep 4, 2020

@0xc0170, thank you for your changes.
@ARMmbed/mbed-os-maintainers please review.

Copy link
Collaborator

@hugueskamba hugueskamba left a comment

Choose a reason for hiding this comment

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

Suggestions:

  • Rename the file to README.md
  • Add a section about supported toolchains
  • Add a section about known bugs (awaiting for CMake release, Windows response file path issue, etc...)

@0xc0170
Copy link
Contributor Author

0xc0170 commented Sep 7, 2020

Updated, all comments answred. I'll rebase (one commit adding readme) once this is approved, don't mind the commits and their messages for now.

@0xc0170
Copy link
Contributor Author

0xc0170 commented Sep 7, 2020

Updated, added steps how to build an app

@0xc0170
Copy link
Contributor Author

0xc0170 commented Sep 7, 2020

Updated, all fixed

@0xc0170
Copy link
Contributor Author

0xc0170 commented Sep 7, 2020

I rebased, 1 commit now

@0xc0170
Copy link
Contributor Author

0xc0170 commented Sep 7, 2020

Added CMAKE_BUILD_TYPE to the readme

@0xc0170
Copy link
Contributor Author

0xc0170 commented Sep 7, 2020

Fixed a typo and squashed

hugueskamba
hugueskamba previously approved these changes Sep 7, 2020
@mergify mergify bot dismissed hugueskamba’s stale review September 7, 2020 13:30

Pull request has been modified.

@0xc0170 0xc0170 force-pushed the dev_cmake_readme branch 2 times, most recently from ba8588c to 43202bd Compare September 7, 2020 14:14
hugueskamba
hugueskamba previously approved these changes Sep 7, 2020
cmake/README.md Outdated
Comment on lines 53 to 55
```
cmake .. -GNinja -DCMAKE_BUILD_TYPE=Develop && cmake --build .
```
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
```
cmake .. -GNinja -DCMAKE_BUILD_TYPE=Develop && cmake --build .
```
``
cmake .. -GNinja -DCMAKE_BUILD_TYPE=Develop && cmake --build .
``

There is a formatting issue related to the indentation, all three lines should be moved to the beginning.

Note: I removed one "`" because of formatting issues with this comment but you should obviously have three of them as expected.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

+1 ,fixed

@hugueskamba hugueskamba dismissed their stale review September 7, 2020 14:27

There is a formatting issue. See #13551 (comment)

0xc0170 and others added 5 commits September 7, 2020 15:50
Co-authored-by: Hugues Kamba <[email protected]>
Co-authored-by: Hugues Kamba <[email protected]>
Co-authored-by: Hugues Kamba <[email protected]>
Co-authored-by: Hugues Kamba <[email protected]>
Co-authored-by: Hugues Kamba <[email protected]>
@hugueskamba hugueskamba merged commit 8e34f86 into ARMmbed:feature-cmake Sep 7, 2020
@0xc0170 0xc0170 deleted the dev_cmake_readme branch September 7, 2020 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants