This is a project for each development environment of μT-Kernel 3.0.
You can get the project for each development environment with the following git command (OS source code is a submodule, so you need to specify --recursive).
μT-Kernel 3.0の各開発環境向けのプロジェクトです。
以下のgitコマンドで各開発環境向けのプロジェクトを取得できます(OSのソースコードはサブモジュールですので、--recursiveの指定が必要です)。
git clone -b <branch name> --recursive https://github.com/tron-forum/mtk3_devenv.git
Alternatively, you can get it as a zip file from the archives directory of the master branch.
または、masterブランチのarchivesディレクトリからzipファイルとして取得できます。
CPU | Development environment | Branch | Archive file |
---|---|---|---|
TMPM367FDFG (ARM Cortex-M3) | Eclipse | eclipse/m367 | mtk3_eclipse_m367.zip |
TMPM367FDFG (ARM Cortex-M3) | SEGGER Embedded Studio | segger_es/m367 | mtk3_seggeres_m367.zip |
STM32L4 (ARM Cortex-M4) | Eclipse | eclipse/stm32l4 | mtk3_eclipse_stm32l4.zip |
STM32L4 (ARM Cortex-M4) | SEGGER Embedded Studio | segger_es/stm32l4 | mtk3_seggeres_stm32l4.zip |
STM32L4 (ARM Cortex-M4) | STM32CubeIDE | stm32cube/stm32l4 | mtk3_stm32cube_stm32l4.zip |
RX231 | e2studio | s2studio/rx231 | mtk3_e2studio_rx231.zip |