forked from micropython/micropython
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2407 from dhalbert/4.1.x-increase-cpx-stack-updat…
…e-frozen 4.1.x increase cpx stack update frozen
- Loading branch information
Showing
19 changed files
with
89 additions
and
49 deletions.
There are no files selected for viewing
Submodule Adafruit_CircuitPython_BusDevice
updated
9 files
+47 −0 | .github/workflows/build.yml | |
+70 −0 | .github/workflows/release.yml | |
+0 −1 | .gitignore | |
+0 −37 | .travis.yml | |
+23 −56 | README.rst | |
+32 −24 | adafruit_bus_device/i2c_device.py | |
+4 −4 | docs/examples.rst | |
+0 −0 | examples/busdevice_read_register_i2c_simpletest.py | |
+0 −0 | examples/busdevice_read_register_spi_simpletest.py |
Submodule Adafruit_CircuitPython_CircuitPlayground
updated
50 files
Submodule Adafruit_CircuitPython_Crickit
updated
2 files
+34 −49 | README.rst | |
+17 −3 | adafruit_crickit.py |
Submodule Adafruit_CircuitPython_DotStar
updated
2 files
+28 −45 | README.rst | |
+1 −1 | adafruit_dotstar.py |
Submodule Adafruit_CircuitPython_IRRemote
updated
3 files
+2 −16 | adafruit_irremote.py | |
+1 −1 | examples/irremote_simpletest.py | |
+2 −1 | examples/irremote_transmit.py |
Submodule Adafruit_CircuitPython_LIS3DH
updated
3 files
+3 −3 | adafruit_lis3dh.py | |
+19 −17 | examples/lis3dh_adc.py | |
+5 −0 | examples/lis3dh_simpletest.py |
Submodule Adafruit_CircuitPython_Motor
updated
3 files
+3 −46 | README.rst | |
+2 −2 | docs/examples.rst | |
+0 −0 | examples/motor_servo_sweep_simpletest.py |
Submodule Adafruit_CircuitPython_Thermistor
updated
2 files
+24 −0 | README.rst | |
+5 −1 | adafruit_thermistor.py |
Submodule Adafruit_CircuitPython_seesaw
updated
4 files
+6 −0 | .gitignore | |
+1 −1 | adafruit_seesaw/neopixel.py | |
+8 −22 | adafruit_seesaw/seesaw.py | |
+100 −0 | adafruit_seesaw/tftshield18.py |
Submodule circuitpython-stage
updated
3 files
+1 −0 | pewpew_m4/stage.py | |
+28 −0 | pewpew_m4/ugame.py | |
+162 −12 | stage.py |
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
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