set(src_dirs
    LED
    DELAY
    USART

    )

set(include_dirs
    LED
    DELAY
    USART

    )

set(requires
    driver

    )

idf_component_register(SRC_DIRS "${src_dirs}"
                       INCLUDE_DIRS "${include_dirs}"
                       REQUIRES "${requires}"
                       )

component_compile_options(-ffast-math -O0 -Wno-error=format=-Wno-format)