File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -93,8 +93,8 @@ To select a board as the build target:
93
93
94
94
The ** Compile** menu offers five options:
95
95
96
- 1 . ** Compile:** builds your code and downloads a binary file. Current program only .
97
- 1 . ** Compile All:** same as * compile* , but for all programs .
96
+ 1 . ** Compile:** builds code that you have modified since your last compile and downloads the resulting binary file.
97
+ 1 . ** Compile All:** same as * compile* , but rebuilds all source code, even if it hasn't changed since the last compile .
98
98
1 . ** Build Only:** compiles your code but doesn't download the result.
99
99
1 . ** Compile Macros:** defines additional macros at compile time.
100
100
1 . ** Update Docs** : see the [ guide for documenting APIs] ( https://docs.mbed.com/docs/mbed-os-api-reference/en/5.1/APIs/API_Documentation/ ) .
You can’t perform that action at this time.
0 commit comments