Skip to content

Commit

Permalink
Update mip packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Josverl committed Feb 5, 2024
1 parent 6b77dd4 commit 6d90e68
Show file tree
Hide file tree
Showing 21 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion mip/v5/createstubs.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
except ImportError:
from ucollections import OrderedDict # type: ignore

__version__ = "v1.17.0"
__version__ = "v1.17.1"
ENOENT = 2
_MAX_CLASS_LEVEL = 2 # Max class nesting
LIBS = ["lib", "/lib", "/sd/lib", "/flash/lib", "."]
Expand Down
4 changes: 2 additions & 2 deletions mip/v5/createstubs_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- cross compilation, using mpy-cross, to avoid the compilation step on the micropython device
This variant was generated from createstubs.py by micropython-stubber v1.17.0
This variant was generated from createstubs.py by micropython-stubber v1.17.1
"""
# Copyright (c) 2019-2023 Jos Verlinde

Expand All @@ -42,7 +42,7 @@
except ImportError:
from ucollections import OrderedDict # type: ignore

__version__ = "v1.17.0"
__version__ = "v1.17.1"
ENOENT = 2
_MAX_CLASS_LEVEL = 2 # Max class nesting
LIBS = ["lib", "/lib", "/sd/lib", "/flash/lib", "."]
Expand Down
2 changes: 1 addition & 1 deletion mip/v5/createstubs_db_min.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
except O:pass
try:from collections import OrderedDict as k
except O:from ucollections import OrderedDict as k
__version__='v1.17.0'
__version__='v1.17.1'
A3=2
A4=2
A5=['lib','/lib','/sd/lib','/flash/lib',J]
Expand Down
Binary file modified mip/v5/createstubs_db_mpy.mpy
Binary file not shown.
4 changes: 2 additions & 2 deletions mip/v5/createstubs_mem.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- cross compilation, using mpy-cross,
to avoid the compilation step on the micropython device
This variant was generated from createstubs.py by micropython-stubber v1.17.0
This variant was generated from createstubs.py by micropython-stubber v1.17.1
"""
# Copyright (c) 2019-2023 Jos Verlinde

Expand All @@ -33,7 +33,7 @@
except ImportError:
from ucollections import OrderedDict # type: ignore

__version__ = "v1.17.0"
__version__ = "v1.17.1"
ENOENT = 2
_MAX_CLASS_LEVEL = 2 # Max class nesting
LIBS = ["lib", "/lib", "/sd/lib", "/flash/lib", "."]
Expand Down
2 changes: 1 addition & 1 deletion mip/v5/createstubs_mem_min.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
except N:pass
try:from collections import OrderedDict as f
except N:from ucollections import OrderedDict as f
__version__='v1.17.0'
__version__='v1.17.1'
y=2
z=2
A0=['lib','/lib','/sd/lib','/flash/lib',J]
Expand Down
Binary file modified mip/v5/createstubs_mem_mpy.mpy
Binary file not shown.
2 changes: 1 addition & 1 deletion mip/v5/createstubs_min.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
except N:pass
try:from collections import OrderedDict as g
except N:from ucollections import OrderedDict as g
__version__='v1.17.0'
__version__='v1.17.1'
A0=2
A1=2
A5=['lib','/lib','/sd/lib','/flash/lib',J]
Expand Down
Binary file modified mip/v5/createstubs_mpy.mpy
Binary file not shown.
2 changes: 1 addition & 1 deletion mip/v6/createstubs.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
except ImportError:
from ucollections import OrderedDict # type: ignore

__version__ = "v1.17.0"
__version__ = "v1.17.1"
ENOENT = 2
_MAX_CLASS_LEVEL = 2 # Max class nesting
LIBS = ["lib", "/lib", "/sd/lib", "/flash/lib", "."]
Expand Down
4 changes: 2 additions & 2 deletions mip/v6/createstubs_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- cross compilation, using mpy-cross, to avoid the compilation step on the micropython device
This variant was generated from createstubs.py by micropython-stubber v1.17.0
This variant was generated from createstubs.py by micropython-stubber v1.17.1
"""
# Copyright (c) 2019-2023 Jos Verlinde

Expand All @@ -42,7 +42,7 @@
except ImportError:
from ucollections import OrderedDict # type: ignore

__version__ = "v1.17.0"
__version__ = "v1.17.1"
ENOENT = 2
_MAX_CLASS_LEVEL = 2 # Max class nesting
LIBS = ["lib", "/lib", "/sd/lib", "/flash/lib", "."]
Expand Down
2 changes: 1 addition & 1 deletion mip/v6/createstubs_db_min.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
except O:pass
try:from collections import OrderedDict as k
except O:from ucollections import OrderedDict as k
__version__='v1.17.0'
__version__='v1.17.1'
A3=2
A4=2
A5=['lib','/lib','/sd/lib','/flash/lib',J]
Expand Down
Binary file modified mip/v6/createstubs_db_mpy.mpy
Binary file not shown.
4 changes: 2 additions & 2 deletions mip/v6/createstubs_mem.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- cross compilation, using mpy-cross,
to avoid the compilation step on the micropython device
This variant was generated from createstubs.py by micropython-stubber v1.17.0
This variant was generated from createstubs.py by micropython-stubber v1.17.1
"""
# Copyright (c) 2019-2023 Jos Verlinde

Expand All @@ -33,7 +33,7 @@
except ImportError:
from ucollections import OrderedDict # type: ignore

__version__ = "v1.17.0"
__version__ = "v1.17.1"
ENOENT = 2
_MAX_CLASS_LEVEL = 2 # Max class nesting
LIBS = ["lib", "/lib", "/sd/lib", "/flash/lib", "."]
Expand Down
2 changes: 1 addition & 1 deletion mip/v6/createstubs_mem_min.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
except N:pass
try:from collections import OrderedDict as f
except N:from ucollections import OrderedDict as f
__version__='v1.17.0'
__version__='v1.17.1'
y=2
z=2
A0=['lib','/lib','/sd/lib','/flash/lib',J]
Expand Down
Binary file modified mip/v6/createstubs_mem_mpy.mpy
Binary file not shown.
2 changes: 1 addition & 1 deletion mip/v6/createstubs_min.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
except N:pass
try:from collections import OrderedDict as g
except N:from ucollections import OrderedDict as g
__version__='v1.17.0'
__version__='v1.17.1'
A0=2
A1=2
A5=['lib','/lib','/sd/lib','/flash/lib',J]
Expand Down
Binary file modified mip/v6/createstubs_mpy.mpy
Binary file not shown.
Binary file modified src/stubber/board/createstubs_db_mpy.mpy
Binary file not shown.
Binary file modified src/stubber/board/createstubs_mem_mpy.mpy
Binary file not shown.
Binary file modified src/stubber/board/createstubs_mpy.mpy
Binary file not shown.

0 comments on commit 6d90e68

Please sign in to comment.