diff --git a/tools/arduino-fwuploader b/tools/arduino/arduino-fwuploader similarity index 100% rename from tools/arduino-fwuploader rename to tools/arduino/arduino-fwuploader diff --git a/tools/arduino-fwuploader-0.1.10 b/tools/arduino/arduino-fwuploader-0.1.10 similarity index 100% rename from tools/arduino-fwuploader-0.1.10 rename to tools/arduino/arduino-fwuploader-0.1.10 diff --git a/tools/arduino/arduino_touch_reset.py b/tools/arduino/arduino_touch_reset.py new file mode 100755 index 000000000..f26655208 --- /dev/null +++ b/tools/arduino/arduino_touch_reset.py @@ -0,0 +1,4 @@ +#!/usr/bin/env python +import sys, serial, struct +port = "/dev/ttyACM0" +serial.Serial(port, baudrate=1200, bytesize=serial.EIGHTBITS, parity=serial.PARITY_NONE).close() diff --git a/tools/bootloaders/nano33_ble_sense_bootloader.hex b/tools/arduino/bootloaders/nano33_ble_sense_bootloader.hex similarity index 100% rename from tools/bootloaders/nano33_ble_sense_bootloader.hex rename to tools/arduino/bootloaders/nano33_ble_sense_bootloader.hex diff --git a/tools/bootloaders/portentah7_bootloader_mbed_hs_v2.bin b/tools/arduino/bootloaders/portentah7_bootloader_mbed_hs_v2.bin similarity index 100% rename from tools/bootloaders/portentah7_bootloader_mbed_hs_v2.bin rename to tools/arduino/bootloaders/portentah7_bootloader_mbed_hs_v2.bin diff --git a/tools/imxrt_firmware_tools/blhost/SW-Content-Register.txt b/tools/nxp/blhost/SW-Content-Register.txt similarity index 100% rename from tools/imxrt_firmware_tools/blhost/SW-Content-Register.txt rename to tools/nxp/blhost/SW-Content-Register.txt diff --git a/tools/imxrt_firmware_tools/blhost/blhost Release Notes.pdf b/tools/nxp/blhost/blhost Release Notes.pdf similarity index 100% rename from tools/imxrt_firmware_tools/blhost/blhost Release Notes.pdf rename to tools/nxp/blhost/blhost Release Notes.pdf diff --git a/tools/imxrt_firmware_tools/blhost/linux/amd64/blhost b/tools/nxp/blhost/linux/amd64/blhost similarity index 100% rename from tools/imxrt_firmware_tools/blhost/linux/amd64/blhost rename to tools/nxp/blhost/linux/amd64/blhost diff --git a/tools/imxrt_firmware_tools/blhost/mac/blhost b/tools/nxp/blhost/mac/blhost similarity index 100% rename from tools/imxrt_firmware_tools/blhost/mac/blhost rename to tools/nxp/blhost/mac/blhost diff --git a/tools/imxrt_firmware_tools/blhost/win/blhost.exe b/tools/nxp/blhost/win/blhost.exe similarity index 100% rename from tools/imxrt_firmware_tools/blhost/win/blhost.exe rename to tools/nxp/blhost/win/blhost.exe diff --git a/tools/imxrt_firmware_tools/imxrt_erase_flash.sh b/tools/nxp/imxrt_erase_flash.sh similarity index 100% rename from tools/imxrt_firmware_tools/imxrt_erase_flash.sh rename to tools/nxp/imxrt_erase_flash.sh diff --git a/tools/imxrt_pins_gen.py b/tools/nxp/imxrt_pins_gen.py similarity index 100% rename from tools/imxrt_pins_gen.py rename to tools/nxp/imxrt_pins_gen.py diff --git a/tools/imxrt_firmware_tools/imxrt_write_firmware.sh b/tools/nxp/imxrt_write_firmware.sh similarity index 100% rename from tools/imxrt_firmware_tools/imxrt_write_firmware.sh rename to tools/nxp/imxrt_write_firmware.sh diff --git a/tools/imxrt_firmware_tools/imxrt_write_sbl.sh b/tools/nxp/imxrt_write_sbl.sh similarity index 100% rename from tools/imxrt_firmware_tools/imxrt_write_sbl.sh rename to tools/nxp/imxrt_write_sbl.sh diff --git a/tools/imxrt_firmware_tools/sdphost/linux/amd64/sdphost b/tools/nxp/sdphost/linux/amd64/sdphost similarity index 100% rename from tools/imxrt_firmware_tools/sdphost/linux/amd64/sdphost rename to tools/nxp/sdphost/linux/amd64/sdphost diff --git a/tools/imxrt_firmware_tools/sdphost/linux/i386/sdphost b/tools/nxp/sdphost/linux/i386/sdphost similarity index 100% rename from tools/imxrt_firmware_tools/sdphost/linux/i386/sdphost rename to tools/nxp/sdphost/linux/i386/sdphost diff --git a/tools/imxrt_firmware_tools/sdphost/mac/sdphost b/tools/nxp/sdphost/mac/sdphost similarity index 100% rename from tools/imxrt_firmware_tools/sdphost/mac/sdphost rename to tools/nxp/sdphost/mac/sdphost diff --git a/tools/imxrt_firmware_tools/sdphost/win/sdphost.exe b/tools/nxp/sdphost/win/sdphost.exe similarity index 100% rename from tools/imxrt_firmware_tools/sdphost/win/sdphost.exe rename to tools/nxp/sdphost/win/sdphost.exe