main/Kconfig.projbuild

changeset 1
1c9894662795
parent 0
f8b0268c8d0a
child 4
d0155c16e992
equal deleted inserted replaced
0:f8b0268c8d0a 1:1c9894662795
1 menu "IOT Balkon Configuration" 1 menu "IOT Balkon Configuration"
2 2
3 orsource "$IDF_PATH/examples/common_components/env_caps/$IDF_TARGET/Kconfig.env_caps" 3 orsource "$IDF_PATH/examples/common_components/env_caps/$IDF_TARGET/Kconfig.env_caps"
4
5 choice CODE_PROJECT
6 prompt "Select project build target"
7 default CODE_TESTING
8 help
9 Select to build for Testing or Production
10
11 config CODE_TESTING
12 bool "Build for testing"
13 help
14 Select this to build for the test environment
15
16 config CODE_PRODUCTION
17 bool "Build for production"
18 help
19 Select this to build for final production
20
21 endchoice
4 22
5 menu "I2C bus" 23 menu "I2C bus"
6 24
7 config I2C_MASTER_SCL 25 config I2C_MASTER_SCL
8 int "SCL GPIO Num" 26 int "SCL GPIO Num"

mercurial