From a8e5cff8e6d1528cd2f7b8b39f1db75a83e7ca21 Mon Sep 17 00:00:00 2001 From: kerem Date: Fri, 25 Apr 2025 16:51:35 +0200 Subject: [PATCH] Modified to be as identical to the linux_test_nopointer in order to have a good benchmark nedd to comparre size wehn addin more than one pin --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 24f3af5..8ada57f 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,13 @@ this will also create the build diretory for you. ```./ked_executable -pin 21 -dir out -set``` Will set GPIO21 pin (HEADER 40) to High +#Size Difference with version that has no function pointers +``` +Size +text data bss dec hex filename +3836 332 16 4184 1058 ked_executable + +```