Unverified Commit 9dc557c6 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

uart-to-dmx: add .config

parent df8eb91d
Loading
Loading
Loading
Loading
+70 −0
Original line number Diff line number Diff line
#
# Automatically generated file; DO NOT EDIT.
# Configuration
#

#
# System
#
# CONFIG_loop is not set
# CONFIG_wakeup is not set
# CONFIG_aspectc is not set
CONFIG_timer_freq=10
# CONFIG_framebuffer is not set

#
# Libraries
#
# CONFIG_lib_inflate is not set
# CONFIG_arch_arduino_nano is not set
# CONFIG_arch_arduino_uno is not set
CONFIG_arch_atmega2560=y
# 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="atmega2560"

#
# ATMega2560 Configuration
#
CONFIG_arch_atmega2560_driver_dmx1=y
# CONFIG_arch_atmega2560_driver_dmx2 is not set
# CONFIG_arch_atmega2560_driver_dmx3 is not set
# CONFIG_arch_atmega2560_driver_i2c is not set
# CONFIG_arch_atmega2560_driver_stdout1 is not set
# CONFIG_arch_atmega2560_driver_stdout2 is not set
# CONFIG_arch_atmega2560_driver_stdout3 is not set
CONFIG_arch_atmega2560_driver_stdin=y
CONFIG_arch_atmega2560_driver_timer=y
# CONFIG_app_datalogger is not set
# CONFIG_app_donothing is not set
# CONFIG_app_etcontroller is not set
# CONFIG_app_forced_convection is not set
# CONFIG_app_ledblink is not set
# CONFIG_app_lora32u4ii is not set
# CONFIG_app_sdtest is not set
# CONFIG_app_timertest is not set
# CONFIG_app_treebench is not set
# CONFIG_app_treebench_copy is not set
CONFIG_app_uart_to_dmx=y
CONFIG_app="uart-to-dmx"
CONFIG_meta_driver_dmx=y
CONFIG_meta_driver_dmx1=y
CONFIG_meta_driver_stdin=y
CONFIG_meta_driver_timer=y

#
# Drivers
#
# CONFIG_driver_softi2c is not set