X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fsam3n-ek%2Ftemplates%2Fempty%2Fcfg%2Fcfg_randpool.h;fp=boards%2Fsam3n-ek%2Ftemplates%2Fempty%2Fcfg%2Fcfg_randpool.h;h=0000000000000000000000000000000000000000;hb=9d9897ace0aced3f2559a7b445cae34f83dd9329;hp=3038363eea76e3c63e0d34fdebc068856290e4cf;hpb=cbdd295b3172dbfc635ff6895e5eaa0b92e07180;p=bertos.git diff --git a/boards/sam3n-ek/templates/empty/cfg/cfg_randpool.h b/boards/sam3n-ek/templates/empty/cfg/cfg_randpool.h deleted file mode 100644 index 3038363e..00000000 --- a/boards/sam3n-ek/templates/empty/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 */ - -