Skip to content

CmST0us/stm32mp1-swift-toolchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Swift Toolchain For STM32MP1

Swift Version

Swift 5.8.1

How to use

  1. extract file
STM32MP1_SWIFT_RUNTIME_PATH=<path/to/extract>
tar zxvf swift-5.8.1-runtime-stm32mp1.tar.gz $STM32MP1_SWIFT_RUNTIME_PATH
  1. modify build_stm32.sh, set the path
# Set follow path
export SWIFT_BIN=/path/to/your/host/swift/tool/usr/bin
export SWIFT_RESOURCE_DIR=/path/to/your/stm32/runtime/usr/lib/swift
export STM32_SDK_PATH=/path/to/your/host/stm32/sdk/sysroot
  1. build your project use build_stm32.sh

  2. copy runtime lib to stm32mp1 board

  3. run in your board with

LD_LIBRARY_PATH=<path/to/runtime/usr/lib/swift/linux> ./your_swift_program

Support Framework

  1. Foundation
  2. Dispatch
  3. FoundationNetwork
  4. Glibc