From 427b2b04af50005f8791bd638713800312a60a91 Mon Sep 17 00:00:00 2001 From: Daniel Jobson Date: Fri, 23 Aug 2024 22:38:27 +0200 Subject: [PATCH] Move production_test under project root folder --- {hw/production_test => production_test}/.gitignore | 0 {hw/production_test => production_test}/Makefile | 0 {hw/production_test => production_test}/README.md | 0 .../application_fpga_test_gateware/Makefile | 0 .../application_fpga_test_gateware/SB_HFOSC.v | 0 .../application_fpga_test_gateware/SB_RGBA_DRV.v | 0 .../application_fpga_test_gateware/app.pcf | 0 .../application_fpga_test_gateware/top.v | 0 .../binaries/blank.bin | Bin .../binaries/main.uf2 | Bin .../binaries/top.bin | Bin .../binaries/usb_device_cdc.bin | Bin .../connected_test/connected_test.py | 0 .../connected_test/connected_test_gui.py | 0 .../connected_test/usb_pins-good.csv | 0 .../connected_test/usb_pins.csv | 0 .../encode_usb_strings.py | 0 .../iceflasher.py | 0 .../nvcm_test/application_fpga.bin | Bin .../nvcm_test/application_fpga.nvcm | 0 .../production_test_runner.py | 0 .../production_tests.py | 0 .../pybin2nvcm.py | 0 {hw/production_test => production_test}/pynvcm.py | 0 .../requirements.txt | 0 {hw/production_test => production_test}/reset.py | 0 {hw/production_test => production_test}/run | 0 .../touch_stability_test/touch_analyzer.py | 0 .../touch_stability_test/touch_recorder.py | 0 29 files changed, 0 insertions(+), 0 deletions(-) rename {hw/production_test => production_test}/.gitignore (100%) rename {hw/production_test => production_test}/Makefile (100%) rename {hw/production_test => production_test}/README.md (100%) rename {hw/production_test => production_test}/application_fpga_test_gateware/Makefile (100%) rename {hw/production_test => production_test}/application_fpga_test_gateware/SB_HFOSC.v (100%) rename {hw/production_test => production_test}/application_fpga_test_gateware/SB_RGBA_DRV.v (100%) rename {hw/production_test => production_test}/application_fpga_test_gateware/app.pcf (100%) rename {hw/production_test => production_test}/application_fpga_test_gateware/top.v (100%) rename {hw/production_test => production_test}/binaries/blank.bin (100%) rename {hw/production_test => production_test}/binaries/main.uf2 (100%) rename {hw/production_test => production_test}/binaries/top.bin (100%) rename {hw/production_test => production_test}/binaries/usb_device_cdc.bin (100%) rename {hw/production_test => production_test}/connected_test/connected_test.py (100%) rename {hw/production_test => production_test}/connected_test/connected_test_gui.py (100%) rename {hw/production_test => production_test}/connected_test/usb_pins-good.csv (100%) rename {hw/production_test => production_test}/connected_test/usb_pins.csv (100%) rename {hw/production_test => production_test}/encode_usb_strings.py (100%) rename {hw/production_test => production_test}/iceflasher.py (100%) rename {hw/production_test => production_test}/nvcm_test/application_fpga.bin (100%) rename {hw/production_test => production_test}/nvcm_test/application_fpga.nvcm (100%) rename {hw/production_test => production_test}/production_test_runner.py (100%) rename {hw/production_test => production_test}/production_tests.py (100%) rename {hw/production_test => production_test}/pybin2nvcm.py (100%) rename {hw/production_test => production_test}/pynvcm.py (100%) rename {hw/production_test => production_test}/requirements.txt (100%) rename {hw/production_test => production_test}/reset.py (100%) rename {hw/production_test => production_test}/run (100%) rename {hw/production_test => production_test}/touch_stability_test/touch_analyzer.py (100%) rename {hw/production_test => production_test}/touch_stability_test/touch_recorder.py (100%) diff --git a/hw/production_test/.gitignore b/production_test/.gitignore similarity index 100% rename from hw/production_test/.gitignore rename to production_test/.gitignore diff --git a/hw/production_test/Makefile b/production_test/Makefile similarity index 100% rename from hw/production_test/Makefile rename to production_test/Makefile diff --git a/hw/production_test/README.md b/production_test/README.md similarity index 100% rename from hw/production_test/README.md rename to production_test/README.md diff --git a/hw/production_test/application_fpga_test_gateware/Makefile b/production_test/application_fpga_test_gateware/Makefile similarity index 100% rename from hw/production_test/application_fpga_test_gateware/Makefile rename to production_test/application_fpga_test_gateware/Makefile diff --git a/hw/production_test/application_fpga_test_gateware/SB_HFOSC.v b/production_test/application_fpga_test_gateware/SB_HFOSC.v similarity index 100% rename from hw/production_test/application_fpga_test_gateware/SB_HFOSC.v rename to production_test/application_fpga_test_gateware/SB_HFOSC.v diff --git a/hw/production_test/application_fpga_test_gateware/SB_RGBA_DRV.v b/production_test/application_fpga_test_gateware/SB_RGBA_DRV.v similarity index 100% rename from hw/production_test/application_fpga_test_gateware/SB_RGBA_DRV.v rename to production_test/application_fpga_test_gateware/SB_RGBA_DRV.v diff --git a/hw/production_test/application_fpga_test_gateware/app.pcf b/production_test/application_fpga_test_gateware/app.pcf similarity index 100% rename from hw/production_test/application_fpga_test_gateware/app.pcf rename to production_test/application_fpga_test_gateware/app.pcf diff --git a/hw/production_test/application_fpga_test_gateware/top.v b/production_test/application_fpga_test_gateware/top.v similarity index 100% rename from hw/production_test/application_fpga_test_gateware/top.v rename to production_test/application_fpga_test_gateware/top.v diff --git a/hw/production_test/binaries/blank.bin b/production_test/binaries/blank.bin similarity index 100% rename from hw/production_test/binaries/blank.bin rename to production_test/binaries/blank.bin diff --git a/hw/production_test/binaries/main.uf2 b/production_test/binaries/main.uf2 similarity index 100% rename from hw/production_test/binaries/main.uf2 rename to production_test/binaries/main.uf2 diff --git a/hw/production_test/binaries/top.bin b/production_test/binaries/top.bin similarity index 100% rename from hw/production_test/binaries/top.bin rename to production_test/binaries/top.bin diff --git a/hw/production_test/binaries/usb_device_cdc.bin b/production_test/binaries/usb_device_cdc.bin similarity index 100% rename from hw/production_test/binaries/usb_device_cdc.bin rename to production_test/binaries/usb_device_cdc.bin diff --git a/hw/production_test/connected_test/connected_test.py b/production_test/connected_test/connected_test.py similarity index 100% rename from hw/production_test/connected_test/connected_test.py rename to production_test/connected_test/connected_test.py diff --git a/hw/production_test/connected_test/connected_test_gui.py b/production_test/connected_test/connected_test_gui.py similarity index 100% rename from hw/production_test/connected_test/connected_test_gui.py rename to production_test/connected_test/connected_test_gui.py diff --git a/hw/production_test/connected_test/usb_pins-good.csv b/production_test/connected_test/usb_pins-good.csv similarity index 100% rename from hw/production_test/connected_test/usb_pins-good.csv rename to production_test/connected_test/usb_pins-good.csv diff --git a/hw/production_test/connected_test/usb_pins.csv b/production_test/connected_test/usb_pins.csv similarity index 100% rename from hw/production_test/connected_test/usb_pins.csv rename to production_test/connected_test/usb_pins.csv diff --git a/hw/production_test/encode_usb_strings.py b/production_test/encode_usb_strings.py similarity index 100% rename from hw/production_test/encode_usb_strings.py rename to production_test/encode_usb_strings.py diff --git a/hw/production_test/iceflasher.py b/production_test/iceflasher.py similarity index 100% rename from hw/production_test/iceflasher.py rename to production_test/iceflasher.py diff --git a/hw/production_test/nvcm_test/application_fpga.bin b/production_test/nvcm_test/application_fpga.bin similarity index 100% rename from hw/production_test/nvcm_test/application_fpga.bin rename to production_test/nvcm_test/application_fpga.bin diff --git a/hw/production_test/nvcm_test/application_fpga.nvcm b/production_test/nvcm_test/application_fpga.nvcm similarity index 100% rename from hw/production_test/nvcm_test/application_fpga.nvcm rename to production_test/nvcm_test/application_fpga.nvcm diff --git a/hw/production_test/production_test_runner.py b/production_test/production_test_runner.py similarity index 100% rename from hw/production_test/production_test_runner.py rename to production_test/production_test_runner.py diff --git a/hw/production_test/production_tests.py b/production_test/production_tests.py similarity index 100% rename from hw/production_test/production_tests.py rename to production_test/production_tests.py diff --git a/hw/production_test/pybin2nvcm.py b/production_test/pybin2nvcm.py similarity index 100% rename from hw/production_test/pybin2nvcm.py rename to production_test/pybin2nvcm.py diff --git a/hw/production_test/pynvcm.py b/production_test/pynvcm.py similarity index 100% rename from hw/production_test/pynvcm.py rename to production_test/pynvcm.py diff --git a/hw/production_test/requirements.txt b/production_test/requirements.txt similarity index 100% rename from hw/production_test/requirements.txt rename to production_test/requirements.txt diff --git a/hw/production_test/reset.py b/production_test/reset.py similarity index 100% rename from hw/production_test/reset.py rename to production_test/reset.py diff --git a/hw/production_test/run b/production_test/run similarity index 100% rename from hw/production_test/run rename to production_test/run diff --git a/hw/production_test/touch_stability_test/touch_analyzer.py b/production_test/touch_stability_test/touch_analyzer.py similarity index 100% rename from hw/production_test/touch_stability_test/touch_analyzer.py rename to production_test/touch_stability_test/touch_analyzer.py diff --git a/hw/production_test/touch_stability_test/touch_recorder.py b/production_test/touch_stability_test/touch_recorder.py similarity index 100% rename from hw/production_test/touch_stability_test/touch_recorder.py rename to production_test/touch_stability_test/touch_recorder.py