espressif/bsp_selector

1.0.0

Latest
uploaded 3 hours ago
Selector of BSP

readme

# BSP Selector

This component allows to select BSP in project from `menuconfig`. It shows only BSPs available for selected target.

## Usage

Add this component into your project `idf_component.yml` file like this:

```
...
dependencies:
  bsp_selector: "^1.0"

```

Select target:
```
idf.py set-target esp32s3
```

Select BSP in menuconfig:
```
idf.py menuconfig
```

`Component config` -> `BSP Selector` -> `Select BSP`

> [!NOTE]
> Only BSPs compatible with the selected target are available for selection.

Build, flash and start monitor:
```
idf.py flash monitor
```

Links

Supports all targets

License: Apache-2.0

Tags

To add this component to your project, run:

idf.py add-dependency "espressif/bsp_selector^1.0.0"

download archive

Stats

  • Archive size
    Archive size ~ 5.96 KB
  • Downloaded in total
    Downloaded in total 0 times
  • Downloaded this version
    This version: 0 times

Badge

espressif/bsp_selector version: 1.0.0
|