From cc60e6653a4ada688e0d148752247329fe4744c4 Mon Sep 17 00:00:00 2001 From: Paul Dino Jones Date: Wed, 17 May 2023 16:00:26 +0000 Subject: [PATCH] Updated README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 29106b7..c8d2367 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Cross Platform device manager for driving and flight simulators, for use with co - argtable2 - libconfig - [slog](https://github.com/kala13x/slog) (static) -- [wine-linux-shm-adapter](https://github.com/spacefreak18/wine-linux-shm-adapter) +- [wine-linux-shm-adapter](https://github.com/spacefreak18/simshmbridge) - for sims that need shared memory mapping like AC. - [simapi](https://github.com/spacefreak18/simapi) ## Building @@ -44,6 +44,8 @@ make ``` ## Testing +### Setting up Your Arduino Device + ### Static Analysis ``` mkdir build; cd build @@ -60,7 +62,6 @@ make ## ToDo - windows port - more memory testing - - handling null mallocs - move config code around - cleanup tests which are basically just copies of the example from their respective projects - much, much more