pikastech 1d7bcf2a39 use __getitem__ __setitem__ instead of __get__ __set__ 3 лет назад
..
MDK 60a5028d5b Add cmsis pack support (#154) 3 лет назад
pico-sdk 8339f5cb50 rename pico to pico-dev 4 лет назад
pikascript 1d7bcf2a39 use __getitem__ __setitem__ instead of __get__ __set__ 3 лет назад
tool 8339f5cb50 rename pico to pico-dev 4 лет назад
GorgonMeducer.perf_counter.1.9.4.pack 70c680fac9 update cmsis-pack 3 лет назад
LECENSE.md 8339f5cb50 rename pico to pico-dev 4 лет назад
README.md 8339f5cb50 rename pico to pico-dev 4 лет назад
main.c 8339f5cb50 rename pico to pico-dev 4 лет назад
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/majbthrd/pico-debug

To see the LICENSE

And this bsp is an MDK-keil project.

Usage

  1. Run and install the GorgonMeducer.perf_counter.1.7.6.pack

  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