mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
Device: Add neoVI FIRE3 T1S/LIN
This commit is contained in:
committed by
Kyle Schwarz
parent
88d32128c9
commit
58b22da09b
@@ -80,7 +80,7 @@ protected:
|
||||
bool supportsGPTP() const override { return true; }
|
||||
|
||||
std::optional<MemoryAddress> getCoreminiStartAddressFlash() const override {
|
||||
return 33*1024*1024;
|
||||
return std::nullopt;
|
||||
}
|
||||
|
||||
std::optional<MemoryAddress> getCoreminiStartAddressSD() const override {
|
||||
|
||||
@@ -139,6 +139,10 @@ typedef struct {
|
||||
|
||||
uint64_t network_enables_2;
|
||||
uint64_t termination_enables_2;
|
||||
uint16_t iso_tester_pullup_enable;
|
||||
CMP_GLOBAL_DATA cmp_global_data;
|
||||
CMP_NETWORK_DATA cmp_stream_data[CMP_STREAMS_FIRE3];
|
||||
uint32_t networkTimeSync;
|
||||
} neovifire3_settings_t;
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user