You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/program-setup/mbed_targets.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -281,9 +281,9 @@ The `detect_code` contains four ASCII characters containing only hexadecimal val
281
281
282
282
The `OUTPUT_EXT` property controls the file type emitted for a target by the build system. You may set `OUTPUT_EXT` to `bin` for binary format, `hex` for Intel HEX format and `elf` for ELF format. We discourage using the `elf` value for `OUTPUT_EXT` because the build system must always emit an ELF file.
283
283
284
-
### default_lib
284
+
### c_lib
285
285
286
-
The `delault_lib` property controls which library, small or standard, the `GCC_ARM` toolchain links. The `default_lib` property may take on the values `std` for the standard library and `small` for the reduced size library.
286
+
The `c_lib` property controls which library, small or standard, the `GCC_ARM` toolchain links. The `c_lib` property may take on the values `std` for the standard library and `small` for the reduced size library.
287
287
288
288
### bootloader_supported
289
289
@@ -336,7 +336,7 @@ For each of these target roles, some restrictions are in place:
336
336
- MCUs are required to have, and Families and Subfamilies may have:
0 commit comments