| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-05-09 | More erroneous else statements | Max Holliday | |
| 2020-05-09 | Unified single_status_byte & no_reset_cmd behavior | Max Holliday | |
| 2020-05-09 | Removing erroneous else statements | Max Holliday | |
| 2020-05-09 | Replacing device that was accidentally deleted | Max Holliday | |
| 2020-05-04 | Merge branch 'master' into non-standard-nvm | Dan Halbert | |
| 2020-04-28 | fixing diff error | Max Holliday | |
| 2020-04-28 | decoupling chip specific functions from EXTERNAL_FLASH_QSPI_SINGLE | Max Holliday | |
| 2020-04-27 | Merge remote-tracking branch 'adafruit/master' into lower_power | Scott Shawcroft | |
| 2020-04-27 | Merge remote-tracking branch 'adafruit/master' | Max Holliday | |
| 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-07 | adds standard (non-queued) SPI support to QSPI for external flash | Max Holliday | |
| 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 | |||
