From 8367abdb7ed51892a948634b7a820b5ff80ac81d Mon Sep 17 00:00:00 2001 From: Miroslav Ondra Date: Tue, 16 Oct 2018 19:48:35 +0200 Subject: [PATCH] disabled long spi tranfers (256 -> 62) --- debian/neuron-kernel.changelog | 6 ++++++ modules/unipi/src/unipi_common.h | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/neuron-kernel.changelog b/debian/neuron-kernel.changelog index 2189f5b..18d2222 100644 --- a/debian/neuron-kernel.changelog +++ b/debian/neuron-kernel.changelog @@ -1,3 +1,9 @@ +unipi-kernel-modules (1.17.1.20180924-1) unstable; urgency=medium + + * Compiled for raspberrypi-kernel 1.20180924-1 + + -- Miroslav Ondra Tue, 16 Oct 2018 19:46:01 +0200 + unipi-kernel-modules (1.17.1.20180919-1) unstable; urgency=medium * Compiled for raspberrypi-kernel 1.20180919-1 diff --git a/modules/unipi/src/unipi_common.h b/modules/unipi/src/unipi_common.h index de5c631..a697f1c 100644 --- a/modules/unipi/src/unipi_common.h +++ b/modules/unipi/src/unipi_common.h @@ -64,8 +64,8 @@ #define NEURONSPI_DEFAULT_FREQ 600000 #define NEURONSPI_COMMON_FREQ 12000000 #define NEURONSPI_SLOWER_FREQ 7500000 -//#define NEURONSPI_MAX_TX 62 -#define NEURONSPI_MAX_TX 256 +#define NEURONSPI_MAX_TX 62 +//#define NEURONSPI_MAX_TX 256 #define NEURONSPI_MAX_BAUD 115200 #define NEURONSPI_FIFO_SIZE 256 #define NEURONSPI_FIFO_MIN_CONTINUOUS 50 -- 2.34.1