From: Miroslav Ondra Date: Fri, 14 Sep 2018 14:37:56 +0000 (+0200) Subject: remve devel from version string X-Git-Url: http://git.graph-it.com/?a=commitdiff_plain;h=20618902e6660385f032c3fb2f0230bc2c590e3d;p=graphit%2Funipi-kernel.git remve devel from version string add more use LED to B-1000 --- diff --git a/modules/unipi/src/unipi_common.h b/modules/unipi/src/unipi_common.h index 69ee25e..32cab2c 100644 --- a/modules/unipi/src/unipi_common.h +++ b/modules/unipi/src/unipi_common.h @@ -51,7 +51,7 @@ #if NEURONSPI_SCHED_REQUIRED > 0 #include #endif -#define NEURONSPI_MAJOR_VERSIONSTRING "Version 1.15:2018:09:07 (devel)" +#define NEURONSPI_MAJOR_VERSIONSTRING "Version 1.15:2018:09:14" #define NEURONSPI_MAX_DEVS 3 #define NEURONSPI_MAX_UART 16 diff --git a/modules/unipi/src/unipi_platform.c b/modules/unipi/src/unipi_platform.c index 999d188..56dc7fa 100644 --- a/modules/unipi/src/unipi_platform.c +++ b/modules/unipi/src/unipi_platform.c @@ -92,7 +92,7 @@ static u32 NEURONSPI_BOARD_B1000_HW_DEFINITION_BLOCK[NEURONSPI_BOARD_B1000_HW_DE .ro_count = 0, \ .ds_count = 4, \ .di_count = 4, \ - .led_count = 4, \ + .led_count = 16, \ .stm_ai_count = 1, \ .stm_ao_count = 1, \ .sec_ai_count = 0, \