Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 875 Bytes

README.rst

File metadata and controls

30 lines (18 loc) · 875 Bytes

RP2040 Core Component

bash

Contains startup code, crash handling and additional RP2040-specific support code.

Configuration variables

PICO_BOARD

default: pico

Select development board in use. List available boards with make list-boards.

The SDK defines various useful bits of information in a board header file, such as the default LED pin, how much flash memory it has, etc. Use make board-info to list these values.

If using custom hardware, select none and provide definitions as required.

ENABLE_BOOTSEL

default: 1 for debug, 0 for release builds

This setting is provided to make it easy to re-program RP2040 boards during development. When enabled, Sming monitors the BOOTSEL button and restartS in boot mode if pressed.