summaryrefslogtreecommitdiff
path: root/src/app/forced-convection/.config
blob: b8305be87cfbd6a8a99874bffe6cb0ec405db11a (plain)
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
#
# Automatically generated file; DO NOT EDIT.
# Configuration
#

#
# System
#
CONFIG_loop=y
# CONFIG_wakeup is not set
# CONFIG_aspectc is not set
CONFIG_i2c_freq=100000
CONFIG_framebuffer=y
# CONFIG_framebuffer_in_text_segment is not set
CONFIG_framebuffer_width=128
CONFIG_framebuffer_height=32

#
# Libraries
#
# CONFIG_lib_inflate is not set
# CONFIG_arch_arduino_nano is not set
CONFIG_arch_arduino_uno=y
# CONFIG_arch_atmega2560 is not set
# CONFIG_arch_blinkenrocket is not set
# CONFIG_arch_infineon_tc299_mock is not set
# CONFIG_arch_infineon_tc397_mock is not set
# CONFIG_arch_lm4f120h5qr_stellaris is not set
# CONFIG_arch_lora32u4ii is not set
# CONFIG_arch_msp430fr5969lp is not set
# CONFIG_arch_msp430fr5994lp is not set
# CONFIG_arch_posix is not set
# CONFIG_arch_rm46l8lp is not set
# CONFIG_arch_stm32f103c8t6 is not set
# CONFIG_arch_stm32f446re_nucleo is not set
# CONFIG_arch_stm32f746zg_nucleo is not set
# CONFIG_arch_stm32h747i_disco is not set
# CONFIG_arch_tc1796_triboard is not set
CONFIG_arch="arduino-uno"

#
# Arduino Uno Configuration
#
CONFIG_arch_arduino_uno_cpufreq=16000000
CONFIG_arch_arduino_uno_driver_adc=y
CONFIG_arch_arduino_uno_driver_i2c=y
# CONFIG_arch_arduino_uno_driver_neopixel is not set
# CONFIG_arch_arduino_uno_driver_spi is not set
# CONFIG_arch_arduino_uno_driver_stdin is not set
# CONFIG_arch_arduino_uno_driver_timer is not set
# CONFIG_arch_arduino_uno_driver_dmx is not set
# CONFIG_app_datalogger is not set
CONFIG_app_forced_convection=y
# CONFIG_app_ledblink is not set
# CONFIG_app_lora32u4ii is not set
# CONFIG_app_sdtest is not set
# CONFIG_app_ssd1306_128x32_bad_apple is not set
# CONFIG_app_ssd1306test is not set
CONFIG_app="forced-convection"
CONFIG_meta_driver_adc=y
CONFIG_meta_driver_hardware_i2c=y
CONFIG_meta_driver_i2c=y

#
# Drivers
#
# CONFIG_driver_ads111x is not set
# CONFIG_driver_am2320 is not set
# CONFIG_driver_bme280 is not set
# CONFIG_driver_bme680 is not set
# CONFIG_driver_ccs811 is not set
# CONFIG_driver_ds2482 is not set
# CONFIG_driver_eeprom24lc64 is not set
# CONFIG_driver_hdc1080 is not set
CONFIG_driver_lm75=y
# CONFIG_driver_max44006 is not set
# CONFIG_driver_max44009 is not set
# CONFIG_driver_mmsimple is not set
# CONFIG_driver_mmsubstate is not set
# CONFIG_driver_mpu9250 is not set
# CONFIG_driver_s5851a is not set
# CONFIG_driver_scd4x is not set
# CONFIG_driver_sen5x is not set
# CONFIG_driver_sen66 is not set
# CONFIG_driver_veml6075 is not set
CONFIG_driver_ssd1306=y
CONFIG_driver_ssd1306_width=128
CONFIG_driver_ssd1306_height=32
CONFIG_driver_ssd1306_mode_vertical=y
# CONFIG_driver_ssd1306_mode_horizontal is not set
CONFIG_driver_ssd1306_i2c_name="softi2c"
# CONFIG_driver_tsl2591 is not set
CONFIG_driver_softi2c=y

#
# SoftI2C Configuration
#
CONFIG_driver_softi2c_scl="a1"
CONFIG_driver_softi2c_sda="a0"
# CONFIG_driver_softi2c_pullup_none is not set
CONFIG_driver_softi2c_pullup_dynamic_internal=y