Uwe Hermann
|
01d9dc35ad
|
Consistently use _exit prefix for functions.
|
2011-01-30 19:26:32 +01:00 |
Uwe Hermann
|
6c29007211
|
Prefixes for *_device_instance.
|
2011-01-30 18:32:59 +01:00 |
Uwe Hermann
|
5c2d46d1db
|
Prefix device structs with sr_.
|
2011-01-30 18:32:58 +01:00 |
Uwe Hermann
|
b9c735a275
|
Prefix datafeed structs with sr_.
|
2011-01-30 18:32:57 +01:00 |
Uwe Hermann
|
d32d961d17
|
get_sr_device_instance() -> sr_get_device_instance().
|
2011-01-30 18:32:56 +01:00 |
Uwe Hermann
|
a00ba01228
|
Change all sigrok_ prefixes to sr_.
|
2011-01-30 18:32:55 +01:00 |
Uwe Hermann
|
f50f3f40d9
|
Add sr_ prefix to input/output structs.
|
2011-01-30 18:32:54 +01:00 |
Bert Vermeulen
|
544a458212
|
move session main loop stuff into libsigrok (session_run)
|
2011-01-30 17:12:54 +01:00 |
Bert Vermeulen
|
e54bcdc5d1
|
cli: don't initialize and scan for hardware unless needed
If the -d <plugin> option is used, only initialize the specified plugin.
|
2011-01-24 02:49:14 +01:00 |
Bert Vermeulen
|
6ea7e23526
|
Revert "re-enable filter and datastore for DF_LOGIC"
This reverts commit 23da86dfc0a89c7ab951fea31a318a493830eb69.
|
2011-01-22 14:18:31 +01:00 |
Daniel Ribeiro
|
62eeeb171b
|
re-enable filter and datastore for DF_LOGIC
This definitely isn't the proper fix, but it should allow DF_LOGIC
and DF_ANALOG to coexist.
|
2011-01-21 18:04:09 -02:00 |
Uwe Hermann
|
058b70353d
|
Move more non-public headers to sigrok-internal.h.
|
2011-01-19 01:16:19 +01:00 |
Uwe Hermann
|
858fb11c5e
|
Drop unused debug.c.
Even if we'd use it, it probably belongs into the frontend, not libsigrok.
|
2011-01-15 15:57:54 +01:00 |
Uwe Hermann
|
aa0b6b208e
|
sigrok-proto.h: Sort the prototypes, fix comments.
|
2011-01-15 15:57:54 +01:00 |
Uwe Hermann
|
1483577eed
|
Start moving private stuff to sigrok-internal.h.
This is work-in-progress, unfinished.
|
2011-01-15 15:57:54 +01:00 |
Uwe Hermann
|
c2bd92ec08
|
Slightly more consistent #include-guard naming.
|
2011-01-15 14:48:21 +01:00 |
Uwe Hermann
|
2119ab0364
|
MinGW/Windows: Serial port portability fixes.
Add serial_read()/serial_write() which have different implementations on
MinGW/Windows.
Add some more error code handling and documentation.
|
2011-01-12 01:09:31 +01:00 |
Bert Vermeulen
|
10509bc2e4
|
split off prototypes into their own header file
|
2011-01-10 13:44:11 +01:00 |