DRV_DIR = CPU_DIR + "arm/drv/"
# Common GCC flags.
+C_FLAGS = ["-I" + CPU_DIR + "arm/"]
CPPA_FLAGS = [ "-O0", "-g -gdwarf-2", "-g -gen-debug" ]
CPP_FLAGS = [ "-O0", "-g3 -gdwarf-2", "-fverbose-asm" ]
LD_FLAGS = [ "-nostartfiles", "-Wl,--no-warn-mismatch" ]
# Common GCC flags.
-C_FLAGS = [ "-O0", "-fno-strict-aliasing"]
+C_FLAGS = [ "-O0", "-fno-strict-aliasing", "-I" + CPU_DIR + "avr/"]
# If you want to use, one o more, of these modules in your project you should compile in
# different way.
PC_SRC = [ "kdebug",
- "formartwr",
+ "formatwr",
"sprintf",
"text_format",
"text" ]