Skip to content

Commit 0b0567c

Browse files
authored
Merge pull request #247 from bridadan/readme-updates
Readme updates: mbed ls output, adding mbed prefix to commands
2 parents f691c76 + 6a96bb3 commit 0b0567c

File tree

1 file changed

+18
-21
lines changed

1 file changed

+18
-21
lines changed

README.md

Lines changed: 18 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -121,25 +121,22 @@ Use `mbed ls` to list all imported libraries to your program.
121121
$ cd mbed-os-program
122122
$ mbed ls -a
123123
mbed-os-program (mbed-os-program#189949915b9c)
124-
`- mbed-os (https://github.com/ARMmbed/mbed-os#e39199afa2da)
125-
|- frameworks/greentea-client (https://github.com/ARMmbed/greentea-client#571cfef17dd0)
126-
|- frameworks/unity (https://github.com/ARMmbed/unity#7483099b9df1)
127-
|- core (https://github.com/mbedmicro/mbed#d1ec4beabef3)
128-
|- mbedtls (https://developer.mbed.org/teams/sandbox/code/mbedtls#bef26f687287)
129-
|- net/C027Interface/C027_Support (https://developer.mbed.org/teams/NetworkSocketAPI/code/C027_Support#b5614db52fc4)
130-
|- net/atmel-rf-driver (https://github.com/ARMmbed/atmel-rf-driver#6c13f9085976)
131-
|- net/coap-service (https://github.com/ARMmbed/coap-service#eae41d1df943)
132-
|- net/mbed-client (https://github.com/ARMmbed/mbed-client#5dc62d168aa4)
133-
|- net/mbed-client-c (https://github.com/ARMmbed/mbed-client-c#ce64d6a0bdef)
134-
|- net/mbed-client-classic (https://github.com/ARMmbed/mbed-client-classic#abda3cef87f0)
135-
|- net/mbed-client-mbed-tls (https://github.com/ARMmbed/mbed-client-mbed-tls#8c436e5d1109)
136-
|- net/mbed-client-randlib (https://github.com/ARMmbed/mbed-client-randlib#80f5c491dd4d)
137-
|- net/mbed-mesh-api (https://github.com/ARMmbed/mbed-mesh-api#8187d3d275cc)
138-
|- net/mbed-trace (https://github.com/ARMmbed/mbed-trace#07ce2714915d)
139-
|- net/nanostack-hal-mbed-cmsis-rtos (https://github.com/ARMmbed/nanostack-hal-mbed-cmsis-rtos#023fd8906ce7)
140-
|- net/nanostack-libservice (https://github.com/ARMmbed/nanostack-libservice#f61c845e0c59)
141-
|- net/sal-stack-nanostack-eventloop (https://github.com/ARMmbed/sal-stack-nanostack-eventloop#c163be9183b0)
142-
`- net/sal-stack-nanostack (https://github.com/ARMmbed/sal-stack-nanostack#cd18b5a50df4)
124+
`- mbed-os (0d5eb2b8cee8)
125+
|- core (737a7809f9e7)
126+
|- features\FEATURE_CLIENT\coap-service (7a11be1ccb07)
127+
|- features\FEATURE_CLIENT\mbed-client (a6a46726f027)
128+
|- features\FEATURE_CLIENT\mbed-client-c (086b9c97f65b)
129+
|- features\FEATURE_CLIENT\mbed-client-classic (c8ccada6b9ff)
130+
|- features\FEATURE_CLIENT\mbed-client-mbed-tls (b14e7b3303c8)
131+
|- features\FEATURE_CLIENT\mbed-client-randlib (80f5c491dd4d)
132+
|- features\FEATURE_IPV6\mbed-mesh-api (0e92921f3dce)
133+
|- features\FEATURE_IPV6\mbed-trace (e419c488f4f8)
134+
|- features\FEATURE_IPV6\nanostack-hal-mbed-cmsis-rtos (36968fc133c7)
135+
|- features\FEATURE_IPV6\nanostack-libservice (f61c845e0c59)
136+
|- features\FEATURE_IPV6\sal-stack-nanostack-eventloop (c163be9183b0)
137+
|- features\FEATURE_IPV6\sal-stack-nanostack-private (5d3365ce7df3)
138+
|- frameworks\greentea-client (d0cbb41ae793)
139+
`- frameworks\unity (14fd303f30f9)
143140
```
144141

145142
<span class="notes">**Note**: If you want to start from an existing folder in your workspace, you can simply use `mbed new .`, which will initialize an mbed program and also initialize a new Git or Mercurial repository in that folder. You can control which source control management is used or prevent source control management initialization via `--scm [name|none]` option.</span>
@@ -393,7 +390,7 @@ After importing a program or creating a new one, you need to tell *mbed CLI* whe
393390

394391
#### Compiling your program
395392

396-
Use the `compile` command to compile your code:
393+
Use the `mbed compile` command to compile your code:
397394

398395
```
399396
$ mbed compile -t ARM -m K64F
@@ -543,7 +540,7 @@ A `.uvproj` file is created in the projectfiles/uvision folder. You can open the
543540

544541
### Testing
545542

546-
Use the `test` command to compile and run tests:
543+
Use the `mbed test` command to compile and run tests:
547544

548545
```
549546
$ mbed test -m K64F -t GCC_ARM

0 commit comments

Comments
 (0)