simulate-circuitpython-nativesim 1.0.0__tar.gz → 1.0.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {simulate_circuitpython_nativesim-1.0.0 → simulate_circuitpython_nativesim-1.0.2}/PKG-INFO +3 -3
- {simulate_circuitpython_nativesim-1.0.0 → simulate_circuitpython_nativesim-1.0.2}/README.md +2 -2
- simulate_circuitpython_nativesim-1.0.2/VERSION +1 -0
- {simulate_circuitpython_nativesim-1.0.0 → simulate_circuitpython_nativesim-1.0.2}/action.yml +2 -0
- {simulate_circuitpython_nativesim-1.0.0 → simulate_circuitpython_nativesim-1.0.2}/simulate_circuitpython_nativesim.egg-info/PKG-INFO +3 -3
- simulate_circuitpython_nativesim-1.0.0/VERSION +0 -1
- {simulate_circuitpython_nativesim-1.0.0 → simulate_circuitpython_nativesim-1.0.2}/.github/workflows/publish.yml +0 -0
- {simulate_circuitpython_nativesim-1.0.0 → simulate_circuitpython_nativesim-1.0.2}/.pre-commit-config.yaml +0 -0
- {simulate_circuitpython_nativesim-1.0.0 → simulate_circuitpython_nativesim-1.0.2}/LICENSE +0 -0
- {simulate_circuitpython_nativesim-1.0.0 → simulate_circuitpython_nativesim-1.0.2}/LICENSES/MIT.txt +0 -0
- {simulate_circuitpython_nativesim-1.0.0 → simulate_circuitpython_nativesim-1.0.2}/LICENSES/Unlicense.txt +0 -0
- {simulate_circuitpython_nativesim-1.0.0 → simulate_circuitpython_nativesim-1.0.2}/README.md.license +0 -0
- {simulate_circuitpython_nativesim-1.0.0 → simulate_circuitpython_nativesim-1.0.2}/VERSION.license +0 -0
- {simulate_circuitpython_nativesim-1.0.0 → simulate_circuitpython_nativesim-1.0.2}/circuitpy_sim.py +0 -0
- {simulate_circuitpython_nativesim-1.0.0 → simulate_circuitpython_nativesim-1.0.2}/pyproject.toml +0 -0
- {simulate_circuitpython_nativesim-1.0.0 → simulate_circuitpython_nativesim-1.0.2}/scripts/prepare.py +0 -0
- {simulate_circuitpython_nativesim-1.0.0 → simulate_circuitpython_nativesim-1.0.2}/scripts/simulate.py +0 -0
- {simulate_circuitpython_nativesim-1.0.0 → simulate_circuitpython_nativesim-1.0.2}/setup.cfg +0 -0
- {simulate_circuitpython_nativesim-1.0.0 → simulate_circuitpython_nativesim-1.0.2}/simulate_circuitpython_nativesim.egg-info/SOURCES.txt +0 -0
- {simulate_circuitpython_nativesim-1.0.0 → simulate_circuitpython_nativesim-1.0.2}/simulate_circuitpython_nativesim.egg-info/dependency_links.txt +0 -0
- {simulate_circuitpython_nativesim-1.0.0 → simulate_circuitpython_nativesim-1.0.2}/simulate_circuitpython_nativesim.egg-info/entry_points.txt +0 -0
- {simulate_circuitpython_nativesim-1.0.0 → simulate_circuitpython_nativesim-1.0.2}/simulate_circuitpython_nativesim.egg-info/requires.txt +0 -0
- {simulate_circuitpython_nativesim-1.0.0 → simulate_circuitpython_nativesim-1.0.2}/simulate_circuitpython_nativesim.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: simulate-circuitpython-nativesim
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.2
|
|
4
4
|
Summary: Simulate CircuitPython using Zephyr simulator
|
|
5
5
|
Author-email: Alec Delaney <tekktrik@gmail.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -17,7 +17,7 @@ Provides-Extra: dev
|
|
|
17
17
|
Requires-Dist: pre-commit~=4.5; extra == "dev"
|
|
18
18
|
Dynamic: license-file
|
|
19
19
|
|
|
20
|
-
# simulate-circuitpython
|
|
20
|
+
# simulate-circuitpython-nativesim
|
|
21
21
|
Simulate CircuitPython using Zephyr simulator
|
|
22
22
|
|
|
23
23
|
## Inputs
|
|
@@ -25,7 +25,7 @@ Simulate CircuitPython using Zephyr simulator
|
|
|
25
25
|
| Argument Name | Description | Default | Notes |
|
|
26
26
|
| --- | --- | --- | --- |
|
|
27
27
|
| ``version`` | Version of CircuitPython to simulate | ``main`` | Must be a version that supports the Zephyr OS native sim |
|
|
28
|
-
| ``circuitpy`` | Filepath to file or folder of files to add to the simualted CIRCUITPY |
|
|
28
|
+
| ``circuitpy`` | Filepath to file or folder of files to add to the simualted CIRCUITPY | "" | If an empty string (default), this action merely sets up the environment for the simulator |
|
|
29
29
|
| ``circuitpython-folder`` | Folder name to use for the CircuitPython checkout | ``cpysim`` | Change this if it conflicts with another file/folder |
|
|
30
30
|
|
|
31
31
|
## Outputs
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# simulate-circuitpython
|
|
1
|
+
# simulate-circuitpython-nativesim
|
|
2
2
|
Simulate CircuitPython using Zephyr simulator
|
|
3
3
|
|
|
4
4
|
## Inputs
|
|
@@ -6,7 +6,7 @@ Simulate CircuitPython using Zephyr simulator
|
|
|
6
6
|
| Argument Name | Description | Default | Notes |
|
|
7
7
|
| --- | --- | --- | --- |
|
|
8
8
|
| ``version`` | Version of CircuitPython to simulate | ``main`` | Must be a version that supports the Zephyr OS native sim |
|
|
9
|
-
| ``circuitpy`` | Filepath to file or folder of files to add to the simualted CIRCUITPY |
|
|
9
|
+
| ``circuitpy`` | Filepath to file or folder of files to add to the simualted CIRCUITPY | "" | If an empty string (default), this action merely sets up the environment for the simulator |
|
|
10
10
|
| ``circuitpython-folder`` | Folder name to use for the CircuitPython checkout | ``cpysim`` | Change this if it conflicts with another file/folder |
|
|
11
11
|
|
|
12
12
|
## Outputs
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
v1.0.2
|
{simulate_circuitpython_nativesim-1.0.0 → simulate_circuitpython_nativesim-1.0.2}/action.yml
RENAMED
|
@@ -11,6 +11,7 @@ inputs:
|
|
|
11
11
|
circuitpy:
|
|
12
12
|
description: 'Filepath to file or folder of files to add to the simualted CIRCUITPY'
|
|
13
13
|
required: true
|
|
14
|
+
default: ''
|
|
14
15
|
circuitpython-folder:
|
|
15
16
|
description: 'Folder name to use for the CircuitPython checkout'
|
|
16
17
|
required: true
|
|
@@ -131,6 +132,7 @@ runs:
|
|
|
131
132
|
id: run-sim
|
|
132
133
|
shell: bash
|
|
133
134
|
working-directory: ${{ inputs.circuitpython-folder }}/ports/zephyr-cp
|
|
135
|
+
if: inputs.circuitpy != ''
|
|
134
136
|
run: |
|
|
135
137
|
SIM_OUTPUT=$(simulate-circuitpython)
|
|
136
138
|
{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: simulate-circuitpython-nativesim
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.2
|
|
4
4
|
Summary: Simulate CircuitPython using Zephyr simulator
|
|
5
5
|
Author-email: Alec Delaney <tekktrik@gmail.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -17,7 +17,7 @@ Provides-Extra: dev
|
|
|
17
17
|
Requires-Dist: pre-commit~=4.5; extra == "dev"
|
|
18
18
|
Dynamic: license-file
|
|
19
19
|
|
|
20
|
-
# simulate-circuitpython
|
|
20
|
+
# simulate-circuitpython-nativesim
|
|
21
21
|
Simulate CircuitPython using Zephyr simulator
|
|
22
22
|
|
|
23
23
|
## Inputs
|
|
@@ -25,7 +25,7 @@ Simulate CircuitPython using Zephyr simulator
|
|
|
25
25
|
| Argument Name | Description | Default | Notes |
|
|
26
26
|
| --- | --- | --- | --- |
|
|
27
27
|
| ``version`` | Version of CircuitPython to simulate | ``main`` | Must be a version that supports the Zephyr OS native sim |
|
|
28
|
-
| ``circuitpy`` | Filepath to file or folder of files to add to the simualted CIRCUITPY |
|
|
28
|
+
| ``circuitpy`` | Filepath to file or folder of files to add to the simualted CIRCUITPY | "" | If an empty string (default), this action merely sets up the environment for the simulator |
|
|
29
29
|
| ``circuitpython-folder`` | Folder name to use for the CircuitPython checkout | ``cpysim`` | Change this if it conflicts with another file/folder |
|
|
30
30
|
|
|
31
31
|
## Outputs
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
v1.0.0
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{simulate_circuitpython_nativesim-1.0.0 → simulate_circuitpython_nativesim-1.0.2}/LICENSES/MIT.txt
RENAMED
|
File without changes
|
|
File without changes
|
{simulate_circuitpython_nativesim-1.0.0 → simulate_circuitpython_nativesim-1.0.2}/README.md.license
RENAMED
|
File without changes
|
{simulate_circuitpython_nativesim-1.0.0 → simulate_circuitpython_nativesim-1.0.2}/VERSION.license
RENAMED
|
File without changes
|
{simulate_circuitpython_nativesim-1.0.0 → simulate_circuitpython_nativesim-1.0.2}/circuitpy_sim.py
RENAMED
|
File without changes
|
{simulate_circuitpython_nativesim-1.0.0 → simulate_circuitpython_nativesim-1.0.2}/pyproject.toml
RENAMED
|
File without changes
|
{simulate_circuitpython_nativesim-1.0.0 → simulate_circuitpython_nativesim-1.0.2}/scripts/prepare.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|