4b218b3f9aMerge branch 'master' of Lustra:InfiniteWalrus/libicsneo into radpluto
Kyle Schwarz
2020-08-10 13:06:14 -0400
07e99515faAlways send the ReadSettings command in short format
Paul Hollinsky
2020-08-10 12:30:30 -0400
3123cbb54bMerge branch 'master' of Lustra:InfiniteWalrus/libicsneo into radpluto
Kyle Schwarz
2020-08-10 11:11:38 -0400
17ebba3c57Fix line-endings and include guard
Kyle Schwarz
2020-08-10 10:40:40 -0400
7b3782cbe7Update concurrentqueue to 1.0.2
Kyle Schwarz
2020-08-10 10:20:00 -0400
f9ff4049f2Add initial support for RADPluto settings
Kyle Schwarz
2020-08-07 17:13:08 -0400
154eab4b1bDirect to the examples folder
Paul Hollinsky
2020-08-06 16:26:46 -0400
b09f85693fv0.2.0 This update has breaking changes for the event/error subsystem, see Usage within the documentation for details on the workings of the new system.
v0.2.0
Paul Hollinsky
2020-08-06 16:17:28 -0400
6218a5cc7eFix documentation building
Paul Hollinsky
2020-08-06 16:09:29 -0400
8566f9d57dUpdate copyright date
Paul Hollinsky
2020-08-06 16:06:31 -0400
2079037ae4POSIX FTDI: Nicer error message for when device is in use Commonly, the device is being used by another libicsneo program (icsscand, maybe) or passed through to a VM.
Paul Hollinsky
2020-06-24 22:15:22 -0400
a759c1faa9Communication: Fix issue where driver failing to open leaves dangling thread
Paul Hollinsky
2020-06-24 22:03:31 -0400
67bd1e616aMultiChannelCommunication: Fix issue where initial open fails
Paul Hollinsky
2020-06-24 21:38:57 -0400
25f079b5c6POSIX FTDI: Fix a bug where closing device successfully returned an error
Paul Hollinsky
2020-06-24 20:59:53 -0400
dcc44d99eaFix an issue where the FIRE could not be opened
Paul Hollinsky
2020-06-17 15:11:57 -0400
7a71a35848add option to build with Npcap on Windows
Jeffrey Quesnelle
2020-06-16 12:14:46 -0400
8f6ff86448Load pcap_sendqueue functions on Windows
Jeffrey Quesnelle
2020-06-12 13:55:34 -0400
8260149cb8Add bridging between neomessage_eth_t and EthernetMessage This allows transmitting Ethernet from the C API
Paul Hollinsky
2020-05-18 17:23:40 -0400
99879c9021turn PCAPDLL into a singleton
Jeffrey Quesnelle
2020-03-24 13:15:26 -0400
38e24d7641Refactor ICommunication/Transport => Driver
Paul Hollinsky
2020-03-09 14:09:27 -0400
d8798acaa7Communication: MultiChannel: Properly mask out communication from non-main VNETs This also makes it possible for Communication to create more instances of Packetizer This is necessary because Packetizer is not thread safe, so when we support more VNETs we will need to create more Packetizers.
Paul Hollinsky
2020-03-09 13:56:18 -0400
42780dc610Add ReaderWriterQueue and update ConcurrentQueue
Paul Hollinsky
2020-03-09 13:38:14 -0400
9ac3fd56bdFlexRay: Don't check for POCReady when writing configuration
Paul Hollinsky
2020-02-28 20:10:31 -0500
8ae3317930FlexRay: Rework controller register reading for reliability
Paul Hollinsky
2020-02-28 20:09:33 -0500
1cd817a16bFix race conditions with Communication::waitForMessageSync
Paul Hollinsky
2020-02-28 20:00:08 -0500
9fcba2eb13Notify extensions we're going offline before we actually do
Paul Hollinsky
2020-02-28 19:57:43 -0500
0c330f734bFix typo
Paul Hollinsky
2020-02-28 19:57:16 -0500
a2fecb7621Support for EtherBADGE
Paul Hollinsky
2020-02-20 14:43:10 -0500
98bd7e9c55add decoding of transmitted, error, and description fields for CAN packets
Jeffrey Quesnelle
2020-02-19 09:36:28 -0500
ef34959c91STM32 device finder for Darwin
Paul Hollinsky
2020-02-14 23:18:34 -0500
57fb55b686fix uninitialized memory which may cause Windows to not properly enumerate devices
Jeffrey Quesnelle
2020-01-24 13:32:35 -0500
724cc428d9Properly specify the FlexRay CC registers
Paul Hollinsky
2019-11-20 16:24:20 +0100
52b0b4c586Properly set up transmit buffers
Paul Hollinsky
2019-11-19 17:07:48 +0100
fe7c50f8a3Correctly shift received data
Paul Hollinsky
2019-11-19 17:07:26 +0100
4821a957ddProperly decode incoming FlexRayPackets
Paul Hollinsky
2019-11-18 06:09:25 +0100
31062dd928For now, assume VNET Z is in coldstart mode
Paul Hollinsky
2019-11-12 20:48:30 -0500
37778d7891Implement FlexRay transmit, configuration, and cold start
Paul Hollinsky
2019-11-12 20:38:47 -0500
3396f5dcceRefining the FlexRay API
Paul Hollinsky
2019-11-09 15:34:58 -0500