-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Jos Verlinde <jos_verlinde@hotmail.com>
- Loading branch information
Showing
119 changed files
with
13,566 additions
and
9,025 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,16 @@ | ||
# Python .env file .. | ||
|
||
# Declutter Store all __pycache__ files in the .py_cache folder | ||
PYTHONPYCACHEPREFIX = ".py_cache" | ||
|
||
JUPYTER_PLATFORM_DIRS=1 | ||
PYDEVD_DISABLE_FILE_VALIDATION=1 | ||
# Allow tests to find sources | ||
PYTHONPATH = src | ||
|
||
# give 20 secs to complete : subprocess.getstatusoutput | ||
PYDEVD_WARN_EVALUATION_TIMEOUT = 20 | ||
|
||
# stop nagging for updates | ||
PIP_DISABLE_PIP_VERSION_CHECK=1 | ||
PIP_DISABLE_PIP_VERSION_CHECK=1 | ||
|
||
# stop neggin during debug | ||
JUPYTER_PLATFORM_DIRS=1 | ||
PYDEVD_DISABLE_FILE_VALIDATION=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# MicroPython v1.22.0 on 2023-12-27; Raspberry Pi Pico W with RP2040 | ||
__main__ array framebuf random | ||
_asyncio asyncio/__init__ gc re | ||
_boot asyncio/core hashlib requests/__init__ | ||
_boot_fat asyncio/event heapq rp2 | ||
_onewire asyncio/funcs io select | ||
_rp2 asyncio/lock json socket | ||
_thread asyncio/stream lwip ssl | ||
_webrepl binascii machine struct | ||
aioble/__init__ bluetooth math sys | ||
aioble/central builtins micropython time | ||
aioble/client cmath mip/__init__ uasyncio | ||
aioble/core collections neopixel uctypes | ||
aioble/device cryptolib network urequests | ||
aioble/l2cap deflate ntptime webrepl | ||
aioble/peripheral dht onewire webrepl_setup | ||
aioble/security ds18x20 os websocket | ||
aioble/server errno platform |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Overview of modules avaialble on different ports and boards | ||
These files are used to compile a list of modules that createstubs.py and its variants will attempt to create stubs for. | ||
|
||
This can be generated by running the following command in micropython on the board: `help('modules')` | ||
or via mpremote by running the following command: `mpremote exec "help('modules')"` | ||
|
||
Store the ouput in a file called `micropython-<version>-<port>[-<board>].txt` in this directory. | ||
place a comment `#` before all lines that do not not contain module names. | ||
|
||
After adding or changing any file update the list of modules using from the root of the repository. | ||
``` | ||
stubber update-module-list | ||
stubber make-variants | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,30 @@ | ||
{ | ||
"urls": [ | ||
[ | ||
"createstubs.py", | ||
"github:josverl/micropython-stubber/src/stubber/board/createstubs.py" | ||
], | ||
[ | ||
"createstubs_db.py", | ||
"github:Josverl/micropython-stubber/src/stubber/board/createstubs_db.py" | ||
], | ||
[ | ||
"createstubs_mem.py", | ||
"github:Josverl/micropython-stubber/src/stubber/board/createstubs_mem.py" | ||
], | ||
[ | ||
"logging.py", | ||
"github:Josverl/micropython-stubber/src/stubber/board/logging.py" | ||
], | ||
[ | ||
"modules.txt", | ||
"github:Josverl/micropython-stubber/src/stubber/board/modulelist.txt" | ||
], | ||
[ | ||
"board_info.csv", | ||
"github:Josverl/micropython-stubber/src/stubber/board/board_info.csv" | ||
] | ||
"urls": [ | ||
[ | ||
"createstubs.py", | ||
"github:josverl/micropython-stubber/src/stubber/board/createstubs.py" | ||
], | ||
"deps": [], | ||
"version": "1.16.2" | ||
} | ||
[ | ||
"createstubs_db.py", | ||
"github:Josverl/micropython-stubber/src/stubber/board/createstubs_db.py" | ||
], | ||
[ | ||
"createstubs_mem.py", | ||
"github:Josverl/micropython-stubber/src/stubber/board/createstubs_mem.py" | ||
], | ||
[ | ||
"logging.py", | ||
"github:Josverl/micropython-stubber/src/stubber/board/logging.py" | ||
], | ||
[ | ||
"modulelist.txt", | ||
"github:Josverl/micropython-stubber/src/stubber/board/modulelist.txt" | ||
], | ||
[ | ||
"board_info.csv", | ||
"github:Josverl/micropython-stubber/src/stubber/board/board_info.csv" | ||
] | ||
], | ||
"deps": [], | ||
"version": "1.17.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
{ | ||
"urls": [ | ||
[ | ||
"createstubs.py", | ||
"github:josverl/micropython-stubber/src/stubber/board/createstubs_min.py" | ||
], | ||
[ | ||
"createstubs_db.py", | ||
"github:Josverl/micropython-stubber/src/stubber/board/createstubs_db_min.py" | ||
], | ||
[ | ||
"createstubs_mem.py", | ||
"github:Josverl/micropython-stubber/src/stubber/board/createstubs_mem_min.py" | ||
], | ||
[ | ||
"modules.txt", | ||
"github:Josverl/micropython-stubber/src/stubber/board/modulelist.txt" | ||
], | ||
[ | ||
"board_info.csv", | ||
"github:Josverl/micropython-stubber/src/stubber/board/board_info.csv" | ||
] | ||
"urls": [ | ||
[ | ||
"createstubs.py", | ||
"github:josverl/micropython-stubber/src/stubber/board/createstubs_min.py" | ||
], | ||
"deps": [], | ||
"version": "1.16.2" | ||
} | ||
[ | ||
"createstubs_db.py", | ||
"github:Josverl/micropython-stubber/src/stubber/board/createstubs_db_min.py" | ||
], | ||
[ | ||
"createstubs_mem.py", | ||
"github:Josverl/micropython-stubber/src/stubber/board/createstubs_mem_min.py" | ||
], | ||
[ | ||
"modulelist.txt", | ||
"github:Josverl/micropython-stubber/src/stubber/board/modulelist.txt" | ||
], | ||
[ | ||
"board_info.csv", | ||
"github:Josverl/micropython-stubber/src/stubber/board/board_info.csv" | ||
] | ||
], | ||
"deps": [], | ||
"version": "1.17.0" | ||
} |
Oops, something went wrong.