X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fat91sam7x-ek%2Fbenchmark%2Fkernel_footprint%2Fcfg%2Fcfg_randpool.h;fp=boards%2Fat91sam7x-ek%2Fbenchmark%2Fkernel_footprint%2Fcfg%2Fcfg_randpool.h;h=0000000000000000000000000000000000000000;hb=45a5ed5a6f4ccb4cf34e54b92eccb486436bc469;hp=3038363eea76e3c63e0d34fdebc068856290e4cf;hpb=fbc4cfcfaf7efe9e326807a90b892e5c2836feef;p=bertos.git diff --git a/boards/at91sam7x-ek/benchmark/kernel_footprint/cfg/cfg_randpool.h b/boards/at91sam7x-ek/benchmark/kernel_footprint/cfg/cfg_randpool.h deleted file mode 100644 index 3038363e..00000000 --- a/boards/at91sam7x-ek/benchmark/kernel_footprint/cfg/cfg_randpool.h +++ /dev/null @@ -1,55 +0,0 @@ -/** - * \file - * - * - * \brief Configuration file for randpool module. - * - * - * \author Daniele Basile - */ - -#ifndef CFG_RANDPOOL_H -#define CFG_RANDPOOL_H - - -/** - * Define a size, in byte, of entropy pool. - * $WIZ$ type = "int" - * $WIZ$ min = 1 - */ -#define CONFIG_SIZE_ENTROPY_POOL 64 - -/// Enable timer in randpool algo. $WIZ$ type = "boolean" -#define CONFIG_RANDPOOL_TIMER 1 - -#endif /* CFG_RANDPOOL_H */ - -