Compare commits
150 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b0c433e803 | |||
| 695b3fe303 | |||
| 0f7ef6b586 | |||
| cff395236c | |||
| 904ddf8551 | |||
| 26f96dc7a6 | |||
| 32dcd7f118 | |||
| 1d06fe8e26 | |||
| db5ff20b72 | |||
| 0b473eecbc | |||
| 4b9bb85b12 | |||
| cc31537ae3 | |||
| 0e2837e3e7 | |||
| e053827831 | |||
| 22f370a3fa | |||
| c2572de9f4 | |||
| c63577fd1d | |||
| 33ed748004 | |||
| dee4ef09f8 | |||
| f3f7b1e7e3 | |||
| f0c8c91820 | |||
| e977232735 | |||
| f359f8818a | |||
| c1ced60db0 | |||
| 8b74df0095 | |||
| 3c492793e0 | |||
| 59f30d384c | |||
| 13eab74fb8 | |||
| 593567b440 | |||
| 49911c8f5d | |||
| 41115e0590 | |||
| 31f1a0207f | |||
| 6a8ebddaf6 | |||
| 030559bf7f | |||
| 42cd314d96 | |||
| 894e378702 | |||
| 579833e2a3 | |||
| 20d4b995f7 | |||
| 6084502f80 | |||
| 18601f458f | |||
| 80f0d4ed7c | |||
| 866e7d3128 | |||
| 1068963092 | |||
| 445181fc42 | |||
| db904f1895 | |||
| 03eb9b0582 | |||
| b1f45b384b | |||
| 7552fc8f8d | |||
| acfde4e7e5 | |||
| c5d5c375fd | |||
| f9f6662a8c | |||
| d3527f5de4 | |||
| 44faf5cbab | |||
| 9e42480855 | |||
| e46a50236f | |||
| 5a8883b44f | |||
| 464bb1f149 | |||
| bc450b4582 | |||
| df44424388 | |||
| babd3b0037 | |||
| 122d4a89f6 | |||
| 03a4378670 | |||
| e002f4fd38 | |||
| 0f745468a1 | |||
| 4f212e50b6 | |||
| d67e701b75 | |||
| c950f0f5d1 | |||
| 786c666151 | |||
| 9db5bd000b | |||
| 96bc084f3d | |||
| c68a4c085d | |||
| aa9df38b05 | |||
| 38e6330236 | |||
| 90066e7160 | |||
| d925305b9e | |||
| 196f403dd6 | |||
| fc20533583 | |||
| aacb81ea60 | |||
| 2b86daa30b | |||
| aa8afe90b0 | |||
| 028b11f2ca | |||
| fb480dffe4 | |||
| 4c136c3dad | |||
| c421a2f5dd | |||
| 0ddce13ebe | |||
| db01960a0e | |||
| 58d6b5db0a | |||
| ef3f484d3c | |||
| 8a9de407a1 | |||
| 3cd9599155 | |||
| 339773dcb5 | |||
| a6b677f0ac | |||
| f595878b5b | |||
| 7e79fc5b8e | |||
| 23e2cb0c53 | |||
| 88de52210f | |||
| 842489a5dc | |||
| 88dea487c2 | |||
| 7659f522d6 | |||
| 2bc711ce58 | |||
| 9cbb6b1512 | |||
| 444259da07 | |||
| 218ca05304 | |||
| 08d9cbb930 | |||
| e353c84292 | |||
| 6f4e7d6bb2 | |||
| 7a7485ce71 | |||
| 5e5d22b77a | |||
| c4ac453e37 | |||
| bba892e327 | |||
| 2caaff6b4d | |||
| 25172b3acf | |||
| e9cf02c4d3 | |||
| 0c2ce78246 | |||
| 7c6c7f872f | |||
| c045666820 | |||
| 941458759c | |||
| 9cb2bfcae5 | |||
| 433011fd52 | |||
| 717b52ff28 | |||
| c9fed9303b | |||
| 4d2fd182ee | |||
| 1b65fc5e32 | |||
| 384fec1c25 | |||
| 70f7866b73 | |||
| 74d45c5dd8 | |||
| 815f4854da | |||
| 858448c65a | |||
| cfad2a9406 | |||
| aaaf16593b | |||
| 1f371391b0 | |||
| bebd793a2f | |||
| 465fedff7c | |||
| 34cda524c4 | |||
| f72ac5e09d | |||
| cf2951a6a1 | |||
| 0caccc4991 | |||
| 4fd8d60a8a | |||
| 3165043527 | |||
| cd3bf4c766 | |||
| 30162df320 | |||
| dbcc84ceb6 | |||
| 558df3bb3b | |||
| 5e40f2d84b | |||
| 7573fb4940 | |||
| f9cc460237 | |||
| d86b5bec4f | |||
| 0451bc099d | |||
| 701b238c48 | |||
| f2c62933be |
@@ -0,0 +1,29 @@
|
||||
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.187.0/containers/python-3/.devcontainer/base.Dockerfile
|
||||
|
||||
# [Choice] Python version: 3, 3.9, 3.8, 3.7, 3.6
|
||||
ARG VARIANT="3.9.0-buster"
|
||||
FROM python:${VARIANT}
|
||||
|
||||
# [Option] Install Node.js
|
||||
ARG INSTALL_NODE="true"
|
||||
ARG NODE_VERSION="lts/*"
|
||||
RUN if [ "${INSTALL_NODE}" = "true" ]; then su vscode -c "umask 0002 && . /usr/local/share/nvm/nvm.sh && nvm install ${NODE_VERSION} 2>&1"; fi
|
||||
|
||||
# [Optional] If your pip requirements rarely change, uncomment this section to add them to the image.
|
||||
# COPY requirements.txt /tmp/pip-tmp/
|
||||
# RUN pip3 --disable-pip-version-check --no-cache-dir install -r /tmp/pip-tmp/requirements.txt \
|
||||
# && rm -rf /tmp/pip-tmp
|
||||
|
||||
# [Optional] Uncomment this section to install additional OS packages.
|
||||
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
|
||||
# && apt-get -y install --no-install-recommends <your-package-list-here>
|
||||
|
||||
# [Optional] Uncomment this line to install global node packages.
|
||||
# RUN su vscode -c "source /usr/local/share/nvm/nvm.sh && npm install -g <your-package-here>" 2>&1
|
||||
|
||||
|
||||
RUN pip install -U https://github.com/platformio/platformio-core/archive/develop.zip
|
||||
RUN platformio update
|
||||
# To get the test platforms
|
||||
RUN pip install PyYaml
|
||||
#ENV PATH /code/buildroot/bin/:/code/buildroot/tests/:${PATH}
|
||||
@@ -0,0 +1,51 @@
|
||||
// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
|
||||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.187.0/containers/python-3
|
||||
{
|
||||
"name": "Python 3",
|
||||
"build": {
|
||||
"dockerfile": "Dockerfile",
|
||||
"context": "..",
|
||||
"args": {
|
||||
// Update 'VARIANT' to pick a Python version: 3, 3.6, 3.7, 3.8, 3.9
|
||||
"VARIANT": "3.9.0-buster",
|
||||
// Options
|
||||
"INSTALL_NODE": "false",
|
||||
"NODE_VERSION": "lts/*"
|
||||
}
|
||||
},
|
||||
|
||||
// Set *default* container specific settings.json values on container create.
|
||||
"settings": {
|
||||
"python.pythonPath": "/usr/local/bin/python",
|
||||
"python.languageServer": "Pylance",
|
||||
"python.linting.enabled": true,
|
||||
"python.linting.pylintEnabled": true,
|
||||
"python.formatting.autopep8Path": "/usr/local/py-utils/bin/autopep8",
|
||||
"python.formatting.blackPath": "/usr/local/py-utils/bin/black",
|
||||
"python.formatting.yapfPath": "/usr/local/py-utils/bin/yapf",
|
||||
"python.linting.banditPath": "/usr/local/py-utils/bin/bandit",
|
||||
"python.linting.flake8Path": "/usr/local/py-utils/bin/flake8",
|
||||
"python.linting.mypyPath": "/usr/local/py-utils/bin/mypy",
|
||||
"python.linting.pycodestylePath": "/usr/local/py-utils/bin/pycodestyle",
|
||||
"python.linting.pydocstylePath": "/usr/local/py-utils/bin/pydocstyle",
|
||||
"python.linting.pylintPath": "/usr/local/py-utils/bin/pylint"
|
||||
},
|
||||
|
||||
// Add the IDs of extensions you want installed when the container is created.
|
||||
"extensions": [
|
||||
"ms-python.python",
|
||||
"ms-python.vscode-pylance",
|
||||
"platformio.platformio-ide",
|
||||
"marlinfirmware.auto-build",
|
||||
"editorconfig.editorconfig"
|
||||
],
|
||||
|
||||
// Use 'forwardPorts' to make a list of ports inside the container available locally.
|
||||
// "forwardPorts": [],
|
||||
|
||||
// Use 'postCreateCommand' to run commands after the container is created.
|
||||
// "postCreateCommand": "pip3 install --user -r requirements.txt",
|
||||
|
||||
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
|
||||
// "remoteUser": "vscode"
|
||||
}
|
||||
+3
-3
@@ -21,7 +21,8 @@
|
||||
|
||||
# Generated files
|
||||
_Version.h
|
||||
bdf2u8g
|
||||
bdf2u8g.exe
|
||||
genpages.exe
|
||||
marlin_config.json
|
||||
mczip.h
|
||||
*.gen
|
||||
@@ -111,7 +112,7 @@ tags
|
||||
*.app
|
||||
*.i*86
|
||||
*.x86_64
|
||||
|
||||
*.hex
|
||||
|
||||
# Debug files
|
||||
*.dSYM/
|
||||
@@ -170,4 +171,3 @@ __pycache__
|
||||
|
||||
# IOLogger logs
|
||||
*_log.csv
|
||||
.vscode/extensions.json
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user