aboutsummaryrefslogtreecommitdiffstats
path: root/lib/README
diff options
context:
space:
mode:
authorbondus <liquidpontus@yahoo.se>2020-08-10 03:07:59 +0200
committerGitHub <noreply@github.com>2020-08-09 21:07:59 -0400
commit35d28e880d1f4e0ae67fa7a7403849f10a052cba (patch)
treed209fe40d133c7cb6c61c904bb51a815ffce90e2 /lib/README
parent04bd48ca9dfdadb43f42d62990cfcddd6b5e090c (diff)
downloadkutter-35d28e880d1f4e0ae67fa7a7403849f10a052cba.tar.gz
kutter-35d28e880d1f4e0ae67fa7a7403849f10a052cba.tar.xz
kutter-35d28e880d1f4e0ae67fa7a7403849f10a052cba.zip
stm32: Improvements to CAN bus ID generation. And added a small fast hash library (#3165)
Improved CAM bus ID generation, there were issues with ID collisions. Added a small fast hash library. Signed-off-by: Pontus Borg <liquidpontus@yahoo.se>
Diffstat (limited to 'lib/README')
-rw-r--r--lib/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/README b/lib/README
index a388b862..80f96252 100644
--- a/lib/README
+++ b/lib/README
@@ -74,3 +74,7 @@ revision 425a42d82006cf0aa24be27b483d2f6a41607489. The code is taken
from the repo's hc-sr04-range-sensor directory. It has been modified
so that the IEP definitions compile correctly. See pru_rpmsg.patch for
the modifications.
+
+The fast-hash directory contains code from:
+ https://github.com/ztanml/fast-hash
+revision ae3bb53c199fe75619e940b5b6a3584ede99c5fc \ No newline at end of file