1
0
Fork 0

Add xprintf(xitoa) from elm-chan.org

This commit is contained in:
tmk 2013-05-14 16:16:57 +09:00
parent b9f558b3d8
commit d9c06db600
10 changed files with 789 additions and 222 deletions

View file

@ -11,6 +11,7 @@ SRC += $(COMMON_DIR)/host.c \
$(COMMON_DIR)/print.c \
$(COMMON_DIR)/bootloader.c \
$(COMMON_DIR)/suspend.c \
$(COMMON_DIR)/xprintf.S \
$(COMMON_DIR)/util.c