libftdi Archives

Subject: Re: Outstanding patches for v1.5?

From: Michel Zou <xantares09@xxxxxxxxxxx>
To: "libftdi@xxxxxxxxxxxxxxxxxxxxxxx" <libftdi@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 1 Oct 2019 15:30:34 +0000
Hi,

I just have a cleanup patch here:

diff --git a/python/ftdi1.i b/python/ftdi1.i
index 8b179f9..db54867 100644
--- a/python/ftdi1.i
+++ b/python/ftdi1.i
@@ -43,6 +43,10 @@ char * str2charp_size(PyObject* pyObj, int * size)
 
 %rename("%(strip:[ftdi_])s") "";
 
+%ignore ftdi_usb_purge_rx_buffer;
+%ignore ftdi_usb_purge_tx_buffer;
+%ignore ftdi_usb_purge_buffers;
+
 %newobject ftdi_new;
 %typemap(newfree) struct ftdi_context *ftdi "ftdi_free($1);";
 %delobject ftdi_free;

xan.

From: Thomas Jarosch <thomas.jarosch@xxxxxxxxxxxxx>
Sent: Tuesday, October 1, 2019 2:20 PM
To: libftdi@xxxxxxxxxxxxxxxxxxxxxxx <libftdi@xxxxxxxxxxxxxxxxxxxxxxx>
Subject: Outstanding patches for v1.5?
 
Hello together,

are there any outstanding patches for libftdi I missed
to review / apply for the next libftdi 1.5 release?

Cheers,
Thomas

--
libftdi - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx  



libftdi - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx


Current Thread