Lyon 572e4a3146 fix pkgmng 2 лет назад
..
bsp 7e7e3e661e add files for pico 2 лет назад
documents 6454fd8343 upgrade pico_template to v2.0.3 2 лет назад
pico-sdk 7e7e3e661e add files for pico 2 лет назад
pikapython 572e4a3146 fix pkgmng 2 лет назад
project 7e7e3e661e add files for pico 2 лет назад
tool c0f6a5817f add pico normal 4 лет назад
.gitattributes 6454fd8343 upgrade pico_template to v2.0.3 2 лет назад
.gitignore 6454fd8343 upgrade pico_template to v2.0.3 2 лет назад
GorgonMeducer.perf_counter.2.1.0.pack 6454fd8343 upgrade pico_template to v2.0.3 2 лет назад
LECENSE.md c0f6a5817f add pico normal 4 лет назад
README.md 2f6789579f update bsp/pico/README.md. 4 лет назад
main.c 6454fd8343 upgrade pico_template to v2.0.3 2 лет назад
pico-debug-gimmecache.uf2 52397718ed update pico-debug.uf2 to support win11 4 лет назад

README.md

pikascript in pico

This bsp is based on https://github.com/GorgonMeducer/Pico_Template.

and https://github.com/raspberrypi/pico-sdk

To see the LICENSE

And this bsp is an MDK-keil project.

Usage

  1. Run and install the GorgonMeducer.perf_counter.x.x.x.pack (double click)

  2. Boot the Pico with the BOOTSEL button pressed.

  3. 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.

  4. Open the MDK/mdk projcet.

  5. Compile and Debug

  6. The printf is connected to usart debug viewer.

image