swift-embedded-examples icon indicating copy to clipboard operation
swift-embedded-examples copied to clipboard

A collection of example projects using Embedded Swift

Results 44 swift-embedded-examples issues
Sort by recently updated
recently updated
newest added

When trying to build the `pico-blink` example on macOS with: ``` cd swift-embedded-examples/pico-blink rm -rf .build ; TOOLCHAINS=org.swift.59202404131a ./build.sh ``` I get the following error: ``` # Link $CLANG .build/release/Support.build/{Support.c,crt0.S}.o...

When I add `#include "pico/cyw43_arch.h"` (header used in `picow_blink.c` in upstream `pico-examples`) to `BridgingHeader.h` and reconfigure with `cmake -DPICO_BOARD=pico_w -B build -G Ninja .` that runs fine, I see this...

bug

Hi! I tried using the [pico-blink-sdk](https://github.com/apple/swift-embedded-examples/tree/main/pico-blink-sdk) with a Pico-W, but it didn't work because the LED module is on the wireless chip. For the Pico-W, the pico-sdk doesn't define PICO_DEFAULT_LED_PIN;...

I am trying to build the` stm32-uart-echo` example but not sure what I am doing wrong. I get the following error during the `swift-build` step: ``` :0: error: unable to...

Today I tried to run the Blinky example on my Raspberry Pico Pi W. I sucefully builded the .uf2 file: - Installed Swift 6.0-dev Nightly - Cloned Repo - cd...

Hi all, I'm a bit stuck. For a while I've been trying to get Swift to build for my ESP32 C6, but it keeps getting stuck in one of the...

I'm trying to get [arduino-esp32](https://github.com/espressif/arduino-esp32/) to compile using the [esp32-led-blink-sdk](https://github.com/apple/swift-embedded-examples/tree/main/esp32-led-blink-sdk) example as a template, which would be amazing if it worked. I'm pretty sure it shouldn't be super difficult given...

The PR adds ESP32-C6 simulation to ESP32 projects. A developer can experience the simulation of the project directly in browser or a developer can work with Swift even without having...

I ran into a few issues that weren't easily googleable and therefore required a decent level of troubleshooting to discover, so I updated the docs to help others overcome these...

We should have an example project that builds with xcodeproj for users in that ecosystem.

enhancement
help wanted