rename bsp/pico/README.mx to bsp/pico/README.md.

This commit is contained in:
李昂 2021-12-14 03:26:18 +00:00 committed by Gitee
parent 1e3aac58e6
commit b7a59638bf
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 15 additions and 0 deletions

15
bsp/pico/README.md Normal file
View File

@ -0,0 +1,15 @@
# pikascript in pico
This bsp is based on https://github.com/GorgonMeducer/Pico_Template.
## Usage
1. Boot the Pico with the BOOTSEL button pressed.
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...

View File