summaryrefslogtreecommitdiff
path: root/src/app/forced-convection/.config
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2026-01-10 13:13:11 +0100
committerBirte Kristina Friesel <derf@finalrewind.org>2026-01-10 13:13:11 +0100
commitdfd89d22fd99189a97b1e5ff648958802df21661 (patch)
treefdf723c55039107cc257518f2a7acbb3840848eb /src/app/forced-convection/.config
parentd7525456752e182b2e20ae0f38ed022f881eec9e (diff)
add preliminary fan control application (wip)HEADmain
Diffstat (limited to 'src/app/forced-convection/.config')
-rw-r--r--src/app/forced-convection/.config101
1 files changed, 101 insertions, 0 deletions
diff --git a/src/app/forced-convection/.config b/src/app/forced-convection/.config
new file mode 100644
index 0000000..b8305be
--- /dev/null
+++ b/src/app/forced-convection/.config
@@ -0,0 +1,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