Using this command will generate the dist directory in the BSP directory, this is the directory structure of the development project, including RT-Thread source code and BSP related projects, irrelevant BSP folder and libcpu will be removed, and you can freely copy this work to any directory....
Using the scons --target=iar command will generate a new IAR project file named project.eww. Users who are not used to SCons can use this method. If project.uvproj fails to open, please delete project.uvopt and rebuild the project. Under bsp/simulator directory , you can use the ...
generate function (lines: 1732-1790, fragment: 1766-1776) def generate(env): ... try: version = get_default_visualstudio_version(env) # keep a record of some of the MSVS info so the user can use it. dirs = get_msvs_install_dirs(version) env['MSVS'].update(dirs) except (SCons...
# Build Visual Studio solution files if --msvs is on the command line. win_env.SetBitFromOption('msvs', False) # Do not build the unit tests if the bit is set. win_env.SetBitFromOption('no-tests', False) # Build all directories and two versions if this is the build server. if...