| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-01-08 | Merge pull request #2445 from jepler/mp3-jeplayer-fixes5.0.0-beta.3 | Scott Shawcroft | |
| Fixes for JEplayer | |||
| 2020-01-08 | Merge pull request #2448 from tannewt/packet_buffer | Dan Halbert | |
| Add PacketBuffer and MTU negotiation support. | |||
| 2020-01-08 | Replace magic number and add comment. | Scott Shawcroft | |
| 2020-01-08 | Merge remote-tracking branch 'adafruit/master' into packet_buffer | Scott Shawcroft | |
| 2020-01-07 | Merge pull request #2460 from tannewt/update_frozen | Dan Halbert | |
| Update submodules including BusDevice and HID. | |||
| 2020-01-07 | Don't change uf2 | Scott Shawcroft | |
| 2020-01-07 | Update translations | Scott Shawcroft | |
| 2020-01-07 | Update submodules including BusDevice and HID. | Scott Shawcroft | |
| HID's API has changed to take in devices explicitly so that both USB and BLE work. | |||
| 2020-01-07 | Merge pull request #2367 from iot49/mtime | Dan Halbert | |
| fix mtime on file creation | |||
| 2020-01-07 | Merge pull request #2456 from arturo182/mimxrt10xx | Scott Shawcroft | |
| Add initial MIMXRT10XX port implementation | |||
| 2020-01-07 | mimxrt10xx: Add license for NXP code | arturo182 | |
| 2020-01-07 | Merge pull request #2450 from Marius-450/marius-display-limit-2 | Scott Shawcroft | |
| CIRCUITPY_DISPLAY_LIMIT = 2 for monster m4sk | |||
| 2020-01-07 | mimxrt10xx: Add info on clock config source | arturo182 | |
| 2020-01-07 | mimxrt10xx: Use the correct error for not implemented functionality | arturo182 | |
| Co-Authored-By: Scott Shawcroft <scott@tannewt.org> | |||
| 2020-01-06 | Merge pull request #2452 from pewpew-game/pewpew-m4-bootloader-offsets | Scott Shawcroft | |
| Take display offsets for PewPew M4 from the bootloader config | |||
| 2020-01-06 | Add MIMXRT10XX port to release build | arturo182 | |
| 2020-01-06 | Add initial MIMXRT10XX port | arturo182 | |
| 2020-01-06 | Fix more build problems | Jeff Epler | |
| 2020-01-06 | fix doc build error | Jeff Epler | |
| 2020-01-06 | audiomp3: rename to MP3Decoder | Jeff Epler | |
| 2020-01-06 | Take display offsets for PewPew M4 from the bootloader config | Radomir Dopieralski | |
| The PewPew M4 devices come with different displays, which require different offsets. Since the information about offsets is saved in the bootloader, we can take it from there. | |||
| 2020-01-04 | changes only for monster m4sk | Marius-450 | |
| 2020-01-04 | CIRCUITPY_DISPLAY_LIMIT = 2 | Marius-450 | |
| 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 #2432 from tannewt/fix_nrf_uart | Scott Shawcroft | |
| Fix nRF UART reset | |||
| 2020-01-03 | Throw an error when we cannot allocate PWM pixel buffer | Scott Shawcroft | |
| 2020-01-03 | Change SPI and I2C in the same way. | Scott Shawcroft | |
| 2020-01-03 | Merge pull request #2034 from rhooper/new-pixelbuf-api | Dan Halbert | |
| Updates to pixelbuf API - Addresses #884 | |||
| 2020-01-02 | samd/peripherals: take upstream update | Jeff Epler | |
| 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 | |
| 2020-01-01 | Merge pull request #2423 from pewpew-game/pewpew-m4-update | Dan Halbert | |
| Update the PewPew M4 board and circuitpython-stage | |||
| 2019-12-31 | Merge branch 'master' into new-pixelbuf-api | Roy Hooper | |
| 2019-12-31 | Merge pull request #2438 from dglaude/patch-2 | Dan Halbert | |
| Update Shape.c | |||
| 2019-12-30 | Merge pull request #2440 from adafruit/tannewt-hwm4-uart-pins | Dan Halbert | |
| Fix Hallowing M4 Express UART pin mapping | |||
| 2019-12-30 | Merge pull request #2441 from dhalbert/clue_nrf52840_express | Dan Halbert | |
| initial CLUE board defn | |||
| 2019-12-30 | add display support; rotation 270 | Dan Halbert | |
| 2019-12-30 | initial CLUE board defn | Dan Halbert | |
| 2019-12-30 | Fix default UART too | Scott Shawcroft | |
| 2019-12-30 | Update pins.c | Scott Shawcroft | |
| 2019-12-30 | Merge pull request #2428 from hathach/samd-improve-usb | Dan Halbert | |
| improve usb dcd samd51 | |||
| 2019-12-30 | Merge pull request #2439 from hierophect/stm32-cpython-compat | Dan Halbert | |
| STM32: Cpython compatibility flag | |||
| 2019-12-30 | add cypthon compat setting | Hierophect | |
| 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 | |||
