Commit Graph

6 Commits

Author SHA1 Message Date
Patrick Van Oosterwijck c3ed4585e7 Update nvm.toml to add support for Puya P25Q32H 2022-06-22 17:06:27 -06:00
Pierre Constantineau c6051719f5 update nvm.toml module to latest 2021-11-04 08:56:14 -06:00
Pierre Constantineau 2e12956c40 updated nvm.toml module 2021-11-02 23:07:00 -06:00
BlitzCityDIY 9f4eb48e70 Updating MISO
While testing WIFI realized MISO was defined incorrectly
2021-05-22 01:02:06 -04:00
Scott Shawcroft 36edc4bb89
Improve Winbond naming and correct board settings 2021-03-23 09:06:48 -07:00
Scott Shawcroft 5d2b60cbf6
Redo RP2040 flash settings
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 16:55:42 -07:00