Releases: madmachineio/mm-sdk
Releases · madmachineio/mm-sdk
1.1.0-alpha.5
Modify version Signed-off-by: Andy Liu <[email protected]>
1.1.0-alpha.4
- Generate Swift SDK instead of destination file for cross-compiing
1.1.0-alpha.3
- Move
posix_memalign
fromSwiftIO
toZephyr
1.1.0-alpha.2
- 1.1.0-alpha.2
1.1.0-alpha.1
- 1.1.0-alpha.1
1.1.0-alpha.0
- Official compiler compatibility
0.9.3-beta.0
- Add FreeType Support for font display
- Add "copy" command for downloading resources to Flash/SD card
0.9.1-alpha.1
To parse the Package.swift
, SwiftPM will run xcrun --sdk macosx --show-sdk-path
and xcrun --sdk macosx --show-sdk-platform-path
to find the local macOS SDK, which frequently causes compatibility issues. This has been such a pain. We have now bundled the macOS SDK 13.1 (included in Xcode 14.2) in our SDK.
0.9.1-alpha.0
- Update Swift to 5.9.1 release
- Update hal API
0.9.0-alpha.4
- Update Swift to development-08-23