You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
462 B

;; Object sc-main
;; EDE project file.
(ede-proj-project "sc-main"
:name "sc-main"
:file "Project.ede"
:targets (list
(ede-proj-target-makefile-program "main"
:name "main"
:path ""
:source '("debug.c" "debug.h" "i2c_simple.c" "i2c_simple.h" "main.c" "main.h" "mcp_adc.c" "mcp_adc.h" "muxer.c" "muxer.h" "softtimer.c" "softtimer.h" "spi.c" "spi_config.h" "spi.h" "spi_pointers.c" "spi_pointers.h" "spi_proto.c" "spi_proto.h")
)
)
)