Skip to content

Commit a6701d1

Browse files
committed
Complete missing sentences
1 parent b105eb5 commit a6701d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/EmbeddedSwift/Documentation.docc/SDKSupport/Baremetal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ To build an Embedded Swift baremetal project with SwiftPM, you will need a setup
167167

168168
- Your main application target defined in Package.swift.
169169
- A helper C code helper target defined in Package.swift - this will contain your C startup code, vector table and possibly an assembly file.
170-
- Invoke `swift build` with a `--triple` argument that specifies.
170+
- Invoke `swift build` with a `--triple` argument that specifies the target CPU architecture and output object file format.
171171
- Use a `toolset.json` file that defines the common Swift and C compilation flags, and linking flags. This will e.g. enable the Embedded Swift mode when compiling Swift code, and point the linker at the right linker script.
172172

173173
Example file structure:

Sources/EmbeddedSwift/Documentation.docc/SDKSupport/IntegratingWithPlatforms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ For detailed instructions on integrating with the Raspberry Pi Pico SDK, see <do
6666

6767
### ESP32
6868

69-
For ESP microcontrollers using the ESP-IDF framework, see <doc:IntegrateWithESP>. Note that only chips based on RISC-V architecture (e.g. ESP32-C3, ESP32-C6, ESP32-P4) are supported with Embedded Swift. The Xtensa ISA (used in e.g. ESP8266 or ESP32-S2 and ESP32-S3).
69+
For ESP microcontrollers using the ESP-IDF framework, see <doc:IntegrateWithESP>. Note that only chips based on RISC-V architecture (e.g. ESP32-C3, ESP32-C6, ESP32-P4) are supported with Embedded Swift. The Xtensa ISA (used in e.g. ESP8266 or ESP32-S2 and ESP32-S3) is not supported.
7070

7171
### STM32
7272

0 commit comments

Comments
 (0)