-
Notifications
You must be signed in to change notification settings - Fork 72
Comparing changes
Open a pull request
base repository: adafruit/Adafruit_CircuitPython_ESP32SPI
base: 9.0.4
head repository: adafruit/Adafruit_CircuitPython_ESP32SPI
compare: main
- 15 commits
- 17 files changed
- 5 contributors
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 Nov 10, 2025
-
sockets in blocking mode by default
Co-authored-by: Dan Halbert <[email protected]>
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 #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 #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
Commits on Dec 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ca84f8b - Browse repository at this point
Copy the full SHA ca84f8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab75b89 - Browse repository at this point
Copy the full SHA ab75b89View commit details -
Merge pull request #225 from dhalbert/revert-examples
revert examples to old API
Configuration menu - View commit details
-
Copy full SHA for e88bf27 - Browse repository at this point
Copy the full SHA e88bf27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b24c52 - Browse repository at this point
Copy the full SHA 0b24c52View 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 9.0.4...main