-
Notifications
You must be signed in to change notification settings - Fork 255
Update links and tweak text on Embedded use case page #990
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
shahmishal
merged 5 commits into
swiftlang:redesign
from
kubamracek:embedded-update-links
May 30, 2025
Merged
Changes from 1 commit
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
1cd8450
Update links and tweak text on Embedded use case page
kubamracek 39e7cb4
Update _data/new-data/get-started/embedded/card-grid.yml
shahmishal b1b5583
Update _data/new-data/get-started/embedded/card-grid.yml
shahmishal 3d19330
Update _data/new-data/get-started/embedded/hero.yml
shahmishal da116ad
Apply suggestions from code review
shahmishal File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,12 +1,12 @@ | ||
| headline: Create embedded software with Swift | ||
| body: Develop efficient, reliable firmware for devices like microcontrollers | ||
| link: | ||
| url: /getting-started/embedded-swift | ||
| url: https://swiftpackageindex.com/apple/swift-embedded-examples/main/documentation/embeddedswift/waystogetstarted | ||
shahmishal marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| text: Get Started | ||
| boxes: | ||
| - title: Safe | ||
| text: Eliminate buffer overruns and null‑pointer crashes at compile time, keeping your firmware dependable and robust. | ||
| - title: Interoperable | ||
| text: Reuse existing C/C++ drivers and SDKs with zero wrappers or runtime glue, integrating in minutes. | ||
| - title: Tiny | ||
| text: Produce meaningful programs measured in kilobytes that are capable of running on constrained devices with no hidden overhead. | ||
| text: Produce meaningful programs measured in kilobytes that are capable of running on constrained devices with no hidden overhead. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -20,7 +20,7 @@ secondary_cards: | |
| logo: /assets/images/get-started/[email protected] | ||
| text: Build projects using the popular embedded graphics library LVGL on an STM32 board for rich UI and touch input. | ||
| link_text: Learn more | ||
| link: https://github.com/apple/swift-embedded-examples/pull/104 | ||
| link: https://github.com/apple/swift-embedded-examples/tree/main/stm32-lvgl | ||
|
|
||
| - name: PlaydateKit | ||
| logo: /assets/images/get-started/[email protected] | ||
|
|
@@ -31,4 +31,4 @@ secondary_cards: | |
|
|
||
| link: | ||
| url: https://github.com/apple/swift-embedded-examples | ||
| text: Explore more Embedded Swift examples and templates on Github | ||
| text: Explore more Embedded Swift examples and templates on Github | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.