pikapython/bsp/pico/README.md

15 lines
554 B
Markdown
Raw Normal View History

# pikascript in pico
This bsp is based on https://github.com/GorgonMeducer/Pico_Template.
## Usage
1. Boot the Pico with the BOOTSEL button pressed.
2021-12-14 03:26:30 +00:00
2. Drag and drop **pico-debug-gimmecache.uf2 ** to RPI-RP2 mass-storage driver in the explorer. It immediately reboots as a CMSIS-DAP adapter. Pico-debug loads as a RAM only .uf2 image, meaning that it is never written to flash and doesn't replace existing user code.
3. Open your project which is based on our Pico-Template and switch to DebugInSRAM configuration.
4. Compile and Debug
5. Enjoy...