summaryrefslogtreecommitdiff
path: root/lib/loader
AgeCommit message (Collapse)AuthorLines
2024-03-12handle floating-point parameter valuesBirte Kristina Friesel-3/+3
2024-03-11CSVfile loader: get ignored and observation (attr) cols from envBirte Kristina Friesel-4/+40
2024-03-11Move Logfile and CSVfile from utils to a new loader classBirte Kristina Friesel-6/+104
2024-01-18kconfig: ignore strings by default (implicit DFATOOL_KCONF_IGNORE_STRING=1)Birte Kristina Friesel-1/+1
2023-09-29kconfig: debug output in exceptionBirte Kristina Friesel-1/+10
2022-10-25kconfig: dref export: do not use _ in dref keysDaniel Friesel-6/+6
2022-10-19--export-dref: add kconfig feature types if knownDaniel Friesel-0/+32
2022-05-23kconfig: give predictable names to unnamed choice nodesDaniel Friesel-4/+8
2022-05-10CI: Automatically export x264 CART/RMT modelsDaniel Friesel-0/+3
2022-04-01kconfig loader: expose .kconfig_rootDaniel Friesel-13/+15
2022-02-22kconfig: do not add choices to param dict if DFATOOL_KCONF_WITH_CHOICE_NODES=0Daniel Friesel-0/+1
2022-02-10only load kconfig / kconfiglib when requiredDaniel Friesel-1/+0
2022-01-18loader: gracefully handle uncreatable cache directoryDaniel Friesel-0/+6
2021-10-28kconfig loader: do not use frozendicts (json doesn't know about them)Daniel Friesel-3/+2
2021-10-27kconfig: add DFATOOL_KCONF_IGNORE_NUMERIC / _STRING optionsDaniel Friesel-1/+10
2021-10-26kconfig loader: load kconfig from its base directoryDaniel Friesel-1/+5
this ensures that source statements are handled correctly
2021-10-08loader/kconfig: specify explicit kconfiglib pathDaniel Friesel-1/+1
2021-10-08add basic analyze-kconfig scriptDaniel Friesel-0/+113
2021-04-22PLOT_SYNC: use vlinesDaniel Friesel-24/+6
2021-04-22energytrace loader: handle unsigned overflows as wellDaniel Friesel-0/+12
2021-04-20loader: define maximum sync pulse durationDaniel Friesel-2/+9
2021-03-23dokuDaniel Friesel-0/+16
2021-03-23port ET++ drift compensation to drift.pyDaniel Friesel-0/+21
2021-03-22EnergyTraceWithLogicAnalyzer: Use ExternalTimerSync as wellDaniel Friesel-77/+48
DataProcessor is now deprecated and no longer in use
2021-03-22loader/generic: update sync plotDaniel Friesel-5/+4
2021-03-22ExternalTimerSync: Add drift compensationDaniel Friesel-58/+102
Use ExternalTimerSync for energytrace+timer. energytrace+LA code reuse is still to-do.
2021-03-19generic ExternalTimerSync: add DFATOOL_PLOT_SYNC supportDaniel Friesel-0/+89
2021-03-19move timer-based synchronization to a generic classDaniel Friesel-152/+166
2021-03-19loader: merge dlog into keysight moduleDaniel Friesel-297/+290
2021-03-18add preliminary Keysight DLog supportDaniel Friesel-30/+386
2021-03-10hardcode arg_support_enabled = TrueDaniel Friesel-9/+3
2021-03-09loader: remove unused zbar importDaniel Friesel-9/+0
2021-03-09energytrace: Fix Code128 import pathDaniel Friesel-1/+1
2021-03-09Refactor loader into separate ET / MIMOSA modulesDaniel Friesel-0/+2370