Get the latest version
最終更新
最終更新
TWELITE NET 1.3.0 (2020/04) and later will be distributed as part of TWELITE STAGE.
Please download the release version from the following link. The MWSDK will be part of the TWELITE STAGE distribution.
The official release will have a name. The format of the name is MWSTAGE
followed by {year}_{month}
, as in MWSTAGE2020_05
. Versions of the TWELITE SDK (MWSDK) that do not include the TWELITE Stage tool are likewise named with the MWSDK followed by {year}_{month}
, as in MWSDK2020_05
.
If the release name is accompanied by UNOFFICIAL, it is named for "updates between releases".
It is distributed as follows.
Any problems found after the release, or updates to samples, etc., will be reflected in the GitHub repository (a database that stores source code and files, including their history) below.
MWSDK_COMMON - A repository of common parts of the MWSDK. It uses submodules, so you need to be familiar with Git.
MWSDK_COMMON_SNAP - This is a repository of the common parts of the MWSDK that can be downloaded in zip format.
These modifications may include intermediate content, or omissions of predetermined behavior checks. There may be unconfirmed side effects or inconsistencies between configurations. Please judge whether to use them by yourself.
As a rule, we do not provide support for fixes after the release. Please ask for technical support based on the released version.
In addition, if you find any inconvenience with the fixes after the release, please contact our technical support.
Our support team cannot answer questions about how to use Git or GitHub. We recommend that you refer to general instructions. Also, we may not be able to help you with GitHub services.
To update the MWSDK, download the zip file from this repository, and replace the folder and files with the ones before the update.
The links include links to the complete set of files in each release (the preliminary version is UNOFFICIAL).
The repository contains the following folders:
ChipLib
LICENSE
MkFiles
TWENET
Replace these four folders in the TWELITE STAGE distribution folder。
This repository manages the files of the common parts of MWSDK, but while the MWSDK_COMMON_SNAP described above focuses only on file differences per release, the repositories of each library, sample, etc. are sub-modules, and the update history can be referenced individually.
If you download a zip file, the files will not be stored in the folder that corresponds to the submodule. (This is a GitHub specification).
GIT submodule is used; if you download an archive from GitHub site in .zip format or other format, the files containing submodule will not be included. (See below for an example of git command to clone with submodule)
The MWSDK_COMMON repository is the distributed MWSDK folder without the Tools folder and some files (the cmd file for registering environment variables in the Windows version).
In this section, we will describe how to clone the contents of MWSDK from GitHub using the command line. Please prepare an environment where you can use the git command beforehand, or use bash if you are using Windows.
The first step is to extract the MWSDK (TWELITE STAGE) from the distribution. It will have the following structure.
Rename the MWSDK folder at the time of distribution to something else.
In the MWSTAGE folder, clone MWSDK_COMMON from GitHub, and add the --recurse-submodules
option to retrieve the submodules files.
Finally, transplant the MWSDK.ORIG/Tools
folder to MWSDK.
This is the first version of the SDK dedicated to the MWX library.
For development with MWX, please use the latest version of TWELITE STAGE.
See the link below.