| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-02-20 | Enable _bleio adapter when _bleio is imported | Dan Halbert | |
| 2020-02-18 | Addition of RS485 support | Dave Marples | |
| 2020-02-18 | Addition of RTS/CTS/RS485 UART functionality | Dave Marples | |
| 2020-02-18 | Merge pull request #2626 from dhalbert/stat-for-shortint | Scott Shawcroft | |
| avoid os.stat() int overflow on smallint-only builds | |||
| 2020-02-14 | avoid os.stat() int overflow on smallint-only builds | Dan Halbert | |
| 2020-02-14 | Updated OnDiskBitmap RTD example for 5.x | Melissa LeBlanc-Williams | |
| 2020-02-13 | Merge pull request #2581 from jamesbowman/master | Scott Shawcroft | |
| First draft of eveL, the low-level module of the Gameduino bindings | |||
| 2020-02-13 | Split ROMDECLS for readability | James Bowman | |
| 2020-02-11 | doc typo | Dan Halbert | |
| 2020-02-11 | fix doc indentation | Dan Halbert | |
| 2020-02-11 | nrf: add SPIM3 support | Dan Halbert | |
| 2020-02-10 | Correct the BitmapTransform operations. | James Bowman | |
| Correct argument order better argument naming fix copypaste bug on C and F arguments | |||
| 2020-02-10 | Remove unused code | James Bowman | |
| 2020-02-07 | Move _eve module declarations into shared-bindings header | James Bowman | |
| 2020-02-07 | Add doc strings, inline mod_eve-gen.h and remove it | James Bowman | |
| 2020-02-07 | Split into shared-module and shared-bindings | James Bowman | |
| 2020-02-07 | time.sleep() rounds to nearest msec | Dan Halbert | |
| 2020-02-07 | improve time.monotonic_ns() accuracy from ms to us | Dan Halbert | |
| 2020-02-06 | Add method VertexFormat() and variable fixed-point scaling in Vertex2f() | James Bowman | |
| 2020-02-05 | Rename eveL to _eve, EVEL to _EVE | James Bowman | |
| 2020-02-05 | My name | James Bowman | |
| 2020-02-05 | Use mp_instance_cast_to_native_base() throughout | James Bowman | |
| 2020-02-03 | allow tuple or list for Palette color | Dan Halbert | |
| 2020-02-03 | Add header for module eveL explaining what it is. | James Bowman | |
| Exclude modeveL-gen.h from Sphinx build | |||
| 2020-02-03 | First draft of eveL, the low-level module of the Gameduino (and BridgeTek ↵ | James Bowman | |
| EVE) bindings. [adafruit/circuitpython#2578] | |||
| 2020-01-30 | Merge remote-tracking branch 'adafruit/master' into tweak_pixelbuf | Scott Shawcroft | |
| 2020-01-30 | circuitpython-stage: allow choosing background color | Radomir Dopieralski | |
| 2020-01-29 | Tweak error messages to reduce code size. | Scott Shawcroft | |
| 2020-01-27 | PacketBuffer.packet_size was returning bool instead of int | Dan Halbert | |
| 2020-01-24 | Encapsulate buffers inside PixelBuf and refactor it. | Scott Shawcroft | |
| 2020-01-13 | merge from adafruit/circuitpython | Dan Halbert | |
| 2020-01-12 | fix CCCD bonding store; avoid excessive bonding writes | Dan Halbert | |
| 2020-01-10 | wip: HID bonding works! | Dan Halbert | |
| 2020-01-10 | Merge pull request #2461 from jepler/urandom-hardfaults | Scott Shawcroft | |
| Urandom hardfaults | |||
| 2020-01-09 | wip; redid flash writing to be compatible with SD | Dan Halbert | |
| 2020-01-08 | Merge pull request #2445 from jepler/mp3-jeplayer-fixes5.0.0-beta.3 | Scott Shawcroft | |
| Fixes for JEplayer | |||
| 2020-01-08 | os: Don't require an on-stack buffer | Jeff Epler | |
| This allows urandom requests of even 100k bytes to succeed on a fresh VM session on a Metro M4 express. | |||
| 2020-01-06 | fix doc build error | Jeff Epler | |
| 2020-01-06 | audiomp3: rename to MP3Decoder | Jeff Epler | |
| 2020-01-03 | Add PacketBuffer and MTU negotiation support. | Scott Shawcroft | |
| PacketBuffer facilitates packet oriented BLE protocols such as BLE MIDI and the Apple Media Service. This also adds PHY, MTU and connection event extension negotiation to speed up data transfer when possible. | |||
| 2020-01-03 | Merge pull request #2034 from rhooper/new-pixelbuf-api | Dan Halbert | |
| Updates to pixelbuf API - Addresses #884 | |||
| 2020-01-02 | remove unnecessary GCC pragmas | Roy Hooper | |
| 2020-01-02 | raise mp_raise_NotImplementedError | Roy Hooper | |
| 2020-01-02 | rename call_show to pixelbuf_call_show | Roy Hooper | |
| 2020-01-02 | MP3File: Add rms_level property | Jeff Epler | |
| This lets a music player show it vu-meter style | |||
| 2020-01-01 | Fix docstring for byteorder | Roy Hooper | |
| 2020-01-01 | move native fill to a helper to work around being unable to call a subclass ↵ | Roy Hooper | |
| show method from the native superclass | |||
| 2020-01-01 | Revert "try a property with a callable static class" | Roy Hooper | |
| This reverts commit ca5b2770cf30f30946991faeaab16263bce435e9. | |||
| 2020-01-01 | try a property with a callable static class | Roy Hooper | |
| 2019-12-30 | Update Shape.c | David Glaude | |
| Make no sense to say this is experimental and will change in 4.0.0 when we are already above 4.0.0. This should be removed, or updated to say it will not be in x.0.0 | |||
