Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@Rbb666 Rbb666 released this 25 Jun 04:02
· 1 commit to main since this release

What's Changed

  • [featrue]menuconfig全面采用kconfiglib,升级env脚本和python版本 by @Later-Comer in #28
    (1)升级tools/script升级到最新版本rtt env
    (2)python由2.7升级为3.11,并删除python27文件夹
    (3)删除tools/bin中老版本menuconfig.exe、pkgs.exe等文件
    (4)首次启动脚本env.bat时需联网安装env、scons、kconfiglib等软件包
    (5)修改tools/bin/env-init.bat,启动时候创建或激活python venv

新版本使用方法:

  1. 方式一(需要联网环境):
  • 下载并解压 env-windows-v2.0.0.7z 到系统任意目录,双击 env.exe 进入 env 环境,进行首次使用环境初始化。
    注意事项
    首次使用需要联网安装pip依赖,请等待依赖安装完成,若安装失败:请手动删除 env-windows 目录下的 .venv 目录,再次打开 env.exe 进行重新依赖安装即可。
  1. 方式二(离线环境):
  • 下载并解压 env-windows-v2.0.0-venv.7z 到C盘根目录(目录结构为:C:\env-windows),双击 env.exe 进入 env 环境,进行首次使用环境初始化。
    注意事项
    必须解压到C盘根目录,结构为:C:\env-windows\env.exe...

Usage Instructions for the New Version:

  1. Method 1 (Requires Internet Connection):
  • Download and extract env-windows-v2.0.0.7z to any directory on your system. Double-click env.exe to enter the env environment and initialize the environment for the first use.
    Note:
    For the first use, you need to install pip dependencies online. Please wait for the dependencies to be installed. If the installation fails, please manually delete the .venv directory under the env-windows directory and open env.exe again to reinstall.
  1. Method 2 (Offline Environment):
  • Download and extract env-windows-v2.0.0-venv.7z to the root directory of the C drive (the directory structure should be: C:\env-windows). Double-click env.exe to enter the env environment and initialize the environment for the first use.
    Note:
    You must extract it to the root directory of the C drive. The structure should be: C:\env-windows\env.exe...

New Contributors

  • @Later-Comer made their first contribution in #28