| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-05-03 | .../external_flash.c: Don't attempt to issue CMD_READ_STATUS2 for | Brian Dean | |
| devices with only a single_status_byte. | |||
| 2020-04-27 | Merge remote-tracking branch 'adafruit/master' into lower_power | Scott Shawcroft | |
| 2020-04-26 | Merge pull request #2805 from tannewt/update_tinyusb | Scott Shawcroft | |
| Update tinyusb | |||
| 2020-04-21 | Fix USB midi and hid disable. | Scott Shawcroft | |
| 2020-04-21 | external_flash: add support for mx25r1635f | Sean Cross | |
| This flash chip is used in Simmel. Signed-off-by: Sean Cross <sean@xobs.io> | |||
| 2020-04-20 | Merge remote-tracking branch 'adafruit/master' into lower_power | Scott Shawcroft | |
| This isn't perfect and needs a bit more testing. | |||
| 2020-04-17 | RGBMatrix: finish renaming from Protomatter | Jeff Epler | |
| This gets all the purely internal references. Some uses of protomatter/Protomatter/PROTOMATTER remain, as they are references to symbols in the Protomatter C library itself. | |||
| 2020-04-17 | Update TinyUSB and add interrupt hooks. | Scott Shawcroft | |
| 2020-04-15 | translations-merge | Lucian Copeland | |
| 2020-04-14 | Merge remote-tracking branch 'adafruit/master' into lower_power | Scott Shawcroft | |
| 2020-04-14 | displayio: swap colors in palettes too | Jeff Epler | |
| .. change the in-rom palette to be in RGB565 order | |||
| 2020-04-14 | fix build for non-displayio & non-protomatter targets | Jeff Epler | |
| 2020-04-14 | protomatter: more memory allocation fixes | Jeff Epler | |
| - bump supervisor alloc count by 4 (we actually use 5) - move reconstruct to after gc heap is reset - destroy protomatter object entirely if not used by a FramebufferDisplay - ensure previous supervisor allocations are released - zero out pointers so GC can collect them | |||
| 2020-04-14 | allow retrieving info about a supervisor allocation | Jeff Epler | |
| 2020-04-13 | Various requested fixes | Lucian Copeland | |
| 2020-04-06 | Updates based on feedback from jepler | Scott Shawcroft | |
| 2020-04-03 | Rework sleep timing | Scott Shawcroft | |
| It didn't account for background task time and could end up sleeping for way longer than it should because the RTC compare time had already passed. | |||
| 2020-04-03 | Linker file restructure, TCM and MPU additions | Lucian Copeland | |
| 2020-04-02 | Clean up | Scott Shawcroft | |
| 2020-04-01 | merge and docs | Lucian Copeland | |
| 2020-04-01 | Implement requested changes | Lucian Copeland | |
| 2020-03-31 | Merge remote-tracking branch 'adafruit/master' into lower_power | Scott Shawcroft | |
| 2020-03-31 | supervisor: enable itcm memory region for fomu | Sean Cross | |
| Signed-off-by: Sean Cross <sean@xobs.io> | |||
| 2020-03-25 | supervisor/shared/external_flash/devices.h: Add MX25L51245G support. | Brian Dean | |
| Add external flash support for Macronix MX25L51245G 64MiB SPI flash. | |||
| 2020-03-20 | Initial work for STM32. Need to fix us delay and PulseIn still. | Scott Shawcroft | |
| 2020-03-17 | Fix DotStar status LED init. | Scott Shawcroft | |
| 2020-03-17 | Fix DotStar status LED init. | Scott Shawcroft | |
| 2020-03-13 | Fix autoreload and ticks in general | Scott Shawcroft | |
| 2020-03-13 | Hopefully fix flash flush and hopefully audio as well. | Scott Shawcroft | |
| 2020-03-13 | Fix autoreload, neopixel, monotonic_ns and sleep w/o SD | Scott Shawcroft | |
| 2020-03-13 | First try at lowering the power consumption | Scott Shawcroft | |
| 2020-02-25 | Merge pull request #2655 from jepler/thing51 | Jeff Epler | |
| samd51 thing plus: new port | |||
| 2020-02-25 | samd51 thing plus: new port | jepler | |
| testing performed: * successfully store and retrieve a 500kB file on the flash * square wave output on each pin appears on o'scope * board.SPI(), board.SERIAL(), board.I2C() all construct | |||
| 2020-02-24 | Fix Mac crash when waking up with an ejected CIRCUITPY | Scott Shawcroft | |
| We now correctly set the reason for the unit not being ready and always start the unit. Fixes #2567 | |||
| 2020-02-20 | Disable BLE file service for now | Scott Shawcroft | |
| Fixes #2633 | |||
| 2020-02-12 | Merge pull request #2615 from mubes/label-drive | Scott Shawcroft | |
| Allow drive name to be set per target | |||
| 2020-02-12 | Allow drive name to be set per target, with fallback to pre-existing behaviour | Dave Marples | |
| 2020-02-12 | Added fix to allow remount when usb enabled but msc is ejected | Gadi Rotenberg | |
| 2020-02-06 | Add support for external flash device Winbond.com W25Q80DV | Langston Nashold | |
| Currently, we only support external flash device W25Q80DL. This adds support for the W25Q80DL. tweak | |||
| 2020-01-29 | Merge branch 'master' into stm32-meowbit | hierophect | |
| 2020-01-28 | Implement requested changes | Lucian Copeland | |
| 2020-01-27 | Merge pull request #2532 from tannewt/teensy4-dev | Scott Shawcroft | |
| Refine iMX RT memory layout and add three boards | |||
| 2020-01-24 | pygamer and pybadge boards were not resetting neopixels | Dan Halbert | |
| 2020-01-23 | reset NeoPixels on CPB on soft reload | Dan Halbert | |
| 2020-01-17 | Refine iMX RT memory layout and add three boards | Scott Shawcroft | |
| Introduces a way to place CircuitPython code and data into tightly coupled memory (TCM) which is accessible by the CPU in a single cycle. It also frees up room in the corresponding cache for intermittent data. Loading from external flash is slow! The data cache is also now enabled. Adds support for the iMX RT 1021 chip. Adds three new boards: * iMX RT 1020 EVK * iMX RT 1060 EVK * Teensy 4.0 Related to #2492, #2472 and #2477. Fixes #2475. | |||
| 2020-01-17 | Meowbit bus conflict WIP | Hierophect | |
| 2019-12-20 | Merge pull request #2390 from jepler/displayio-set-rotation | Scott Shawcroft | |
| displayio: make 'rotation' property settable | |||
| 2019-12-17 | Improve USB eject by resetting on replug | Scott Shawcroft | |
| 2019-12-16 | displayio: make 'rotation' property settable | Jeff Epler | |
| 2019-12-12 | merge from master | Dan Halbert | |
