bldc/lispBM
Benjamin Vedder 17b09a4859 Merge commit '6aa01e2cfcc828f36b090881fb79e26d1c21e8bc' 2022-02-03 12:49:33 +01:00
..
lispBM Merge commit '6aa01e2cfcc828f36b090881fb79e26d1c21e8bc' 2022-02-03 12:49:33 +01:00
README.md Started on lisp readme 2022-01-29 18:57:33 +01:00
lispbm.mk Added lispBM as submodule 2022-01-29 11:08:26 +01:00
lispif.c Prepared handling of CAN-frames in lisp 2022-01-31 09:12:27 +01:00
lispif.h Prepared handling of CAN-frames in lisp 2022-01-31 09:12:27 +01:00
lispif_vesc_extensions.c First lisp integration with vesc tool and enabled lisp by default 2022-01-29 03:36:34 +01:00

README.md

LispBM

How to update

To update from remote repository:

git remote add lispBM git@github.com:svenssonjoel/lispBM.git
git subtree pull --squash --prefix=lispBM/lispBM/ lispBM master

The first command might fail if it already is added, but the second one should still work. If there are uncomitted changes you can run git stash before the commands and git stash pop after them.