2 Commits
0.2.1 ... main

Author SHA1 Message Date
3ab2e31f15 adds gitea action
All checks were successful
Test And Build / Build (push) Successful in 8s
2025-07-04 14:43:10 +02:00
6eb2b7197b update comment 2025-06-17 14:13:53 +02:00
2 changed files with 16 additions and 2 deletions

View File

@@ -0,0 +1,14 @@
name: Test And Build
on: [push]
jobs:
Build:
runs-on: linepics
steps:
- name: checkout repo
uses: actions/checkout@v4
with:
submodules: 'true'
- run: |
sed -i 's/ARCH_FILTER=.*/ARCH_FILTER=linux%/' Makefile
make install

View File

@@ -22,8 +22,8 @@ file "$(sinqSPS_DB)/readbit.db"
# The way that the strings are currently implemented in the SPS, the first two
# bytes are the maximum length of the string and the size of the current string
# in the register. The epics driver doesn't seem to handle this currently, so
# we add two to the offset to skip these bytes.
# in the register.
file "$(sinqSPS_DB)/readstring.db"
{
pattern