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 #8845 from dhalbert/update-frozen-libraries-2024-0…
…1-26 frozen/: update frozen libraries
- Loading branch information
Showing
7 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
Submodule Adafruit_CircuitPython_DisplayIO_SSD1306
updated
1 files
+5 −1 | adafruit_displayio_ssd1306.py |
Submodule Adafruit_CircuitPython_Display_Shapes
updated
1 files
+4 −2 | adafruit_display_shapes/multisparkline.py |
Submodule Adafruit_CircuitPython_ESP32SPI
updated
1 files
+14 −1 | adafruit_esp32spi/adafruit_esp32spi_socket.py |
Submodule Adafruit_CircuitPython_Requests
updated
7 files
+51 −30 | adafruit_requests.py | |
+6 −3 | tests/chunk_test.py | |
+4 −2 | tests/concurrent_test.py | |
+120 −4 | tests/header_test.py | |
+22 −5 | tests/post_test.py | |
+6 −3 | tests/protocol_test.py | |
+16 −8 | tests/reuse_test.py |
Submodule Adafruit_CircuitPython_SSD1680
updated
6 files
Submodule Adafruit_CircuitPython_UC8151D
updated
4 files
+10 −3 | adafruit_uc8151d.py | |
+7 −2 | examples/uc8151d_1.54_grayscale.py | |
+7 −2 | examples/uc8151d_2.9_color.py | |
+7 −2 | examples/uc8151d_simpletest.py |
Submodule Adafruit_CircuitPython_asyncio
updated
2 files
+7 −2 | asyncio/core.py | |
+57 −0 | asyncio/traceback.py |