forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 64
Expand file tree
/
Copy pathKconfig
More file actions
56 lines (45 loc) · 887 Bytes
/
Kconfig
File metadata and controls
56 lines (45 loc) · 887 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Copyright (c) 2021 Yonatan Schachter
# SPDX-License-Identifier: Apache-2.0
config HAS_RPI_PICO
bool
config PICOSDK_USE_UART
bool
help
Use the UART driver from pico-sdk
config PICOSDK_USE_GPIO
bool
help
Use the GPIO driver from pico-sdk
config PICOSDK_USE_FLASH
bool
help
Use the flash driver from pico-sdk
config PICOSDK_USE_PWM
bool
help
Use the PWM driver from pico-sdk
config PICOSDK_USE_ADC
bool
help
Use the ADC driver from pico-sdk
config PICOSDK_USE_DMA
bool
help
Use the DMA driver from pico-sdk
config PICOSDK_USE_PIO
bool
select PICOSDK_USE_CLAIM
help
Use the PIO driver from pico-sdk
config PICOSDK_USE_CLAIM
bool
help
Use the "claim" driver from pico-sdk
config PICOSDK_USE_TIMER
bool
help
Use the TIMER driver from pico-sdk
config PICOSDK_USE_PICO_BOOTROM
bool
help
Use the pico bootrom library from pico-sdk