circuitpython/ports/raspberrypi/supervisor
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
..
internal_flash.c Redo RP2040 flash settings 2021-03-18 16:55:42 -07:00
internal_flash.h Add initial RP2040 support 2021-01-20 19:16:56 -08:00
internal_flash_root_pointers.h Add initial RP2040 support 2021-01-20 19:16:56 -08:00
port.c Redo RP2040 flash settings 2021-03-18 16:55:42 -07:00
rp2_cpu.s Add initial RP2040 support 2021-01-20 19:16:56 -08:00
usb.c rp2040 use normal usb_irq_handler() 2021-03-04 21:29:04 +07:00