Implement etimer callback
This commit is contained in:
parent
c043a00bb4
commit
0232e6c9dc
8 changed files with 47 additions and 11 deletions
|
@ -22,7 +22,7 @@ STRIP = riscv32-unknown-elf-strip
|
|||
ifdef WERROR
|
||||
CFLAGSWERROR=-Werror
|
||||
endif
|
||||
CFLAGSNO = -Wall -g \
|
||||
CFLAGSNO = -Wall -march=RV32IXcustom -g \
|
||||
-I$(CONTIKI)/platform/$(TARGET) \
|
||||
-I. -I$(CONTIKI)/core -I$(CONTIKI_CPU)
|
||||
CFLAGS += $(CFLAGSNO) -Os
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue