-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: justmobilize/Adafruit_CircuitPython_ESP32SPI
base: main
head repository: adafruit/Adafruit_CircuitPython_ESP32SPI
compare: main
- 15 commits
- 28 files changed
- 5 contributors
Commits on May 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2be7aad - Browse repository at this point
Copy the full SHA 2be7aadView commit details -
Merge pull request adafruit#221 from adafruit/use_ruff
change to ruff
Configuration menu - View commit details
-
Copy full SHA for 808189e - Browse repository at this point
Copy the full SHA 808189eView commit details
Commits on Jun 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 063b90c - Browse repository at this point
Copy the full SHA 063b90cView commit details
Commits on Jun 24, 2025
-
socket_write() and send() return the number of bytes sent add some of the constants used by httpserver (others missing) dummy entries for setsockopt(), listen() and setblocking() implement bind() by using ninafw start_server() implement accept() by getting a clien socket from that server add back socknum parameter to allow wrapping a Socket around a ninafw socket number, which is required to be able to receive a connection from the server
Configuration menu - View commit details
-
Copy full SHA for d50d5d1 - Browse repository at this point
Copy the full SHA d50d5d1View commit details -
use time.monotonic_ns() to measure timeouts
re-implement timeout similar to Circuitpython (None blocks, 0 doesn't) NOTE: this is a breaking change for any code that uses it bind() saves the bound address and port listen() uses the saved address and port or uses defaults some fixes for pylint/black
Configuration menu - View commit details
-
Copy full SHA for d2d7ac3 - Browse repository at this point
Copy the full SHA d2d7ac3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07d74d4 - Browse repository at this point
Copy the full SHA 07d74d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c0221b - Browse repository at this point
Copy the full SHA 2c0221bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 91b5d0e - Browse repository at this point
Copy the full SHA 91b5d0eView commit details
Commits on Oct 20, 2025
-
remove deprecated ruff rule, workaround RTD theme property inline issue.
Signed-off-by: foamyguy <foamyguy@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3fcea23 - Browse repository at this point
Copy the full SHA 3fcea23View commit details
Commits on Nov 10, 2025
-
sockets in blocking mode by default
Co-authored-by: Dan Halbert <halbert@halwitz.org>
Configuration menu - View commit details
-
Copy full SHA for fd8a4c1 - Browse repository at this point
Copy the full SHA fd8a4c1View commit details
Commits on Nov 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 426af8b - Browse repository at this point
Copy the full SHA 426af8bView commit details -
Merge pull request adafruit#218 from Neradoc/more-compatible-api
Bring more compatibility with native sockets
Configuration menu - View commit details
-
Copy full SHA for 7682421 - Browse repository at this point
Copy the full SHA 7682421View commit details
Commits on Nov 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0a6ba00 - Browse repository at this point
Copy the full SHA 0a6ba00View commit details
Commits on Nov 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0cfb4ae - Browse repository at this point
Copy the full SHA 0cfb4aeView commit details -
Merge pull request adafruit#223 from dhalbert/shorter-imports
allow shorter imports; update examples to match
Configuration menu - View commit details
-
Copy full SHA for dc617df - Browse repository at this point
Copy the full SHA dc617dfView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...main