Skip to content

Commit

Permalink
[micropython] 升级到v1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
mysterywolf committed Jan 15, 2022
1 parent 19053da commit a085d9f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions language/micropython/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,10 @@ if PKG_USING_MICROPYTHON
prompt "Version"
help
Select the this package version
default PKG_USING_MICROPYTHON_V11300

config PKG_USING_MICROPYTHON_V11300
bool "v1.13.0"

config PKG_USING_MICROPYTHON_V11200
bool "v1.12.0"
Expand Down Expand Up @@ -210,6 +214,7 @@ if PKG_USING_MICROPYTHON

config PKG_MICROPYTHON_VER
string
default "v1.13.0" if PKG_USING_MICROPYTHON_V11300
default "v1.12.0" if PKG_USING_MICROPYTHON_V11200
default "v1.10.4" if PKG_USING_MICROPYTHON_V11004
default "v1.10.3" if PKG_USING_MICROPYTHON_V11003
Expand All @@ -222,6 +227,7 @@ if PKG_USING_MICROPYTHON
config PKG_MICROPYTHON_VER_NUM
hex
default 0x99999 if PKG_USING_MICROPYTHON_LATEST_VERSION
default 0x11300 if PKG_USING_MICROPYTHON_V11300
default 0x11200 if PKG_USING_MICROPYTHON_V11200
default 0x11004 if PKG_USING_MICROPYTHON_V11004
default 0x11003 if PKG_USING_MICROPYTHON_V11003
Expand Down
6 changes: 6 additions & 0 deletions language/micropython/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
"homepage": "https://github.com/RT-Thread-packages/micropython#readme",
"readme": "A lean and efficient Python implementation for microcontrollers and constrained systems.",
"site": [
{
"version": "v1.13.0",
"URL": "https://github.com/RT-Thread-packages/micropython/archive/1.13.0.zip",
"filename": "micropython-1.13.0.zip",
"VER_SHA": ""
},
{
"version": "v1.12.0",
"URL": "https://github.com/RT-Thread-packages/micropython/archive/1.12.0.zip",
Expand Down

0 comments on commit a085d9f

Please sign in to comment.