Skip to content

Commit 81bfe1e

Browse files
committed
remove python2.7 32bits
1 parent e863a8c commit 81bfe1e

File tree

4,664 files changed

+2
-1230647
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,664 files changed

+2
-1230647
lines changed

maintain/rt-studio-deploy.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
import os
33
import win32con, win32api
44

5-
shutil.rmtree(os.path.join('..', 'tools', 'Python27_32'))
65
shutil.rmtree(os.path.join('..', 'tools', 'gnu_gcc'))
76
win32api.SetFileAttributes(os.path.join('..', '.git'), win32con.FILE_ATTRIBUTE_NORMAL)

tools/ConEmu/ConEmu/CmdInit.cmd

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -36,23 +36,9 @@ rem Finally reset color and add space
3636
set ConEmuPrompt3=$E[m$S$E]9;12$E\
3737

3838
:: ============= RT-Thread ENV Path ==================
39-
4039
set ENV_ROOT=%~dp0..\..\..
41-
42-
:: set PYTHONPATH and PYTHONHOME
43-
if /i "%processor_architecture%"=="x86" (
44-
set PYTHONPATH=%ENV_ROOT%\tools\Python27_32
45-
set PYTHONHOME=%ENV_ROOT%\tools\Python27_32
46-
) else if /i "%processor_architecture%"=="amd64" (
47-
if defined processor_architew6432 (
48-
set PYTHONPATH=%ENV_ROOT%\tools\Python27_32
49-
set PYTHONHOME=%ENV_ROOT%\tools\Python27_32
50-
) else (
51-
set PYTHONPATH=%ENV_ROOT%\tools\Python27
52-
set PYTHONHOME=%ENV_ROOT%\tools\Python27
53-
)
54-
)
55-
40+
set PYTHONPATH=%ENV_ROOT%\tools\Python27
41+
set PYTHONHOME=%ENV_ROOT%\tools\Python27
5642
set RTT_EXEC_PATH=%ENV_ROOT%\tools\gnu_gcc\arm_gcc\mingw\bin
5743
set RTT_CC=gcc
5844
set PKGS_ROOT=%ENV_ROOT%\packages

tools/Python27_32/DLLs/_bsddb.pyd

-1.06 MB
Binary file not shown.

tools/Python27_32/DLLs/_ctypes.pyd

-90.5 KB
Binary file not shown.
-17 KB
Binary file not shown.
-139 KB
Binary file not shown.
-1.05 MB
Binary file not shown.

tools/Python27_32/DLLs/_msi.pyd

-18.5 KB
Binary file not shown.
-27 KB
Binary file not shown.

tools/Python27_32/DLLs/_socket.pyd

-45.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)