No description
Find a file
2010-02-01 21:13:58 +00:00
bird replaced -export_dynamic with --export-dynamic and -Wl,--export-dynamic where 2009-06-09 17:34:48 +00:00
comport Use a 16384-byte buffer for send and another for receive. Read and write occur during comport_tick(), the clock callback, so any data written since the previous tick will be sent in a single write. Callback rate is now adjustable via the [pollintervall( message which defaults to 1ms (usually that's faster than the dsp block rate so the dsp rate takes precedence.) 2010-02-01 21:13:58 +00:00