Change in osmo-ccid-firmware[master]: increase the debug uart buffer size

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Hoernchen gerrit-no-reply at lists.osmocom.org
Wed Nov 27 18:44:10 UTC 2019


Hoernchen has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/16276 )


Change subject: increase the debug uart buffer size
......................................................................

increase the debug uart buffer size

printing to the buffer is faster than getting the data out, so let's
increase it a bit to drop less information

Change-Id: I343b03d5b06962b90f0c1aaceda03aa871a2f98b
---
M sysmoOCTSIM/driver_init.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ccid-firmware refs/changes/76/16276/1

diff --git a/sysmoOCTSIM/driver_init.c b/sysmoOCTSIM/driver_init.c
index c373dc2..7071ea5 100644
--- a/sysmoOCTSIM/driver_init.c
+++ b/sysmoOCTSIM/driver_init.c
@@ -33,7 +33,7 @@
 #define SIM6_BUFFER_SIZE 512
 
 /*! The buffer size for USART */
-#define UART_DEBUG_BUFFER_SIZE 256
+#define UART_DEBUG_BUFFER_SIZE 4096
 
 struct usart_async_descriptor SIM0;
 struct usart_async_descriptor SIM1;

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/16276
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ccid-firmware
Gerrit-Branch: master
Gerrit-Change-Id: I343b03d5b06962b90f0c1aaceda03aa871a2f98b
Gerrit-Change-Number: 16276
Gerrit-PatchSet: 1
Gerrit-Owner: Hoernchen <ewild at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191127/a55fb1c2/attachment.htm>


More information about the gerrit-log mailing list