Merge branch 'master' into crc_compute
# Conflicts: # examples/crc_example/crc_main.c # extras/crc_generic/crc_lib
This commit is contained in:
commit
3e28e2ddef
49 changed files with 8811 additions and 6 deletions
15
examples/crc_example/crc_config_perso.h
Normal file
15
examples/crc_example/crc_config_perso.h
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
/*
|
||||
* perso_config.h
|
||||
*
|
||||
* Created on: 11 févr. 2017
|
||||
* Author: lilian
|
||||
*/
|
||||
|
||||
#include "espressif/esp_common.h"
|
||||
#include "FreeRTOS.h"
|
||||
|
||||
#define CRC_DEBUG 0
|
||||
#define CRC_4BYTE_SUPPORT 0
|
||||
/* Use the defaults for everything else */
|
||||
#include_next "crc_config.h"
|
||||
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
#include "esp8266.h"
|
||||
#include <esp/hwrand.h>
|
||||
|
||||
//extras
|
||||
//crc lib
|
||||
#include "crc_generic.h"
|
||||
|
||||
#define NUMBER_COMPUTE_TEST 1000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue