| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-07-10 | Merge pull request #3142 from rhooper/pixelbuf_rgbw_fix_5.3.x5.3.1 | Scott Shawcroft | |
| Allow setting RGBW pixels with RGB tuples | |||
| 2020-07-10 | Allow setting RGBW pixels with RGB tuples | Roy Hooper | |
| 2020-06-30 | Merge pull request #3092 from sommersoft/5.3.x | Scott Shawcroft | |
| [5.3.x] Custom CSS For "Viewing Outdated Docs" Message | |||
| 2020-06-29 | add custom css for 'viewing-old-docs' message | sommersoft | |
| 2020-04-21 | Merge pull request #2797 from jepler/fix-27925.3.0-rc.05.3.0 | Scott Shawcroft | |
| displayio: Fix "bus type" problem introduced at 8cba145c9029 | |||
| 2020-04-21 | displayio: Fix "bus type" problem introduced at 8cba145c9029 | Jeff Epler | |
| When allocate_display_bus_or_raise was factored out, the assignment of the bus's Python type was lost. Restore it. This would have affected displays of any type other than RGBMatrix, when they were created dynamically. Boards with displays configured in flash were unaffected. Closes: #2792 | |||
| 2020-04-21 | Merge pull request #2789 from simmel-project/nrf52833 | Scott Shawcroft | |
| Add support for nrf52833 | |||
| 2020-04-21 | nrf: bleio: parameterize softradio configuration | Sean Cross | |
| Allow for setting various softradio memory settings as part of a board in order to support lower-memory configurations. If a parameter is unspecified then the previously-defined value is used. Signed-off-by: Sean Cross <sean@xobs.io> | |||
| 2020-04-21 | nrf: mpconfigport: support configuration of various sizes | Sean Cross | |
| Conditionally set variables such as the softdevice RAM size, bootloader size, and the spi m3 buffer size. This allows ports to adjust these values to suit their needs. Signed-off-by: Sean Cross <sean@xobs.io> | |||
| 2020-04-21 | nrf: mpconfigport: subtract config size from firmware size | Sean Cross | |
| The BLE Config area needs to be subtracted from the size of the firmware. THis is because the firmware is counted by walking backwards from the end of memory, and the BLE config area is placed lower in memory than the firmware. Subtracting the BLE config size ensures the internal flash filesystem doesn't try to use the firmware as storage. Signed-off-by: Sean Cross <sean@xobs.io> | |||
| 2020-04-21 | nrf: add support for nrf52833 | Sean Cross | |
| This adds preliminary support for the nRF52833, which is a variant of the nRF52840 with half the RAM, half the flash, and fewer peripherals. Signed-off-by: Sean Cross <sean@xobs.io> | |||
| 2020-04-21 | nrf: make rgbmatrix and framebufferio optional | Sean Cross | |
| Ports can set CIRCUITPY_RGBMATRIX and CIRCUITPY_FRAMEBUFFERIO to 0 in their .mk file in order to prevent these from being built. This is necessary for resource-constrained devices. Signed-off-by: Sean Cross <sean@xobs.io> | |||
| 2020-04-21 | nrf: supervisor: support building without BUSIO | Sean Cross | |
| Only initialize i2c, spi, and uart if building with BUSIO. Signed-off-by: Sean Cross <sean@xobs.io> | |||
| 2020-04-21 | nrf: make neopixel support optional | Sean Cross | |
| Add a conditional around the call to neopixel_write(), allowing us to build for nrf without neopixel support. Signed-off-by: Sean Cross <sean@xobs.io> | |||
| 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 pull request #2777 from pewpew-game/master | Scott Shawcroft | |
| Fix RGB/BGR colors in Stage | |||
| 2020-04-20 | Merge pull request #2788 from k0d/nulceo_f767_flash_bugfix | hierophect | |
| STM32: f767: Fixes linker settings. | |||
| 2020-04-20 | STM32: f767: Fixes linker settings. | Mark Olsson | |
| 2020-04-20 | Merge pull request #2775 from jepler/rgbmatrix | Jeff Epler | |
| Rename Protomatter to RGBMatrix | |||
| 2020-04-19 | RGBMatrix: nonessential change to kick Actions | Jeff Epler | |
| 2020-04-17 | make translate | Jeff Epler | |
| 2020-04-17 | framebufferio: update copyright information | Jeff Epler | |
| 2020-04-17 | RGBMatrix: this comment no longer describes the code | Jeff Epler | |
| ... allocate_display_bus_or_raise() uses fixed storage, not heap storage. | |||
| 2020-04-17 | RGBMatrix: documentation got behind the code | Jeff Epler | |
| 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 | RGBMatrix: remove unneeded properties | Jeff Epler | |
| 2020-04-17 | framebufferio: get width, etc., from protocol, not object property | Jeff Epler | |
| 2020-04-17 | Rename Protomatter -> RGBMatrix | Jeff Epler | |
| This is a quick rename, it changes the user-facing names but not the internal names of things. | |||
| 2020-04-17 | protomatter: move get_width/height to common_hal | Jeff Epler | |
| 2020-04-17 | fix doc build | Jeff Epler | |
| 2020-04-17 | framebufferio: get more properties direct from underlying framebuffer | Jeff Epler | |
| 2020-04-17 | Rename _protomatter -> protomatter | Jeff Epler | |
| I originally believed that there would be a wrapper library around it, like with _pixelbuf; but this proves not to be the case, as there's too little for the library to do. | |||
| 2020-04-17 | framebufferio: get width, height from framebuffer properties | Jeff Epler | |
| 2020-04-17 | Protomatter: add width, height properties | Jeff Epler | |
| 2020-04-17 | Merge pull request #2735 from hierophect/stm32x7-setup | hierophect | |
| STM32: Add F7 and H7 Support | |||
| 2020-04-17 | Add copyrights to pewpew m4 and ugame board.c | Radomir Dopieralski | |
| 2020-04-16 | Merge pull request #2768 from xobs/litex-full-build | Scott Shawcroft | |
| litex: remove minimal build option | |||
| 2020-04-16 | startup file crash fix, H7 bin fix | Lucian Copeland | |
| 2020-04-16 | Update copyright to bump the CI | Scott Shawcroft | |
| 2020-04-16 | Bump circuitpython-stage to 1.0.11 to fix audio problems | Radomir Dopieralski | |
| Fix #2773 | |||
| 2020-04-16 | litex: enable binascii and ujson modules | Sean Cross | |
| Signed-off-by: Sean Cross <sean@xobs.io> | |||
| 2020-04-16 | litex: disable minimal build | Sean Cross | |
| Manually specify available modules and disable any modules that are currently unsupported on the litex target. Signed-off-by: Sean Cross <sean@xobs.io> | |||
| 2020-04-16 | litex: add os module | Sean Cross | |
| Signed-off-by: Sean Cross <sean@xobs.io> | |||
| 2020-04-16 | litex: mphalport: add fake mp_hal_delay_us | Sean Cross | |
| Add a mp_hal_delay_us, which is required by some of the modules, that simply calls mp_hal_delay_ms / 1000. Signed-off-by: Sean Cross <sean@xobs.io> | |||
| 2020-04-15 | Fix RGB/BGR colors in Stage | Radomir Dopieralski | |
| This makes the colors used by the stage library compatible with those used by the displayio library. | |||
| 2020-04-15 | Fix korea translation error, minor submodule change | Lucian Copeland | |
| 2020-04-15 | Correct submodule desync | Lucian Copeland | |
| 2020-04-15 | translations-merge | Lucian Copeland | |
| 2020-04-15 | translations | Lucian Copeland | |
| 2020-04-15 | Implement requested changes | Lucian Copeland | |
