From afa5bac7fe451888b7ad3708886ca0925d93e154 Mon Sep 17 00:00:00 2001 From: kokke Date: Thu, 29 May 2014 03:50:24 +0200 Subject: Update README --- README | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README b/README index 8478a9b..af287a5 100644 --- a/README +++ b/README @@ -9,6 +9,7 @@ GCC size output when compiled for ARM: $ arm-none-eabi-gcc -Os -c aes.c -o aes.o $ size aes.o - text data bss dec hex filename - 1447 0 204 1651 673 aes.o + text data bss dec hex filename + 1079 0 204 1283 503 aes.o + -- cgit v1.2.3