| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-02-05 | Make timeout core types consistent | Lucian Copeland | |
| 2021-02-02 | Merge pull request #4049 from hierophect/sslsocket | Scott Shawcroft | |
| Separate SSLSocket from Socket | |||
| 2021-02-02 | Merge pull request #4114 from tannewt/spidevice_spi | Scott Shawcroft | |
| Add .spi accessor to SPIDevice | |||
| 2021-02-01 | Add .spi accessor to SPIDevice | Scott Shawcroft | |
| Fixes #4108 | |||
| 2021-02-01 | Merge pull request #4110 from microDev1/rtc-rp | Scott Shawcroft | |
| RP2040: Support for RTC | |||
| 2021-02-01 | Merge pull request #4112 from gamblor21/longint_busdevice_fix | Scott Shawcroft | |
| Fixed for boards without longint | |||
| 2021-02-01 | Fixed for boards without longint | gamblor21 | |
| 2021-02-02 | rtc implementation for rp2040 | microDev | |
| 2021-02-01 | Merge pull request #4087 from DavePutz/cpu_temp_doc | Dan Halbert | |
| Fixing microcontroller.cpu on multi-core cpus and adding microcontroller.cpus | |||
| 2021-02-01 | Merge remote-tracking branch 'upstream/main' into sslsocket | Lucian Copeland | |
| 2021-02-01 | Fix hash, close, error bugs | Lucian Copeland | |
| 2021-01-29 | Fix typo in documentation. | root | |
| 2021-01-29 | Fix documentation builds | Lucian Copeland | |
| 2021-01-28 | Adding files for cpu temperature fix | root | |
| 2021-01-28 | RGBMatrix: change default to serpentine=True | Jeff Epler | |
| The "serpentine" display order leads to much better wiring (shorter ribbon cables) and is preferred. Change the default accordingly. | |||
| 2021-01-26 | Merge pull request #4068 from jepler/update-protomatter-tiling | Scott Shawcroft | |
| protomatter: Update to version that supports tiling | |||
| 2021-01-26 | Disallow tile=0 | Jeff Epler | |
| 2021-01-26 | rgbmatrix: Eliminate some duplicated height-calculating code | Jeff Epler | |
| This was hard to write, so let's have it written in 2 places instead of 4. | |||
| 2021-01-26 | RGBMatrix: Additional tile tweaks | Jeff Epler | |
| * Introduce explicit serpentine: bool argument instead of using negative numbers (thanks, ghost of @tannewt sitting on one shoulder) * Fix several calculations of height Testing performed (matrixportal): * set up a serpentine 64x64 virtual display with 2 64x32 tiles * tried all 4 rotations * looked at output of REPL | |||
| 2021-01-26 | Fix stubs error, out of sockets error, invalid TLS leak | Lucian Copeland | |
| 2021-01-26 | Merge pull request #4060 from dhalbert/regularize-extmod-modules | Dan Halbert | |
| CIRCUITPY_* switches for JSON, RE, etc. Doc cleanup | |||
| 2021-01-26 | Update documentation for microprossors with multiple cpus | root | |
| 2021-01-26 | protmatter: Update to version that supports tiling | Jeff Epler | |
| 2021-01-25 | Merge pull request #4051 from jamesbowman/main | Scott Shawcroft | |
| EVE: change fixed-point integer arguments to floating point | |||
| 2021-01-25 | Merge pull request #3936 from gamblor21/busdevice_fixes | Scott Shawcroft | |
| Changing adafruit_bus_device to duck typing | |||
| 2021-01-25 | Separate Socket and SSLSocket, add LWIP connect | Lucian Copeland | |
| 2021-01-24 | CIRCUITPY_* switches for JSON, RE, etc. Doc cleanup | Dan Halbert | |
| 2021-01-22 | Change from fixed-point integer arguments to floating point in EVE API functions | James Bowman | |
| Changed calls: PointSize(), LineWidth(), VertexTranslateX() and VertexTranslateY() Units for all the above are now pixels, not fixed-point integers. This matches OpenGL. Docstrings updated accordingly | |||
| 2021-01-21 | Merge pull request #3980 from anecdata/reasons2 | Scott Shawcroft | |
| ESP32-S2 update docs to match code usage of IPPROTO_* | |||
| 2021-01-21 | Merge pull request #3854 from hierophect/esp-tcpserver | hierophect | |
| ESP32S2: Implement TCP Server bindings | |||
| 2021-01-20 | Fix warnings that come from -O3 (I think) | Scott Shawcroft | |
| 2021-01-20 | Add initial RP2040 support | Scott Shawcroft | |
| The RP2040 is new microcontroller from Raspberry Pi that features two Cortex M0s and eight PIO state machines that are good for crunching lots of data. It has 264k RAM and a built in UF2 bootloader too. Datasheet: https://pico.raspberrypi.org/files/rp2040_datasheet.pdf | |||
| 2021-01-16 | Fixes from draft PR | gamblor21 | |
| 2021-01-16 | Removed unused include | gamblor21 | |
| 2021-01-16 | Changing to duck-typing | gamblor21 | |
| 2021-01-14 | Merge remote-tracking branch 'upstream/main' into esp-tcpserver | Lucian Copeland | |
| 2021-01-13 | Rename to match WIFI_REASON. Also include specific error code in "Unknown ↵ | anecdata | |
| failure" Exception. | |||
| 2021-01-13 | Include all reason codes. | anecdata | |
| 2021-01-13 | Complete non-blocking implementations, add socket close checking | Lucian Copeland | |
| 2021-01-13 | Update shared-bindings/socketpool/SocketPool.c | anecdata | |
| Co-authored-by: Scott Shawcroft <scott@tannewt.org> | |||
| 2021-01-12 | WIP of non-blocking calls | Lucian Copeland | |
| 2021-01-12 | change IPPROTO_* comments to match usage in current shared-bindings and ↵ | anecdata | |
| common-hal code | |||
| 2021-01-12 | Merge remote-tracking branch 'origin/main' into audioout-esp32 | Jeff Epler | |
| 2021-01-11 | Merge pull request #3964 from dhalbert/ble-timing-fixes | Scott Shawcroft | |
| Round BLE timing values; fix timeout check | |||
| 2021-01-11 | Merge pull request #3944 from BennyE/wifi-authmode | Scott Shawcroft | |
| esp32-s2: Adding authmode keyword | |||
| 2021-01-11 | Merge pull request #3659 from iot49/msgpack | Scott Shawcroft | |
| module msgpack | |||
| 2021-01-10 | Round BLE timing values; fix timeout check | Dan Halbert | |
| 2021-01-08 | restore len(alarm.sleep_memory) and bool(alarm.sleep_memory) | Dan Halbert | |
| 2021-01-07 | Merge remote-tracking branch 'origin/main' into audioout-esp32 | Jeff Epler | |
| 2021-01-06 | Adding authmode keyword | BennyE | |
