| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-23 | Improve Winbond naming and correct board settings | Scott Shawcroft | |
| 2021-03-22 | Merge remote-tracking branch 'adafruit/main' into rp2040_flash | Scott Shawcroft | |
| 2021-03-21 | qtpy is more of a button than a switch! add itsybitsy rev C files | lady ada | |
| 2021-03-21 | add USBBOOT switch, move RX pin, re-enable UART (tested) | lady ada | |
| 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-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-16 | renamed board folder to match board name in boards.yml | mintakka | |
| 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-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 | added board configuration for Sparkfun ThingPlus RP2040 | mintakka | |
| 2021-03-15 | run code formatting script | microDev | |
| 2021-03-03 | feather rp2040: enable default board.UART | Jeff Epler | |
| 2021-03-02 | move LED to the right spot in the file | Jeff Epler | |
| 2021-03-02 | feather rp2040: add board.LED | Jeff Epler | |
| 2021-03-02 | raspberry: switch pico back to the boot2 for W25Q16 | Jeff Epler | |
| Presumably, switching it to generic hurt performance a bit. I verified that the build-raspberry_pi_pico/boot2_padded_checksummed.S built file has the same checksum as the old bs2_default_padded_checksummed.S | |||
| 2021-03-01 | Update QT Py flash size | Scott Shawcroft | |
| 2021-03-01 | Update Feather RP2040 to 8MB | Scott Shawcroft | |
| 2021-02-25 | Remove neopixel power | Scott Shawcroft | |
| 2021-02-25 | Update RP2040 Feather pinout for production rev | Scott Shawcroft | |
| 2021-02-23 | Merge pull request #4228 from ZodiusInfuser/rp2040-boards | Scott Shawcroft | |
| Added definitions for Pimoroni RP2040-based boards | |||
| 2021-02-23 | Added flash size for PicoSystem | ZodiusInfuser | |
| 2021-02-23 | Added flash size for Keybow2040 | ZodiusInfuser | |
| 2021-02-23 | Added flash size for Tiny2040 | ZodiusInfuser | |
| 2021-02-22 | Parens | Scott Shawcroft | |
| 2021-02-22 | Board specific flash sizes for RP2040 | Scott Shawcroft | |
| Stop-gap solution for #4041. Comment is there to provide info needed in the future. (We currently run the generic "safe" settings.) | |||
| 2021-02-20 | Removed trailing white space | ZodiusInfuser | |
| 2021-02-20 | Removed trailing white space | ZodiusInfuser | |
| 2021-02-20 | Removed trailing white space | ZodiusInfuser | |
| 2021-02-20 | Added new line | ZodiusInfuser | |
| 2021-02-20 | Added new line | ZodiusInfuser | |
| 2021-02-20 | Added new line | ZodiusInfuser | |
| 2021-02-20 | Added new line | ZodiusInfuser | |
| 2021-02-20 | Added new line | ZodiusInfuser | |
| 2021-02-20 | Added new line | ZodiusInfuser | |
| 2021-02-20 | Added other files for PicoSystem | ZodiusInfuser | |
| 2021-02-20 | Added board.c for PicoSystem | ZodiusInfuser | |
| 2021-02-20 | Added other files for Keybow2040 | ZodiusInfuser | |
| 2021-02-20 | Added board.c for Keybow2040 | ZodiusInfuser | |
| 2021-02-20 | Added other files for Tiny2040 | ZodiusInfuser | |
| 2021-02-20 | Added board.c for Tiny2040 | ZodiusInfuser | |
| 2021-02-19 | Delete pimoroni_tiny2040 | ZodiusInfuser | |
| 2021-02-19 | Create pimoroni_tiny2040 | ZodiusInfuser | |
