What's Changed
- Add basic VXI11 support by @zaporozhets in #109
- Remove always false blocks in parser.c by @ecrin4102 in #119
- typo by @ferdymercury in #121
- fix corrupted compound command results by @MisterHW in #127
- make scpi port and events (connected, error) usable in project by @MisterHW in #126
- set keep-alive defaults for new connections by @MisterHW in #128
- Fix event commands adding semi-colons to output by @PolyPik in #115
- see issue #131 (problem talking to sigrok over tcp) by @folkertvanheusden in #133
- Add stdbool.h detection for C++ to cc.h by @j123b567 in #139
- Fix typos by @j123b567 in #140
- Update register implementation by @PolyPik in #114
- Add github build actions by @j123b567 in #130
- Fix support for C89 and C99 by @j123b567 in #142
- Fix build for c++ by @j123b567 in #144
- Allow compilation of C source files by C++ compiler by @j123b567 in #145
- Add platformio library definition by @PetteriAimonen in #157
New Contributors
- @zaporozhets made their first contribution in #109
- @ecrin4102 made their first contribution in #119
- @ferdymercury made their first contribution in #121
- @MisterHW made their first contribution in #127
- @PolyPik made their first contribution in #115
- @folkertvanheusden made their first contribution in #133
- @PetteriAimonen made their first contribution in #157
Full Changelog: v2.2...v2.3