| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-19 | fix stm compiler error | Dan Halbert | |
| 2021-03-19 | update flash chip comment | Jeff Epler | |
| 2021-03-19 | Fix PWMOut non-error handling and never reset | Dan Halbert | |
| 2021-03-19 | another place to fix flash capacity | Jeff Epler | |
| 2021-03-19 | fix display rotation and position | Dan Halbert | |
| 2021-03-18 | make translate; fix display pins | Dan Halbert | |
| 2021-03-18 | correct PID | Dan Halbert | |
| 2021-03-18 | update funhouse pins for latest rev b | Dan Halbert | |
| 2021-03-18 | merge from upstream | Dan Halbert | |
| 2021-03-18 | Redo RP2040 flash settings | Scott Shawcroft | |
| This switches stage2 to C and uses Jinja to change the C code based on flash settings from https://github.com/adafruit/nvm.toml. It produces the fastest settings for the given set of external flashes. Flash size is no longer hard coded so switching flashes with similar capabilities but different sizes should *just work*. This PR also places "ITCM" code in RAM to save the XIP cache for code execution. Further optimization is possible. A blink code.py still requires a number of flash fetches every blink. Fixes #4041 | |||
| 2021-03-18 | Merge pull request #4435 from jepler/metro-m7 | Jeff Epler | |
| Fixes for Metro M7 | |||
| 2021-03-18 | mimxrt: Quiet some warnings down in the sdk | Jeff Epler | |
| Closes #2487 | |||
| 2021-03-18 | mimxrt: Enable USB Midi | Jeff Epler | |
| Closes #2473 | |||
| 2021-03-18 | metro_m7: Update board name, flash chip size | Jeff Epler | |
| 2021-03-17 | Merge pull request #4419 from spe2/main | Scott Shawcroft | |
| Add board definition for Sparkfun Pro Micro RP2040 | |||
| 2021-03-17 | Merge pull request #4411 from mintakka/thingplus-rp2040 | Jeff Epler | |
| added board configuration for Sparkfun ThingPlus RP2040 | |||
| 2021-03-17 | RP2040: Only bitbang 0-byte writes | Phil Howard | |
| The I2C.c for RP2040 included a special case for writes <=2 bytes to match the MicroPython implementation, however RP2040 does support 1 and 2 byte reads, with only 0 bytes being the exception. Signed-off-by: Philip Howard <phil@pimoroni.com> | |||
| 2021-03-17 | Merge pull request #4403 from jepler/bitmap-read-2 | Jeff Epler | |
| bitmaptools: Add readinto, arrayblit | |||
| 2021-03-16 | renamed board folder to match board name in boards.yml | mintakka | |
| 2021-03-16 | disable bitmaptools on small board | Jeff Epler | |
| 2021-03-16 | Merge pull request #4421 from kattni/led-pin | Jeff Epler | |
| Adding LED for D13/L pin name. | |||
| 2021-03-16 | Merge pull request #4130 from gamblor21/rp_dp_parallel | Mark | |
| Add RP2040 displayio.ParallelBus Support | |||
| 2021-03-16 | Update ports/raspberrypi/boards/sparkfun_pro_micro_rp2040/mpconfigboard.mk | spe2 | |
| Co-authored-by: Scott Shawcroft <scott@tannewt.org> | |||
| 2021-03-16 | Update ports/raspberrypi/boards/sparkfun_pro_micro_rp2040/mpconfigboard.h | spe2 | |
| Co-authored-by: Scott Shawcroft <scott@tannewt.org> | |||
| 2021-03-16 | Update ports/raspberrypi/boards/sparkfun_thingplus_rp2040/mpconfigboard.h | mintakka | |
| Co-authored-by: Scott Shawcroft <scott@tannewt.org> | |||
| 2021-03-16 | Update ports/raspberrypi/boards/sparkfun_thingplus_rp2040/mpconfigboard.mk | mintakka | |
| Co-authored-by: Scott Shawcroft <scott@tannewt.org> | |||
| 2021-03-16 | Merge remote-tracking branch 'origin/main' into bitmap-read-2 | Jeff Epler | |
| 2021-03-16 | Adding LED for D13/L pin name. | Kattni Rembor | |
| 2021-03-16 | Merge pull request #4415 from jepler/pre-commit-no-run-if-empty | Jeff Epler | |
| pre-commit: code formatter fixes | |||
| 2021-03-16 | More formatting | gamblor21 | |
| 2021-03-16 | Formatting fixes | gamblor21 | |
| 2021-03-16 | Fixed formatting | gamblor21 | |
| 2021-03-15 | Add board config files | spe2 | |
| 2021-03-15 | Create pins.c | spe2 | |
| 2021-03-15 | added sparkfun_thingplus_rp2040 to .github/workflows/boards.yml and renamed ↵ | mintakka | |
| board folder to include chip | |||
| 2021-03-15 | Update ports/raspberrypi/boards/sparkfun_thingplus/mpconfigboard.h | mintakka | |
| Co-authored-by: Scott Shawcroft <scott@tannewt.org> | |||
| 2021-03-15 | Update ports/raspberrypi/boards/sparkfun_thingplus/mpconfigboard.mk | mintakka | |
| Co-authored-by: Scott Shawcroft <scott@tannewt.org> | |||
| 2021-03-15 | Merge branch 'main' into rp_dp_parallel | Mark | |
| 2021-03-15 | Merge pull request #4405 from DavePutz/issue_4237 | Scott Shawcroft | |
| Issue 4237 - Changed initial setting in program_struct | |||
| 2021-03-15 | Merge pull request #4412 from kamtom480/spi_and_i2c | Scott Shawcroft | |
| spresense: minor changes for i2c, spi and uart | |||
| 2021-03-15 | modifications by pre-commit | Jeff Epler | |
| 2021-03-15 | spresense: empty rx uart fifo after initialization | Kamil Tomaszewski | |
| 2021-03-15 | spresens: configure pin mode for i2c and spi | Kamil Tomaszewski | |
| 2021-03-15 | added board configuration for Sparkfun ThingPlus RP2040 | mintakka | |
| 2021-03-15 | run code formatting script | microDev | |
| 2021-03-14 | disable bitmaptools on over-full board | Jeff Epler | |
| 2021-03-14 | Fixed initial settings for program_struct to allow more than 1 program per pio | root | |
| 2021-03-13 | Merge pull request #4393 from tannewt/raise_default_flash_speed | Dan Halbert | |
| Speed up a bit more | |||
| 2021-03-12 | Merge pull request #4262 from DavePutz/issue_4111 | Scott Shawcroft | |
| Issue 4111 - Implement pulseio(pulsein) for RP2040 | |||
| 2021-03-12 | Speed up a bit more | Scott Shawcroft | |
