ekfsm 1.3.0a26__tar.gz → 1.4.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of ekfsm might be problematic. Click here for more details.
- ekfsm-1.4.0/.gitattributes +1 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/.gitlab-ci.yml +20 -3
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/PKG-INFO +5 -2
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/devenv.lock +29 -32
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/devenv.nix +10 -1
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/docs/requirements.txt +522 -220
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/docs/source/reference/ekfsm.rst +14 -0
- ekfsm-1.4.0/ekfsm/boards/oem/ekf/sq3-quartet.yaml +55 -0
- ekfsm-1.4.0/ekfsm/boards/oem/ekf/z1010.yaml +94 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/ekfsm/core/components.py +3 -4
- ekfsm-1.4.0/ekfsm/core/connections.py +19 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/ekfsm/core/slots.py +7 -2
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/ekfsm/core/sysfs.py +32 -2
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/ekfsm/core/utils.py +34 -10
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/ekfsm/devices/__init__.py +16 -0
- ekfsm-1.4.0/ekfsm/devices/button.py +65 -0
- ekfsm-1.4.0/ekfsm/devices/buttonArray.py +206 -0
- ekfsm-1.4.0/ekfsm/devices/colorLed.py +101 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/ekfsm/devices/coretemp.py +26 -3
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/ekfsm/devices/eeprom.py +4 -4
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/ekfsm/devices/generic.py +41 -12
- ekfsm-1.4.0/ekfsm/devices/io4edge.py +110 -0
- ekfsm-1.4.0/ekfsm/devices/ledArray.py +54 -0
- ekfsm-1.4.0/ekfsm/devices/pixelDisplay.py +137 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/ekfsm/devices/pmbus.py +8 -4
- ekfsm-1.4.0/ekfsm/devices/smbios.py +60 -0
- ekfsm-1.4.0/ekfsm/devices/thermal_humidity.py +78 -0
- ekfsm-1.4.0/ekfsm/devices/watchdog.py +76 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/ekfsm/system.py +41 -12
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/pyproject.toml +9 -5
- ekfsm-1.4.0/tests/cctv.py +80 -0
- ekfsm-1.4.0/tests/cctv.yaml +17 -0
- ekfsm-1.4.0/tests/sim/SQ3.png +0 -0
- ekfsm-1.4.0/tests/sq3-only.py +73 -0
- ekfsm-1.4.0/tests/sq3-only.yaml +15 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/uv.lock +382 -399
- ekfsm-1.3.0a26/docs/build/doctrees/boards/ekf/ccu.doctree +0 -0
- ekfsm-1.3.0a26/docs/build/doctrees/boards/ekf/sc5-festival.doctree +0 -0
- ekfsm-1.3.0a26/docs/build/doctrees/boards/ekf/sc9-toccata.doctree +0 -0
- ekfsm-1.3.0a26/docs/build/doctrees/boards/ekf/se5-club.doctree +0 -0
- ekfsm-1.3.0a26/docs/build/doctrees/boards/ekf/sn4-djembe.doctree +0 -0
- ekfsm-1.3.0a26/docs/build/doctrees/boards/ekf/snippets/cpci_inventory.doctree +0 -0
- ekfsm-1.3.0a26/docs/build/doctrees/boards/ekf/spv-mystic.doctree +0 -0
- ekfsm-1.3.0a26/docs/build/doctrees/boards/ekf/sq1-track.doctree +0 -0
- ekfsm-1.3.0a26/docs/build/doctrees/boards/ekf/sq3-quartet.doctree +0 -0
- ekfsm-1.3.0a26/docs/build/doctrees/boards/ekf/sur-uart.doctree +0 -0
- ekfsm-1.3.0a26/docs/build/doctrees/boards/hitron/hdrc-300s.doctree +0 -0
- ekfsm-1.3.0a26/docs/build/doctrees/boards.doctree +0 -0
- ekfsm-1.3.0a26/docs/build/doctrees/environment.pickle +0 -0
- ekfsm-1.3.0a26/docs/build/doctrees/index.doctree +0 -0
- ekfsm-1.3.0a26/docs/build/doctrees/intro.doctree +0 -0
- ekfsm-1.3.0a26/docs/build/doctrees/reference/ekfsm.doctree +0 -0
- ekfsm-1.3.0a26/docs/build/doctrees/reference/index.doctree +0 -0
- ekfsm-1.3.0a26/docs/build/doctrees/reference/systemconfig.doctree +0 -0
- ekfsm-1.3.0a26/docs/build/html/.buildinfo +0 -4
- ekfsm-1.3.0a26/docs/build/html/_modules/ekfsm/cli.html +0 -247
- ekfsm-1.3.0a26/docs/build/html/_modules/ekfsm/config.html +0 -144
- ekfsm-1.3.0a26/docs/build/html/_modules/ekfsm/core/components.html +0 -250
- ekfsm-1.3.0a26/docs/build/html/_modules/ekfsm/core/probe.html +0 -119
- ekfsm-1.3.0a26/docs/build/html/_modules/ekfsm/core/slots.html +0 -325
- ekfsm-1.3.0a26/docs/build/html/_modules/ekfsm/core/sysfs.html +0 -229
- ekfsm-1.3.0a26/docs/build/html/_modules/ekfsm/core/utils.html +0 -204
- ekfsm-1.3.0a26/docs/build/html/_modules/ekfsm/devices/coretemp.html +0 -183
- ekfsm-1.3.0a26/docs/build/html/_modules/ekfsm/devices/eeprom.html +0 -1350
- ekfsm-1.3.0a26/docs/build/html/_modules/ekfsm/devices/ekf_ccu_uc.html +0 -628
- ekfsm-1.3.0a26/docs/build/html/_modules/ekfsm/devices/ekf_sur_led.html +0 -176
- ekfsm-1.3.0a26/docs/build/html/_modules/ekfsm/devices/generic.html +0 -429
- ekfsm-1.3.0a26/docs/build/html/_modules/ekfsm/devices/gpio.html +0 -522
- ekfsm-1.3.0a26/docs/build/html/_modules/ekfsm/devices/iio.html +0 -164
- ekfsm-1.3.0a26/docs/build/html/_modules/ekfsm/devices/iio_thermal_humidity.html +0 -161
- ekfsm-1.3.0a26/docs/build/html/_modules/ekfsm/devices/imu.html +0 -124
- ekfsm-1.3.0a26/docs/build/html/_modules/ekfsm/devices/mux.html +0 -178
- ekfsm-1.3.0a26/docs/build/html/_modules/ekfsm/devices/pmbus.html +0 -418
- ekfsm-1.3.0a26/docs/build/html/_modules/ekfsm/devices/smbios.html +0 -149
- ekfsm-1.3.0a26/docs/build/html/_modules/ekfsm/devices/utils.html +0 -125
- ekfsm-1.3.0a26/docs/build/html/_modules/ekfsm/exceptions.html +0 -185
- ekfsm-1.3.0a26/docs/build/html/_modules/ekfsm/lock.html +0 -239
- ekfsm-1.3.0a26/docs/build/html/_modules/ekfsm/log.html +0 -134
- ekfsm-1.3.0a26/docs/build/html/_modules/ekfsm/system.html +0 -490
- ekfsm-1.3.0a26/docs/build/html/_modules/ekfsm/utils.html +0 -150
- ekfsm-1.3.0a26/docs/build/html/_modules/enum.html +0 -2212
- ekfsm-1.3.0a26/docs/build/html/_modules/index.html +0 -127
- ekfsm-1.3.0a26/docs/build/html/_sources/boards/ekf/ccu.rst.txt +0 -151
- ekfsm-1.3.0a26/docs/build/html/_sources/boards/ekf/sc5-festival.rst.txt +0 -42
- ekfsm-1.3.0a26/docs/build/html/_sources/boards/ekf/sc9-toccata.rst.txt +0 -42
- ekfsm-1.3.0a26/docs/build/html/_sources/boards/ekf/se5-club.rst.txt +0 -10
- ekfsm-1.3.0a26/docs/build/html/_sources/boards/ekf/sn4-djembe.rst.txt +0 -10
- ekfsm-1.3.0a26/docs/build/html/_sources/boards/ekf/snippets/cpci_inventory.rst.txt +0 -16
- ekfsm-1.3.0a26/docs/build/html/_sources/boards/ekf/spv-mystic.rst.txt +0 -30
- ekfsm-1.3.0a26/docs/build/html/_sources/boards/ekf/sq1-track.rst.txt +0 -8
- ekfsm-1.3.0a26/docs/build/html/_sources/boards/ekf/sq3-quartet.rst.txt +0 -8
- ekfsm-1.3.0a26/docs/build/html/_sources/boards/ekf/sur-uart.rst.txt +0 -36
- ekfsm-1.3.0a26/docs/build/html/_sources/boards/hitron/hdrc-300s.rst.txt +0 -63
- ekfsm-1.3.0a26/docs/build/html/_sources/boards.rst.txt +0 -24
- ekfsm-1.3.0a26/docs/build/html/_sources/index.rst.txt +0 -16
- ekfsm-1.3.0a26/docs/build/html/_sources/intro.rst.txt +0 -204
- ekfsm-1.3.0a26/docs/build/html/_sources/reference/ekfsm.rst.txt +0 -98
- ekfsm-1.3.0a26/docs/build/html/_sources/reference/index.rst.txt +0 -13
- ekfsm-1.3.0a26/docs/build/html/_sources/reference/systemconfig.rst.txt +0 -88
- ekfsm-1.3.0a26/docs/build/html/_static/_sphinx_javascript_frameworks_compat.js +0 -123
- ekfsm-1.3.0a26/docs/build/html/_static/basic.css +0 -914
- ekfsm-1.3.0a26/docs/build/html/_static/css/badge_only.css +0 -1
- ekfsm-1.3.0a26/docs/build/html/_static/css/fonts/Roboto-Slab-Bold.woff +0 -0
- ekfsm-1.3.0a26/docs/build/html/_static/css/fonts/Roboto-Slab-Bold.woff2 +0 -0
- ekfsm-1.3.0a26/docs/build/html/_static/css/fonts/Roboto-Slab-Regular.woff +0 -0
- ekfsm-1.3.0a26/docs/build/html/_static/css/fonts/Roboto-Slab-Regular.woff2 +0 -0
- ekfsm-1.3.0a26/docs/build/html/_static/css/fonts/fontawesome-webfont.eot +0 -0
- ekfsm-1.3.0a26/docs/build/html/_static/css/fonts/fontawesome-webfont.svg +0 -2671
- ekfsm-1.3.0a26/docs/build/html/_static/css/fonts/fontawesome-webfont.ttf +0 -0
- ekfsm-1.3.0a26/docs/build/html/_static/css/fonts/fontawesome-webfont.woff +0 -0
- ekfsm-1.3.0a26/docs/build/html/_static/css/fonts/fontawesome-webfont.woff2 +0 -0
- ekfsm-1.3.0a26/docs/build/html/_static/css/fonts/lato-bold-italic.woff +0 -0
- ekfsm-1.3.0a26/docs/build/html/_static/css/fonts/lato-bold-italic.woff2 +0 -0
- ekfsm-1.3.0a26/docs/build/html/_static/css/fonts/lato-bold.woff +0 -0
- ekfsm-1.3.0a26/docs/build/html/_static/css/fonts/lato-bold.woff2 +0 -0
- ekfsm-1.3.0a26/docs/build/html/_static/css/fonts/lato-normal-italic.woff +0 -0
- ekfsm-1.3.0a26/docs/build/html/_static/css/fonts/lato-normal-italic.woff2 +0 -0
- ekfsm-1.3.0a26/docs/build/html/_static/css/fonts/lato-normal.woff +0 -0
- ekfsm-1.3.0a26/docs/build/html/_static/css/fonts/lato-normal.woff2 +0 -0
- ekfsm-1.3.0a26/docs/build/html/_static/css/theme.css +0 -4
- ekfsm-1.3.0a26/docs/build/html/_static/devices.drawio.png +0 -0
- ekfsm-1.3.0a26/docs/build/html/_static/doctools.js +0 -149
- ekfsm-1.3.0a26/docs/build/html/_static/documentation_options.js +0 -13
- ekfsm-1.3.0a26/docs/build/html/_static/ekfsm_system.drawio.png +0 -0
- ekfsm-1.3.0a26/docs/build/html/_static/file.png +0 -0
- ekfsm-1.3.0a26/docs/build/html/_static/fonts/Lato/lato-bold.eot +0 -0
- ekfsm-1.3.0a26/docs/build/html/_static/fonts/Lato/lato-bold.ttf +0 -0
- ekfsm-1.3.0a26/docs/build/html/_static/fonts/Lato/lato-bold.woff +0 -0
- ekfsm-1.3.0a26/docs/build/html/_static/fonts/Lato/lato-bold.woff2 +0 -0
- ekfsm-1.3.0a26/docs/build/html/_static/fonts/Lato/lato-bolditalic.eot +0 -0
- ekfsm-1.3.0a26/docs/build/html/_static/fonts/Lato/lato-bolditalic.ttf +0 -0
- ekfsm-1.3.0a26/docs/build/html/_static/fonts/Lato/lato-bolditalic.woff +0 -0
- ekfsm-1.3.0a26/docs/build/html/_static/fonts/Lato/lato-bolditalic.woff2 +0 -0
- ekfsm-1.3.0a26/docs/build/html/_static/fonts/Lato/lato-italic.eot +0 -0
- ekfsm-1.3.0a26/docs/build/html/_static/fonts/Lato/lato-italic.ttf +0 -0
- ekfsm-1.3.0a26/docs/build/html/_static/fonts/Lato/lato-italic.woff +0 -0
- ekfsm-1.3.0a26/docs/build/html/_static/fonts/Lato/lato-italic.woff2 +0 -0
- ekfsm-1.3.0a26/docs/build/html/_static/fonts/Lato/lato-regular.eot +0 -0
- ekfsm-1.3.0a26/docs/build/html/_static/fonts/Lato/lato-regular.ttf +0 -0
- ekfsm-1.3.0a26/docs/build/html/_static/fonts/Lato/lato-regular.woff +0 -0
- ekfsm-1.3.0a26/docs/build/html/_static/fonts/Lato/lato-regular.woff2 +0 -0
- ekfsm-1.3.0a26/docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot +0 -0
- ekfsm-1.3.0a26/docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf +0 -0
- ekfsm-1.3.0a26/docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff +0 -0
- ekfsm-1.3.0a26/docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2 +0 -0
- ekfsm-1.3.0a26/docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.eot +0 -0
- ekfsm-1.3.0a26/docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf +0 -0
- ekfsm-1.3.0a26/docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff +0 -0
- ekfsm-1.3.0a26/docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2 +0 -0
- ekfsm-1.3.0a26/docs/build/html/_static/jquery.js +0 -2
- ekfsm-1.3.0a26/docs/build/html/_static/js/badge_only.js +0 -1
- ekfsm-1.3.0a26/docs/build/html/_static/js/theme.js +0 -1
- ekfsm-1.3.0a26/docs/build/html/_static/js/versions.js +0 -228
- ekfsm-1.3.0a26/docs/build/html/_static/language_data.js +0 -192
- ekfsm-1.3.0a26/docs/build/html/_static/minus.png +0 -0
- ekfsm-1.3.0a26/docs/build/html/_static/plus.png +0 -0
- ekfsm-1.3.0a26/docs/build/html/_static/pygments.css +0 -75
- ekfsm-1.3.0a26/docs/build/html/_static/searchtools.js +0 -632
- ekfsm-1.3.0a26/docs/build/html/_static/sphinx_highlight.js +0 -154
- ekfsm-1.3.0a26/docs/build/html/boards/ekf/ccu.html +0 -367
- ekfsm-1.3.0a26/docs/build/html/boards/ekf/sc5-festival.html +0 -182
- ekfsm-1.3.0a26/docs/build/html/boards/ekf/sc9-toccata.html +0 -182
- ekfsm-1.3.0a26/docs/build/html/boards/ekf/se5-club.html +0 -158
- ekfsm-1.3.0a26/docs/build/html/boards/ekf/sn4-djembe.html +0 -158
- ekfsm-1.3.0a26/docs/build/html/boards/ekf/snippets/cpci_inventory.html +0 -130
- ekfsm-1.3.0a26/docs/build/html/boards/ekf/spv-mystic.html +0 -188
- ekfsm-1.3.0a26/docs/build/html/boards/ekf/sq1-track.html +0 -157
- ekfsm-1.3.0a26/docs/build/html/boards/ekf/sq3-quartet.html +0 -157
- ekfsm-1.3.0a26/docs/build/html/boards/ekf/sur-uart.html +0 -197
- ekfsm-1.3.0a26/docs/build/html/boards/hitron/hdrc-300s.html +0 -225
- ekfsm-1.3.0a26/docs/build/html/boards.html +0 -154
- ekfsm-1.3.0a26/docs/build/html/genindex.html +0 -1201
- ekfsm-1.3.0a26/docs/build/html/index.html +0 -142
- ekfsm-1.3.0a26/docs/build/html/intro.html +0 -291
- ekfsm-1.3.0a26/docs/build/html/objects.inv +0 -0
- ekfsm-1.3.0a26/docs/build/html/py-modindex.html +0 -227
- ekfsm-1.3.0a26/docs/build/html/reference/ekfsm.html +0 -3687
- ekfsm-1.3.0a26/docs/build/html/reference/index.html +0 -264
- ekfsm-1.3.0a26/docs/build/html/reference/systemconfig.html +0 -190
- ekfsm-1.3.0a26/docs/build/html/search.html +0 -122
- ekfsm-1.3.0a26/docs/build/html/searchindex.js +0 -1
- ekfsm-1.3.0a26/docs/build/latex/LICRcyr2utf8.xdy +0 -101
- ekfsm-1.3.0a26/docs/build/latex/LICRlatin2utf8.xdy +0 -239
- ekfsm-1.3.0a26/docs/build/latex/LatinRules.xdy +0 -611
- ekfsm-1.3.0a26/docs/build/latex/Makefile +0 -65
- ekfsm-1.3.0a26/docs/build/latex/_static/_sphinx_javascript_frameworks_compat.js +0 -123
- ekfsm-1.3.0a26/docs/build/latex/_static/jquery.js +0 -2
- ekfsm-1.3.0a26/docs/build/latex/devices.drawio.png +0 -0
- ekfsm-1.3.0a26/docs/build/latex/ekfsm.aux +0 -482
- ekfsm-1.3.0a26/docs/build/latex/ekfsm.fdb_latexmk +0 -207
- ekfsm-1.3.0a26/docs/build/latex/ekfsm.fls +0 -407
- ekfsm-1.3.0a26/docs/build/latex/ekfsm.idx +0 -320
- ekfsm-1.3.0a26/docs/build/latex/ekfsm.ilg +0 -7
- ekfsm-1.3.0a26/docs/build/latex/ekfsm.ind +0 -534
- ekfsm-1.3.0a26/docs/build/latex/ekfsm.log +0 -2182
- ekfsm-1.3.0a26/docs/build/latex/ekfsm.out +0 -86
- ekfsm-1.3.0a26/docs/build/latex/ekfsm.pdf +0 -0
- ekfsm-1.3.0a26/docs/build/latex/ekfsm.tex +0 -8359
- ekfsm-1.3.0a26/docs/build/latex/ekfsm.toc +0 -87
- ekfsm-1.3.0a26/docs/build/latex/ekfsm_system.drawio.png +0 -0
- ekfsm-1.3.0a26/docs/build/latex/latexmkjarc +0 -22
- ekfsm-1.3.0a26/docs/build/latex/latexmkrc +0 -9
- ekfsm-1.3.0a26/docs/build/latex/make.bat +0 -31
- ekfsm-1.3.0a26/docs/build/latex/python.ist +0 -16
- ekfsm-1.3.0a26/docs/build/latex/sphinx.sty +0 -1195
- ekfsm-1.3.0a26/docs/build/latex/sphinx.xdy +0 -230
- ekfsm-1.3.0a26/docs/build/latex/sphinxhighlight.sty +0 -130
- ekfsm-1.3.0a26/docs/build/latex/sphinxhowto.cls +0 -102
- ekfsm-1.3.0a26/docs/build/latex/sphinxlatexadmonitions.sty +0 -403
- ekfsm-1.3.0a26/docs/build/latex/sphinxlatexcontainers.sty +0 -22
- ekfsm-1.3.0a26/docs/build/latex/sphinxlatexgraphics.sty +0 -123
- ekfsm-1.3.0a26/docs/build/latex/sphinxlatexindbibtoc.sty +0 -69
- ekfsm-1.3.0a26/docs/build/latex/sphinxlatexlists.sty +0 -131
- ekfsm-1.3.0a26/docs/build/latex/sphinxlatexliterals.sty +0 -1000
- ekfsm-1.3.0a26/docs/build/latex/sphinxlatexnumfig.sty +0 -135
- ekfsm-1.3.0a26/docs/build/latex/sphinxlatexobjects.sty +0 -365
- ekfsm-1.3.0a26/docs/build/latex/sphinxlatexshadowbox.sty +0 -178
- ekfsm-1.3.0a26/docs/build/latex/sphinxlatexstyleheadings.sty +0 -91
- ekfsm-1.3.0a26/docs/build/latex/sphinxlatexstylepage.sty +0 -73
- ekfsm-1.3.0a26/docs/build/latex/sphinxlatexstyletext.sty +0 -145
- ekfsm-1.3.0a26/docs/build/latex/sphinxlatextables.sty +0 -1241
- ekfsm-1.3.0a26/docs/build/latex/sphinxmanual.cls +0 -128
- ekfsm-1.3.0a26/docs/build/latex/sphinxmessages.sty +0 -21
- ekfsm-1.3.0a26/docs/build/latex/sphinxoptionsgeometry.sty +0 -54
- ekfsm-1.3.0a26/docs/build/latex/sphinxoptionshyperref.sty +0 -35
- ekfsm-1.3.0a26/docs/build/latex/sphinxpackageboxes.sty +0 -827
- ekfsm-1.3.0a26/docs/build/latex/sphinxpackagecyrillic.sty +0 -55
- ekfsm-1.3.0a26/docs/build/latex/sphinxpackagefootnote.sty +0 -434
- ekfsm-1.3.0a26/docs/build/latex/sphinxpackagesubstitutefont.sty +0 -21
- ekfsm-1.3.0a26/docs/source/_static/devices.drawio.png +0 -0
- ekfsm-1.3.0a26/docs/source/_static/devices.drawio.svg +0 -4
- ekfsm-1.3.0a26/docs/source/_static/ekfsm_system.drawio.png +0 -0
- ekfsm-1.3.0a26/docs/source/_static/ekfsm_system.drawio.svg +0 -4
- ekfsm-1.3.0a26/ekfsm/boards/oem/ekf/sq3-quartet.yaml +0 -41
- ekfsm-1.3.0a26/ekfsm/devices/smbios.py +0 -42
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/.env +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/.envrc +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/.flake8 +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/.gitignore +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/.readthedocs.yaml +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/.vscode/launch.json +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/.vscode/settings.json +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/GitVersion.yml +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/LICENSE.md +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/README.md +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/devenv.yaml +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/docs/.gitignore +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/docs/Makefile +0 -0
- {ekfsm-1.3.0a26/docs/build/html/_images → ekfsm-1.4.0/docs/source/_static}/devices.drawio.png +0 -0
- {ekfsm-1.3.0a26/docs/build/html → ekfsm-1.4.0/docs/source}/_static/devices.drawio.svg +0 -0
- {ekfsm-1.3.0a26/docs/build/html/_images → ekfsm-1.4.0/docs/source/_static}/ekfsm_system.drawio.png +0 -0
- {ekfsm-1.3.0a26/docs/build/html → ekfsm-1.4.0/docs/source}/_static/ekfsm_system.drawio.svg +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/docs/source/boards/ekf/ccu.rst +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/docs/source/boards/ekf/sc5-festival.rst +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/docs/source/boards/ekf/sc9-toccata.rst +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/docs/source/boards/ekf/se5-club.rst +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/docs/source/boards/ekf/sn4-djembe.rst +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/docs/source/boards/ekf/snippets/cpci_inventory.rst +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/docs/source/boards/ekf/spv-mystic.rst +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/docs/source/boards/ekf/sq1-track.rst +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/docs/source/boards/ekf/sq3-quartet.rst +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/docs/source/boards/ekf/sur-uart.rst +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/docs/source/boards/hitron/hdrc-300s.rst +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/docs/source/boards.rst +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/docs/source/conf.py +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/docs/source/index.rst +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/docs/source/intro.rst +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/docs/source/reference/index.rst +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/docs/source/reference/systemconfig.rst +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/ekfsm/__init__.py +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/ekfsm/boards/oem/ekf/ccu.yaml +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/ekfsm/boards/oem/ekf/sc5-festival.yaml +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/ekfsm/boards/oem/ekf/sc9-toccata.yaml +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/ekfsm/boards/oem/ekf/se5-club.yaml +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/ekfsm/boards/oem/ekf/sn4-djembe.yaml +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/ekfsm/boards/oem/ekf/spv-mystic.yaml +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/ekfsm/boards/oem/ekf/sq1-track.yaml +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/ekfsm/boards/oem/ekf/srf-fan.yaml +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/ekfsm/boards/oem/ekf/sur-uart.yaml +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/ekfsm/boards/oem/hitron/hdrc-300s.yaml +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/ekfsm/cli.py +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/ekfsm/config.py +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/ekfsm/core/__init__.py +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/ekfsm/core/probe.py +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/ekfsm/devices/ekf_ccu_uc.py +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/ekfsm/devices/ekf_sur_led.py +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/ekfsm/devices/gpio.py +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/ekfsm/devices/iio.py +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/ekfsm/devices/iio_thermal_humidity.py +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/ekfsm/devices/imu.py +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/ekfsm/devices/mux.py +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/ekfsm/devices/smbus.py +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/ekfsm/devices/utils.py +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/ekfsm/exceptions.py +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/ekfsm/lock.py +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/ekfsm/log.py +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/ekfsm/py.typed +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/ekfsm/simctrl.py +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/ekfsm/utils.py +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/hack/bringup_zip_i2c_devs.sh +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/scripts/modify-acpi-table.sh +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/__init__.py +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/basic_sim.py +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/ccu-test.py +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/ccu_wokwi_sim.py +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/data/cfg_simple.yaml +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/locking/lock_tester.py +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/locking/test_lock.py +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/props.py +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/run.py +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/sc5-hitron-only.yaml +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/sim/__init__.py +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/sim/sys/bus/i2c/drivers/at24/.keep +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/sim/sys/bus/i2c/drivers/pca953x/.keep +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/sim/sys/bus/i2c/drivers/pca954x/.keep +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/sim/sys/class/hwmon/hwmon2/name +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/sim/sys/class/hwmon/hwmon2/temp1_input +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/sim/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.2/i2c-1/i2c-10/firmware_node/adr +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/sim/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.2/i2c-1/i2c-10/name +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/sim/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.2/i2c-1/i2c-10/new_device +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/sim/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.2/i2c-1/i2c-11/firmware_node/adr +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/sim/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.2/i2c-1/i2c-11/name +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/sim/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.2/i2c-1/i2c-11/new_device +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/sim/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.2/i2c-1/i2c-12/firmware_node/adr +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/sim/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.2/i2c-1/i2c-12/name +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/sim/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.2/i2c-1/i2c-12/new_device +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/sim/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.2/i2c-1/i2c-14/firmware_node/adr +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/sim/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.2/i2c-1/i2c-14/i2c-PRP0002:01/firmware_node/description +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/sim/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.2/i2c-1/i2c-14/i2c-PRP0002:01/gpiochip1/dev +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/sim/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.2/i2c-1/i2c-14/i2c-PRP0002:01/name +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/sim/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.2/i2c-1/i2c-14/i2c-PRP0002:02/eeprom +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/sim/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.2/i2c-1/i2c-14/i2c-PRP0002:02/firmware_node/description +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/sim/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.2/i2c-1/i2c-14/i2c-PRP0002:02/name +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/sim/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.2/i2c-1/i2c-14/name +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/sim/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.2/i2c-1/i2c-14/new_device +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/sim/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.2/i2c-1/i2c-15/firmware_node/adr +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/sim/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.2/i2c-1/i2c-15/name +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/sim/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.2/i2c-1/i2c-15/new_device +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/sim/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.2/i2c-1/i2c-16/firmware_node/adr +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/sim/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.2/i2c-1/i2c-16/name +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/sim/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.2/i2c-1/i2c-16/new_device +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/sim/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.2/i2c-1/i2c-17/firmware_node/adr +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/sim/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.2/i2c-1/i2c-17/name +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/sim/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.2/i2c-1/i2c-17/new_device +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/sim/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.2/i2c-1/i2c-9/firmware_node/adr +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/sim/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.2/i2c-1/i2c-9/i2c-PRP0001:01/firmware_node/description +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/sim/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.2/i2c-1/i2c-9/i2c-PRP0001:01/gpiochip1/dev +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/sim/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.2/i2c-1/i2c-9/i2c-PRP0001:01/name +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/sim/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.2/i2c-1/i2c-9/i2c-PRP0001:02/eeprom +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/sim/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.2/i2c-1/i2c-9/i2c-PRP0001:02/firmware_node/description +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/sim/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.2/i2c-1/i2c-9/i2c-PRP0001:02/name +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/sim/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.2/i2c-1/i2c-9/name +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/sim/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.2/i2c-1/i2c-9/new_device +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/sim/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.2/i2c-1/i2c-PRP0001:00/firmware_node/description +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/sim/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.2/i2c-1/i2c-PRP0001:00/name +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/sim/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.2/i2c-1/i2c-PRP0001:03/firmware_node/description +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/sim/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.2/i2c-1/i2c-PRP0001:03/hwmon/hwmon99/curr1_input +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/sim/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.2/i2c-1/i2c-PRP0001:03/hwmon/hwmon99/curr2_input +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/sim/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.2/i2c-1/i2c-PRP0001:03/hwmon/hwmon99/in1_input +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/sim/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.2/i2c-1/i2c-PRP0001:03/hwmon/hwmon99/in2_input +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/sim/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.2/i2c-1/i2c-PRP0001:03/hwmon/hwmon99/model +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/sim/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.2/i2c-1/i2c-PRP0001:03/hwmon/hwmon99/revision +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/sim/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.2/i2c-1/i2c-PRP0001:03/hwmon/hwmon99/serial +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/sim/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.2/i2c-1/i2c-PRP0001:03/hwmon/hwmon99/temp1_input +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/sim/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.2/i2c-1/i2c-PRP0001:03/hwmon/hwmon99/vendor +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/sim/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.2/i2c-1/i2c-PRP0001:03/name +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/sim/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.2/i2c-1/i2c-PRP0002:00/firmware_node/description +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/sim/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.2/i2c-1/i2c-PRP0002:00/name +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/sim/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.2/i2c-1/new_device +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/sim/sys/devices/pci0000:00/0000:00:1f.4/i2c-7/7-0057/eeprom +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/sim/sys/devices/pci0000:00/0000:00:1f.4/i2c-7/7-0057/name +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/sim/sys/devices/virtual/dmi/id/board_version +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/sim/sys/kernel/debug/pmbus/hwmon99/status0_input +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/sim/sys/kernel/debug/pmbus/hwmon99/status1_input +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/sim/test_system.yaml +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/sim/test_system_inconsistent.yaml +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/srf-fan-test.py +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/srf-fan-test.yaml +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/test_config.py +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/test_module_schema.py +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/test_sim-ccu-eeprom.py +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/test_sim1.py +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/test_sim2.py +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/zip2-ccu-only.yaml +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/zip2-comp1.yaml +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/zip2-comp1_smoke.py +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/zip2-comp2.yaml +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/zip2-comp2_smoke.py +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/zip2_ccu_exp.py +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/zip2_ccu_imu.py +0 -0
- {ekfsm-1.3.0a26 → ekfsm-1.4.0}/tests/zip2_psu.py +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
*.png filter=lfs diff=lfs merge=lfs -text
|
|
@@ -180,13 +180,13 @@ build-doc-coverage:
|
|
|
180
180
|
paths:
|
|
181
181
|
- docs/build/coverage
|
|
182
182
|
|
|
183
|
-
deploy:
|
|
183
|
+
deploy-gitlab-pypi:
|
|
184
184
|
stage: ⬆️ deploy
|
|
185
185
|
image: python:3.12
|
|
186
186
|
tags:
|
|
187
187
|
- shared
|
|
188
188
|
variables:
|
|
189
|
-
GIT_STRATEGY:
|
|
189
|
+
GIT_STRATEGY: none
|
|
190
190
|
GIT_SUBMODULE_STRATEGY: recursive
|
|
191
191
|
rules:
|
|
192
192
|
- *default_rule_hotfix
|
|
@@ -196,7 +196,24 @@ deploy:
|
|
|
196
196
|
- echo "Install twine..."
|
|
197
197
|
- python -m pip install twine
|
|
198
198
|
script:
|
|
199
|
-
- echo "Deploying version ${GitVersion_SemVer} to pypi repository..."
|
|
199
|
+
- echo "Deploying version ${GitVersion_SemVer} to gitlab pypi repository..."
|
|
200
200
|
- TWINE_PASSWORD=${CI_JOB_TOKEN} TWINE_USERNAME=gitlab-ci-token python -m twine upload --repository-url ${PACKAGE_REGISTRY_URL} dist/*
|
|
201
201
|
needs:
|
|
202
202
|
- pkg
|
|
203
|
+
|
|
204
|
+
deploy-pypi:
|
|
205
|
+
stage: ⬆️ deploy
|
|
206
|
+
variables:
|
|
207
|
+
GIT_STRATEGY: clone
|
|
208
|
+
GIT_SUBMODULE_STRATEGY: recursive
|
|
209
|
+
rules:
|
|
210
|
+
- *default_rule_hotfix
|
|
211
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_BRANCH == "develop"
|
|
212
|
+
when: on_success
|
|
213
|
+
before_script:
|
|
214
|
+
- direnv allow .
|
|
215
|
+
script:
|
|
216
|
+
- echo "Deploying version ${GitVersion_SemVer} to pypi repository..."
|
|
217
|
+
- direnv exec . publish-package
|
|
218
|
+
needs:
|
|
219
|
+
- pkg
|
|
@@ -1,17 +1,20 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ekfsm
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.4.0
|
|
4
4
|
Summary: The EKF System Management Library (ekfsm) is a sensor monitoring suite for Compact PCI Serial devices.
|
|
5
5
|
Author-email: Jan Jansen <jan@ekf.de>, Klaus Popp <klaus.popp@ci4rail.com>, Felix Päßler <fp@ekf.de>
|
|
6
|
-
Requires-Python: >=3.
|
|
6
|
+
Requires-Python: >=3.12
|
|
7
7
|
Requires-Dist: anytree
|
|
8
8
|
Requires-Dist: click>=8.0.1
|
|
9
9
|
Requires-Dist: crcmod
|
|
10
10
|
Requires-Dist: gpiod>=2.1.0
|
|
11
11
|
Requires-Dist: hexdump
|
|
12
|
+
Requires-Dist: io4edge-client>=2.0.3
|
|
12
13
|
Requires-Dist: ipdb>=0.13.13
|
|
13
14
|
Requires-Dist: more-itertools
|
|
14
15
|
Requires-Dist: munch
|
|
16
|
+
Requires-Dist: pillow
|
|
17
|
+
Requires-Dist: protobuf>=6.32.1
|
|
15
18
|
Requires-Dist: schema>=0.7.7
|
|
16
19
|
Requires-Dist: smbus2
|
|
17
20
|
Requires-Dist: termcolor>=3.0.1
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
"devenv": {
|
|
4
4
|
"locked": {
|
|
5
5
|
"dir": "src/modules",
|
|
6
|
-
"lastModified":
|
|
6
|
+
"lastModified": 1750800495,
|
|
7
7
|
"owner": "cachix",
|
|
8
8
|
"repo": "devenv",
|
|
9
|
-
"rev": "
|
|
9
|
+
"rev": "b33ab3610c084a7e3fabc5eefaeb437449f1efe7",
|
|
10
10
|
"type": "github"
|
|
11
11
|
},
|
|
12
12
|
"original": {
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"flake-compat": {
|
|
20
20
|
"flake": false,
|
|
21
21
|
"locked": {
|
|
22
|
-
"lastModified":
|
|
22
|
+
"lastModified": 1747046372,
|
|
23
23
|
"owner": "edolstra",
|
|
24
24
|
"repo": "flake-compat",
|
|
25
|
-
"rev": "
|
|
25
|
+
"rev": "9100a0f413b0c601e0533d1d94ffd501ce2e7885",
|
|
26
26
|
"type": "github"
|
|
27
27
|
},
|
|
28
28
|
"original": {
|
|
@@ -31,31 +31,10 @@
|
|
|
31
31
|
"type": "github"
|
|
32
32
|
}
|
|
33
33
|
},
|
|
34
|
-
"git-hooks": {
|
|
35
|
-
"inputs": {
|
|
36
|
-
"flake-compat": "flake-compat",
|
|
37
|
-
"gitignore": "gitignore",
|
|
38
|
-
"nixpkgs": [
|
|
39
|
-
"nixpkgs"
|
|
40
|
-
]
|
|
41
|
-
},
|
|
42
|
-
"locked": {
|
|
43
|
-
"lastModified": 1742649964,
|
|
44
|
-
"owner": "cachix",
|
|
45
|
-
"repo": "git-hooks.nix",
|
|
46
|
-
"rev": "dcf5072734cb576d2b0c59b2ac44f5050b5eac82",
|
|
47
|
-
"type": "github"
|
|
48
|
-
},
|
|
49
|
-
"original": {
|
|
50
|
-
"owner": "cachix",
|
|
51
|
-
"repo": "git-hooks.nix",
|
|
52
|
-
"type": "github"
|
|
53
|
-
}
|
|
54
|
-
},
|
|
55
34
|
"gitignore": {
|
|
56
35
|
"inputs": {
|
|
57
36
|
"nixpkgs": [
|
|
58
|
-
"
|
|
37
|
+
"pre-commit-hooks",
|
|
59
38
|
"nixpkgs"
|
|
60
39
|
]
|
|
61
40
|
},
|
|
@@ -74,10 +53,10 @@
|
|
|
74
53
|
},
|
|
75
54
|
"nixpkgs": {
|
|
76
55
|
"locked": {
|
|
77
|
-
"lastModified":
|
|
56
|
+
"lastModified": 1750441195,
|
|
78
57
|
"owner": "cachix",
|
|
79
58
|
"repo": "devenv-nixpkgs",
|
|
80
|
-
"rev": "
|
|
59
|
+
"rev": "0ceffe312871b443929ff3006960d29b120dc627",
|
|
81
60
|
"type": "github"
|
|
82
61
|
},
|
|
83
62
|
"original": {
|
|
@@ -87,14 +66,32 @@
|
|
|
87
66
|
"type": "github"
|
|
88
67
|
}
|
|
89
68
|
},
|
|
69
|
+
"pre-commit-hooks": {
|
|
70
|
+
"inputs": {
|
|
71
|
+
"flake-compat": "flake-compat",
|
|
72
|
+
"gitignore": "gitignore",
|
|
73
|
+
"nixpkgs": [
|
|
74
|
+
"nixpkgs"
|
|
75
|
+
]
|
|
76
|
+
},
|
|
77
|
+
"locked": {
|
|
78
|
+
"lastModified": 1759523803,
|
|
79
|
+
"owner": "cachix",
|
|
80
|
+
"repo": "pre-commit-hooks.nix",
|
|
81
|
+
"rev": "cfc9f7bb163ad8542029d303e599c0f7eee09835",
|
|
82
|
+
"type": "github"
|
|
83
|
+
},
|
|
84
|
+
"original": {
|
|
85
|
+
"owner": "cachix",
|
|
86
|
+
"repo": "pre-commit-hooks.nix",
|
|
87
|
+
"type": "github"
|
|
88
|
+
}
|
|
89
|
+
},
|
|
90
90
|
"root": {
|
|
91
91
|
"inputs": {
|
|
92
92
|
"devenv": "devenv",
|
|
93
|
-
"git-hooks": "git-hooks",
|
|
94
93
|
"nixpkgs": "nixpkgs",
|
|
95
|
-
"pre-commit-hooks":
|
|
96
|
-
"git-hooks"
|
|
97
|
-
]
|
|
94
|
+
"pre-commit-hooks": "pre-commit-hooks"
|
|
98
95
|
}
|
|
99
96
|
}
|
|
100
97
|
},
|
|
@@ -49,7 +49,12 @@
|
|
|
49
49
|
enable = true;
|
|
50
50
|
package = pkgs.python3Packages.pre-commit-hooks;
|
|
51
51
|
entry = "trailing-whitespace-fixer";
|
|
52
|
-
excludes = [
|
|
52
|
+
excludes = [
|
|
53
|
+
"tests/sim/sys/.*$"
|
|
54
|
+
".*\\.png$"
|
|
55
|
+
".*\\.jpeg$"
|
|
56
|
+
".*\\.svg$"
|
|
57
|
+
];
|
|
53
58
|
};
|
|
54
59
|
|
|
55
60
|
# Ensure files end with a newline
|
|
@@ -91,6 +96,10 @@
|
|
|
91
96
|
uv build
|
|
92
97
|
'';
|
|
93
98
|
|
|
99
|
+
scripts.publish-package.exec = ''
|
|
100
|
+
uv publish
|
|
101
|
+
'';
|
|
102
|
+
|
|
94
103
|
scripts.generate-doc-reqs.exec = ''
|
|
95
104
|
uv export > docs/requirements.txt
|
|
96
105
|
'';
|