idf_component_register(
SRCS "peanut_gb.c"
INCLUDE_DIRS "."
REQUIRES "esp_timer"
)
# Optimize emulator core for maximum performance
target_compile_options(${COMPONENT_LIB} PRIVATE -O3)