From 1a92ce8fdb65fd4e08a269b3fe3f8eaccf1cac34 Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Wed, 11 Jan 2012 13:46:51 +0100 Subject: [PATCH] Moved 'sam' platform inside arduino package. --- hardware/{ => arduino}/sam/boards.txt | 0 .../bootloaders/sam3_samba/linker_script/flash.ld | 0 hardware/{ => arduino}/sam/cores/sam/Arduino.h | 0 hardware/{ => arduino}/sam/cores/sam/CDC.cpp | 0 hardware/{ => arduino}/sam/cores/sam/HID.cpp | 0 .../sam/cores/sam/HOWTO - compiling a project.txt | 0 .../{ => arduino}/sam/cores/sam/HardwareSerial.h | 0 hardware/{ => arduino}/sam/cores/sam/Platform.h | 0 hardware/{ => arduino}/sam/cores/sam/Print.cpp | 0 hardware/{ => arduino}/sam/cores/sam/Print.h | 0 hardware/{ => arduino}/sam/cores/sam/RingBuffer.cpp | 0 hardware/{ => arduino}/sam/cores/sam/RingBuffer.h | 0 hardware/{ => arduino}/sam/cores/sam/Stream.h | 0 .../{ => arduino}/sam/cores/sam/Tone.cpp.disabled | 0 hardware/{ => arduino}/sam/cores/sam/Tone.h | 0 hardware/{ => arduino}/sam/cores/sam/UARTClass.cpp | 0 hardware/{ => arduino}/sam/cores/sam/UARTClass.h | 0 hardware/{ => arduino}/sam/cores/sam/USARTClass.cpp | 0 hardware/{ => arduino}/sam/cores/sam/USARTClass.h | 0 hardware/{ => arduino}/sam/cores/sam/USBAPI.h | 0 hardware/{ => arduino}/sam/cores/sam/USBCore.cpp | 0 hardware/{ => arduino}/sam/cores/sam/USBCore.h | 0 hardware/{ => arduino}/sam/cores/sam/USBDesc.h | 0 hardware/{ => arduino}/sam/cores/sam/USB_driver.cpp | 0 hardware/{ => arduino}/sam/cores/sam/USB_driver.h | 0 hardware/{ => arduino}/sam/cores/sam/WCharacter.h | 0 hardware/{ => arduino}/sam/cores/sam/WInterrupts.c | 0 hardware/{ => arduino}/sam/cores/sam/WInterrupts.h | 0 hardware/{ => arduino}/sam/cores/sam/WMath.cpp | 0 hardware/{ => arduino}/sam/cores/sam/WMath.h | 0 hardware/{ => arduino}/sam/cores/sam/WString.cpp | 0 hardware/{ => arduino}/sam/cores/sam/WString.h | 0 hardware/{ => arduino}/sam/cores/sam/binary.h | 0 .../{ => arduino}/sam/cores/sam/build_gcc/Makefile | 0 .../{ => arduino}/sam/cores/sam/build_gcc/debug.mk | 0 .../{ => arduino}/sam/cores/sam/build_gcc/gcc.mk | 0 .../cores/sam/build_gcc/libarduino_arduino_due.mk | 0 .../sam/cores/sam/build_gcc/libarduino_sam3s_ek.mk | 0 .../sam/cores/sam/build_gcc/libarduino_sam3u_ek.mk | 0 .../sam/cores/sam/build_gcc/release.mk | 0 .../sam/cores/sam/build_iar/libarduino.ewd | 0 .../sam/cores/sam/build_iar/libarduino.ewp | 0 .../{ => arduino}/sam/cores/sam/cortex_handlers.c | 0 .../{ => arduino}/sam/cores/sam/cxxabi-compat.cpp | 0 .../{ => arduino}/sam/cores/sam/iar_calls_sam3.c | 0 hardware/{ => arduino}/sam/cores/sam/itoa.c | 0 hardware/{ => arduino}/sam/cores/sam/itoa.h | 0 hardware/{ => arduino}/sam/cores/sam/main.cpp | 0 .../sam/cores/sam/prod_test_due/build_gcc/Makefile | 0 .../sam/cores/sam/prod_test_due/build_gcc/debug.mk | 0 .../sam/cores/sam/prod_test_due/build_gcc/gcc.mk | 0 .../sam/prod_test_due/build_gcc/prod_test_due.mk | 0 .../cores/sam/prod_test_due/build_gcc/release.mk | 0 .../sam/prod_test_due/build_iar/prod_test_due.ewd | 0 .../sam/prod_test_due/build_iar/prod_test_due.ewp | 0 .../sam/cores/sam/prod_test_due/main.cpp | 0 hardware/{ => arduino}/sam/cores/sam/syscalls.h | 0 .../{ => arduino}/sam/cores/sam/syscalls_sam3.c | 0 .../sam/cores/sam/validation/build_gcc/Makefile | 0 .../sam/cores/sam/validation/build_gcc/debug.mk | 0 .../sam/cores/sam/validation/build_gcc/gcc.mk | 0 .../sam/cores/sam/validation/build_gcc/release.mk | 0 .../sam/cores/sam/validation/build_gcc/test.mk | 0 .../sam/cores/sam/validation/build_iar/test.ewd | 0 .../sam/cores/sam/validation/build_iar/test.ewp | 0 .../{ => arduino}/sam/cores/sam/validation/test.cpp | 0 hardware/{ => arduino}/sam/cores/sam/wiring.c | 0 hardware/{ => arduino}/sam/cores/sam/wiring.h | 0 .../{ => arduino}/sam/cores/sam/wiring_analog.c | 0 .../{ => arduino}/sam/cores/sam/wiring_analog.h | 0 .../{ => arduino}/sam/cores/sam/wiring_constants.h | 0 .../{ => arduino}/sam/cores/sam/wiring_digital.c | 0 .../{ => arduino}/sam/cores/sam/wiring_digital.h | 0 .../{ => arduino}/sam/cores/sam/wiring_private.h | 0 .../{ => arduino}/sam/cores/sam/wiring_pulse.cpp | 0 hardware/{ => arduino}/sam/cores/sam/wiring_pulse.h | 0 hardware/{ => arduino}/sam/cores/sam/wiring_shift.c | 0 hardware/{ => arduino}/sam/cores/sam/wiring_shift.h | 0 hardware/{ => arduino}/sam/libraries/SPI/SPI.cpp | 0 hardware/{ => arduino}/sam/libraries/SPI/SPI.h | 0 .../BarometricPressureSensor.pde | 0 .../DigitalPotControl/DigitalPotControl.pde | 0 .../{ => arduino}/sam/libraries/SPI/keywords.txt | 0 hardware/{ => arduino}/sam/libraries/Wire/Wire.cpp | 0 hardware/{ => arduino}/sam/libraries/Wire/Wire.h | 0 .../examples/SFRRanger_reader/SFRRanger_reader.pde | 0 .../digital_potentiometer/digital_potentiometer.pde | 0 .../Wire/examples/master_reader/master_reader.pde | 0 .../Wire/examples/master_writer/master_writer.pde | 0 .../Wire/examples/slave_receiver/slave_receiver.pde | 0 .../Wire/examples/slave_sender/slave_sender.pde | 0 .../{ => arduino}/sam/libraries/Wire/keywords.txt | 0 .../{sam/platforms.txt => arduino/sam/platform.txt} | 0 hardware/{ => arduino}/sam/programmers.txt | 0 hardware/{ => arduino}/sam/sam.bat | 0 .../CMSIS/CMSIS END USER LICENCE AGREEMENT.pdf | Bin .../DSP_Lib/Examples/Common/Include/math_helper.h | 0 .../DSP_Lib/Examples/Common/Source/math_helper.c | 0 .../ARM/arm_class_marks_example.ini | 0 .../ARM/arm_cortexM0l_class_marks_example.uvopt | 0 .../ARM/arm_cortexM0l_class_marks_example.uvproj | 0 .../ARM/arm_cortexM3l_class_marks_example.uvopt | 0 .../ARM/arm_cortexM3l_class_marks_example.uvproj | 0 .../ARM/arm_cortexM4lf_class_marks_example.uvopt | 0 .../ARM/arm_cortexM4lf_class_marks_example.uvproj | 0 .../arm_class_marks_example/ARM/startup_ARMCM0.s | 0 .../arm_class_marks_example/ARM/startup_ARMCM3.s | 0 .../arm_class_marks_example/ARM/startup_ARMCM4.s | 0 .../Examples/arm_class_marks_example/GCC/ARMCMx.ld | 0 .../GCC/arm_class_marks_example.ini | 0 .../GCC/arm_cortexM0l_class_marks_example.uvopt | 0 .../GCC/arm_cortexM0l_class_marks_example.uvproj | 0 .../GCC/arm_cortexM3l_class_marks_example.uvopt | 0 .../GCC/arm_cortexM3l_class_marks_example.uvproj | 0 .../GCC/arm_cortexM4lf_class_marks_example.uvopt | 0 .../GCC/arm_cortexM4lf_class_marks_example.uvproj | 0 .../arm_class_marks_example/GCC/startup_ARMCM0.s | 0 .../arm_class_marks_example/GCC/startup_ARMCM3.s | 0 .../arm_class_marks_example/GCC/startup_ARMCM4.s | 0 .../arm_class_marks_example_f32.c | 0 .../arm_class_marks_example/system_ARMCM0.c | 0 .../arm_class_marks_example/system_ARMCM3.c | 0 .../arm_class_marks_example/system_ARMCM4.c | 0 .../ARM/arm_convolution_example.ini | 0 .../ARM/arm_cortexM0l_convolution_example.uvopt | 0 .../ARM/arm_cortexM0l_convolution_example.uvproj | 0 .../ARM/arm_cortexM3l_convolution_example.uvopt | 0 .../ARM/arm_cortexM3l_convolution_example.uvproj | 0 .../ARM/arm_cortexM4lf_convolution_example.uvopt | 0 .../ARM/arm_cortexM4lf_convolution_example.uvproj | 0 .../arm_convolution_example/ARM/startup_ARMCM0.s | 0 .../arm_convolution_example/ARM/startup_ARMCM3.s | 0 .../arm_convolution_example/ARM/startup_ARMCM4.s | 0 .../Examples/arm_convolution_example/GCC/ARMCMx.ld | 0 .../GCC/arm_convolution_example.ini | 0 .../GCC/arm_cortexM0l_convolution_example.uvopt | 0 .../GCC/arm_cortexM0l_convolution_example.uvproj | 0 .../GCC/arm_cortexM3l_convolution_example.uvopt | 0 .../GCC/arm_cortexM3l_convolution_example.uvproj | 0 .../GCC/arm_cortexM4lf_convolution_example.uvopt | 0 .../GCC/arm_cortexM4lf_convolution_example.uvproj | 0 .../arm_convolution_example/GCC/startup_ARMCM0.s | 0 .../arm_convolution_example/GCC/startup_ARMCM3.s | 0 .../arm_convolution_example/GCC/startup_ARMCM4.s | 0 .../arm_convolution_example_f32.c | 0 .../arm_convolution_example/system_ARMCM0.c | 0 .../arm_convolution_example/system_ARMCM3.c | 0 .../arm_convolution_example/system_ARMCM4.c | 0 .../ARM/arm_cortexM0l_dotproduct_example.uvopt | 0 .../ARM/arm_cortexM0l_dotproduct_example.uvproj | 0 .../ARM/arm_cortexM3l_dotproduct_example.uvopt | 0 .../ARM/arm_cortexM3l_dotproduct_example.uvproj | 0 .../ARM/arm_cortexM4lf_dotproduct_example.uvopt | 0 .../ARM/arm_cortexM4lf_dotproduct_example.uvproj | 0 .../ARM/arm_dotproduct_example.ini | 0 .../arm_dotproduct_example/ARM/startup_ARMCM0.s | 0 .../arm_dotproduct_example/ARM/startup_ARMCM3.s | 0 .../arm_dotproduct_example/ARM/startup_ARMCM4.s | 0 .../arm_dotproduct_example_f32.c | 0 .../Examples/arm_dotproduct_example/system_ARMCM0.c | 0 .../Examples/arm_dotproduct_example/system_ARMCM3.c | 0 .../Examples/arm_dotproduct_example/system_ARMCM4.c | 0 .../ARM/arm_cortexM0l_fft_bin_example.uvopt | 0 .../ARM/arm_cortexM0l_fft_bin_example.uvproj | 0 .../ARM/arm_cortexM3l_fft_bin_example.uvopt | 0 .../ARM/arm_cortexM3l_fft_bin_example.uvproj | 0 .../ARM/arm_cortexM4lf_fft_bin_example.uvopt | 0 .../ARM/arm_cortexM4lf_fft_bin_example.uvproj | 0 .../arm_fft_bin_example/ARM/arm_fft_bin_example.ini | 0 .../arm_fft_bin_example/ARM/startup_ARMCM0.s | 0 .../arm_fft_bin_example/ARM/startup_ARMCM3.s | 0 .../arm_fft_bin_example/ARM/startup_ARMCM4.s | 0 .../Examples/arm_fft_bin_example/arm_fft_bin_data.c | 0 .../arm_fft_bin_example/arm_fft_bin_example_f32.c | 0 .../Examples/arm_fft_bin_example/system_ARMCM0.c | 0 .../Examples/arm_fft_bin_example/system_ARMCM3.c | 0 .../Examples/arm_fft_bin_example/system_ARMCM4.c | 0 .../ARM/arm_cortexM0l_fir_example.uvopt | 0 .../ARM/arm_cortexM0l_fir_example.uvproj | 0 .../ARM/arm_cortexM3l_fir_example.uvopt | 0 .../ARM/arm_cortexM3l_fir_example.uvproj | 0 .../ARM/arm_cortexM4lf_fir_example.uvopt | 0 .../ARM/arm_cortexM4lf_fir_example.uvproj | 0 .../arm_fir_example/ARM/arm_fir_example.ini | 0 .../Examples/arm_fir_example/ARM/startup_ARMCM0.s | 0 .../Examples/arm_fir_example/ARM/startup_ARMCM3.s | 0 .../Examples/arm_fir_example/ARM/startup_ARMCM4.s | 0 .../DSP_Lib/Examples/arm_fir_example/arm_fir_data.c | 0 .../Examples/arm_fir_example/arm_fir_example_f32.c | 0 .../Examples/arm_fir_example/system_ARMCM0.c | 0 .../Examples/arm_fir_example/system_ARMCM3.c | 0 .../Examples/arm_fir_example/system_ARMCM4.c | 0 .../arm_cortexM0l_graphic_equalizer_example.uvopt | 0 .../arm_cortexM0l_graphic_equalizer_example.uvproj | 0 .../arm_cortexM3l_graphic_equalizer_example.uvopt | 0 .../arm_cortexM3l_graphic_equalizer_example.uvproj | 0 .../arm_cortexM4lf_graphic_equalizer_example.uvopt | 0 .../arm_cortexM4lf_graphic_equalizer_example.uvproj | 0 .../ARM/arm_graphic_equalizer_example.ini | 0 .../ARM/startup_ARMCM0.s | 0 .../ARM/startup_ARMCM3.s | 0 .../ARM/startup_ARMCM4.s | 0 .../arm_graphic_equalizer_data.c | 0 .../arm_graphic_equalizer_example_q31.c | 0 .../arm_graphic_equalizer_example/system_ARMCM0.c | 0 .../arm_graphic_equalizer_example/system_ARMCM3.c | 0 .../arm_graphic_equalizer_example/system_ARMCM4.c | 0 .../ARM/arm_cortexM0l_linear_interp_example.uvopt | 0 .../ARM/arm_cortexM0l_linear_interp_example.uvproj | 0 .../ARM/arm_cortexM3l_linear_interp_example.uvopt | 0 .../ARM/arm_cortexM3l_linear_interp_example.uvproj | 0 .../ARM/arm_cortexM4lf_linear_interp_example.uvopt | 0 .../ARM/arm_cortexM4lf_linear_interp_example.uvproj | 0 .../ARM/arm_linear_interp_example.ini | 0 .../arm_linear_interp_example/ARM/startup_ARMCM0.s | 0 .../arm_linear_interp_example/ARM/startup_ARMCM3.s | 0 .../arm_linear_interp_example/ARM/startup_ARMCM4.s | 0 .../arm_linear_interp_data.c | 0 .../arm_linear_interp_example_f32.c | 0 .../arm_linear_interp_example/system_ARMCM0.c | 0 .../arm_linear_interp_example/system_ARMCM3.c | 0 .../arm_linear_interp_example/system_ARMCM4.c | 0 .../ARM/arm_cortexM0l_matrix_example.uvopt | 0 .../ARM/arm_cortexM0l_matrix_example.uvproj | 0 .../ARM/arm_cortexM3l_matrix_example.uvopt | 0 .../ARM/arm_cortexM3l_matrix_example.uvproj | 0 .../ARM/arm_cortexM4lf_matrix_example.uvopt | 0 .../ARM/arm_cortexM4lf_matrix_example.uvproj | 0 .../arm_matrix_example/ARM/arm_matrix_example.ini | 0 .../arm_matrix_example/ARM/startup_ARMCM0.s | 0 .../arm_matrix_example/ARM/startup_ARMCM3.s | 0 .../arm_matrix_example/ARM/startup_ARMCM4.s | 0 .../arm_matrix_example/arm_matrix_example_f32.c | 0 .../Examples/arm_matrix_example/system_ARMCM0.c | 0 .../Examples/arm_matrix_example/system_ARMCM3.c | 0 .../Examples/arm_matrix_example/system_ARMCM4.c | 0 .../ARM/arm_cortexM0l_signal_converge_example.uvopt | 0 .../arm_cortexM0l_signal_converge_example.uvproj | 0 .../ARM/arm_cortexM3l_signal_converge_example.uvopt | 0 .../arm_cortexM3l_signal_converge_example.uvproj | 0 .../arm_cortexM4lf_signal_converge_example.uvopt | 0 .../arm_cortexM4lf_signal_converge_example.uvproj | 0 .../ARM/arm_signal_converge_example.ini | 0 .../ARM/startup_ARMCM0.s | 0 .../ARM/startup_ARMCM3.s | 0 .../ARM/startup_ARMCM4.s | 0 .../arm_signal_converge_data.c | 0 .../arm_signal_converge_example_f32.c | 0 .../arm_signal_converge_example/system_ARMCM0.c | 0 .../arm_signal_converge_example/system_ARMCM3.c | 0 .../arm_signal_converge_example/system_ARMCM4.c | 0 .../ARM/arm_cortexM0l_sin_cos_example.uvopt | 0 .../ARM/arm_cortexM0l_sin_cos_example.uvproj | 0 .../ARM/arm_cortexM3l_sin_cos_example.uvopt | 0 .../ARM/arm_cortexM3l_sin_cos_example.uvproj | 0 .../ARM/arm_cortexM4lf_sin_cos_example.uvopt | 0 .../ARM/arm_cortexM4lf_sin_cos_example.uvproj | 0 .../arm_sin_cos_example/ARM/arm_sin_cos_example.ini | 0 .../arm_sin_cos_example/ARM/startup_ARMCM0.s | 0 .../arm_sin_cos_example/ARM/startup_ARMCM3.s | 0 .../arm_sin_cos_example/ARM/startup_ARMCM4.s | 0 .../arm_sin_cos_example/arm_sin_cos_example_f32.c | 0 .../Examples/arm_sin_cos_example/system_ARMCM0.c | 0 .../Examples/arm_sin_cos_example/system_ARMCM3.c | 0 .../Examples/arm_sin_cos_example/system_ARMCM4.c | 0 .../ARM/arm_cortexM0l_variance_example.uvopt | 0 .../ARM/arm_cortexM0l_variance_example.uvproj | 0 .../ARM/arm_cortexM3l_variance_example.uvopt | 0 .../ARM/arm_cortexM3l_variance_example.uvproj | 0 .../ARM/arm_cortexM4lf_variance_example.uvopt | 0 .../ARM/arm_cortexM4lf_variance_example.uvproj | 0 .../ARM/arm_variance_example.ini | 0 .../arm_variance_example/ARM/startup_ARMCM0.s | 0 .../arm_variance_example/ARM/startup_ARMCM3.s | 0 .../arm_variance_example/ARM/startup_ARMCM4.s | 0 .../arm_variance_example/arm_variance_example_f32.c | 0 .../Examples/arm_variance_example/system_ARMCM0.c | 0 .../Examples/arm_variance_example/system_ARMCM3.c | 0 .../Examples/arm_variance_example/system_ARMCM4.c | 0 .../DSP_Lib/Source/ARM/arm_cortexM0x_math.uvopt | 0 .../DSP_Lib/Source/ARM/arm_cortexM0x_math.uvproj | 0 .../DSP_Lib/Source/ARM/arm_cortexM3x_math.uvopt | 0 .../DSP_Lib/Source/ARM/arm_cortexM3x_math.uvproj | 0 .../DSP_Lib/Source/ARM/arm_cortexM4x_math.uvopt | 0 .../DSP_Lib/Source/ARM/arm_cortexM4x_math.uvproj | 0 .../DSP_Lib/Source/ARM/arm_cortexMx_math_Build.bat | 0 .../DSP_Lib/Source/BasicMathFunctions/arm_abs_f32.c | 0 .../DSP_Lib/Source/BasicMathFunctions/arm_abs_q15.c | 0 .../DSP_Lib/Source/BasicMathFunctions/arm_abs_q31.c | 0 .../DSP_Lib/Source/BasicMathFunctions/arm_abs_q7.c | 0 .../DSP_Lib/Source/BasicMathFunctions/arm_add_f32.c | 0 .../DSP_Lib/Source/BasicMathFunctions/arm_add_q15.c | 0 .../DSP_Lib/Source/BasicMathFunctions/arm_add_q31.c | 0 .../DSP_Lib/Source/BasicMathFunctions/arm_add_q7.c | 0 .../Source/BasicMathFunctions/arm_dot_prod_f32.c | 0 .../Source/BasicMathFunctions/arm_dot_prod_q15.c | 0 .../Source/BasicMathFunctions/arm_dot_prod_q31.c | 0 .../Source/BasicMathFunctions/arm_dot_prod_q7.c | 0 .../Source/BasicMathFunctions/arm_mult_f32.c | 0 .../Source/BasicMathFunctions/arm_mult_q15.c | 0 .../Source/BasicMathFunctions/arm_mult_q31.c | 0 .../DSP_Lib/Source/BasicMathFunctions/arm_mult_q7.c | 0 .../Source/BasicMathFunctions/arm_negate_f32.c | 0 .../Source/BasicMathFunctions/arm_negate_q15.c | 0 .../Source/BasicMathFunctions/arm_negate_q31.c | 0 .../Source/BasicMathFunctions/arm_negate_q7.c | 0 .../Source/BasicMathFunctions/arm_offset_f32.c | 0 .../Source/BasicMathFunctions/arm_offset_q15.c | 0 .../Source/BasicMathFunctions/arm_offset_q31.c | 0 .../Source/BasicMathFunctions/arm_offset_q7.c | 0 .../Source/BasicMathFunctions/arm_scale_f32.c | 0 .../Source/BasicMathFunctions/arm_scale_q15.c | 0 .../Source/BasicMathFunctions/arm_scale_q31.c | 0 .../Source/BasicMathFunctions/arm_scale_q7.c | 0 .../Source/BasicMathFunctions/arm_shift_q15.c | 0 .../Source/BasicMathFunctions/arm_shift_q31.c | 0 .../Source/BasicMathFunctions/arm_shift_q7.c | 0 .../DSP_Lib/Source/BasicMathFunctions/arm_sub_f32.c | 0 .../DSP_Lib/Source/BasicMathFunctions/arm_sub_q15.c | 0 .../DSP_Lib/Source/BasicMathFunctions/arm_sub_q31.c | 0 .../DSP_Lib/Source/BasicMathFunctions/arm_sub_q7.c | 0 .../DSP_Lib/Source/CommonTables/arm_common_tables.c | 0 .../ComplexMathFunctions/arm_cmplx_conj_f32.c | 0 .../ComplexMathFunctions/arm_cmplx_conj_q15.c | 0 .../ComplexMathFunctions/arm_cmplx_conj_q31.c | 0 .../ComplexMathFunctions/arm_cmplx_dot_prod_f32.c | 0 .../ComplexMathFunctions/arm_cmplx_dot_prod_q15.c | 0 .../ComplexMathFunctions/arm_cmplx_dot_prod_q31.c | 0 .../Source/ComplexMathFunctions/arm_cmplx_mag_f32.c | 0 .../Source/ComplexMathFunctions/arm_cmplx_mag_q15.c | 0 .../Source/ComplexMathFunctions/arm_cmplx_mag_q31.c | 0 .../arm_cmplx_mag_squared_f32.c | 0 .../arm_cmplx_mag_squared_q15.c | 0 .../arm_cmplx_mag_squared_q31.c | 0 .../ComplexMathFunctions/arm_cmplx_mult_cmplx_f32.c | 0 .../ComplexMathFunctions/arm_cmplx_mult_cmplx_q15.c | 0 .../ComplexMathFunctions/arm_cmplx_mult_cmplx_q31.c | 0 .../ComplexMathFunctions/arm_cmplx_mult_real_f32.c | 0 .../ComplexMathFunctions/arm_cmplx_mult_real_q15.c | 0 .../ComplexMathFunctions/arm_cmplx_mult_real_q31.c | 0 .../Source/ControllerFunctions/arm_pid_init_f32.c | 0 .../Source/ControllerFunctions/arm_pid_init_q15.c | 0 .../Source/ControllerFunctions/arm_pid_init_q31.c | 0 .../Source/ControllerFunctions/arm_pid_reset_f32.c | 0 .../Source/ControllerFunctions/arm_pid_reset_q15.c | 0 .../Source/ControllerFunctions/arm_pid_reset_q31.c | 0 .../Source/ControllerFunctions/arm_sin_cos_f32.c | 0 .../Source/ControllerFunctions/arm_sin_cos_q31.c | 0 .../DSP_Lib/Source/FastMathFunctions/arm_cos_f32.c | 0 .../DSP_Lib/Source/FastMathFunctions/arm_cos_q15.c | 0 .../DSP_Lib/Source/FastMathFunctions/arm_cos_q31.c | 0 .../DSP_Lib/Source/FastMathFunctions/arm_sin_f32.c | 0 .../DSP_Lib/Source/FastMathFunctions/arm_sin_q15.c | 0 .../DSP_Lib/Source/FastMathFunctions/arm_sin_q31.c | 0 .../DSP_Lib/Source/FastMathFunctions/arm_sqrt_q15.c | 0 .../DSP_Lib/Source/FastMathFunctions/arm_sqrt_q31.c | 0 .../arm_biquad_cascade_df1_32x64_init_q31.c | 0 .../arm_biquad_cascade_df1_32x64_q31.c | 0 .../FilteringFunctions/arm_biquad_cascade_df1_f32.c | 0 .../arm_biquad_cascade_df1_fast_q15.c | 0 .../arm_biquad_cascade_df1_fast_q31.c | 0 .../arm_biquad_cascade_df1_init_f32.c | 0 .../arm_biquad_cascade_df1_init_q15.c | 0 .../arm_biquad_cascade_df1_init_q31.c | 0 .../FilteringFunctions/arm_biquad_cascade_df1_q15.c | 0 .../FilteringFunctions/arm_biquad_cascade_df1_q31.c | 0 .../arm_biquad_cascade_df2T_f32.c | 0 .../arm_biquad_cascade_df2T_init_f32.c | 0 .../Source/FilteringFunctions/arm_conv_f32.c | 0 .../Source/FilteringFunctions/arm_conv_fast_q15.c | 0 .../Source/FilteringFunctions/arm_conv_fast_q31.c | 0 .../FilteringFunctions/arm_conv_partial_f32.c | 0 .../FilteringFunctions/arm_conv_partial_fast_q15.c | 0 .../FilteringFunctions/arm_conv_partial_fast_q31.c | 0 .../FilteringFunctions/arm_conv_partial_q15.c | 0 .../FilteringFunctions/arm_conv_partial_q31.c | 0 .../Source/FilteringFunctions/arm_conv_partial_q7.c | 0 .../Source/FilteringFunctions/arm_conv_q15.c | 0 .../Source/FilteringFunctions/arm_conv_q31.c | 0 .../DSP_Lib/Source/FilteringFunctions/arm_conv_q7.c | 0 .../Source/FilteringFunctions/arm_correlate_f32.c | 0 .../FilteringFunctions/arm_correlate_fast_q15.c | 0 .../FilteringFunctions/arm_correlate_fast_q31.c | 0 .../Source/FilteringFunctions/arm_correlate_q15.c | 0 .../Source/FilteringFunctions/arm_correlate_q31.c | 0 .../Source/FilteringFunctions/arm_correlate_q7.c | 0 .../FilteringFunctions/arm_fir_decimate_f32.c | 0 .../FilteringFunctions/arm_fir_decimate_fast_q15.c | 0 .../FilteringFunctions/arm_fir_decimate_fast_q31.c | 0 .../FilteringFunctions/arm_fir_decimate_init_f32.c | 0 .../FilteringFunctions/arm_fir_decimate_init_q15.c | 0 .../FilteringFunctions/arm_fir_decimate_init_q31.c | 0 .../FilteringFunctions/arm_fir_decimate_q15.c | 0 .../FilteringFunctions/arm_fir_decimate_q31.c | 0 .../DSP_Lib/Source/FilteringFunctions/arm_fir_f32.c | 0 .../Source/FilteringFunctions/arm_fir_fast_q15.c | 0 .../Source/FilteringFunctions/arm_fir_fast_q31.c | 0 .../Source/FilteringFunctions/arm_fir_init_f32.c | 0 .../Source/FilteringFunctions/arm_fir_init_q15.c | 0 .../Source/FilteringFunctions/arm_fir_init_q31.c | 0 .../Source/FilteringFunctions/arm_fir_init_q7.c | 0 .../FilteringFunctions/arm_fir_interpolate_f32.c | 0 .../arm_fir_interpolate_init_f32.c | 0 .../arm_fir_interpolate_init_q15.c | 0 .../arm_fir_interpolate_init_q31.c | 0 .../FilteringFunctions/arm_fir_interpolate_q15.c | 0 .../FilteringFunctions/arm_fir_interpolate_q31.c | 0 .../Source/FilteringFunctions/arm_fir_lattice_f32.c | 0 .../FilteringFunctions/arm_fir_lattice_init_f32.c | 0 .../FilteringFunctions/arm_fir_lattice_init_q15.c | 0 .../FilteringFunctions/arm_fir_lattice_init_q31.c | 0 .../Source/FilteringFunctions/arm_fir_lattice_q15.c | 0 .../Source/FilteringFunctions/arm_fir_lattice_q31.c | 0 .../DSP_Lib/Source/FilteringFunctions/arm_fir_q15.c | 0 .../DSP_Lib/Source/FilteringFunctions/arm_fir_q31.c | 0 .../DSP_Lib/Source/FilteringFunctions/arm_fir_q7.c | 0 .../Source/FilteringFunctions/arm_fir_sparse_f32.c | 0 .../FilteringFunctions/arm_fir_sparse_init_f32.c | 0 .../FilteringFunctions/arm_fir_sparse_init_q15.c | 0 .../FilteringFunctions/arm_fir_sparse_init_q31.c | 0 .../FilteringFunctions/arm_fir_sparse_init_q7.c | 0 .../Source/FilteringFunctions/arm_fir_sparse_q15.c | 0 .../Source/FilteringFunctions/arm_fir_sparse_q31.c | 0 .../Source/FilteringFunctions/arm_fir_sparse_q7.c | 0 .../Source/FilteringFunctions/arm_iir_lattice_f32.c | 0 .../FilteringFunctions/arm_iir_lattice_init_f32.c | 0 .../FilteringFunctions/arm_iir_lattice_init_q15.c | 0 .../FilteringFunctions/arm_iir_lattice_init_q31.c | 0 .../Source/FilteringFunctions/arm_iir_lattice_q15.c | 0 .../Source/FilteringFunctions/arm_iir_lattice_q31.c | 0 .../DSP_Lib/Source/FilteringFunctions/arm_lms_f32.c | 0 .../Source/FilteringFunctions/arm_lms_init_f32.c | 0 .../Source/FilteringFunctions/arm_lms_init_q15.c | 0 .../Source/FilteringFunctions/arm_lms_init_q31.c | 0 .../Source/FilteringFunctions/arm_lms_norm_f32.c | 0 .../FilteringFunctions/arm_lms_norm_init_f32.c | 0 .../FilteringFunctions/arm_lms_norm_init_q15.c | 0 .../FilteringFunctions/arm_lms_norm_init_q31.c | 0 .../Source/FilteringFunctions/arm_lms_norm_q15.c | 0 .../Source/FilteringFunctions/arm_lms_norm_q31.c | 0 .../DSP_Lib/Source/FilteringFunctions/arm_lms_q15.c | 0 .../DSP_Lib/Source/FilteringFunctions/arm_lms_q31.c | 0 .../DSP_Lib/Source/GCC/arm_cortexM0x_math.uvopt | 0 .../DSP_Lib/Source/GCC/arm_cortexM0x_math.uvproj | 0 .../DSP_Lib/Source/GCC/arm_cortexM3x_math.uvopt | 0 .../DSP_Lib/Source/GCC/arm_cortexM3x_math.uvproj | 0 .../DSP_Lib/Source/GCC/arm_cortexM4x_math.uvopt | 0 .../DSP_Lib/Source/GCC/arm_cortexM4x_math.uvproj | 0 .../DSP_Lib/Source/GCC/arm_cortexMx_math_Build.bat | 0 .../Source/MatrixFunctions/arm_mat_add_f32.c | 0 .../Source/MatrixFunctions/arm_mat_add_q15.c | 0 .../Source/MatrixFunctions/arm_mat_add_q31.c | 0 .../Source/MatrixFunctions/arm_mat_init_f32.c | 0 .../Source/MatrixFunctions/arm_mat_init_q15.c | 0 .../Source/MatrixFunctions/arm_mat_init_q31.c | 0 .../Source/MatrixFunctions/arm_mat_inverse_f32.c | 0 .../Source/MatrixFunctions/arm_mat_mult_f32.c | 0 .../Source/MatrixFunctions/arm_mat_mult_fast_q15.c | 0 .../Source/MatrixFunctions/arm_mat_mult_fast_q31.c | 0 .../Source/MatrixFunctions/arm_mat_mult_q15.c | 0 .../Source/MatrixFunctions/arm_mat_mult_q31.c | 0 .../Source/MatrixFunctions/arm_mat_scale_f32.c | 0 .../Source/MatrixFunctions/arm_mat_scale_q15.c | 0 .../Source/MatrixFunctions/arm_mat_scale_q31.c | 0 .../Source/MatrixFunctions/arm_mat_sub_f32.c | 0 .../Source/MatrixFunctions/arm_mat_sub_q15.c | 0 .../Source/MatrixFunctions/arm_mat_sub_q31.c | 0 .../Source/MatrixFunctions/arm_mat_trans_f32.c | 0 .../Source/MatrixFunctions/arm_mat_trans_q15.c | 0 .../Source/MatrixFunctions/arm_mat_trans_q31.c | 0 .../Source/StatisticsFunctions/arm_max_f32.c | 0 .../Source/StatisticsFunctions/arm_max_q15.c | 0 .../Source/StatisticsFunctions/arm_max_q31.c | 0 .../DSP_Lib/Source/StatisticsFunctions/arm_max_q7.c | 0 .../Source/StatisticsFunctions/arm_mean_f32.c | 0 .../Source/StatisticsFunctions/arm_mean_q15.c | 0 .../Source/StatisticsFunctions/arm_mean_q31.c | 0 .../Source/StatisticsFunctions/arm_mean_q7.c | 0 .../Source/StatisticsFunctions/arm_min_f32.c | 0 .../Source/StatisticsFunctions/arm_min_q15.c | 0 .../Source/StatisticsFunctions/arm_min_q31.c | 0 .../DSP_Lib/Source/StatisticsFunctions/arm_min_q7.c | 0 .../Source/StatisticsFunctions/arm_power_f32.c | 0 .../Source/StatisticsFunctions/arm_power_q15.c | 0 .../Source/StatisticsFunctions/arm_power_q31.c | 0 .../Source/StatisticsFunctions/arm_power_q7.c | 0 .../Source/StatisticsFunctions/arm_rms_f32.c | 0 .../Source/StatisticsFunctions/arm_rms_q15.c | 0 .../Source/StatisticsFunctions/arm_rms_q31.c | 0 .../Source/StatisticsFunctions/arm_std_f32.c | 0 .../Source/StatisticsFunctions/arm_std_q15.c | 0 .../Source/StatisticsFunctions/arm_std_q31.c | 0 .../Source/StatisticsFunctions/arm_var_f32.c | 0 .../Source/StatisticsFunctions/arm_var_q15.c | 0 .../Source/StatisticsFunctions/arm_var_q31.c | 0 .../DSP_Lib/Source/SupportFunctions/arm_copy_f32.c | 0 .../DSP_Lib/Source/SupportFunctions/arm_copy_q15.c | 0 .../DSP_Lib/Source/SupportFunctions/arm_copy_q31.c | 0 .../DSP_Lib/Source/SupportFunctions/arm_copy_q7.c | 0 .../DSP_Lib/Source/SupportFunctions/arm_fill_f32.c | 0 .../DSP_Lib/Source/SupportFunctions/arm_fill_q15.c | 0 .../DSP_Lib/Source/SupportFunctions/arm_fill_q31.c | 0 .../DSP_Lib/Source/SupportFunctions/arm_fill_q7.c | 0 .../Source/SupportFunctions/arm_float_to_q15.c | 0 .../Source/SupportFunctions/arm_float_to_q31.c | 0 .../Source/SupportFunctions/arm_float_to_q7.c | 0 .../Source/SupportFunctions/arm_q15_to_float.c | 0 .../Source/SupportFunctions/arm_q15_to_q31.c | 0 .../DSP_Lib/Source/SupportFunctions/arm_q15_to_q7.c | 0 .../Source/SupportFunctions/arm_q31_to_float.c | 0 .../Source/SupportFunctions/arm_q31_to_q15.c | 0 .../DSP_Lib/Source/SupportFunctions/arm_q31_to_q7.c | 0 .../Source/SupportFunctions/arm_q7_to_float.c | 0 .../DSP_Lib/Source/SupportFunctions/arm_q7_to_q15.c | 0 .../DSP_Lib/Source/SupportFunctions/arm_q7_to_q31.c | 0 .../Source/TransformFunctions/arm_cfft_radix4_f32.c | 0 .../TransformFunctions/arm_cfft_radix4_init_f32.c | 0 .../TransformFunctions/arm_cfft_radix4_init_q15.c | 0 .../TransformFunctions/arm_cfft_radix4_init_q31.c | 0 .../Source/TransformFunctions/arm_cfft_radix4_q15.c | 0 .../Source/TransformFunctions/arm_cfft_radix4_q31.c | 0 .../Source/TransformFunctions/arm_dct4_f32.c | 0 .../Source/TransformFunctions/arm_dct4_init_f32.c | 0 .../Source/TransformFunctions/arm_dct4_init_q15.c | 0 .../Source/TransformFunctions/arm_dct4_init_q31.c | 0 .../Source/TransformFunctions/arm_dct4_q15.c | 0 .../Source/TransformFunctions/arm_dct4_q31.c | 0 .../Source/TransformFunctions/arm_rfft_f32.c | 0 .../Source/TransformFunctions/arm_rfft_init_f32.c | 0 .../Source/TransformFunctions/arm_rfft_init_q15.c | 0 .../Source/TransformFunctions/arm_rfft_init_q31.c | 0 .../Source/TransformFunctions/arm_rfft_q15.c | 0 .../Source/TransformFunctions/arm_rfft_q31.c | 0 .../CMSIS/Documentation/CMSIS-SVD_Schema_1_0.xsd | 0 .../system/CMSIS/Documentation/CMSIS_CM4_SIMD.htm | 0 .../sam/system/CMSIS/Documentation/CMSIS_Core.htm | 0 .../CMSIS/Documentation/CMSIS_DebugSupport.htm | 0 .../system/CMSIS/Documentation/CMSIS_History.htm | 0 .../system/CMSIS/Documentation/CMSIS_Logo_Final.jpg | Bin .../Documentation/CMSIS_System_View_Description.htm | 0 .../system/CMSIS/Documentation/DSP_Lib/README.txt | 0 .../CMSIS/Documentation/DSP_Lib/html/Biquad.gif | Bin .../Documentation/DSP_Lib/html/BiquadCascade.gif | Bin .../DSP_Lib/html/BiquadDF2Transposed.gif | Bin .../Documentation/DSP_Lib/html/BiquadPostshift.gif | Bin .../CMSIS/Documentation/DSP_Lib/html/CFFT.gif | Bin .../CMSIS/Documentation/DSP_Lib/html/CFFTQ15.gif | Bin .../CMSIS/Documentation/DSP_Lib/html/CFFTQ31.gif | Bin .../CMSIS/Documentation/DSP_Lib/html/CIFFTQ15.gif | Bin .../CMSIS/Documentation/DSP_Lib/html/CIFFTQ31.gif | Bin .../Documentation/DSP_Lib/html/Convolution.gif | Bin .../DSP_Lib/html/ConvolutionEquation.gif | Bin .../DSP_Lib/html/CorrelateEquation.gif | Bin .../CMSIS/Documentation/DSP_Lib/html/DCT4.gif | Bin .../Documentation/DSP_Lib/html/DCT4Equation.gif | Bin .../CMSIS/Documentation/DSP_Lib/html/FFTBin.gif | Bin .../Documentation/DSP_Lib/html/FFTBinInput.gif | Bin .../Documentation/DSP_Lib/html/FFTBinOutput.gif | Bin .../system/CMSIS/Documentation/DSP_Lib/html/FIR.gif | Bin .../Documentation/DSP_Lib/html/FIRDecimator.gif | Bin .../Documentation/DSP_Lib/html/FIRInterpolator.gif | Bin .../Documentation/DSP_Lib/html/FIRLPF_coeffs.gif | Bin .../Documentation/DSP_Lib/html/FIRLPF_input.gif | Bin .../Documentation/DSP_Lib/html/FIRLPF_output.gif | Bin .../Documentation/DSP_Lib/html/FIRLPF_response.gif | Bin .../DSP_Lib/html/FIRLPF_signalflow.gif | Bin .../CMSIS/Documentation/DSP_Lib/html/FIRLattice.gif | Bin .../CMSIS/Documentation/DSP_Lib/html/FIRSparse.gif | Bin .../DSP_Lib/html/GEQ_allbandresponse.gif | Bin .../Documentation/DSP_Lib/html/GEQ_bandresponse.gif | Bin .../Documentation/DSP_Lib/html/GEQ_inputchirp.gif | Bin .../Documentation/DSP_Lib/html/GEQ_outputchirp.gif | Bin .../Documentation/DSP_Lib/html/GEQ_signalflow.gif | Bin .../Documentation/DSP_Lib/html/IDCT4Equation.gif | Bin .../CMSIS/Documentation/DSP_Lib/html/IIRLattice.gif | Bin .../system/CMSIS/Documentation/DSP_Lib/html/LMS.gif | Bin .../Documentation/DSP_Lib/html/LinearInterp.gif | Bin .../Documentation/DSP_Lib/html/MatrixAddition.gif | Bin .../Documentation/DSP_Lib/html/MatrixInverse.gif | Bin .../DSP_Lib/html/MatrixMultiplication.gif | Bin .../Documentation/DSP_Lib/html/MatrixScale.gif | Bin .../DSP_Lib/html/MatrixSubtraction.gif | Bin .../Documentation/DSP_Lib/html/MatrixTranspose.gif | Bin .../system/CMSIS/Documentation/DSP_Lib/html/PID.gif | Bin .../CMSIS/Documentation/DSP_Lib/html/RFFT.gif | Bin .../CMSIS/Documentation/DSP_Lib/html/RFFTQ15.gif | Bin .../CMSIS/Documentation/DSP_Lib/html/RFFTQ31.gif | Bin .../CMSIS/Documentation/DSP_Lib/html/RIFFT.gif | Bin .../CMSIS/Documentation/DSP_Lib/html/RIFFTQ15.gif | Bin .../CMSIS/Documentation/DSP_Lib/html/RIFFTQ31.gif | Bin .../CMSIS/Documentation/DSP_Lib/html/SignalFlow.gif | Bin .../CMSIS/Documentation/DSP_Lib/html/Variance.gif | Bin .../CMSIS/Documentation/DSP_Lib/html/annotated.html | 0 .../DSP_Lib/html/arm__abs__f32_8c.html | 0 .../DSP_Lib/html/arm__abs__f32_8c_source.html | 0 .../DSP_Lib/html/arm__abs__q15_8c.html | 0 .../DSP_Lib/html/arm__abs__q15_8c_source.html | 0 .../DSP_Lib/html/arm__abs__q31_8c.html | 0 .../DSP_Lib/html/arm__abs__q31_8c_source.html | 0 .../Documentation/DSP_Lib/html/arm__abs__q7_8c.html | 0 .../DSP_Lib/html/arm__abs__q7_8c_source.html | 0 .../DSP_Lib/html/arm__add__f32_8c.html | 0 .../DSP_Lib/html/arm__add__f32_8c_source.html | 0 .../DSP_Lib/html/arm__add__q15_8c.html | 0 .../DSP_Lib/html/arm__add__q15_8c_source.html | 0 .../DSP_Lib/html/arm__add__q31_8c.html | 0 .../DSP_Lib/html/arm__add__q31_8c_source.html | 0 .../Documentation/DSP_Lib/html/arm__add__q7_8c.html | 0 .../DSP_Lib/html/arm__add__q7_8c_source.html | 0 ...__biquad__cascade__df1__32x64__init__q31_8c.html | 0 ...d__cascade__df1__32x64__init__q31_8c_source.html | 0 .../arm__biquad__cascade__df1__32x64__q31_8c.html | 0 ..._biquad__cascade__df1__32x64__q31_8c_source.html | 0 .../html/arm__biquad__cascade__df1__f32_8c.html | 0 .../arm__biquad__cascade__df1__f32_8c_source.html | 0 .../arm__biquad__cascade__df1__fast__q15_8c.html | 0 ...__biquad__cascade__df1__fast__q15_8c_source.html | 0 .../arm__biquad__cascade__df1__fast__q31_8c.html | 0 ...__biquad__cascade__df1__fast__q31_8c_source.html | 0 .../arm__biquad__cascade__df1__init__f32_8c.html | 0 ...__biquad__cascade__df1__init__f32_8c_source.html | 0 .../arm__biquad__cascade__df1__init__q15_8c.html | 0 ...__biquad__cascade__df1__init__q15_8c_source.html | 0 .../arm__biquad__cascade__df1__init__q31_8c.html | 0 ...__biquad__cascade__df1__init__q31_8c_source.html | 0 .../html/arm__biquad__cascade__df1__q15_8c.html | 0 .../arm__biquad__cascade__df1__q15_8c_source.html | 0 .../html/arm__biquad__cascade__df1__q31_8c.html | 0 .../arm__biquad__cascade__df1__q31_8c_source.html | 0 .../html/arm__biquad__cascade__df2_t__f32_8c.html | 0 .../arm__biquad__cascade__df2_t__f32_8c_source.html | 0 .../arm__biquad__cascade__df2_t__init__f32_8c.html | 0 ...biquad__cascade__df2_t__init__f32_8c_source.html | 0 .../DSP_Lib/html/arm__cfft__radix4__f32_8c.html | 0 .../html/arm__cfft__radix4__f32_8c_source.html | 0 .../html/arm__cfft__radix4__init__f32_8c.html | 0 .../arm__cfft__radix4__init__f32_8c_source.html | 0 .../html/arm__cfft__radix4__init__q15_8c.html | 0 .../arm__cfft__radix4__init__q15_8c_source.html | 0 .../html/arm__cfft__radix4__init__q31_8c.html | 0 .../arm__cfft__radix4__init__q31_8c_source.html | 0 .../DSP_Lib/html/arm__cfft__radix4__q15_8c.html | 0 .../html/arm__cfft__radix4__q15_8c_source.html | 0 .../DSP_Lib/html/arm__cfft__radix4__q31_8c.html | 0 .../html/arm__cfft__radix4__q31_8c_source.html | 0 .../html/arm__class__marks__example__f32_8c.html | 0 .../arm__class__marks__example__f32_8c_source.html | 0 .../DSP_Lib/html/arm__cmplx__conj__f32_8c.html | 0 .../html/arm__cmplx__conj__f32_8c_source.html | 0 .../DSP_Lib/html/arm__cmplx__conj__q15_8c.html | 0 .../html/arm__cmplx__conj__q15_8c_source.html | 0 .../DSP_Lib/html/arm__cmplx__conj__q31_8c.html | 0 .../html/arm__cmplx__conj__q31_8c_source.html | 0 .../DSP_Lib/html/arm__cmplx__dot__prod__f32_8c.html | 0 .../html/arm__cmplx__dot__prod__f32_8c_source.html | 0 .../DSP_Lib/html/arm__cmplx__dot__prod__q15_8c.html | 0 .../html/arm__cmplx__dot__prod__q15_8c_source.html | 0 .../DSP_Lib/html/arm__cmplx__dot__prod__q31_8c.html | 0 .../html/arm__cmplx__dot__prod__q31_8c_source.html | 0 .../DSP_Lib/html/arm__cmplx__mag__f32_8c.html | 0 .../html/arm__cmplx__mag__f32_8c_source.html | 0 .../DSP_Lib/html/arm__cmplx__mag__q15_8c.html | 0 .../html/arm__cmplx__mag__q15_8c_source.html | 0 .../DSP_Lib/html/arm__cmplx__mag__q31_8c.html | 0 .../html/arm__cmplx__mag__q31_8c_source.html | 0 .../html/arm__cmplx__mag__squared__f32_8c.html | 0 .../arm__cmplx__mag__squared__f32_8c_source.html | 0 .../html/arm__cmplx__mag__squared__q15_8c.html | 0 .../arm__cmplx__mag__squared__q15_8c_source.html | 0 .../html/arm__cmplx__mag__squared__q31_8c.html | 0 .../arm__cmplx__mag__squared__q31_8c_source.html | 0 .../html/arm__cmplx__mult__cmplx__f32_8c.html | 0 .../arm__cmplx__mult__cmplx__f32_8c_source.html | 0 .../html/arm__cmplx__mult__cmplx__q15_8c.html | 0 .../arm__cmplx__mult__cmplx__q15_8c_source.html | 0 .../html/arm__cmplx__mult__cmplx__q31_8c.html | 0 .../arm__cmplx__mult__cmplx__q31_8c_source.html | 0 .../html/arm__cmplx__mult__real__f32_8c.html | 0 .../html/arm__cmplx__mult__real__f32_8c_source.html | 0 .../html/arm__cmplx__mult__real__q15_8c.html | 0 .../html/arm__cmplx__mult__real__q15_8c_source.html | 0 .../html/arm__cmplx__mult__real__q31_8c.html | 0 .../html/arm__cmplx__mult__real__q31_8c_source.html | 0 .../DSP_Lib/html/arm__common__tables_8c.html | 0 .../DSP_Lib/html/arm__common__tables_8c_source.html | 0 .../DSP_Lib/html/arm__conv__f32_8c.html | 0 .../DSP_Lib/html/arm__conv__f32_8c_source.html | 0 .../DSP_Lib/html/arm__conv__fast__q15_8c.html | 0 .../html/arm__conv__fast__q15_8c_source.html | 0 .../DSP_Lib/html/arm__conv__fast__q31_8c.html | 0 .../html/arm__conv__fast__q31_8c_source.html | 0 .../DSP_Lib/html/arm__conv__partial__f32_8c.html | 0 .../html/arm__conv__partial__f32_8c_source.html | 0 .../html/arm__conv__partial__fast__q15_8c.html | 0 .../arm__conv__partial__fast__q15_8c_source.html | 0 .../html/arm__conv__partial__fast__q31_8c.html | 0 .../arm__conv__partial__fast__q31_8c_source.html | 0 .../DSP_Lib/html/arm__conv__partial__q15_8c.html | 0 .../html/arm__conv__partial__q15_8c_source.html | 0 .../DSP_Lib/html/arm__conv__partial__q31_8c.html | 0 .../html/arm__conv__partial__q31_8c_source.html | 0 .../DSP_Lib/html/arm__conv__partial__q7_8c.html | 0 .../html/arm__conv__partial__q7_8c_source.html | 0 .../DSP_Lib/html/arm__conv__q15_8c.html | 0 .../DSP_Lib/html/arm__conv__q15_8c_source.html | 0 .../DSP_Lib/html/arm__conv__q31_8c.html | 0 .../DSP_Lib/html/arm__conv__q31_8c_source.html | 0 .../DSP_Lib/html/arm__conv__q7_8c.html | 0 .../DSP_Lib/html/arm__conv__q7_8c_source.html | 0 .../html/arm__convolution__example__f32_8c.html | 0 .../arm__convolution__example__f32_8c_source.html | 0 .../DSP_Lib/html/arm__copy__f32_8c.html | 0 .../DSP_Lib/html/arm__copy__f32_8c_source.html | 0 .../DSP_Lib/html/arm__copy__q15_8c.html | 0 .../DSP_Lib/html/arm__copy__q15_8c_source.html | 0 .../DSP_Lib/html/arm__copy__q31_8c.html | 0 .../DSP_Lib/html/arm__copy__q31_8c_source.html | 0 .../DSP_Lib/html/arm__copy__q7_8c.html | 0 .../DSP_Lib/html/arm__copy__q7_8c_source.html | 0 .../DSP_Lib/html/arm__correlate__f32_8c.html | 0 .../DSP_Lib/html/arm__correlate__f32_8c_source.html | 0 .../DSP_Lib/html/arm__correlate__fast__q15_8c.html | 0 .../html/arm__correlate__fast__q15_8c_source.html | 0 .../DSP_Lib/html/arm__correlate__fast__q31_8c.html | 0 .../html/arm__correlate__fast__q31_8c_source.html | 0 .../DSP_Lib/html/arm__correlate__q15_8c.html | 0 .../DSP_Lib/html/arm__correlate__q15_8c_source.html | 0 .../DSP_Lib/html/arm__correlate__q31_8c.html | 0 .../DSP_Lib/html/arm__correlate__q31_8c_source.html | 0 .../DSP_Lib/html/arm__correlate__q7_8c.html | 0 .../DSP_Lib/html/arm__correlate__q7_8c_source.html | 0 .../DSP_Lib/html/arm__cos__f32_8c.html | 0 .../DSP_Lib/html/arm__cos__f32_8c_source.html | 0 .../DSP_Lib/html/arm__cos__q15_8c.html | 0 .../DSP_Lib/html/arm__cos__q15_8c_source.html | 0 .../DSP_Lib/html/arm__cos__q31_8c.html | 0 .../DSP_Lib/html/arm__cos__q31_8c_source.html | 0 .../DSP_Lib/html/arm__dct4__f32_8c.html | 0 .../DSP_Lib/html/arm__dct4__f32_8c_source.html | 0 .../DSP_Lib/html/arm__dct4__init__f32_8c.html | 0 .../html/arm__dct4__init__f32_8c_source.html | 0 .../DSP_Lib/html/arm__dct4__init__q15_8c.html | 0 .../html/arm__dct4__init__q15_8c_source.html | 0 .../DSP_Lib/html/arm__dct4__init__q31_8c.html | 0 .../html/arm__dct4__init__q31_8c_source.html | 0 .../DSP_Lib/html/arm__dct4__q15_8c.html | 0 .../DSP_Lib/html/arm__dct4__q15_8c_source.html | 0 .../DSP_Lib/html/arm__dct4__q31_8c.html | 0 .../DSP_Lib/html/arm__dct4__q31_8c_source.html | 0 .../DSP_Lib/html/arm__dot__prod__f32_8c.html | 0 .../DSP_Lib/html/arm__dot__prod__f32_8c_source.html | 0 .../DSP_Lib/html/arm__dot__prod__q15_8c.html | 0 .../DSP_Lib/html/arm__dot__prod__q15_8c_source.html | 0 .../DSP_Lib/html/arm__dot__prod__q31_8c.html | 0 .../DSP_Lib/html/arm__dot__prod__q31_8c_source.html | 0 .../DSP_Lib/html/arm__dot__prod__q7_8c.html | 0 .../DSP_Lib/html/arm__dot__prod__q7_8c_source.html | 0 .../html/arm__dotproduct__example__f32_8c.html | 0 .../arm__dotproduct__example__f32_8c_source.html | 0 .../html/arm__fft__bin__example__f32_8c.html | 0 .../html/arm__fft__bin__example__f32_8c_source.html | 0 .../DSP_Lib/html/arm__fill__f32_8c.html | 0 .../DSP_Lib/html/arm__fill__f32_8c_source.html | 0 .../DSP_Lib/html/arm__fill__q15_8c.html | 0 .../DSP_Lib/html/arm__fill__q15_8c_source.html | 0 .../DSP_Lib/html/arm__fill__q31_8c.html | 0 .../DSP_Lib/html/arm__fill__q31_8c_source.html | 0 .../DSP_Lib/html/arm__fill__q7_8c.html | 0 .../DSP_Lib/html/arm__fill__q7_8c_source.html | 0 .../DSP_Lib/html/arm__fir__decimate__f32_8c.html | 0 .../html/arm__fir__decimate__f32_8c_source.html | 0 .../html/arm__fir__decimate__fast__q15_8c.html | 0 .../arm__fir__decimate__fast__q15_8c_source.html | 0 .../html/arm__fir__decimate__fast__q31_8c.html | 0 .../arm__fir__decimate__fast__q31_8c_source.html | 0 .../html/arm__fir__decimate__init__f32_8c.html | 0 .../arm__fir__decimate__init__f32_8c_source.html | 0 .../html/arm__fir__decimate__init__q15_8c.html | 0 .../arm__fir__decimate__init__q15_8c_source.html | 0 .../html/arm__fir__decimate__init__q31_8c.html | 0 .../arm__fir__decimate__init__q31_8c_source.html | 0 .../DSP_Lib/html/arm__fir__decimate__q15_8c.html | 0 .../html/arm__fir__decimate__q15_8c_source.html | 0 .../DSP_Lib/html/arm__fir__decimate__q31_8c.html | 0 .../html/arm__fir__decimate__q31_8c_source.html | 0 .../DSP_Lib/html/arm__fir__example__f32_8c.html | 0 .../html/arm__fir__example__f32_8c_source.html | 0 .../DSP_Lib/html/arm__fir__f32_8c.html | 0 .../DSP_Lib/html/arm__fir__f32_8c_source.html | 0 .../DSP_Lib/html/arm__fir__fast__q15_8c.html | 0 .../DSP_Lib/html/arm__fir__fast__q15_8c_source.html | 0 .../DSP_Lib/html/arm__fir__fast__q31_8c.html | 0 .../DSP_Lib/html/arm__fir__fast__q31_8c_source.html | 0 .../DSP_Lib/html/arm__fir__init__f32_8c.html | 0 .../DSP_Lib/html/arm__fir__init__f32_8c_source.html | 0 .../DSP_Lib/html/arm__fir__init__q15_8c.html | 0 .../DSP_Lib/html/arm__fir__init__q15_8c_source.html | 0 .../DSP_Lib/html/arm__fir__init__q31_8c.html | 0 .../DSP_Lib/html/arm__fir__init__q31_8c_source.html | 0 .../DSP_Lib/html/arm__fir__init__q7_8c.html | 0 .../DSP_Lib/html/arm__fir__init__q7_8c_source.html | 0 .../DSP_Lib/html/arm__fir__interpolate__f32_8c.html | 0 .../html/arm__fir__interpolate__f32_8c_source.html | 0 .../html/arm__fir__interpolate__init__f32_8c.html | 0 .../arm__fir__interpolate__init__f32_8c_source.html | 0 .../html/arm__fir__interpolate__init__q15_8c.html | 0 .../arm__fir__interpolate__init__q15_8c_source.html | 0 .../html/arm__fir__interpolate__init__q31_8c.html | 0 .../arm__fir__interpolate__init__q31_8c_source.html | 0 .../DSP_Lib/html/arm__fir__interpolate__q15_8c.html | 0 .../html/arm__fir__interpolate__q15_8c_source.html | 0 .../DSP_Lib/html/arm__fir__interpolate__q31_8c.html | 0 .../html/arm__fir__interpolate__q31_8c_source.html | 0 .../DSP_Lib/html/arm__fir__lattice__f32_8c.html | 0 .../html/arm__fir__lattice__f32_8c_source.html | 0 .../html/arm__fir__lattice__init__f32_8c.html | 0 .../arm__fir__lattice__init__f32_8c_source.html | 0 .../html/arm__fir__lattice__init__q15_8c.html | 0 .../arm__fir__lattice__init__q15_8c_source.html | 0 .../html/arm__fir__lattice__init__q31_8c.html | 0 .../arm__fir__lattice__init__q31_8c_source.html | 0 .../DSP_Lib/html/arm__fir__lattice__q15_8c.html | 0 .../html/arm__fir__lattice__q15_8c_source.html | 0 .../DSP_Lib/html/arm__fir__lattice__q31_8c.html | 0 .../html/arm__fir__lattice__q31_8c_source.html | 0 .../DSP_Lib/html/arm__fir__q15_8c.html | 0 .../DSP_Lib/html/arm__fir__q15_8c_source.html | 0 .../DSP_Lib/html/arm__fir__q31_8c.html | 0 .../DSP_Lib/html/arm__fir__q31_8c_source.html | 0 .../Documentation/DSP_Lib/html/arm__fir__q7_8c.html | 0 .../DSP_Lib/html/arm__fir__q7_8c_source.html | 0 .../DSP_Lib/html/arm__fir__sparse__f32_8c.html | 0 .../html/arm__fir__sparse__f32_8c_source.html | 0 .../html/arm__fir__sparse__init__f32_8c.html | 0 .../html/arm__fir__sparse__init__f32_8c_source.html | 0 .../html/arm__fir__sparse__init__q15_8c.html | 0 .../html/arm__fir__sparse__init__q15_8c_source.html | 0 .../html/arm__fir__sparse__init__q31_8c.html | 0 .../html/arm__fir__sparse__init__q31_8c_source.html | 0 .../DSP_Lib/html/arm__fir__sparse__init__q7_8c.html | 0 .../html/arm__fir__sparse__init__q7_8c_source.html | 0 .../DSP_Lib/html/arm__fir__sparse__q15_8c.html | 0 .../html/arm__fir__sparse__q15_8c_source.html | 0 .../DSP_Lib/html/arm__fir__sparse__q31_8c.html | 0 .../html/arm__fir__sparse__q31_8c_source.html | 0 .../DSP_Lib/html/arm__fir__sparse__q7_8c.html | 0 .../html/arm__fir__sparse__q7_8c_source.html | 0 .../DSP_Lib/html/arm__float__to__q15_8c.html | 0 .../DSP_Lib/html/arm__float__to__q15_8c_source.html | 0 .../DSP_Lib/html/arm__float__to__q31_8c.html | 0 .../DSP_Lib/html/arm__float__to__q31_8c_source.html | 0 .../DSP_Lib/html/arm__float__to__q7_8c.html | 0 .../DSP_Lib/html/arm__float__to__q7_8c_source.html | 0 .../arm__graphic__equalizer__example__q31_8c.html | 0 ..._graphic__equalizer__example__q31_8c_source.html | 0 .../DSP_Lib/html/arm__iir__lattice__f32_8c.html | 0 .../html/arm__iir__lattice__f32_8c_source.html | 0 .../html/arm__iir__lattice__init__f32_8c.html | 0 .../arm__iir__lattice__init__f32_8c_source.html | 0 .../html/arm__iir__lattice__init__q15_8c.html | 0 .../arm__iir__lattice__init__q15_8c_source.html | 0 .../html/arm__iir__lattice__init__q31_8c.html | 0 .../arm__iir__lattice__init__q31_8c_source.html | 0 .../DSP_Lib/html/arm__iir__lattice__q15_8c.html | 0 .../html/arm__iir__lattice__q15_8c_source.html | 0 .../DSP_Lib/html/arm__iir__lattice__q31_8c.html | 0 .../html/arm__iir__lattice__q31_8c_source.html | 0 .../html/arm__linear__interp__example__f32_8c.html | 0 ...arm__linear__interp__example__f32_8c_source.html | 0 .../DSP_Lib/html/arm__lms__f32_8c.html | 0 .../DSP_Lib/html/arm__lms__f32_8c_source.html | 0 .../DSP_Lib/html/arm__lms__init__f32_8c.html | 0 .../DSP_Lib/html/arm__lms__init__f32_8c_source.html | 0 .../DSP_Lib/html/arm__lms__init__q15_8c.html | 0 .../DSP_Lib/html/arm__lms__init__q15_8c_source.html | 0 .../DSP_Lib/html/arm__lms__init__q31_8c.html | 0 .../DSP_Lib/html/arm__lms__init__q31_8c_source.html | 0 .../DSP_Lib/html/arm__lms__norm__f32_8c.html | 0 .../DSP_Lib/html/arm__lms__norm__f32_8c_source.html | 0 .../DSP_Lib/html/arm__lms__norm__init__f32_8c.html | 0 .../html/arm__lms__norm__init__f32_8c_source.html | 0 .../DSP_Lib/html/arm__lms__norm__init__q15_8c.html | 0 .../html/arm__lms__norm__init__q15_8c_source.html | 0 .../DSP_Lib/html/arm__lms__norm__init__q31_8c.html | 0 .../html/arm__lms__norm__init__q31_8c_source.html | 0 .../DSP_Lib/html/arm__lms__norm__q15_8c.html | 0 .../DSP_Lib/html/arm__lms__norm__q15_8c_source.html | 0 .../DSP_Lib/html/arm__lms__norm__q31_8c.html | 0 .../DSP_Lib/html/arm__lms__norm__q31_8c_source.html | 0 .../DSP_Lib/html/arm__lms__q15_8c.html | 0 .../DSP_Lib/html/arm__lms__q15_8c_source.html | 0 .../DSP_Lib/html/arm__lms__q31_8c.html | 0 .../DSP_Lib/html/arm__lms__q31_8c_source.html | 0 .../DSP_Lib/html/arm__mat__add__f32_8c.html | 0 .../DSP_Lib/html/arm__mat__add__f32_8c_source.html | 0 .../DSP_Lib/html/arm__mat__add__q15_8c.html | 0 .../DSP_Lib/html/arm__mat__add__q15_8c_source.html | 0 .../DSP_Lib/html/arm__mat__add__q31_8c.html | 0 .../DSP_Lib/html/arm__mat__add__q31_8c_source.html | 0 .../DSP_Lib/html/arm__mat__init__f32_8c.html | 0 .../DSP_Lib/html/arm__mat__init__f32_8c_source.html | 0 .../DSP_Lib/html/arm__mat__init__q15_8c.html | 0 .../DSP_Lib/html/arm__mat__init__q15_8c_source.html | 0 .../DSP_Lib/html/arm__mat__init__q31_8c.html | 0 .../DSP_Lib/html/arm__mat__init__q31_8c_source.html | 0 .../DSP_Lib/html/arm__mat__inverse__f32_8c.html | 0 .../html/arm__mat__inverse__f32_8c_source.html | 0 .../DSP_Lib/html/arm__mat__mult__f32_8c.html | 0 .../DSP_Lib/html/arm__mat__mult__f32_8c_source.html | 0 .../DSP_Lib/html/arm__mat__mult__fast__q15_8c.html | 0 .../html/arm__mat__mult__fast__q15_8c_source.html | 0 .../DSP_Lib/html/arm__mat__mult__fast__q31_8c.html | 0 .../html/arm__mat__mult__fast__q31_8c_source.html | 0 .../DSP_Lib/html/arm__mat__mult__q15_8c.html | 0 .../DSP_Lib/html/arm__mat__mult__q15_8c_source.html | 0 .../DSP_Lib/html/arm__mat__mult__q31_8c.html | 0 .../DSP_Lib/html/arm__mat__mult__q31_8c_source.html | 0 .../DSP_Lib/html/arm__mat__scale__f32_8c.html | 0 .../html/arm__mat__scale__f32_8c_source.html | 0 .../DSP_Lib/html/arm__mat__scale__q15_8c.html | 0 .../html/arm__mat__scale__q15_8c_source.html | 0 .../DSP_Lib/html/arm__mat__scale__q31_8c.html | 0 .../html/arm__mat__scale__q31_8c_source.html | 0 .../DSP_Lib/html/arm__mat__sub__f32_8c.html | 0 .../DSP_Lib/html/arm__mat__sub__f32_8c_source.html | 0 .../DSP_Lib/html/arm__mat__sub__q15_8c.html | 0 .../DSP_Lib/html/arm__mat__sub__q15_8c_source.html | 0 .../DSP_Lib/html/arm__mat__sub__q31_8c.html | 0 .../DSP_Lib/html/arm__mat__sub__q31_8c_source.html | 0 .../DSP_Lib/html/arm__mat__trans__f32_8c.html | 0 .../html/arm__mat__trans__f32_8c_source.html | 0 .../DSP_Lib/html/arm__mat__trans__q15_8c.html | 0 .../html/arm__mat__trans__q15_8c_source.html | 0 .../DSP_Lib/html/arm__mat__trans__q31_8c.html | 0 .../html/arm__mat__trans__q31_8c_source.html | 0 .../Documentation/DSP_Lib/html/arm__math_8h.html | 0 .../DSP_Lib/html/arm__math_8h_source.html | 0 .../DSP_Lib/html/arm__matrix__example__f32_8c.html | 0 .../html/arm__matrix__example__f32_8c_source.html | 0 .../DSP_Lib/html/arm__max__f32_8c.html | 0 .../DSP_Lib/html/arm__max__f32_8c_source.html | 0 .../DSP_Lib/html/arm__max__q15_8c.html | 0 .../DSP_Lib/html/arm__max__q15_8c_source.html | 0 .../DSP_Lib/html/arm__max__q31_8c.html | 0 .../DSP_Lib/html/arm__max__q31_8c_source.html | 0 .../Documentation/DSP_Lib/html/arm__max__q7_8c.html | 0 .../DSP_Lib/html/arm__max__q7_8c_source.html | 0 .../DSP_Lib/html/arm__mean__f32_8c.html | 0 .../DSP_Lib/html/arm__mean__f32_8c_source.html | 0 .../DSP_Lib/html/arm__mean__q15_8c.html | 0 .../DSP_Lib/html/arm__mean__q15_8c_source.html | 0 .../DSP_Lib/html/arm__mean__q31_8c.html | 0 .../DSP_Lib/html/arm__mean__q31_8c_source.html | 0 .../DSP_Lib/html/arm__mean__q7_8c.html | 0 .../DSP_Lib/html/arm__mean__q7_8c_source.html | 0 .../DSP_Lib/html/arm__min__f32_8c.html | 0 .../DSP_Lib/html/arm__min__f32_8c_source.html | 0 .../DSP_Lib/html/arm__min__q15_8c.html | 0 .../DSP_Lib/html/arm__min__q15_8c_source.html | 0 .../DSP_Lib/html/arm__min__q31_8c.html | 0 .../DSP_Lib/html/arm__min__q31_8c_source.html | 0 .../Documentation/DSP_Lib/html/arm__min__q7_8c.html | 0 .../DSP_Lib/html/arm__min__q7_8c_source.html | 0 .../DSP_Lib/html/arm__mult__f32_8c.html | 0 .../DSP_Lib/html/arm__mult__f32_8c_source.html | 0 .../DSP_Lib/html/arm__mult__q15_8c.html | 0 .../DSP_Lib/html/arm__mult__q15_8c_source.html | 0 .../DSP_Lib/html/arm__mult__q31_8c.html | 0 .../DSP_Lib/html/arm__mult__q31_8c_source.html | 0 .../DSP_Lib/html/arm__mult__q7_8c.html | 0 .../DSP_Lib/html/arm__mult__q7_8c_source.html | 0 .../DSP_Lib/html/arm__negate__f32_8c.html | 0 .../DSP_Lib/html/arm__negate__f32_8c_source.html | 0 .../DSP_Lib/html/arm__negate__q15_8c.html | 0 .../DSP_Lib/html/arm__negate__q15_8c_source.html | 0 .../DSP_Lib/html/arm__negate__q31_8c.html | 0 .../DSP_Lib/html/arm__negate__q31_8c_source.html | 0 .../DSP_Lib/html/arm__negate__q7_8c.html | 0 .../DSP_Lib/html/arm__negate__q7_8c_source.html | 0 .../DSP_Lib/html/arm__offset__f32_8c.html | 0 .../DSP_Lib/html/arm__offset__f32_8c_source.html | 0 .../DSP_Lib/html/arm__offset__q15_8c.html | 0 .../DSP_Lib/html/arm__offset__q15_8c_source.html | 0 .../DSP_Lib/html/arm__offset__q31_8c.html | 0 .../DSP_Lib/html/arm__offset__q31_8c_source.html | 0 .../DSP_Lib/html/arm__offset__q7_8c.html | 0 .../DSP_Lib/html/arm__offset__q7_8c_source.html | 0 .../DSP_Lib/html/arm__pid__init__f32_8c.html | 0 .../DSP_Lib/html/arm__pid__init__f32_8c_source.html | 0 .../DSP_Lib/html/arm__pid__init__q15_8c.html | 0 .../DSP_Lib/html/arm__pid__init__q15_8c_source.html | 0 .../DSP_Lib/html/arm__pid__init__q31_8c.html | 0 .../DSP_Lib/html/arm__pid__init__q31_8c_source.html | 0 .../DSP_Lib/html/arm__pid__reset__f32_8c.html | 0 .../html/arm__pid__reset__f32_8c_source.html | 0 .../DSP_Lib/html/arm__pid__reset__q15_8c.html | 0 .../html/arm__pid__reset__q15_8c_source.html | 0 .../DSP_Lib/html/arm__pid__reset__q31_8c.html | 0 .../html/arm__pid__reset__q31_8c_source.html | 0 .../DSP_Lib/html/arm__power__f32_8c.html | 0 .../DSP_Lib/html/arm__power__f32_8c_source.html | 0 .../DSP_Lib/html/arm__power__q15_8c.html | 0 .../DSP_Lib/html/arm__power__q15_8c_source.html | 0 .../DSP_Lib/html/arm__power__q31_8c.html | 0 .../DSP_Lib/html/arm__power__q31_8c_source.html | 0 .../DSP_Lib/html/arm__power__q7_8c.html | 0 .../DSP_Lib/html/arm__power__q7_8c_source.html | 0 .../DSP_Lib/html/arm__q15__to__float_8c.html | 0 .../DSP_Lib/html/arm__q15__to__float_8c_source.html | 0 .../DSP_Lib/html/arm__q15__to__q31_8c.html | 0 .../DSP_Lib/html/arm__q15__to__q31_8c_source.html | 0 .../DSP_Lib/html/arm__q15__to__q7_8c.html | 0 .../DSP_Lib/html/arm__q15__to__q7_8c_source.html | 0 .../DSP_Lib/html/arm__q31__to__float_8c.html | 0 .../DSP_Lib/html/arm__q31__to__float_8c_source.html | 0 .../DSP_Lib/html/arm__q31__to__q15_8c.html | 0 .../DSP_Lib/html/arm__q31__to__q15_8c_source.html | 0 .../DSP_Lib/html/arm__q31__to__q7_8c.html | 0 .../DSP_Lib/html/arm__q31__to__q7_8c_source.html | 0 .../DSP_Lib/html/arm__q7__to__float_8c.html | 0 .../DSP_Lib/html/arm__q7__to__float_8c_source.html | 0 .../DSP_Lib/html/arm__q7__to__q15_8c.html | 0 .../DSP_Lib/html/arm__q7__to__q15_8c_source.html | 0 .../DSP_Lib/html/arm__q7__to__q31_8c.html | 0 .../DSP_Lib/html/arm__q7__to__q31_8c_source.html | 0 .../DSP_Lib/html/arm__rfft__f32_8c.html | 0 .../DSP_Lib/html/arm__rfft__f32_8c_source.html | 0 .../DSP_Lib/html/arm__rfft__init__f32_8c.html | 0 .../html/arm__rfft__init__f32_8c_source.html | 0 .../DSP_Lib/html/arm__rfft__init__q15_8c.html | 0 .../html/arm__rfft__init__q15_8c_source.html | 0 .../DSP_Lib/html/arm__rfft__init__q31_8c.html | 0 .../html/arm__rfft__init__q31_8c_source.html | 0 .../DSP_Lib/html/arm__rfft__q15_8c.html | 0 .../DSP_Lib/html/arm__rfft__q15_8c_source.html | 0 .../DSP_Lib/html/arm__rfft__q31_8c.html | 0 .../DSP_Lib/html/arm__rfft__q31_8c_source.html | 0 .../DSP_Lib/html/arm__rms__f32_8c.html | 0 .../DSP_Lib/html/arm__rms__f32_8c_source.html | 0 .../DSP_Lib/html/arm__rms__q15_8c.html | 0 .../DSP_Lib/html/arm__rms__q15_8c_source.html | 0 .../DSP_Lib/html/arm__rms__q31_8c.html | 0 .../DSP_Lib/html/arm__rms__q31_8c_source.html | 0 .../DSP_Lib/html/arm__scale__f32_8c.html | 0 .../DSP_Lib/html/arm__scale__f32_8c_source.html | 0 .../DSP_Lib/html/arm__scale__q15_8c.html | 0 .../DSP_Lib/html/arm__scale__q15_8c_source.html | 0 .../DSP_Lib/html/arm__scale__q31_8c.html | 0 .../DSP_Lib/html/arm__scale__q31_8c_source.html | 0 .../DSP_Lib/html/arm__scale__q7_8c.html | 0 .../DSP_Lib/html/arm__scale__q7_8c_source.html | 0 .../DSP_Lib/html/arm__shift__q15_8c.html | 0 .../DSP_Lib/html/arm__shift__q15_8c_source.html | 0 .../DSP_Lib/html/arm__shift__q31_8c.html | 0 .../DSP_Lib/html/arm__shift__q31_8c_source.html | 0 .../DSP_Lib/html/arm__shift__q7_8c.html | 0 .../DSP_Lib/html/arm__shift__q7_8c_source.html | 0 .../arm__signal__converge__example__f32_8c.html | 0 ...m__signal__converge__example__f32_8c_source.html | 0 .../html/arm__sin__cos__example__f32_8c.html | 0 .../html/arm__sin__cos__example__f32_8c_source.html | 0 .../DSP_Lib/html/arm__sin__cos__f32_8c.html | 0 .../DSP_Lib/html/arm__sin__cos__f32_8c_source.html | 0 .../DSP_Lib/html/arm__sin__cos__q31_8c.html | 0 .../DSP_Lib/html/arm__sin__cos__q31_8c_source.html | 0 .../DSP_Lib/html/arm__sin__f32_8c.html | 0 .../DSP_Lib/html/arm__sin__f32_8c_source.html | 0 .../DSP_Lib/html/arm__sin__q15_8c.html | 0 .../DSP_Lib/html/arm__sin__q15_8c_source.html | 0 .../DSP_Lib/html/arm__sin__q31_8c.html | 0 .../DSP_Lib/html/arm__sin__q31_8c_source.html | 0 .../DSP_Lib/html/arm__sqrt__q15_8c.html | 0 .../DSP_Lib/html/arm__sqrt__q15_8c_source.html | 0 .../DSP_Lib/html/arm__sqrt__q31_8c.html | 0 .../DSP_Lib/html/arm__sqrt__q31_8c_source.html | 0 .../DSP_Lib/html/arm__std__f32_8c.html | 0 .../DSP_Lib/html/arm__std__f32_8c_source.html | 0 .../DSP_Lib/html/arm__std__q15_8c.html | 0 .../DSP_Lib/html/arm__std__q15_8c_source.html | 0 .../DSP_Lib/html/arm__std__q31_8c.html | 0 .../DSP_Lib/html/arm__std__q31_8c_source.html | 0 .../DSP_Lib/html/arm__sub__f32_8c.html | 0 .../DSP_Lib/html/arm__sub__f32_8c_source.html | 0 .../DSP_Lib/html/arm__sub__q15_8c.html | 0 .../DSP_Lib/html/arm__sub__q15_8c_source.html | 0 .../DSP_Lib/html/arm__sub__q31_8c.html | 0 .../DSP_Lib/html/arm__sub__q31_8c_source.html | 0 .../Documentation/DSP_Lib/html/arm__sub__q7_8c.html | 0 .../DSP_Lib/html/arm__sub__q7_8c_source.html | 0 .../DSP_Lib/html/arm__var__f32_8c.html | 0 .../DSP_Lib/html/arm__var__f32_8c_source.html | 0 .../DSP_Lib/html/arm__var__q15_8c.html | 0 .../DSP_Lib/html/arm__var__q15_8c_source.html | 0 .../DSP_Lib/html/arm__var__q31_8c.html | 0 .../DSP_Lib/html/arm__var__q31_8c_source.html | 0 .../html/arm__variance__example__f32_8c.html | 0 .../html/arm__variance__example__f32_8c_source.html | 0 .../arm_class_marks_example_f32_8c-example.html | 0 .../arm_convolution_example_f32_8c-example.html | 0 .../html/arm_dotproduct_example_f32_8c-example.html | 0 .../html/arm_fft_bin_example_f32_8c-example.html | 0 .../html/arm_fir_example_f32_8c-example.html | 0 ...rm_graphic_equalizer_example_q31_8c-example.html | 0 .../arm_linear_interp_example_f32_8c-example.html | 0 .../html/arm_matrix_example_f32_8c-example.html | 0 .../arm_signal_converge_example_f32_8c-example.html | 0 .../html/arm_sin_cos_example_f32_8c-example.html | 0 .../html/arm_variance_example_f32_8c-example.html | 0 .../CMSIS/Documentation/DSP_Lib/html/bc_s.png | Bin .../CMSIS/Documentation/DSP_Lib/html/clarke.gif | Bin .../Documentation/DSP_Lib/html/clarkeFormula.gif | Bin .../Documentation/DSP_Lib/html/clarkeInvFormula.gif | Bin .../CMSIS/Documentation/DSP_Lib/html/classes.html | 0 .../CMSIS/Documentation/DSP_Lib/html/closed.png | Bin .../DSP_Lib/html/dct4FormatsQ15Table.gif | Bin .../DSP_Lib/html/dct4FormatsQ31Table.gif | Bin .../DSP_Lib/html/dct4NormalizingF32Table.gif | Bin .../DSP_Lib/html/dct4NormalizingQ15Table.gif | Bin .../DSP_Lib/html/dct4NormalizingQ31Table.gif | Bin .../CMSIS/Documentation/DSP_Lib/html/dotProduct.gif | Bin .../CMSIS/Documentation/DSP_Lib/html/doxygen.css | 0 .../CMSIS/Documentation/DSP_Lib/html/doxygen.png | Bin .../CMSIS/Documentation/DSP_Lib/html/examples.html | 0 .../CMSIS/Documentation/DSP_Lib/html/files.html | 0 .../CMSIS/Documentation/DSP_Lib/html/functions.html | 0 .../Documentation/DSP_Lib/html/functions_0x62.html | 0 .../Documentation/DSP_Lib/html/functions_0x65.html | 0 .../Documentation/DSP_Lib/html/functions_0x66.html | 0 .../Documentation/DSP_Lib/html/functions_0x69.html | 0 .../Documentation/DSP_Lib/html/functions_0x6b.html | 0 .../Documentation/DSP_Lib/html/functions_0x6c.html | 0 .../Documentation/DSP_Lib/html/functions_0x6d.html | 0 .../Documentation/DSP_Lib/html/functions_0x6e.html | 0 .../Documentation/DSP_Lib/html/functions_0x6f.html | 0 .../Documentation/DSP_Lib/html/functions_0x70.html | 0 .../Documentation/DSP_Lib/html/functions_0x72.html | 0 .../Documentation/DSP_Lib/html/functions_0x73.html | 0 .../Documentation/DSP_Lib/html/functions_0x74.html | 0 .../Documentation/DSP_Lib/html/functions_0x78.html | 0 .../Documentation/DSP_Lib/html/functions_vars.html | 0 .../DSP_Lib/html/functions_vars_0x62.html | 0 .../DSP_Lib/html/functions_vars_0x65.html | 0 .../DSP_Lib/html/functions_vars_0x66.html | 0 .../DSP_Lib/html/functions_vars_0x69.html | 0 .../DSP_Lib/html/functions_vars_0x6b.html | 0 .../DSP_Lib/html/functions_vars_0x6c.html | 0 .../DSP_Lib/html/functions_vars_0x6d.html | 0 .../DSP_Lib/html/functions_vars_0x6e.html | 0 .../DSP_Lib/html/functions_vars_0x6f.html | 0 .../DSP_Lib/html/functions_vars_0x70.html | 0 .../DSP_Lib/html/functions_vars_0x72.html | 0 .../DSP_Lib/html/functions_vars_0x73.html | 0 .../DSP_Lib/html/functions_vars_0x74.html | 0 .../DSP_Lib/html/functions_vars_0x78.html | 0 .../CMSIS/Documentation/DSP_Lib/html/globals.html | 0 .../Documentation/DSP_Lib/html/globals_0x61.html | 0 .../Documentation/DSP_Lib/html/globals_0x62.html | 0 .../Documentation/DSP_Lib/html/globals_0x63.html | 0 .../Documentation/DSP_Lib/html/globals_0x64.html | 0 .../Documentation/DSP_Lib/html/globals_0x65.html | 0 .../Documentation/DSP_Lib/html/globals_0x66.html | 0 .../Documentation/DSP_Lib/html/globals_0x67.html | 0 .../Documentation/DSP_Lib/html/globals_0x69.html | 0 .../Documentation/DSP_Lib/html/globals_0x6c.html | 0 .../Documentation/DSP_Lib/html/globals_0x6d.html | 0 .../Documentation/DSP_Lib/html/globals_0x6e.html | 0 .../Documentation/DSP_Lib/html/globals_0x6f.html | 0 .../Documentation/DSP_Lib/html/globals_0x70.html | 0 .../Documentation/DSP_Lib/html/globals_0x71.html | 0 .../Documentation/DSP_Lib/html/globals_0x72.html | 0 .../Documentation/DSP_Lib/html/globals_0x73.html | 0 .../Documentation/DSP_Lib/html/globals_0x74.html | 0 .../Documentation/DSP_Lib/html/globals_0x75.html | 0 .../Documentation/DSP_Lib/html/globals_0x76.html | 0 .../Documentation/DSP_Lib/html/globals_0x77.html | 0 .../Documentation/DSP_Lib/html/globals_0x78.html | 0 .../Documentation/DSP_Lib/html/globals_defs.html | 0 .../Documentation/DSP_Lib/html/globals_enum.html | 0 .../Documentation/DSP_Lib/html/globals_eval.html | 0 .../Documentation/DSP_Lib/html/globals_func.html | 0 .../DSP_Lib/html/globals_func_0x63.html | 0 .../DSP_Lib/html/globals_func_0x67.html | 0 .../DSP_Lib/html/globals_func_0x6d.html | 0 .../DSP_Lib/html/globals_func_0x74.html | 0 .../Documentation/DSP_Lib/html/globals_type.html | 0 .../Documentation/DSP_Lib/html/globals_vars.html | 0 .../DSP_Lib/html/group___basic_abs.html | 0 .../DSP_Lib/html/group___basic_add.html | 0 .../DSP_Lib/html/group___basic_mult.html | 0 .../DSP_Lib/html/group___basic_sub.html | 0 .../DSP_Lib/html/group___bilinear_interpolate.html | 0 .../DSP_Lib/html/group___biquad_cascade_d_f1.html | 0 .../html/group___biquad_cascade_d_f1__32x64.html | 0 .../DSP_Lib/html/group___biquad_cascade_d_f2_t.html | 0 .../DSP_Lib/html/group___c_f_f_t___c_i_f_f_t.html | 0 .../DSP_Lib/html/group___class_marks.html | 0 .../DSP_Lib/html/group___cmplx_by_cmplx_mult.html | 0 .../DSP_Lib/html/group___cmplx_by_real_mult.html | 0 .../Documentation/DSP_Lib/html/group___conv.html | 0 .../DSP_Lib/html/group___convolution_example.html | 0 .../Documentation/DSP_Lib/html/group___corr.html | 0 .../DSP_Lib/html/group___d_c_t4___i_d_c_t4.html | 0 .../DSP_Lib/html/group___dotproduct_example.html | 0 .../Documentation/DSP_Lib/html/group___f_i_r.html | 0 .../DSP_Lib/html/group___f_i_r___interpolate.html | 0 .../DSP_Lib/html/group___f_i_r___lattice.html | 0 .../DSP_Lib/html/group___f_i_r___sparse.html | 0 .../DSP_Lib/html/group___f_i_r__decimate.html | 0 .../DSP_Lib/html/group___f_i_r_l_p_f.html | 0 .../Documentation/DSP_Lib/html/group___fill.html | 0 .../DSP_Lib/html/group___frequency_bin.html | 0 .../DSP_Lib/html/group___g_e_q5_band.html | 0 .../DSP_Lib/html/group___i_i_r___lattice.html | 0 .../Documentation/DSP_Lib/html/group___l_m_s.html | 0 .../DSP_Lib/html/group___l_m_s___n_o_r_m.html | 0 .../DSP_Lib/html/group___linear_interp_example.html | 0 .../DSP_Lib/html/group___linear_interpolate.html | 0 .../DSP_Lib/html/group___matrix_add.html | 0 .../DSP_Lib/html/group___matrix_example.html | 0 .../DSP_Lib/html/group___matrix_init.html | 0 .../DSP_Lib/html/group___matrix_inv.html | 0 .../DSP_Lib/html/group___matrix_mult.html | 0 .../DSP_Lib/html/group___matrix_scale.html | 0 .../DSP_Lib/html/group___matrix_sub.html | 0 .../DSP_Lib/html/group___matrix_trans.html | 0 .../Documentation/DSP_Lib/html/group___max.html | 0 .../Documentation/DSP_Lib/html/group___min.html | 0 .../Documentation/DSP_Lib/html/group___p_i_d.html | 0 .../DSP_Lib/html/group___partial_conv.html | 0 .../DSP_Lib/html/group___r_f_f_t___r_i_f_f_t.html | 0 .../Documentation/DSP_Lib/html/group___r_m_s.html | 0 .../Documentation/DSP_Lib/html/group___s_q_r_t.html | 0 .../Documentation/DSP_Lib/html/group___s_t_d.html | 0 .../DSP_Lib/html/group___signal_convergence.html | 0 .../Documentation/DSP_Lib/html/group___sin_cos.html | 0 .../DSP_Lib/html/group___sin_cos_example.html | 0 .../DSP_Lib/html/group___variance_example.html | 0 .../Documentation/DSP_Lib/html/group__clarke.html | 0 .../DSP_Lib/html/group__cmplx__conj.html | 0 .../DSP_Lib/html/group__cmplx__dot__prod.html | 0 .../DSP_Lib/html/group__cmplx__mag.html | 0 .../DSP_Lib/html/group__cmplx__mag__squared.html | 0 .../Documentation/DSP_Lib/html/group__copy.html | 0 .../Documentation/DSP_Lib/html/group__cos.html | 0 .../DSP_Lib/html/group__dot__prod.html | 0 .../DSP_Lib/html/group__float__to__x.html | 0 .../DSP_Lib/html/group__group_cmplx_math.html | 0 .../DSP_Lib/html/group__group_controller.html | 0 .../DSP_Lib/html/group__group_examples.html | 0 .../DSP_Lib/html/group__group_fast_math.html | 0 .../DSP_Lib/html/group__group_filters.html | 0 .../DSP_Lib/html/group__group_interpolation.html | 0 .../DSP_Lib/html/group__group_math.html | 0 .../DSP_Lib/html/group__group_matrix.html | 0 .../DSP_Lib/html/group__group_stats.html | 0 .../DSP_Lib/html/group__group_support.html | 0 .../DSP_Lib/html/group__group_transforms.html | 0 .../DSP_Lib/html/group__inv__clarke.html | 0 .../DSP_Lib/html/group__inv__park.html | 0 .../Documentation/DSP_Lib/html/group__mean.html | 0 .../Documentation/DSP_Lib/html/group__negate.html | 0 .../Documentation/DSP_Lib/html/group__offset.html | 0 .../Documentation/DSP_Lib/html/group__park.html | 0 .../Documentation/DSP_Lib/html/group__power.html | 0 .../DSP_Lib/html/group__q15__to__x.html | 0 .../DSP_Lib/html/group__q31__to__x.html | 0 .../DSP_Lib/html/group__q7__to__x.html | 0 .../Documentation/DSP_Lib/html/group__scale.html | 0 .../Documentation/DSP_Lib/html/group__shift.html | 0 .../Documentation/DSP_Lib/html/group__sin.html | 0 .../Documentation/DSP_Lib/html/group__variance.html | 0 .../CMSIS/Documentation/DSP_Lib/html/index.html | 0 .../CMSIS/Documentation/DSP_Lib/html/installdox | 0 .../DSP_Lib/html/linearInterpExampleMethod1.gif | Bin .../DSP_Lib/html/linearInterpExampleMethod2.gif | Bin .../Documentation/DSP_Lib/html/matrixExample.gif | Bin .../CMSIS/Documentation/DSP_Lib/html/modules.html | 0 .../CMSIS/Documentation/DSP_Lib/html/nav_f.png | Bin .../CMSIS/Documentation/DSP_Lib/html/nav_h.png | Bin .../CMSIS/Documentation/DSP_Lib/html/open.png | Bin .../CMSIS/Documentation/DSP_Lib/html/park.gif | Bin .../Documentation/DSP_Lib/html/parkFormula.gif | Bin .../Documentation/DSP_Lib/html/parkInvFormula.gif | Bin .../Documentation/DSP_Lib/html/search/all_5f.html | 0 .../Documentation/DSP_Lib/html/search/all_61.html | 0 .../Documentation/DSP_Lib/html/search/all_62.html | 0 .../Documentation/DSP_Lib/html/search/all_63.html | 0 .../Documentation/DSP_Lib/html/search/all_64.html | 0 .../Documentation/DSP_Lib/html/search/all_65.html | 0 .../Documentation/DSP_Lib/html/search/all_66.html | 0 .../Documentation/DSP_Lib/html/search/all_67.html | 0 .../Documentation/DSP_Lib/html/search/all_69.html | 0 .../Documentation/DSP_Lib/html/search/all_6b.html | 0 .../Documentation/DSP_Lib/html/search/all_6c.html | 0 .../Documentation/DSP_Lib/html/search/all_6d.html | 0 .../Documentation/DSP_Lib/html/search/all_6e.html | 0 .../Documentation/DSP_Lib/html/search/all_6f.html | 0 .../Documentation/DSP_Lib/html/search/all_70.html | 0 .../Documentation/DSP_Lib/html/search/all_71.html | 0 .../Documentation/DSP_Lib/html/search/all_72.html | 0 .../Documentation/DSP_Lib/html/search/all_73.html | 0 .../Documentation/DSP_Lib/html/search/all_74.html | 0 .../Documentation/DSP_Lib/html/search/all_75.html | 0 .../Documentation/DSP_Lib/html/search/all_76.html | 0 .../Documentation/DSP_Lib/html/search/all_77.html | 0 .../Documentation/DSP_Lib/html/search/all_78.html | 0 .../DSP_Lib/html/search/classes_61.html | 0 .../Documentation/DSP_Lib/html/search/close.png | Bin .../DSP_Lib/html/search/defines_5f.html | 0 .../DSP_Lib/html/search/defines_62.html | 0 .../DSP_Lib/html/search/defines_64.html | 0 .../DSP_Lib/html/search/defines_69.html | 0 .../DSP_Lib/html/search/defines_6d.html | 0 .../DSP_Lib/html/search/defines_6e.html | 0 .../DSP_Lib/html/search/defines_70.html | 0 .../DSP_Lib/html/search/defines_73.html | 0 .../DSP_Lib/html/search/defines_74.html | 0 .../DSP_Lib/html/search/defines_75.html | 0 .../DSP_Lib/html/search/defines_78.html | 0 .../Documentation/DSP_Lib/html/search/enums_61.html | 0 .../DSP_Lib/html/search/enumvalues_61.html | 0 .../Documentation/DSP_Lib/html/search/files_61.html | 0 .../DSP_Lib/html/search/functions_61.html | 0 .../DSP_Lib/html/search/functions_63.html | 0 .../DSP_Lib/html/search/functions_67.html | 0 .../DSP_Lib/html/search/functions_6d.html | 0 .../DSP_Lib/html/search/functions_74.html | 0 .../Documentation/DSP_Lib/html/search/mag_sel.png | Bin .../DSP_Lib/html/search/nomatches.html | 0 .../Documentation/DSP_Lib/html/search/search.css | 0 .../Documentation/DSP_Lib/html/search/search.js | 0 .../Documentation/DSP_Lib/html/search/search_l.png | Bin .../Documentation/DSP_Lib/html/search/search_m.png | Bin .../Documentation/DSP_Lib/html/search/search_r.png | Bin .../DSP_Lib/html/search/typedefs_66.html | 0 .../DSP_Lib/html/search/typedefs_71.html | 0 .../DSP_Lib/html/search/variables_61.html | 0 .../DSP_Lib/html/search/variables_62.html | 0 .../DSP_Lib/html/search/variables_63.html | 0 .../DSP_Lib/html/search/variables_64.html | 0 .../DSP_Lib/html/search/variables_65.html | 0 .../DSP_Lib/html/search/variables_66.html | 0 .../DSP_Lib/html/search/variables_67.html | 0 .../DSP_Lib/html/search/variables_69.html | 0 .../DSP_Lib/html/search/variables_6b.html | 0 .../DSP_Lib/html/search/variables_6c.html | 0 .../DSP_Lib/html/search/variables_6d.html | 0 .../DSP_Lib/html/search/variables_6e.html | 0 .../DSP_Lib/html/search/variables_6f.html | 0 .../DSP_Lib/html/search/variables_70.html | 0 .../DSP_Lib/html/search/variables_72.html | 0 .../DSP_Lib/html/search/variables_73.html | 0 .../DSP_Lib/html/search/variables_74.html | 0 .../DSP_Lib/html/search/variables_76.html | 0 .../DSP_Lib/html/search/variables_77.html | 0 .../DSP_Lib/html/search/variables_78.html | 0 .../CMSIS/Documentation/DSP_Lib/html/sinCos.gif | Bin .../structarm__bilinear__interp__instance__f32.html | 0 .../structarm__bilinear__interp__instance__q15.html | 0 .../structarm__bilinear__interp__instance__q31.html | 0 .../structarm__bilinear__interp__instance__q7.html | 0 ...tructarm__biquad__cas__df1__32x64__ins__q31.html | 0 ...tarm__biquad__cascade__df2_t__instance__f32.html | 0 .../structarm__biquad__casd__df1__inst__f32.html | 0 .../structarm__biquad__casd__df1__inst__q15.html | 0 .../structarm__biquad__casd__df1__inst__q31.html | 0 .../structarm__cfft__radix4__instance__f32.html | 0 .../structarm__cfft__radix4__instance__q15.html | 0 .../structarm__cfft__radix4__instance__q31.html | 0 .../html/structarm__dct4__instance__f32.html | 0 .../html/structarm__dct4__instance__q15.html | 0 .../html/structarm__dct4__instance__q31.html | 0 .../structarm__fir__decimate__instance__f32.html | 0 .../structarm__fir__decimate__instance__q15.html | 0 .../structarm__fir__decimate__instance__q31.html | 0 .../DSP_Lib/html/structarm__fir__instance__f32.html | 0 .../DSP_Lib/html/structarm__fir__instance__q15.html | 0 .../DSP_Lib/html/structarm__fir__instance__q31.html | 0 .../DSP_Lib/html/structarm__fir__instance__q7.html | 0 .../structarm__fir__interpolate__instance__f32.html | 0 .../structarm__fir__interpolate__instance__q15.html | 0 .../structarm__fir__interpolate__instance__q31.html | 0 .../structarm__fir__lattice__instance__f32.html | 0 .../structarm__fir__lattice__instance__q15.html | 0 .../structarm__fir__lattice__instance__q31.html | 0 .../html/structarm__fir__sparse__instance__f32.html | 0 .../html/structarm__fir__sparse__instance__q15.html | 0 .../html/structarm__fir__sparse__instance__q31.html | 0 .../html/structarm__fir__sparse__instance__q7.html | 0 .../structarm__iir__lattice__instance__f32.html | 0 .../structarm__iir__lattice__instance__q15.html | 0 .../structarm__iir__lattice__instance__q31.html | 0 .../structarm__linear__interp__instance__f32.html | 0 .../DSP_Lib/html/structarm__lms__instance__f32.html | 0 .../DSP_Lib/html/structarm__lms__instance__q15.html | 0 .../DSP_Lib/html/structarm__lms__instance__q31.html | 0 .../html/structarm__lms__norm__instance__f32.html | 0 .../html/structarm__lms__norm__instance__q15.html | 0 .../html/structarm__lms__norm__instance__q31.html | 0 .../html/structarm__matrix__instance__f32.html | 0 .../html/structarm__matrix__instance__q15.html | 0 .../html/structarm__matrix__instance__q31.html | 0 .../DSP_Lib/html/structarm__pid__instance__f32.html | 0 .../DSP_Lib/html/structarm__pid__instance__q15.html | 0 .../DSP_Lib/html/structarm__pid__instance__q31.html | 0 .../html/structarm__rfft__instance__f32.html | 0 .../html/structarm__rfft__instance__q15.html | 0 .../html/structarm__rfft__instance__q31.html | 0 .../CMSIS/Documentation/DSP_Lib/html/tab_a.png | Bin .../CMSIS/Documentation/DSP_Lib/html/tab_b.png | Bin .../CMSIS/Documentation/DSP_Lib/html/tab_h.png | Bin .../CMSIS/Documentation/DSP_Lib/html/tab_s.png | Bin .../CMSIS/Documentation/DSP_Lib/html/tabs.css | 0 .../sam/system/CMSIS/Include/arm_common_tables.h | 0 .../sam/system/CMSIS/Include/arm_math.h | 0 .../sam/system/CMSIS/Include/core_cm0.h | 0 .../sam/system/CMSIS/Include/core_cm3.h | 0 .../sam/system/CMSIS/Include/core_cm4.h | 0 .../sam/system/CMSIS/Include/core_cm4_simd.h | 0 .../sam/system/CMSIS/Include/core_cmFunc.h | 0 .../sam/system/CMSIS/Include/core_cmInstr.h | 0 .../sam/system/CMSIS/Lib/ARM/arm_cortexM0b_math.lib | Bin .../sam/system/CMSIS/Lib/ARM/arm_cortexM0l_math.lib | Bin .../sam/system/CMSIS/Lib/ARM/arm_cortexM3b_math.lib | Bin .../sam/system/CMSIS/Lib/ARM/arm_cortexM3l_math.lib | Bin .../sam/system/CMSIS/Lib/ARM/arm_cortexM4b_math.lib | Bin .../system/CMSIS/Lib/ARM/arm_cortexM4bf_math.lib | Bin .../sam/system/CMSIS/Lib/ARM/arm_cortexM4l_math.lib | Bin .../system/CMSIS/Lib/ARM/arm_cortexM4lf_math.lib | Bin hardware/{ => arduino}/sam/system/CMSIS/README.txt | 0 hardware/{ => arduino}/sam/system/CMSIS/index.htm | 0 .../sam/system/libsam/build_gcc/Makefile | 0 .../sam/system/libsam/build_gcc/debug.mk | 0 .../sam/system/libsam/build_gcc/gcc.mk | 0 .../sam/system/libsam/build_gcc/release.mk | 0 .../sam/system/libsam/build_gcc/sam3.mk | 0 .../sam/system/libsam/build_iar/libsam.ewd | 0 .../sam/system/libsam/build_iar/libsam.ewp | 0 .../sam/system/libsam/build_iar/libsam.eww | 0 hardware/{ => arduino}/sam/system/libsam/chip.h | 0 .../sam/system/libsam/cmsis/ReadMe.txt | 0 .../cmsis/sam3n/include/component/component_adc.h | 0 .../sam3n/include/component/component_chipid.h | 0 .../cmsis/sam3n/include/component/component_dacc.h | 0 .../cmsis/sam3n/include/component/component_efc.h | 0 .../cmsis/sam3n/include/component/component_gpbr.h | 0 .../sam3n/include/component/component_matrix.h | 0 .../cmsis/sam3n/include/component/component_pdc.h | 0 .../cmsis/sam3n/include/component/component_pio.h | 0 .../cmsis/sam3n/include/component/component_pmc.h | 0 .../cmsis/sam3n/include/component/component_pwm.h | 0 .../cmsis/sam3n/include/component/component_rstc.h | 0 .../cmsis/sam3n/include/component/component_rtc.h | 0 .../cmsis/sam3n/include/component/component_rtt.h | 0 .../cmsis/sam3n/include/component/component_spi.h | 0 .../cmsis/sam3n/include/component/component_supc.h | 0 .../cmsis/sam3n/include/component/component_tc.h | 0 .../cmsis/sam3n/include/component/component_twi.h | 0 .../cmsis/sam3n/include/component/component_uart.h | 0 .../cmsis/sam3n/include/component/component_usart.h | 0 .../cmsis/sam3n/include/component/component_wdt.h | 0 .../cmsis/sam3n/include/instance/instance_adc.h | 0 .../cmsis/sam3n/include/instance/instance_chipid.h | 0 .../cmsis/sam3n/include/instance/instance_dacc.h | 0 .../cmsis/sam3n/include/instance/instance_efc.h | 0 .../cmsis/sam3n/include/instance/instance_gpbr.h | 0 .../cmsis/sam3n/include/instance/instance_matrix.h | 0 .../cmsis/sam3n/include/instance/instance_pioa.h | 0 .../cmsis/sam3n/include/instance/instance_piob.h | 0 .../cmsis/sam3n/include/instance/instance_pioc.h | 0 .../cmsis/sam3n/include/instance/instance_pmc.h | 0 .../cmsis/sam3n/include/instance/instance_pwm.h | 0 .../cmsis/sam3n/include/instance/instance_rstc.h | 0 .../cmsis/sam3n/include/instance/instance_rtc.h | 0 .../cmsis/sam3n/include/instance/instance_rtt.h | 0 .../cmsis/sam3n/include/instance/instance_spi.h | 0 .../cmsis/sam3n/include/instance/instance_supc.h | 0 .../cmsis/sam3n/include/instance/instance_tc0.h | 0 .../cmsis/sam3n/include/instance/instance_tc1.h | 0 .../cmsis/sam3n/include/instance/instance_twi0.h | 0 .../cmsis/sam3n/include/instance/instance_twi1.h | 0 .../cmsis/sam3n/include/instance/instance_uart0.h | 0 .../cmsis/sam3n/include/instance/instance_uart1.h | 0 .../cmsis/sam3n/include/instance/instance_usart0.h | 0 .../cmsis/sam3n/include/instance/instance_usart1.h | 0 .../cmsis/sam3n/include/instance/instance_wdt.h | 0 .../libsam/cmsis/sam3n/include/pio/pio_sam3n1a.h | 0 .../libsam/cmsis/sam3n/include/pio/pio_sam3n1b.h | 0 .../libsam/cmsis/sam3n/include/pio/pio_sam3n1c.h | 0 .../libsam/cmsis/sam3n/include/pio/pio_sam3n2a.h | 0 .../libsam/cmsis/sam3n/include/pio/pio_sam3n2b.h | 0 .../libsam/cmsis/sam3n/include/pio/pio_sam3n2c.h | 0 .../libsam/cmsis/sam3n/include/pio/pio_sam3n4a.h | 0 .../libsam/cmsis/sam3n/include/pio/pio_sam3n4b.h | 0 .../libsam/cmsis/sam3n/include/pio/pio_sam3n4c.h | 0 .../sam/system/libsam/cmsis/sam3n/include/sam3n.h | 0 .../sam/system/libsam/cmsis/sam3n/include/sam3n1a.h | 0 .../sam/system/libsam/cmsis/sam3n/include/sam3n1b.h | 0 .../sam/system/libsam/cmsis/sam3n/include/sam3n1c.h | 0 .../sam/system/libsam/cmsis/sam3n/include/sam3n2a.h | 0 .../sam/system/libsam/cmsis/sam3n/include/sam3n2b.h | 0 .../sam/system/libsam/cmsis/sam3n/include/sam3n2c.h | 0 .../sam/system/libsam/cmsis/sam3n/include/sam3n4a.h | 0 .../sam/system/libsam/cmsis/sam3n/include/sam3n4b.h | 0 .../sam/system/libsam/cmsis/sam3n/include/sam3n4c.h | 0 .../cmsis/sam3n/source/templates/exceptions.c | 0 .../cmsis/sam3n/source/templates/exceptions.h | 0 .../sam3n/source/templates/gcc/startup_sam3n.c | 0 .../sam3n/source/templates/iar/startup_sam3n.c | 0 .../cmsis/sam3n/source/templates/system_sam3n.c | 0 .../cmsis/sam3n/source/templates/system_sam3n.h | 0 .../cmsis/sam3s/include/component/component_acc.h | 0 .../cmsis/sam3s/include/component/component_adc.h | 0 .../sam3s/include/component/component_chipid.h | 0 .../cmsis/sam3s/include/component/component_crccu.h | 0 .../cmsis/sam3s/include/component/component_dacc.h | 0 .../cmsis/sam3s/include/component/component_efc.h | 0 .../cmsis/sam3s/include/component/component_gpbr.h | 0 .../cmsis/sam3s/include/component/component_hsmci.h | 0 .../sam3s/include/component/component_matrix.h | 0 .../cmsis/sam3s/include/component/component_pdc.h | 0 .../cmsis/sam3s/include/component/component_pio.h | 0 .../cmsis/sam3s/include/component/component_pmc.h | 0 .../cmsis/sam3s/include/component/component_pwm.h | 0 .../cmsis/sam3s/include/component/component_rstc.h | 0 .../cmsis/sam3s/include/component/component_rtc.h | 0 .../cmsis/sam3s/include/component/component_rtt.h | 0 .../cmsis/sam3s/include/component/component_smc.h | 0 .../cmsis/sam3s/include/component/component_spi.h | 0 .../cmsis/sam3s/include/component/component_ssc.h | 0 .../cmsis/sam3s/include/component/component_supc.h | 0 .../cmsis/sam3s/include/component/component_tc.h | 0 .../cmsis/sam3s/include/component/component_twi.h | 0 .../cmsis/sam3s/include/component/component_uart.h | 0 .../cmsis/sam3s/include/component/component_udp.h | 0 .../cmsis/sam3s/include/component/component_usart.h | 0 .../cmsis/sam3s/include/component/component_wdt.h | 0 .../cmsis/sam3s/include/instance/instance_acc.h | 0 .../cmsis/sam3s/include/instance/instance_adc.h | 0 .../cmsis/sam3s/include/instance/instance_chipid.h | 0 .../cmsis/sam3s/include/instance/instance_crccu.h | 0 .../cmsis/sam3s/include/instance/instance_dacc.h | 0 .../cmsis/sam3s/include/instance/instance_efc.h | 0 .../cmsis/sam3s/include/instance/instance_gpbr.h | 0 .../cmsis/sam3s/include/instance/instance_hsmci.h | 0 .../cmsis/sam3s/include/instance/instance_matrix.h | 0 .../cmsis/sam3s/include/instance/instance_pioa.h | 0 .../cmsis/sam3s/include/instance/instance_piob.h | 0 .../cmsis/sam3s/include/instance/instance_pioc.h | 0 .../cmsis/sam3s/include/instance/instance_pmc.h | 0 .../cmsis/sam3s/include/instance/instance_pwm.h | 0 .../cmsis/sam3s/include/instance/instance_rstc.h | 0 .../cmsis/sam3s/include/instance/instance_rtc.h | 0 .../cmsis/sam3s/include/instance/instance_rtt.h | 0 .../cmsis/sam3s/include/instance/instance_smc.h | 0 .../cmsis/sam3s/include/instance/instance_spi.h | 0 .../cmsis/sam3s/include/instance/instance_ssc.h | 0 .../cmsis/sam3s/include/instance/instance_supc.h | 0 .../cmsis/sam3s/include/instance/instance_tc0.h | 0 .../cmsis/sam3s/include/instance/instance_tc1.h | 0 .../cmsis/sam3s/include/instance/instance_twi0.h | 0 .../cmsis/sam3s/include/instance/instance_twi1.h | 0 .../cmsis/sam3s/include/instance/instance_uart0.h | 0 .../cmsis/sam3s/include/instance/instance_uart1.h | 0 .../cmsis/sam3s/include/instance/instance_udp.h | 0 .../cmsis/sam3s/include/instance/instance_usart0.h | 0 .../cmsis/sam3s/include/instance/instance_usart1.h | 0 .../cmsis/sam3s/include/instance/instance_wdt.h | 0 .../libsam/cmsis/sam3s/include/pio/pio_sam3s1a.h | 0 .../libsam/cmsis/sam3s/include/pio/pio_sam3s1b.h | 0 .../libsam/cmsis/sam3s/include/pio/pio_sam3s1c.h | 0 .../libsam/cmsis/sam3s/include/pio/pio_sam3s2a.h | 0 .../libsam/cmsis/sam3s/include/pio/pio_sam3s2b.h | 0 .../libsam/cmsis/sam3s/include/pio/pio_sam3s2c.h | 0 .../libsam/cmsis/sam3s/include/pio/pio_sam3s4a.h | 0 .../libsam/cmsis/sam3s/include/pio/pio_sam3s4b.h | 0 .../libsam/cmsis/sam3s/include/pio/pio_sam3s4c.h | 0 .../sam/system/libsam/cmsis/sam3s/include/sam3s.h | 0 .../sam/system/libsam/cmsis/sam3s/include/sam3s1a.h | 0 .../sam/system/libsam/cmsis/sam3s/include/sam3s1b.h | 0 .../sam/system/libsam/cmsis/sam3s/include/sam3s1c.h | 0 .../sam/system/libsam/cmsis/sam3s/include/sam3s2a.h | 0 .../sam/system/libsam/cmsis/sam3s/include/sam3s2b.h | 0 .../sam/system/libsam/cmsis/sam3s/include/sam3s2c.h | 0 .../sam/system/libsam/cmsis/sam3s/include/sam3s4a.h | 0 .../sam/system/libsam/cmsis/sam3s/include/sam3s4b.h | 0 .../sam/system/libsam/cmsis/sam3s/include/sam3s4c.h | 0 .../cmsis/sam3s/source/templates/exceptions.c | 0 .../cmsis/sam3s/source/templates/exceptions.h | 0 .../sam3s/source/templates/gcc/startup_sam3s.c | 0 .../sam3s/source/templates/iar/startup_sam3s.c | 0 .../cmsis/sam3s/source/templates/system_sam3s.c | 0 .../cmsis/sam3s/source/templates/system_sam3s.h | 0 .../cmsis/sam3sd8/include/component/component_acc.h | 0 .../cmsis/sam3sd8/include/component/component_adc.h | 0 .../sam3sd8/include/component/component_chipid.h | 0 .../sam3sd8/include/component/component_crccu.h | 0 .../sam3sd8/include/component/component_dacc.h | 0 .../cmsis/sam3sd8/include/component/component_efc.h | 0 .../sam3sd8/include/component/component_gpbr.h | 0 .../sam3sd8/include/component/component_hsmci.h | 0 .../sam3sd8/include/component/component_matrix.h | 0 .../cmsis/sam3sd8/include/component/component_pdc.h | 0 .../cmsis/sam3sd8/include/component/component_pio.h | 0 .../cmsis/sam3sd8/include/component/component_pmc.h | 0 .../cmsis/sam3sd8/include/component/component_pwm.h | 0 .../sam3sd8/include/component/component_rstc.h | 0 .../cmsis/sam3sd8/include/component/component_rtc.h | 0 .../cmsis/sam3sd8/include/component/component_rtt.h | 0 .../cmsis/sam3sd8/include/component/component_smc.h | 0 .../cmsis/sam3sd8/include/component/component_spi.h | 0 .../cmsis/sam3sd8/include/component/component_ssc.h | 0 .../sam3sd8/include/component/component_supc.h | 0 .../cmsis/sam3sd8/include/component/component_tc.h | 0 .../cmsis/sam3sd8/include/component/component_twi.h | 0 .../sam3sd8/include/component/component_uart.h | 0 .../cmsis/sam3sd8/include/component/component_udp.h | 0 .../sam3sd8/include/component/component_usart.h | 0 .../cmsis/sam3sd8/include/component/component_wdt.h | 0 .../cmsis/sam3sd8/include/instance/instance_acc.h | 0 .../cmsis/sam3sd8/include/instance/instance_adc.h | 0 .../sam3sd8/include/instance/instance_chipid.h | 0 .../cmsis/sam3sd8/include/instance/instance_crccu.h | 0 .../cmsis/sam3sd8/include/instance/instance_dacc.h | 0 .../cmsis/sam3sd8/include/instance/instance_efc.h | 0 .../cmsis/sam3sd8/include/instance/instance_gpbr.h | 0 .../cmsis/sam3sd8/include/instance/instance_hsmci.h | 0 .../sam3sd8/include/instance/instance_matrix.h | 0 .../cmsis/sam3sd8/include/instance/instance_pioa.h | 0 .../cmsis/sam3sd8/include/instance/instance_piob.h | 0 .../cmsis/sam3sd8/include/instance/instance_pioc.h | 0 .../cmsis/sam3sd8/include/instance/instance_pmc.h | 0 .../cmsis/sam3sd8/include/instance/instance_pwm.h | 0 .../cmsis/sam3sd8/include/instance/instance_rstc.h | 0 .../cmsis/sam3sd8/include/instance/instance_rtc.h | 0 .../cmsis/sam3sd8/include/instance/instance_rtt.h | 0 .../cmsis/sam3sd8/include/instance/instance_smc.h | 0 .../cmsis/sam3sd8/include/instance/instance_spi.h | 0 .../cmsis/sam3sd8/include/instance/instance_ssc.h | 0 .../cmsis/sam3sd8/include/instance/instance_supc.h | 0 .../cmsis/sam3sd8/include/instance/instance_tc0.h | 0 .../cmsis/sam3sd8/include/instance/instance_tc1.h | 0 .../cmsis/sam3sd8/include/instance/instance_twi0.h | 0 .../cmsis/sam3sd8/include/instance/instance_twi1.h | 0 .../cmsis/sam3sd8/include/instance/instance_uart0.h | 0 .../cmsis/sam3sd8/include/instance/instance_uart1.h | 0 .../cmsis/sam3sd8/include/instance/instance_udp.h | 0 .../sam3sd8/include/instance/instance_usart0.h | 0 .../sam3sd8/include/instance/instance_usart1.h | 0 .../sam3sd8/include/instance/instance_usart2.h | 0 .../cmsis/sam3sd8/include/instance/instance_wdt.h | 0 .../libsam/cmsis/sam3sd8/include/pio/pio_sam3s8a.h | 0 .../libsam/cmsis/sam3sd8/include/pio/pio_sam3s8b.h | 0 .../libsam/cmsis/sam3sd8/include/pio/pio_sam3s8c.h | 0 .../libsam/cmsis/sam3sd8/include/pio/pio_sam3sd8a.h | 0 .../libsam/cmsis/sam3sd8/include/pio/pio_sam3sd8b.h | 0 .../libsam/cmsis/sam3sd8/include/pio/pio_sam3sd8c.h | 0 .../system/libsam/cmsis/sam3sd8/include/sam3s8.h | 0 .../system/libsam/cmsis/sam3sd8/include/sam3s8a.h | 0 .../system/libsam/cmsis/sam3sd8/include/sam3s8b.h | 0 .../system/libsam/cmsis/sam3sd8/include/sam3s8c.h | 0 .../system/libsam/cmsis/sam3sd8/include/sam3sd8a.h | 0 .../system/libsam/cmsis/sam3sd8/include/sam3sd8b.h | 0 .../system/libsam/cmsis/sam3sd8/include/sam3sd8c.h | 0 .../cmsis/sam3sd8/source/templates/exceptions.c | 0 .../cmsis/sam3sd8/source/templates/exceptions.h | 0 .../sam3sd8/source/templates/gcc/startup_sam3sd8.c | 0 .../sam3sd8/source/templates/iar/startup_sam3sd8.c | 0 .../cmsis/sam3sd8/source/templates/system_sam3sd8.c | 0 .../cmsis/sam3sd8/source/templates/system_sam3sd8.h | 0 .../cmsis/sam3u/include/component/component_adc.h | 0 .../sam3u/include/component/component_adc12b.h | 0 .../sam3u/include/component/component_chipid.h | 0 .../cmsis/sam3u/include/component/component_dmac.h | 0 .../cmsis/sam3u/include/component/component_efc.h | 0 .../cmsis/sam3u/include/component/component_gpbr.h | 0 .../cmsis/sam3u/include/component/component_hsmci.h | 0 .../sam3u/include/component/component_matrix.h | 0 .../cmsis/sam3u/include/component/component_pdc.h | 0 .../cmsis/sam3u/include/component/component_pio.h | 0 .../cmsis/sam3u/include/component/component_pmc.h | 0 .../cmsis/sam3u/include/component/component_pwm.h | 0 .../cmsis/sam3u/include/component/component_rstc.h | 0 .../cmsis/sam3u/include/component/component_rtc.h | 0 .../cmsis/sam3u/include/component/component_rtt.h | 0 .../cmsis/sam3u/include/component/component_smc.h | 0 .../cmsis/sam3u/include/component/component_spi.h | 0 .../cmsis/sam3u/include/component/component_ssc.h | 0 .../cmsis/sam3u/include/component/component_supc.h | 0 .../cmsis/sam3u/include/component/component_tc.h | 0 .../cmsis/sam3u/include/component/component_twi.h | 0 .../cmsis/sam3u/include/component/component_uart.h | 0 .../cmsis/sam3u/include/component/component_udphs.h | 0 .../cmsis/sam3u/include/component/component_usart.h | 0 .../cmsis/sam3u/include/component/component_wdt.h | 0 .../cmsis/sam3u/include/instance/instance_adc.h | 0 .../cmsis/sam3u/include/instance/instance_adc12b.h | 0 .../cmsis/sam3u/include/instance/instance_chipid.h | 0 .../cmsis/sam3u/include/instance/instance_dmac.h | 0 .../cmsis/sam3u/include/instance/instance_efc0.h | 0 .../cmsis/sam3u/include/instance/instance_efc1.h | 0 .../cmsis/sam3u/include/instance/instance_gpbr.h | 0 .../cmsis/sam3u/include/instance/instance_hsmci.h | 0 .../cmsis/sam3u/include/instance/instance_matrix.h | 0 .../cmsis/sam3u/include/instance/instance_pioa.h | 0 .../cmsis/sam3u/include/instance/instance_piob.h | 0 .../cmsis/sam3u/include/instance/instance_pioc.h | 0 .../cmsis/sam3u/include/instance/instance_pmc.h | 0 .../cmsis/sam3u/include/instance/instance_pwm.h | 0 .../cmsis/sam3u/include/instance/instance_rstc.h | 0 .../cmsis/sam3u/include/instance/instance_rtc.h | 0 .../cmsis/sam3u/include/instance/instance_rtt.h | 0 .../cmsis/sam3u/include/instance/instance_smc.h | 0 .../cmsis/sam3u/include/instance/instance_spi.h | 0 .../cmsis/sam3u/include/instance/instance_ssc.h | 0 .../cmsis/sam3u/include/instance/instance_supc.h | 0 .../cmsis/sam3u/include/instance/instance_tc0.h | 0 .../cmsis/sam3u/include/instance/instance_twi0.h | 0 .../cmsis/sam3u/include/instance/instance_twi1.h | 0 .../cmsis/sam3u/include/instance/instance_uart.h | 0 .../cmsis/sam3u/include/instance/instance_udphs.h | 0 .../cmsis/sam3u/include/instance/instance_usart0.h | 0 .../cmsis/sam3u/include/instance/instance_usart1.h | 0 .../cmsis/sam3u/include/instance/instance_usart2.h | 0 .../cmsis/sam3u/include/instance/instance_usart3.h | 0 .../cmsis/sam3u/include/instance/instance_wdt.h | 0 .../libsam/cmsis/sam3u/include/pio/pio_sam3u1c.h | 0 .../libsam/cmsis/sam3u/include/pio/pio_sam3u1e.h | 0 .../libsam/cmsis/sam3u/include/pio/pio_sam3u2c.h | 0 .../libsam/cmsis/sam3u/include/pio/pio_sam3u2e.h | 0 .../libsam/cmsis/sam3u/include/pio/pio_sam3u4c.h | 0 .../libsam/cmsis/sam3u/include/pio/pio_sam3u4e.h | 0 .../sam/system/libsam/cmsis/sam3u/include/sam3u.h | 0 .../sam/system/libsam/cmsis/sam3u/include/sam3u1c.h | 0 .../sam/system/libsam/cmsis/sam3u/include/sam3u1e.h | 0 .../sam/system/libsam/cmsis/sam3u/include/sam3u2c.h | 0 .../sam/system/libsam/cmsis/sam3u/include/sam3u2e.h | 0 .../sam/system/libsam/cmsis/sam3u/include/sam3u4c.h | 0 .../sam/system/libsam/cmsis/sam3u/include/sam3u4e.h | 0 .../cmsis/sam3u/source/templates/exceptions.c | 0 .../cmsis/sam3u/source/templates/exceptions.h | 0 .../sam3u/source/templates/gcc/startup_sam3u.c | 0 .../sam3u/source/templates/iar/startup_sam3u.c | 0 .../cmsis/sam3u/source/templates/system_sam3u.c | 0 .../cmsis/sam3u/source/templates/system_sam3u.h | 0 .../cmsis/sam3xa/include/component/component_adc.h | 0 .../cmsis/sam3xa/include/component/component_can.h | 0 .../sam3xa/include/component/component_chipid.h | 0 .../cmsis/sam3xa/include/component/component_dacc.h | 0 .../cmsis/sam3xa/include/component/component_dmac.h | 0 .../cmsis/sam3xa/include/component/component_efc.h | 0 .../cmsis/sam3xa/include/component/component_emac.h | 0 .../cmsis/sam3xa/include/component/component_gpbr.h | 0 .../sam3xa/include/component/component_hsmci.h | 0 .../sam3xa/include/component/component_matrix.h | 0 .../cmsis/sam3xa/include/component/component_pdc.h | 0 .../cmsis/sam3xa/include/component/component_pio.h | 0 .../cmsis/sam3xa/include/component/component_pmc.h | 0 .../cmsis/sam3xa/include/component/component_pwm.h | 0 .../cmsis/sam3xa/include/component/component_rstc.h | 0 .../cmsis/sam3xa/include/component/component_rtc.h | 0 .../cmsis/sam3xa/include/component/component_rtt.h | 0 .../sam3xa/include/component/component_sdramc.h | 0 .../cmsis/sam3xa/include/component/component_smc.h | 0 .../cmsis/sam3xa/include/component/component_spi.h | 0 .../cmsis/sam3xa/include/component/component_ssc.h | 0 .../cmsis/sam3xa/include/component/component_supc.h | 0 .../cmsis/sam3xa/include/component/component_tc.h | 0 .../cmsis/sam3xa/include/component/component_trng.h | 0 .../cmsis/sam3xa/include/component/component_twi.h | 0 .../cmsis/sam3xa/include/component/component_uart.h | 0 .../sam3xa/include/component/component_uotghs.h | 0 .../sam3xa/include/component/component_usart.h | 0 .../cmsis/sam3xa/include/component/component_wdt.h | 0 .../cmsis/sam3xa/include/instance/instance_adc.h | 0 .../cmsis/sam3xa/include/instance/instance_can0.h | 0 .../cmsis/sam3xa/include/instance/instance_can1.h | 0 .../cmsis/sam3xa/include/instance/instance_chipid.h | 0 .../cmsis/sam3xa/include/instance/instance_dacc.h | 0 .../cmsis/sam3xa/include/instance/instance_dmac.h | 0 .../cmsis/sam3xa/include/instance/instance_efc0.h | 0 .../cmsis/sam3xa/include/instance/instance_efc1.h | 0 .../cmsis/sam3xa/include/instance/instance_emac.h | 0 .../cmsis/sam3xa/include/instance/instance_gpbr.h | 0 .../cmsis/sam3xa/include/instance/instance_hsmci.h | 0 .../cmsis/sam3xa/include/instance/instance_matrix.h | 0 .../cmsis/sam3xa/include/instance/instance_pioa.h | 0 .../cmsis/sam3xa/include/instance/instance_piob.h | 0 .../cmsis/sam3xa/include/instance/instance_pioc.h | 0 .../cmsis/sam3xa/include/instance/instance_piod.h | 0 .../cmsis/sam3xa/include/instance/instance_pioe.h | 0 .../cmsis/sam3xa/include/instance/instance_piof.h | 0 .../cmsis/sam3xa/include/instance/instance_pmc.h | 0 .../cmsis/sam3xa/include/instance/instance_pwm.h | 0 .../cmsis/sam3xa/include/instance/instance_rstc.h | 0 .../cmsis/sam3xa/include/instance/instance_rtc.h | 0 .../cmsis/sam3xa/include/instance/instance_rtt.h | 0 .../cmsis/sam3xa/include/instance/instance_sdramc.h | 0 .../cmsis/sam3xa/include/instance/instance_smc.h | 0 .../cmsis/sam3xa/include/instance/instance_spi0.h | 0 .../cmsis/sam3xa/include/instance/instance_spi1.h | 0 .../cmsis/sam3xa/include/instance/instance_ssc.h | 0 .../cmsis/sam3xa/include/instance/instance_supc.h | 0 .../cmsis/sam3xa/include/instance/instance_tc0.h | 0 .../cmsis/sam3xa/include/instance/instance_tc1.h | 0 .../cmsis/sam3xa/include/instance/instance_tc2.h | 0 .../cmsis/sam3xa/include/instance/instance_trng.h | 0 .../cmsis/sam3xa/include/instance/instance_twi0.h | 0 .../cmsis/sam3xa/include/instance/instance_twi1.h | 0 .../cmsis/sam3xa/include/instance/instance_uart.h | 0 .../cmsis/sam3xa/include/instance/instance_uotghs.h | 0 .../cmsis/sam3xa/include/instance/instance_usart0.h | 0 .../cmsis/sam3xa/include/instance/instance_usart1.h | 0 .../cmsis/sam3xa/include/instance/instance_usart2.h | 0 .../cmsis/sam3xa/include/instance/instance_usart3.h | 0 .../cmsis/sam3xa/include/instance/instance_wdt.h | 0 .../libsam/cmsis/sam3xa/include/pio/pio_sam3a2c.h | 0 .../libsam/cmsis/sam3xa/include/pio/pio_sam3a4c.h | 0 .../libsam/cmsis/sam3xa/include/pio/pio_sam3a8c.h | 0 .../libsam/cmsis/sam3xa/include/pio/pio_sam3x4c.h | 0 .../libsam/cmsis/sam3xa/include/pio/pio_sam3x4e.h | 0 .../libsam/cmsis/sam3xa/include/pio/pio_sam3x8c.h | 0 .../libsam/cmsis/sam3xa/include/pio/pio_sam3x8e.h | 0 .../libsam/cmsis/sam3xa/include/pio/pio_sam3x8h.h | 0 .../system/libsam/cmsis/sam3xa/include/sam3a2c.h | 0 .../system/libsam/cmsis/sam3xa/include/sam3a4c.h | 0 .../system/libsam/cmsis/sam3xa/include/sam3a8c.h | 0 .../system/libsam/cmsis/sam3xa/include/sam3x4c.h | 0 .../system/libsam/cmsis/sam3xa/include/sam3x4e.h | 0 .../system/libsam/cmsis/sam3xa/include/sam3x8c.h | 0 .../system/libsam/cmsis/sam3xa/include/sam3x8e.h | 0 .../system/libsam/cmsis/sam3xa/include/sam3x8h.h | 0 .../sam/system/libsam/cmsis/sam3xa/include/sam3xa.h | 0 .../cmsis/sam3xa/source/templates/exceptions.c | 0 .../cmsis/sam3xa/source/templates/exceptions.h | 0 .../sam3xa/source/templates/gcc/startup_sam3x.c | 0 .../sam3xa/source/templates/iar/startup_sam3x.c | 0 .../cmsis/sam3xa/source/templates/system_sam3x.c | 0 .../cmsis/sam3xa/source/templates/system_sam3x.h | 0 .../{ => arduino}/sam/system/libsam/include/adc.h | 0 .../sam/system/libsam/include/adc10_sam3u.h | 0 .../sam/system/libsam/include/adc12_sam3u.h | 0 .../sam/system/libsam/include/adc_sam3snxa.h | 0 .../{ => arduino}/sam/system/libsam/include/pio.h | 0 .../sam/system/libsam/include/pio_it.h | 0 .../{ => arduino}/sam/system/libsam/include/pmc.h | 0 .../{ => arduino}/sam/system/libsam/include/pwmc.h | 0 .../{ => arduino}/sam/system/libsam/include/rtc.h | 0 .../{ => arduino}/sam/system/libsam/include/rtt.h | 0 .../{ => arduino}/sam/system/libsam/include/sam.h | 0 .../{ => arduino}/sam/system/libsam/include/sam3.h | 0 .../{ => arduino}/sam/system/libsam/include/spi.h | 0 .../{ => arduino}/sam/system/libsam/include/tc.h | 0 .../sam/system/libsam/include/timetick.h | 0 .../{ => arduino}/sam/system/libsam/include/twi.h | 0 .../{ => arduino}/sam/system/libsam/include/usart.h | 0 .../{ => arduino}/sam/system/libsam/include/wdt.h | 0 hardware/{ => arduino}/sam/system/libsam/readme.txt | 0 .../sam/system/libsam/source/adc10_sam3u.c | 0 .../sam/system/libsam/source/adc12_sam3u.c | 0 .../sam/system/libsam/source/adc_sam3snxa.c | 0 .../{ => arduino}/sam/system/libsam/source/pio.c | 0 .../sam/system/libsam/source/pio_it.c.disabled | 0 .../{ => arduino}/sam/system/libsam/source/pmc.c | 0 .../{ => arduino}/sam/system/libsam/source/pwmc.c | 0 .../{ => arduino}/sam/system/libsam/source/rtc.c | 0 .../{ => arduino}/sam/system/libsam/source/rtt.c | 0 .../{ => arduino}/sam/system/libsam/source/spi.c | 0 .../{ => arduino}/sam/system/libsam/source/tc.c | 0 .../sam/system/libsam/source/timetick.c | 0 .../{ => arduino}/sam/system/libsam/source/twi.c | 0 .../{ => arduino}/sam/system/libsam/source/usart.c | 0 .../{ => arduino}/sam/system/libsam/source/wdt.c | 0 .../sam/variants/arduino_due/1661fa.pdf | Bin .../sam/variants/arduino_due/Arduino_ZZZ_U01.pdf | Bin .../sam/variants/arduino_due/build_gcc/Makefile | 0 .../sam/variants/arduino_due/build_gcc/debug.mk | 0 .../sam/variants/arduino_due/build_gcc/gcc.mk | 0 .../arduino_due/build_gcc/libvariant_arduino_due.mk | 0 .../sam/variants/arduino_due/build_gcc/release.mk | 0 .../debug_scripts/gcc/arduino_due_flash.gdb | 0 .../debug_scripts/gcc/arduino_due_sram.gdb | 0 .../debug_scripts/iar/arduino_due_flash.mac | 0 .../debug_scripts/iar/arduino_due_sram.mac | 0 .../arduino_due/linker_scripts/gcc/flash.ld | 0 .../variants/arduino_due/linker_scripts/gcc/sram.ld | 0 .../arduino_due/linker_scripts/iar/flash.icf | 0 .../arduino_due/linker_scripts/iar/sram.icf | 0 .../{ => arduino}/sam/variants/arduino_due/pins.xls | Bin .../sam/variants/arduino_due/variant.cpp | 0 .../sam/variants/arduino_due/variant.h | 0 .../sam/variants/sam3s_ek/SAM3S-EK_REVB.pdf | Bin .../sam/variants/sam3s_ek/build_gcc/Makefile | 0 .../sam/variants/sam3s_ek/build_gcc/debug.mk | 0 .../sam/variants/sam3s_ek/build_gcc/gcc.mk | 0 .../sam3s_ek/build_gcc/libvariant_sam3s_ek.mk | 0 .../sam/variants/sam3s_ek/build_gcc/release.mk | 0 .../sam3s_ek/build_iar/libvariant_sam3s_ek.ewd | 0 .../sam3s_ek/build_iar/libvariant_sam3s_ek.ewp | 0 .../sam3s_ek/debug_scripts/gcc/sam3s_ek_flash.gdb | 0 .../sam3s_ek/debug_scripts/gcc/sam3s_ek_sram.gdb | 0 .../sam3s_ek/debug_scripts/iar/sam3s_ek_flash.mac | 0 .../sam3s_ek/debug_scripts/iar/sam3s_ek_sram.mac | 0 .../sam/variants/sam3s_ek/linker_scripts/README.txt | 0 .../variants/sam3s_ek/linker_scripts/gcc/flash.ld | 0 .../sam3s_ek/linker_scripts/gcc/flash_arduino.ld | 0 .../linker_scripts/gcc/flash_arduino_bootloader.ld | 0 .../variants/sam3s_ek/linker_scripts/gcc/sram.ld | 0 .../sam3s_ek/linker_scripts/iar/sam3s_ek_flash.icf | 0 .../sam3s_ek/linker_scripts/iar/sam3s_ek_sram.icf | 0 .../{ => arduino}/sam/variants/sam3s_ek/variant.cpp | 0 .../{ => arduino}/sam/variants/sam3s_ek/variant.h | 0 .../sam/variants/sam3u_ek/SAM3U-EK_REVC.pdf | Bin .../sam/variants/sam3u_ek/build_gcc/Makefile | 0 .../sam/variants/sam3u_ek/build_gcc/debug.mk | 0 .../sam/variants/sam3u_ek/build_gcc/gcc.mk | 0 .../sam3u_ek/build_gcc/libvariant_sam3u_ek.mk | 0 .../sam/variants/sam3u_ek/build_gcc/release.mk | 0 .../sam3u_ek/debug_scripts/gcc/sam3u_ek_flash.gdb | 0 .../sam3u_ek/debug_scripts/gcc/sam3u_ek_sram.gdb | 0 .../sam3u_ek/debug_scripts/iar/sam3u_ek_flash.mac | 0 .../sam3u_ek/debug_scripts/iar/sam3u_ek_sram.mac | 0 .../variants/sam3u_ek/linker_scripts/gcc/flash.ld | 0 .../variants/sam3u_ek/linker_scripts/gcc/sram.ld | 0 .../variants/sam3u_ek/linker_scripts/iar/flash.icf | 0 .../variants/sam3u_ek/linker_scripts/iar/sram.icf | 0 .../{ => arduino}/sam/variants/sam3u_ek/pins.xls | Bin .../{ => arduino}/sam/variants/sam3u_ek/variant.cpp | 0 .../{ => arduino}/sam/variants/sam3u_ek/variant.h | 0 1929 files changed, 0 insertions(+), 0 deletions(-) rename hardware/{ => arduino}/sam/boards.txt (100%) rename hardware/{ => arduino}/sam/bootloaders/sam3_samba/linker_script/flash.ld (100%) rename hardware/{ => arduino}/sam/cores/sam/Arduino.h (100%) rename hardware/{ => arduino}/sam/cores/sam/CDC.cpp (100%) rename hardware/{ => arduino}/sam/cores/sam/HID.cpp (100%) rename hardware/{ => arduino}/sam/cores/sam/HOWTO - compiling a project.txt (100%) rename hardware/{ => arduino}/sam/cores/sam/HardwareSerial.h (100%) rename hardware/{ => arduino}/sam/cores/sam/Platform.h (100%) rename hardware/{ => arduino}/sam/cores/sam/Print.cpp (100%) rename hardware/{ => arduino}/sam/cores/sam/Print.h (100%) rename hardware/{ => arduino}/sam/cores/sam/RingBuffer.cpp (100%) rename hardware/{ => arduino}/sam/cores/sam/RingBuffer.h (100%) rename hardware/{ => arduino}/sam/cores/sam/Stream.h (100%) rename hardware/{ => arduino}/sam/cores/sam/Tone.cpp.disabled (100%) rename hardware/{ => arduino}/sam/cores/sam/Tone.h (100%) rename hardware/{ => arduino}/sam/cores/sam/UARTClass.cpp (100%) rename hardware/{ => arduino}/sam/cores/sam/UARTClass.h (100%) rename hardware/{ => arduino}/sam/cores/sam/USARTClass.cpp (100%) rename hardware/{ => arduino}/sam/cores/sam/USARTClass.h (100%) rename hardware/{ => arduino}/sam/cores/sam/USBAPI.h (100%) rename hardware/{ => arduino}/sam/cores/sam/USBCore.cpp (100%) rename hardware/{ => arduino}/sam/cores/sam/USBCore.h (100%) rename hardware/{ => arduino}/sam/cores/sam/USBDesc.h (100%) rename hardware/{ => arduino}/sam/cores/sam/USB_driver.cpp (100%) rename hardware/{ => arduino}/sam/cores/sam/USB_driver.h (100%) rename hardware/{ => arduino}/sam/cores/sam/WCharacter.h (100%) rename hardware/{ => arduino}/sam/cores/sam/WInterrupts.c (100%) rename hardware/{ => arduino}/sam/cores/sam/WInterrupts.h (100%) rename hardware/{ => arduino}/sam/cores/sam/WMath.cpp (100%) rename hardware/{ => arduino}/sam/cores/sam/WMath.h (100%) rename hardware/{ => arduino}/sam/cores/sam/WString.cpp (100%) rename hardware/{ => arduino}/sam/cores/sam/WString.h (100%) rename hardware/{ => arduino}/sam/cores/sam/binary.h (100%) rename hardware/{ => arduino}/sam/cores/sam/build_gcc/Makefile (100%) rename hardware/{ => arduino}/sam/cores/sam/build_gcc/debug.mk (100%) rename hardware/{ => arduino}/sam/cores/sam/build_gcc/gcc.mk (100%) rename hardware/{ => arduino}/sam/cores/sam/build_gcc/libarduino_arduino_due.mk (100%) rename hardware/{ => arduino}/sam/cores/sam/build_gcc/libarduino_sam3s_ek.mk (100%) rename hardware/{ => arduino}/sam/cores/sam/build_gcc/libarduino_sam3u_ek.mk (100%) rename hardware/{ => arduino}/sam/cores/sam/build_gcc/release.mk (100%) rename hardware/{ => arduino}/sam/cores/sam/build_iar/libarduino.ewd (100%) rename hardware/{ => arduino}/sam/cores/sam/build_iar/libarduino.ewp (100%) rename hardware/{ => arduino}/sam/cores/sam/cortex_handlers.c (100%) rename hardware/{ => arduino}/sam/cores/sam/cxxabi-compat.cpp (100%) rename hardware/{ => arduino}/sam/cores/sam/iar_calls_sam3.c (100%) rename hardware/{ => arduino}/sam/cores/sam/itoa.c (100%) rename hardware/{ => arduino}/sam/cores/sam/itoa.h (100%) rename hardware/{ => arduino}/sam/cores/sam/main.cpp (100%) rename hardware/{ => arduino}/sam/cores/sam/prod_test_due/build_gcc/Makefile (100%) rename hardware/{ => arduino}/sam/cores/sam/prod_test_due/build_gcc/debug.mk (100%) rename hardware/{ => arduino}/sam/cores/sam/prod_test_due/build_gcc/gcc.mk (100%) rename hardware/{ => arduino}/sam/cores/sam/prod_test_due/build_gcc/prod_test_due.mk (100%) rename hardware/{ => arduino}/sam/cores/sam/prod_test_due/build_gcc/release.mk (100%) rename hardware/{ => arduino}/sam/cores/sam/prod_test_due/build_iar/prod_test_due.ewd (100%) rename hardware/{ => arduino}/sam/cores/sam/prod_test_due/build_iar/prod_test_due.ewp (100%) rename hardware/{ => arduino}/sam/cores/sam/prod_test_due/main.cpp (100%) rename hardware/{ => arduino}/sam/cores/sam/syscalls.h (100%) rename hardware/{ => arduino}/sam/cores/sam/syscalls_sam3.c (100%) rename hardware/{ => arduino}/sam/cores/sam/validation/build_gcc/Makefile (100%) rename hardware/{ => arduino}/sam/cores/sam/validation/build_gcc/debug.mk (100%) rename hardware/{ => arduino}/sam/cores/sam/validation/build_gcc/gcc.mk (100%) rename hardware/{ => arduino}/sam/cores/sam/validation/build_gcc/release.mk (100%) rename hardware/{ => arduino}/sam/cores/sam/validation/build_gcc/test.mk (100%) rename hardware/{ => arduino}/sam/cores/sam/validation/build_iar/test.ewd (100%) rename hardware/{ => arduino}/sam/cores/sam/validation/build_iar/test.ewp (100%) rename hardware/{ => arduino}/sam/cores/sam/validation/test.cpp (100%) rename hardware/{ => arduino}/sam/cores/sam/wiring.c (100%) rename hardware/{ => arduino}/sam/cores/sam/wiring.h (100%) rename hardware/{ => arduino}/sam/cores/sam/wiring_analog.c (100%) rename hardware/{ => arduino}/sam/cores/sam/wiring_analog.h (100%) rename hardware/{ => arduino}/sam/cores/sam/wiring_constants.h (100%) rename hardware/{ => arduino}/sam/cores/sam/wiring_digital.c (100%) rename hardware/{ => arduino}/sam/cores/sam/wiring_digital.h (100%) rename hardware/{ => arduino}/sam/cores/sam/wiring_private.h (100%) rename hardware/{ => arduino}/sam/cores/sam/wiring_pulse.cpp (100%) rename hardware/{ => arduino}/sam/cores/sam/wiring_pulse.h (100%) rename hardware/{ => arduino}/sam/cores/sam/wiring_shift.c (100%) rename hardware/{ => arduino}/sam/cores/sam/wiring_shift.h (100%) rename hardware/{ => arduino}/sam/libraries/SPI/SPI.cpp (100%) rename hardware/{ => arduino}/sam/libraries/SPI/SPI.h (100%) rename hardware/{ => arduino}/sam/libraries/SPI/examples/BarometricPressureSensor/BarometricPressureSensor.pde (100%) rename hardware/{ => arduino}/sam/libraries/SPI/examples/DigitalPotControl/DigitalPotControl.pde (100%) rename hardware/{ => arduino}/sam/libraries/SPI/keywords.txt (100%) rename hardware/{ => arduino}/sam/libraries/Wire/Wire.cpp (100%) rename hardware/{ => arduino}/sam/libraries/Wire/Wire.h (100%) rename hardware/{ => arduino}/sam/libraries/Wire/examples/SFRRanger_reader/SFRRanger_reader.pde (100%) rename hardware/{ => arduino}/sam/libraries/Wire/examples/digital_potentiometer/digital_potentiometer.pde (100%) rename hardware/{ => arduino}/sam/libraries/Wire/examples/master_reader/master_reader.pde (100%) rename hardware/{ => arduino}/sam/libraries/Wire/examples/master_writer/master_writer.pde (100%) rename hardware/{ => arduino}/sam/libraries/Wire/examples/slave_receiver/slave_receiver.pde (100%) rename hardware/{ => arduino}/sam/libraries/Wire/examples/slave_sender/slave_sender.pde (100%) rename hardware/{ => arduino}/sam/libraries/Wire/keywords.txt (100%) rename hardware/{sam/platforms.txt => arduino/sam/platform.txt} (100%) mode change 100755 => 100644 rename hardware/{ => arduino}/sam/programmers.txt (100%) rename hardware/{ => arduino}/sam/sam.bat (100%) rename hardware/{ => arduino}/sam/system/CMSIS/CMSIS END USER LICENCE AGREEMENT.pdf (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/Common/Include/math_helper.h (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/Common/Source/math_helper.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/arm_class_marks_example.ini (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/arm_cortexM0l_class_marks_example.uvopt (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/arm_cortexM0l_class_marks_example.uvproj (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/arm_cortexM3l_class_marks_example.uvopt (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/arm_cortexM3l_class_marks_example.uvproj (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/arm_cortexM4lf_class_marks_example.uvopt (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/arm_cortexM4lf_class_marks_example.uvproj (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/startup_ARMCM0.s (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/startup_ARMCM3.s (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/startup_ARMCM4.s (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/ARMCMx.ld (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/arm_class_marks_example.ini (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/arm_cortexM0l_class_marks_example.uvopt (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/arm_cortexM0l_class_marks_example.uvproj (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/arm_cortexM3l_class_marks_example.uvopt (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/arm_cortexM3l_class_marks_example.uvproj (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/arm_cortexM4lf_class_marks_example.uvopt (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/arm_cortexM4lf_class_marks_example.uvproj (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/startup_ARMCM0.s (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/startup_ARMCM3.s (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/startup_ARMCM4.s (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/arm_class_marks_example_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/system_ARMCM0.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/system_ARMCM3.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/system_ARMCM4.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/arm_convolution_example.ini (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/arm_cortexM0l_convolution_example.uvopt (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/arm_cortexM0l_convolution_example.uvproj (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/arm_cortexM3l_convolution_example.uvopt (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/arm_cortexM3l_convolution_example.uvproj (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/arm_cortexM4lf_convolution_example.uvopt (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/arm_cortexM4lf_convolution_example.uvproj (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/startup_ARMCM0.s (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/startup_ARMCM3.s (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/startup_ARMCM4.s (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/ARMCMx.ld (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/arm_convolution_example.ini (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/arm_cortexM0l_convolution_example.uvopt (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/arm_cortexM0l_convolution_example.uvproj (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/arm_cortexM3l_convolution_example.uvopt (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/arm_cortexM3l_convolution_example.uvproj (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/arm_cortexM4lf_convolution_example.uvopt (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/arm_cortexM4lf_convolution_example.uvproj (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/startup_ARMCM0.s (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/startup_ARMCM3.s (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/startup_ARMCM4.s (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/arm_convolution_example_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/system_ARMCM0.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/system_ARMCM3.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/system_ARMCM4.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/arm_cortexM0l_dotproduct_example.uvopt (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/arm_cortexM0l_dotproduct_example.uvproj (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/arm_cortexM3l_dotproduct_example.uvopt (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/arm_cortexM3l_dotproduct_example.uvproj (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/arm_cortexM4lf_dotproduct_example.uvopt (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/arm_cortexM4lf_dotproduct_example.uvproj (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/arm_dotproduct_example.ini (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/startup_ARMCM0.s (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/startup_ARMCM3.s (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/startup_ARMCM4.s (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/arm_dotproduct_example_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/system_ARMCM0.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/system_ARMCM3.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/system_ARMCM4.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/arm_cortexM0l_fft_bin_example.uvopt (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/arm_cortexM0l_fft_bin_example.uvproj (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/arm_cortexM3l_fft_bin_example.uvopt (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/arm_cortexM3l_fft_bin_example.uvproj (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/arm_cortexM4lf_fft_bin_example.uvopt (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/arm_cortexM4lf_fft_bin_example.uvproj (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/arm_fft_bin_example.ini (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/startup_ARMCM0.s (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/startup_ARMCM3.s (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/startup_ARMCM4.s (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/arm_fft_bin_data.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/arm_fft_bin_example_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/system_ARMCM0.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/system_ARMCM3.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/system_ARMCM4.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/arm_cortexM0l_fir_example.uvopt (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/arm_cortexM0l_fir_example.uvproj (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/arm_cortexM3l_fir_example.uvopt (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/arm_cortexM3l_fir_example.uvproj (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/arm_cortexM4lf_fir_example.uvopt (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/arm_cortexM4lf_fir_example.uvproj (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/arm_fir_example.ini (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/startup_ARMCM0.s (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/startup_ARMCM3.s (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/startup_ARMCM4.s (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/arm_fir_data.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/arm_fir_example_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/system_ARMCM0.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/system_ARMCM3.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/system_ARMCM4.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/arm_cortexM0l_graphic_equalizer_example.uvopt (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/arm_cortexM0l_graphic_equalizer_example.uvproj (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/arm_cortexM3l_graphic_equalizer_example.uvopt (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/arm_cortexM3l_graphic_equalizer_example.uvproj (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/arm_cortexM4lf_graphic_equalizer_example.uvopt (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/arm_cortexM4lf_graphic_equalizer_example.uvproj (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/arm_graphic_equalizer_example.ini (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/startup_ARMCM0.s (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/startup_ARMCM3.s (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/startup_ARMCM4.s (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/arm_graphic_equalizer_data.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/arm_graphic_equalizer_example_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/system_ARMCM0.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/system_ARMCM3.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/system_ARMCM4.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/arm_cortexM0l_linear_interp_example.uvopt (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/arm_cortexM0l_linear_interp_example.uvproj (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/arm_cortexM3l_linear_interp_example.uvopt (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/arm_cortexM3l_linear_interp_example.uvproj (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/arm_cortexM4lf_linear_interp_example.uvopt (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/arm_cortexM4lf_linear_interp_example.uvproj (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/arm_linear_interp_example.ini (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/startup_ARMCM0.s (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/startup_ARMCM3.s (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/startup_ARMCM4.s (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/arm_linear_interp_data.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/arm_linear_interp_example_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/system_ARMCM0.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/system_ARMCM3.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/system_ARMCM4.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/arm_cortexM0l_matrix_example.uvopt (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/arm_cortexM0l_matrix_example.uvproj (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/arm_cortexM3l_matrix_example.uvopt (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/arm_cortexM3l_matrix_example.uvproj (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/arm_cortexM4lf_matrix_example.uvopt (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/arm_cortexM4lf_matrix_example.uvproj (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/arm_matrix_example.ini (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/startup_ARMCM0.s (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/startup_ARMCM3.s (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/startup_ARMCM4.s (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/arm_matrix_example_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/system_ARMCM0.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/system_ARMCM3.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/system_ARMCM4.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/arm_cortexM0l_signal_converge_example.uvopt (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/arm_cortexM0l_signal_converge_example.uvproj (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/arm_cortexM3l_signal_converge_example.uvopt (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/arm_cortexM3l_signal_converge_example.uvproj (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/arm_cortexM4lf_signal_converge_example.uvopt (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/arm_cortexM4lf_signal_converge_example.uvproj (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/arm_signal_converge_example.ini (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/startup_ARMCM0.s (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/startup_ARMCM3.s (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/startup_ARMCM4.s (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/arm_signal_converge_data.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/arm_signal_converge_example_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/system_ARMCM0.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/system_ARMCM3.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/system_ARMCM4.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/arm_cortexM0l_sin_cos_example.uvopt (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/arm_cortexM0l_sin_cos_example.uvproj (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/arm_cortexM3l_sin_cos_example.uvopt (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/arm_cortexM3l_sin_cos_example.uvproj (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/arm_cortexM4lf_sin_cos_example.uvopt (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/arm_cortexM4lf_sin_cos_example.uvproj (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/arm_sin_cos_example.ini (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/startup_ARMCM0.s (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/startup_ARMCM3.s (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/startup_ARMCM4.s (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/arm_sin_cos_example_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/system_ARMCM0.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/system_ARMCM3.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/system_ARMCM4.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/arm_cortexM0l_variance_example.uvopt (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/arm_cortexM0l_variance_example.uvproj (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/arm_cortexM3l_variance_example.uvopt (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/arm_cortexM3l_variance_example.uvproj (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/arm_cortexM4lf_variance_example.uvopt (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/arm_cortexM4lf_variance_example.uvproj (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/arm_variance_example.ini (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/startup_ARMCM0.s (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/startup_ARMCM3.s (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/startup_ARMCM4.s (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/arm_variance_example_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/system_ARMCM0.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/system_ARMCM3.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/system_ARMCM4.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/ARM/arm_cortexM0x_math.uvopt (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/ARM/arm_cortexM0x_math.uvproj (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/ARM/arm_cortexM3x_math.uvopt (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/ARM/arm_cortexM3x_math.uvproj (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/ARM/arm_cortexM4x_math.uvopt (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/ARM/arm_cortexM4x_math.uvproj (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/ARM/arm_cortexMx_math_Build.bat (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q7.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q7.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q7.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q7.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q7.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q7.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q7.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q7.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q7.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/CommonTables/arm_common_tables.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_sin_cos_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_sin_cos_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sqrt_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sqrt_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_32x64_init_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_32x64_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_fast_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_fast_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_init_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_init_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_init_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df2T_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df2T_init_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_fast_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_fast_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_fast_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_fast_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_q7.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_q7.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_fast_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_fast_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_q7.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_fast_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_fast_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_init_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_init_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_init_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_fast_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_fast_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_q7.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_init_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_init_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_init_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_init_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_init_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_init_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_q7.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_q7.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_q7.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_init_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_init_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_init_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_init_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_init_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_init_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_init_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_init_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_init_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/GCC/arm_cortexM0x_math.uvopt (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/GCC/arm_cortexM0x_math.uvproj (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/GCC/arm_cortexM3x_math.uvopt (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/GCC/arm_cortexM3x_math.uvproj (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/GCC/arm_cortexM4x_math.uvopt (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/GCC/arm_cortexM4x_math.uvproj (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/GCC/arm_cortexMx_math_Build.bat (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_add_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_add_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_add_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_init_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_init_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_init_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_inverse_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_fast_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_fast_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_scale_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_scale_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_scale_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_sub_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_sub_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_sub_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_trans_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_trans_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_trans_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_q7.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_q7.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_q7.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_q7.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_rms_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_rms_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_rms_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_std_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_std_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_std_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_var_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_var_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_var_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_q7.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_q7.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_float_to_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_float_to_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_float_to_q7.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q15_to_float.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q15_to_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q15_to_q7.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q31_to_float.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q31_to_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q31_to_q7.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q7_to_float.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q7_to_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q7_to_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_init_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_init_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_init_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_init_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_init_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_init_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_init_f32.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_init_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_init_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_q15.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_q31.c (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/CMSIS-SVD_Schema_1_0.xsd (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/CMSIS_CM4_SIMD.htm (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/CMSIS_Core.htm (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/CMSIS_DebugSupport.htm (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/CMSIS_History.htm (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/CMSIS_Logo_Final.jpg (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/CMSIS_System_View_Description.htm (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/README.txt (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/Biquad.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/BiquadCascade.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/BiquadDF2Transposed.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/BiquadPostshift.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/CFFT.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/CFFTQ15.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/CFFTQ31.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/CIFFTQ15.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/CIFFTQ31.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/Convolution.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/ConvolutionEquation.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/CorrelateEquation.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/DCT4.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/DCT4Equation.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/FFTBin.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/FFTBinInput.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/FFTBinOutput.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/FIR.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/FIRDecimator.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/FIRInterpolator.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/FIRLPF_coeffs.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/FIRLPF_input.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/FIRLPF_output.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/FIRLPF_response.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/FIRLPF_signalflow.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/FIRLattice.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/FIRSparse.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/GEQ_allbandresponse.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/GEQ_bandresponse.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/GEQ_inputchirp.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/GEQ_outputchirp.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/GEQ_signalflow.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/IDCT4Equation.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/IIRLattice.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/LMS.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/LinearInterp.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/MatrixAddition.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/MatrixInverse.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/MatrixMultiplication.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/MatrixScale.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/MatrixSubtraction.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/MatrixTranspose.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/PID.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/RFFT.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/RFFTQ15.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/RFFTQ31.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/RIFFT.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/RIFFTQ15.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/RIFFTQ31.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/SignalFlow.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/Variance.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/annotated.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__abs__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__abs__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__abs__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__abs__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__abs__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__abs__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__abs__q7_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__abs__q7_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__add__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__add__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__add__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__add__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__add__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__add__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__add__q7_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__add__q7_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__32x64__init__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__32x64__init__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__32x64__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__32x64__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__fast__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__fast__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__fast__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__fast__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__init__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__init__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__init__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__init__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__init__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__init__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df2_t__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df2_t__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df2_t__init__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df2_t__init__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cfft__radix4__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cfft__radix4__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cfft__radix4__init__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cfft__radix4__init__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cfft__radix4__init__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cfft__radix4__init__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cfft__radix4__init__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cfft__radix4__init__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cfft__radix4__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cfft__radix4__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cfft__radix4__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cfft__radix4__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__class__marks__example__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__class__marks__example__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__conj__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__conj__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__conj__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__conj__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__conj__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__conj__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__dot__prod__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__dot__prod__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__dot__prod__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__dot__prod__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__dot__prod__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__dot__prod__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mag__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mag__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mag__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mag__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mag__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mag__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mag__squared__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mag__squared__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mag__squared__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mag__squared__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mag__squared__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mag__squared__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mult__cmplx__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mult__cmplx__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mult__cmplx__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mult__cmplx__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mult__cmplx__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mult__cmplx__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mult__real__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mult__real__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mult__real__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mult__real__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mult__real__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mult__real__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__common__tables_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__common__tables_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__fast__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__fast__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__fast__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__fast__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__partial__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__partial__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__partial__fast__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__partial__fast__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__partial__fast__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__partial__fast__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__partial__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__partial__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__partial__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__partial__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__partial__q7_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__partial__q7_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__q7_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__q7_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__convolution__example__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__convolution__example__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__copy__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__copy__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__copy__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__copy__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__copy__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__copy__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__copy__q7_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__copy__q7_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__correlate__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__correlate__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__correlate__fast__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__correlate__fast__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__correlate__fast__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__correlate__fast__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__correlate__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__correlate__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__correlate__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__correlate__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__correlate__q7_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__correlate__q7_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cos__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cos__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cos__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cos__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cos__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cos__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dct4__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dct4__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dct4__init__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dct4__init__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dct4__init__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dct4__init__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dct4__init__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dct4__init__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dct4__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dct4__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dct4__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dct4__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dot__prod__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dot__prod__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dot__prod__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dot__prod__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dot__prod__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dot__prod__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dot__prod__q7_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dot__prod__q7_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dotproduct__example__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dotproduct__example__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fft__bin__example__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fft__bin__example__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fill__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fill__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fill__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fill__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fill__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fill__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fill__q7_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fill__q7_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__fast__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__fast__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__fast__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__fast__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__init__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__init__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__init__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__init__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__init__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__init__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__example__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__example__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__fast__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__fast__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__fast__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__fast__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__init__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__init__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__init__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__init__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__init__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__init__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__init__q7_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__init__q7_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__interpolate__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__interpolate__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__interpolate__init__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__interpolate__init__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__interpolate__init__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__interpolate__init__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__interpolate__init__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__interpolate__init__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__interpolate__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__interpolate__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__interpolate__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__interpolate__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__lattice__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__lattice__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__lattice__init__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__lattice__init__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__lattice__init__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__lattice__init__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__lattice__init__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__lattice__init__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__lattice__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__lattice__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__lattice__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__lattice__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__q7_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__q7_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__init__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__init__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__init__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__init__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__init__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__init__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__init__q7_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__init__q7_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__q7_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__q7_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__float__to__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__float__to__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__float__to__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__float__to__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__float__to__q7_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__float__to__q7_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__graphic__equalizer__example__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__graphic__equalizer__example__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__iir__lattice__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__iir__lattice__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__iir__lattice__init__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__iir__lattice__init__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__iir__lattice__init__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__iir__lattice__init__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__iir__lattice__init__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__iir__lattice__init__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__iir__lattice__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__iir__lattice__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__iir__lattice__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__iir__lattice__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__linear__interp__example__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__linear__interp__example__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__init__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__init__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__init__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__init__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__init__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__init__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__norm__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__norm__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__norm__init__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__norm__init__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__norm__init__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__norm__init__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__norm__init__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__norm__init__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__norm__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__norm__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__norm__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__norm__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__add__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__add__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__add__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__add__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__add__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__add__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__init__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__init__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__init__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__init__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__init__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__init__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__inverse__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__inverse__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__mult__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__mult__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__mult__fast__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__mult__fast__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__mult__fast__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__mult__fast__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__mult__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__mult__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__mult__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__mult__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__scale__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__scale__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__scale__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__scale__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__scale__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__scale__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__sub__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__sub__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__sub__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__sub__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__sub__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__sub__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__trans__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__trans__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__trans__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__trans__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__trans__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__trans__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__math_8h.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__math_8h_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__matrix__example__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__matrix__example__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__max__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__max__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__max__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__max__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__max__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__max__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__max__q7_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__max__q7_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mean__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mean__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mean__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mean__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mean__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mean__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mean__q7_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mean__q7_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__min__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__min__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__min__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__min__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__min__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__min__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__min__q7_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__min__q7_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mult__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mult__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mult__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mult__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mult__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mult__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mult__q7_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mult__q7_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__negate__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__negate__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__negate__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__negate__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__negate__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__negate__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__negate__q7_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__negate__q7_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__offset__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__offset__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__offset__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__offset__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__offset__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__offset__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__offset__q7_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__offset__q7_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__pid__init__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__pid__init__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__pid__init__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__pid__init__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__pid__init__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__pid__init__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__pid__reset__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__pid__reset__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__pid__reset__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__pid__reset__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__pid__reset__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__pid__reset__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__power__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__power__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__power__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__power__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__power__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__power__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__power__q7_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__power__q7_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q15__to__float_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q15__to__float_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q15__to__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q15__to__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q15__to__q7_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q15__to__q7_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q31__to__float_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q31__to__float_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q31__to__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q31__to__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q31__to__q7_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q31__to__q7_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q7__to__float_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q7__to__float_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q7__to__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q7__to__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q7__to__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q7__to__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rfft__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rfft__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rfft__init__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rfft__init__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rfft__init__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rfft__init__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rfft__init__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rfft__init__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rfft__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rfft__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rfft__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rfft__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rms__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rms__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rms__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rms__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rms__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rms__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__scale__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__scale__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__scale__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__scale__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__scale__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__scale__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__scale__q7_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__scale__q7_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__shift__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__shift__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__shift__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__shift__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__shift__q7_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__shift__q7_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__signal__converge__example__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__signal__converge__example__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sin__cos__example__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sin__cos__example__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sin__cos__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sin__cos__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sin__cos__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sin__cos__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sin__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sin__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sin__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sin__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sin__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sin__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sqrt__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sqrt__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sqrt__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sqrt__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__std__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__std__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__std__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__std__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__std__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__std__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sub__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sub__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sub__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sub__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sub__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sub__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sub__q7_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sub__q7_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__var__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__var__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__var__q15_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__var__q15_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__var__q31_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__var__q31_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__variance__example__f32_8c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__variance__example__f32_8c_source.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm_class_marks_example_f32_8c-example.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm_convolution_example_f32_8c-example.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm_dotproduct_example_f32_8c-example.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm_fft_bin_example_f32_8c-example.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm_fir_example_f32_8c-example.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm_graphic_equalizer_example_q31_8c-example.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm_linear_interp_example_f32_8c-example.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm_matrix_example_f32_8c-example.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm_signal_converge_example_f32_8c-example.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm_sin_cos_example_f32_8c-example.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/arm_variance_example_f32_8c-example.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/bc_s.png (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/clarke.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/clarkeFormula.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/clarkeInvFormula.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/classes.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/closed.png (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/dct4FormatsQ15Table.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/dct4FormatsQ31Table.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/dct4NormalizingF32Table.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/dct4NormalizingQ15Table.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/dct4NormalizingQ31Table.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/dotProduct.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/doxygen.css (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/doxygen.png (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/examples.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/files.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/functions.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x62.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x65.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x66.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x69.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x6b.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x6c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x6d.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x6e.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x6f.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x70.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x72.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x73.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x74.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x78.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x62.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x65.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x66.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x69.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x6b.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x6c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x6d.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x6e.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x6f.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x70.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x72.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x73.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x74.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x78.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/globals.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x61.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x62.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x63.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x64.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x65.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x66.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x67.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x69.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x6c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x6d.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x6e.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x6f.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x70.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x71.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x72.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x73.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x74.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x75.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x76.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x77.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x78.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_defs.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_enum.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_eval.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_func.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_func_0x63.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_func_0x67.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_func_0x6d.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_func_0x74.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_type.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_vars.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group___basic_abs.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group___basic_add.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group___basic_mult.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group___basic_sub.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group___bilinear_interpolate.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group___biquad_cascade_d_f1.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group___biquad_cascade_d_f1__32x64.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group___biquad_cascade_d_f2_t.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group___c_f_f_t___c_i_f_f_t.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group___class_marks.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group___cmplx_by_cmplx_mult.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group___cmplx_by_real_mult.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group___conv.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group___convolution_example.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group___corr.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group___d_c_t4___i_d_c_t4.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group___dotproduct_example.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group___f_i_r.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group___f_i_r___interpolate.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group___f_i_r___lattice.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group___f_i_r___sparse.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group___f_i_r__decimate.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group___f_i_r_l_p_f.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group___fill.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group___frequency_bin.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group___g_e_q5_band.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group___i_i_r___lattice.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group___l_m_s.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group___l_m_s___n_o_r_m.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group___linear_interp_example.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group___linear_interpolate.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group___matrix_add.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group___matrix_example.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group___matrix_init.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group___matrix_inv.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group___matrix_mult.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group___matrix_scale.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group___matrix_sub.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group___matrix_trans.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group___max.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group___min.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group___p_i_d.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group___partial_conv.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group___r_f_f_t___r_i_f_f_t.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group___r_m_s.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group___s_q_r_t.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group___s_t_d.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group___signal_convergence.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group___sin_cos.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group___sin_cos_example.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group___variance_example.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group__clarke.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group__cmplx__conj.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group__cmplx__dot__prod.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group__cmplx__mag.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group__cmplx__mag__squared.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group__copy.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group__cos.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group__dot__prod.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group__float__to__x.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group__group_cmplx_math.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group__group_controller.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group__group_examples.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group__group_fast_math.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group__group_filters.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group__group_interpolation.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group__group_math.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group__group_matrix.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group__group_stats.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group__group_support.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group__group_transforms.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group__inv__clarke.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group__inv__park.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group__mean.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group__negate.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group__offset.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group__park.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group__power.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group__q15__to__x.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group__q31__to__x.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group__q7__to__x.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group__scale.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group__shift.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group__sin.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/group__variance.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/index.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/installdox (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/linearInterpExampleMethod1.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/linearInterpExampleMethod2.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/matrixExample.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/modules.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/nav_f.png (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/nav_h.png (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/open.png (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/park.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/parkFormula.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/parkInvFormula.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_5f.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_61.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_62.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_63.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_64.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_65.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_66.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_67.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_69.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_6b.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_6c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_6d.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_6e.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_6f.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_70.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_71.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_72.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_73.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_74.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_75.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_76.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_77.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_78.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/classes_61.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/close.png (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/defines_5f.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/defines_62.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/defines_64.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/defines_69.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/defines_6d.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/defines_6e.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/defines_70.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/defines_73.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/defines_74.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/defines_75.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/defines_78.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/enums_61.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/enumvalues_61.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/files_61.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/functions_61.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/functions_63.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/functions_67.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/functions_6d.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/functions_74.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/mag_sel.png (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/nomatches.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/search.css (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/search.js (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/search_l.png (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/search_m.png (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/search_r.png (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/typedefs_66.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/typedefs_71.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_61.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_62.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_63.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_64.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_65.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_66.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_67.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_69.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_6b.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_6c.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_6d.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_6e.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_6f.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_70.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_72.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_73.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_74.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_76.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_77.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_78.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/sinCos.gif (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__bilinear__interp__instance__f32.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__bilinear__interp__instance__q15.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__bilinear__interp__instance__q31.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__bilinear__interp__instance__q7.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__biquad__cas__df1__32x64__ins__q31.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__biquad__cascade__df2_t__instance__f32.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__biquad__casd__df1__inst__f32.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__biquad__casd__df1__inst__q15.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__biquad__casd__df1__inst__q31.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__cfft__radix4__instance__f32.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__cfft__radix4__instance__q15.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__cfft__radix4__instance__q31.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__dct4__instance__f32.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__dct4__instance__q15.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__dct4__instance__q31.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__decimate__instance__f32.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__decimate__instance__q15.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__decimate__instance__q31.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__instance__f32.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__instance__q15.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__instance__q31.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__instance__q7.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__interpolate__instance__f32.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__interpolate__instance__q15.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__interpolate__instance__q31.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__lattice__instance__f32.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__lattice__instance__q15.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__lattice__instance__q31.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__sparse__instance__f32.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__sparse__instance__q15.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__sparse__instance__q31.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__sparse__instance__q7.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__iir__lattice__instance__f32.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__iir__lattice__instance__q15.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__iir__lattice__instance__q31.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__linear__interp__instance__f32.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__lms__instance__f32.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__lms__instance__q15.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__lms__instance__q31.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__lms__norm__instance__f32.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__lms__norm__instance__q15.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__lms__norm__instance__q31.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__matrix__instance__f32.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__matrix__instance__q15.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__matrix__instance__q31.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__pid__instance__f32.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__pid__instance__q15.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__pid__instance__q31.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__rfft__instance__f32.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__rfft__instance__q15.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__rfft__instance__q31.html (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/tab_a.png (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/tab_b.png (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/tab_h.png (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/tab_s.png (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Documentation/DSP_Lib/html/tabs.css (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Include/arm_common_tables.h (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Include/arm_math.h (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Include/core_cm0.h (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Include/core_cm3.h (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Include/core_cm4.h (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Include/core_cm4_simd.h (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Include/core_cmFunc.h (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Include/core_cmInstr.h (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Lib/ARM/arm_cortexM0b_math.lib (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Lib/ARM/arm_cortexM0l_math.lib (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Lib/ARM/arm_cortexM3b_math.lib (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Lib/ARM/arm_cortexM3l_math.lib (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Lib/ARM/arm_cortexM4b_math.lib (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Lib/ARM/arm_cortexM4bf_math.lib (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Lib/ARM/arm_cortexM4l_math.lib (100%) rename hardware/{ => arduino}/sam/system/CMSIS/Lib/ARM/arm_cortexM4lf_math.lib (100%) rename hardware/{ => arduino}/sam/system/CMSIS/README.txt (100%) rename hardware/{ => arduino}/sam/system/CMSIS/index.htm (100%) rename hardware/{ => arduino}/sam/system/libsam/build_gcc/Makefile (100%) rename hardware/{ => arduino}/sam/system/libsam/build_gcc/debug.mk (100%) rename hardware/{ => arduino}/sam/system/libsam/build_gcc/gcc.mk (100%) rename hardware/{ => arduino}/sam/system/libsam/build_gcc/release.mk (100%) rename hardware/{ => arduino}/sam/system/libsam/build_gcc/sam3.mk (100%) rename hardware/{ => arduino}/sam/system/libsam/build_iar/libsam.ewd (100%) rename hardware/{ => arduino}/sam/system/libsam/build_iar/libsam.ewp (100%) rename hardware/{ => arduino}/sam/system/libsam/build_iar/libsam.eww (100%) rename hardware/{ => arduino}/sam/system/libsam/chip.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/ReadMe.txt (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/include/component/component_adc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/include/component/component_chipid.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/include/component/component_dacc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/include/component/component_efc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/include/component/component_gpbr.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/include/component/component_matrix.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/include/component/component_pdc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/include/component/component_pio.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/include/component/component_pmc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/include/component/component_pwm.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/include/component/component_rstc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/include/component/component_rtc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/include/component/component_rtt.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/include/component/component_spi.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/include/component/component_supc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/include/component/component_tc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/include/component/component_twi.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/include/component/component_uart.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/include/component/component_usart.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/include/component/component_wdt.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/include/instance/instance_adc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/include/instance/instance_chipid.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/include/instance/instance_dacc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/include/instance/instance_efc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/include/instance/instance_gpbr.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/include/instance/instance_matrix.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/include/instance/instance_pioa.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/include/instance/instance_piob.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/include/instance/instance_pioc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/include/instance/instance_pmc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/include/instance/instance_pwm.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/include/instance/instance_rstc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/include/instance/instance_rtc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/include/instance/instance_rtt.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/include/instance/instance_spi.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/include/instance/instance_supc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/include/instance/instance_tc0.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/include/instance/instance_tc1.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/include/instance/instance_twi0.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/include/instance/instance_twi1.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/include/instance/instance_uart0.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/include/instance/instance_uart1.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/include/instance/instance_usart0.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/include/instance/instance_usart1.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/include/instance/instance_wdt.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/include/pio/pio_sam3n1a.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/include/pio/pio_sam3n1b.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/include/pio/pio_sam3n1c.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/include/pio/pio_sam3n2a.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/include/pio/pio_sam3n2b.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/include/pio/pio_sam3n2c.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/include/pio/pio_sam3n4a.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/include/pio/pio_sam3n4b.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/include/pio/pio_sam3n4c.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/include/sam3n.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/include/sam3n1a.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/include/sam3n1b.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/include/sam3n1c.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/include/sam3n2a.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/include/sam3n2b.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/include/sam3n2c.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/include/sam3n4a.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/include/sam3n4b.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/include/sam3n4c.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/source/templates/exceptions.c (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/source/templates/exceptions.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/source/templates/gcc/startup_sam3n.c (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/source/templates/iar/startup_sam3n.c (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/source/templates/system_sam3n.c (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3n/source/templates/system_sam3n.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/component/component_acc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/component/component_adc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/component/component_chipid.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/component/component_crccu.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/component/component_dacc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/component/component_efc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/component/component_gpbr.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/component/component_hsmci.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/component/component_matrix.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/component/component_pdc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/component/component_pio.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/component/component_pmc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/component/component_pwm.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/component/component_rstc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/component/component_rtc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/component/component_rtt.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/component/component_smc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/component/component_spi.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/component/component_ssc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/component/component_supc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/component/component_tc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/component/component_twi.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/component/component_uart.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/component/component_udp.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/component/component_usart.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/component/component_wdt.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/instance/instance_acc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/instance/instance_adc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/instance/instance_chipid.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/instance/instance_crccu.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/instance/instance_dacc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/instance/instance_efc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/instance/instance_gpbr.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/instance/instance_hsmci.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/instance/instance_matrix.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/instance/instance_pioa.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/instance/instance_piob.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/instance/instance_pioc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/instance/instance_pmc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/instance/instance_pwm.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/instance/instance_rstc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/instance/instance_rtc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/instance/instance_rtt.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/instance/instance_smc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/instance/instance_spi.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/instance/instance_ssc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/instance/instance_supc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/instance/instance_tc0.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/instance/instance_tc1.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/instance/instance_twi0.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/instance/instance_twi1.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/instance/instance_uart0.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/instance/instance_uart1.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/instance/instance_udp.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/instance/instance_usart0.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/instance/instance_usart1.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/instance/instance_wdt.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/pio/pio_sam3s1a.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/pio/pio_sam3s1b.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/pio/pio_sam3s1c.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/pio/pio_sam3s2a.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/pio/pio_sam3s2b.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/pio/pio_sam3s2c.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/pio/pio_sam3s4a.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/pio/pio_sam3s4b.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/pio/pio_sam3s4c.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/sam3s.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/sam3s1a.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/sam3s1b.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/sam3s1c.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/sam3s2a.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/sam3s2b.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/sam3s2c.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/sam3s4a.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/sam3s4b.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/include/sam3s4c.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/source/templates/exceptions.c (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/source/templates/exceptions.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/source/templates/gcc/startup_sam3s.c (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/source/templates/iar/startup_sam3s.c (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/source/templates/system_sam3s.c (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3s/source/templates/system_sam3s.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/component/component_acc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/component/component_adc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/component/component_chipid.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/component/component_crccu.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/component/component_dacc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/component/component_efc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/component/component_gpbr.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/component/component_hsmci.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/component/component_matrix.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/component/component_pdc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/component/component_pio.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/component/component_pmc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/component/component_pwm.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/component/component_rstc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/component/component_rtc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/component/component_rtt.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/component/component_smc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/component/component_spi.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/component/component_ssc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/component/component_supc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/component/component_tc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/component/component_twi.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/component/component_uart.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/component/component_udp.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/component/component_usart.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/component/component_wdt.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_acc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_adc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_chipid.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_crccu.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_dacc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_efc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_gpbr.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_hsmci.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_matrix.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_pioa.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_piob.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_pioc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_pmc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_pwm.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_rstc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_rtc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_rtt.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_smc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_spi.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_ssc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_supc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_tc0.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_tc1.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_twi0.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_twi1.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_uart0.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_uart1.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_udp.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_usart0.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_usart1.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_usart2.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_wdt.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/pio/pio_sam3s8a.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/pio/pio_sam3s8b.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/pio/pio_sam3s8c.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/pio/pio_sam3sd8a.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/pio/pio_sam3sd8b.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/pio/pio_sam3sd8c.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/sam3s8.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/sam3s8a.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/sam3s8b.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/sam3s8c.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/sam3sd8a.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/sam3sd8b.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/include/sam3sd8c.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/source/templates/exceptions.c (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/source/templates/exceptions.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/source/templates/gcc/startup_sam3sd8.c (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/source/templates/iar/startup_sam3sd8.c (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/source/templates/system_sam3sd8.c (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3sd8/source/templates/system_sam3sd8.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/component/component_adc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/component/component_adc12b.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/component/component_chipid.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/component/component_dmac.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/component/component_efc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/component/component_gpbr.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/component/component_hsmci.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/component/component_matrix.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/component/component_pdc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/component/component_pio.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/component/component_pmc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/component/component_pwm.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/component/component_rstc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/component/component_rtc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/component/component_rtt.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/component/component_smc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/component/component_spi.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/component/component_ssc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/component/component_supc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/component/component_tc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/component/component_twi.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/component/component_uart.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/component/component_udphs.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/component/component_usart.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/component/component_wdt.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/instance/instance_adc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/instance/instance_adc12b.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/instance/instance_chipid.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/instance/instance_dmac.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/instance/instance_efc0.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/instance/instance_efc1.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/instance/instance_gpbr.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/instance/instance_hsmci.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/instance/instance_matrix.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/instance/instance_pioa.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/instance/instance_piob.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/instance/instance_pioc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/instance/instance_pmc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/instance/instance_pwm.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/instance/instance_rstc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/instance/instance_rtc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/instance/instance_rtt.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/instance/instance_smc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/instance/instance_spi.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/instance/instance_ssc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/instance/instance_supc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/instance/instance_tc0.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/instance/instance_twi0.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/instance/instance_twi1.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/instance/instance_uart.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/instance/instance_udphs.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/instance/instance_usart0.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/instance/instance_usart1.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/instance/instance_usart2.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/instance/instance_usart3.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/instance/instance_wdt.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/pio/pio_sam3u1c.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/pio/pio_sam3u1e.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/pio/pio_sam3u2c.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/pio/pio_sam3u2e.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/pio/pio_sam3u4c.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/pio/pio_sam3u4e.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/sam3u.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/sam3u1c.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/sam3u1e.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/sam3u2c.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/sam3u2e.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/sam3u4c.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/include/sam3u4e.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/source/templates/exceptions.c (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/source/templates/exceptions.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/source/templates/gcc/startup_sam3u.c (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/source/templates/iar/startup_sam3u.c (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/source/templates/system_sam3u.c (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3u/source/templates/system_sam3u.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/component/component_adc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/component/component_can.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/component/component_chipid.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/component/component_dacc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/component/component_dmac.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/component/component_efc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/component/component_emac.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/component/component_gpbr.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/component/component_hsmci.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/component/component_matrix.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/component/component_pdc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/component/component_pio.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/component/component_pmc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/component/component_pwm.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/component/component_rstc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/component/component_rtc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/component/component_rtt.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/component/component_sdramc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/component/component_smc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/component/component_spi.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/component/component_ssc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/component/component_supc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/component/component_tc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/component/component_trng.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/component/component_twi.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/component/component_uart.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/component/component_uotghs.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/component/component_usart.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/component/component_wdt.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/instance/instance_adc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/instance/instance_can0.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/instance/instance_can1.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/instance/instance_chipid.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/instance/instance_dacc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/instance/instance_dmac.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/instance/instance_efc0.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/instance/instance_efc1.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/instance/instance_emac.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/instance/instance_gpbr.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/instance/instance_hsmci.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/instance/instance_matrix.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/instance/instance_pioa.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/instance/instance_piob.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/instance/instance_pioc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/instance/instance_piod.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/instance/instance_pioe.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/instance/instance_piof.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/instance/instance_pmc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/instance/instance_pwm.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/instance/instance_rstc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/instance/instance_rtc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/instance/instance_rtt.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/instance/instance_sdramc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/instance/instance_smc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/instance/instance_spi0.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/instance/instance_spi1.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/instance/instance_ssc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/instance/instance_supc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/instance/instance_tc0.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/instance/instance_tc1.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/instance/instance_tc2.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/instance/instance_trng.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/instance/instance_twi0.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/instance/instance_twi1.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/instance/instance_uart.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/instance/instance_uotghs.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/instance/instance_usart0.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/instance/instance_usart1.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/instance/instance_usart2.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/instance/instance_usart3.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/instance/instance_wdt.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/pio/pio_sam3a2c.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/pio/pio_sam3a4c.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/pio/pio_sam3a8c.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/pio/pio_sam3x4c.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/pio/pio_sam3x4e.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/pio/pio_sam3x8c.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/pio/pio_sam3x8e.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/pio/pio_sam3x8h.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/sam3a2c.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/sam3a4c.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/sam3a8c.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/sam3x4c.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/sam3x4e.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/sam3x8c.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/sam3x8e.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/sam3x8h.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/include/sam3xa.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/source/templates/exceptions.c (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/source/templates/exceptions.h (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/source/templates/gcc/startup_sam3x.c (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/source/templates/iar/startup_sam3x.c (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/source/templates/system_sam3x.c (100%) rename hardware/{ => arduino}/sam/system/libsam/cmsis/sam3xa/source/templates/system_sam3x.h (100%) rename hardware/{ => arduino}/sam/system/libsam/include/adc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/include/adc10_sam3u.h (100%) rename hardware/{ => arduino}/sam/system/libsam/include/adc12_sam3u.h (100%) rename hardware/{ => arduino}/sam/system/libsam/include/adc_sam3snxa.h (100%) rename hardware/{ => arduino}/sam/system/libsam/include/pio.h (100%) rename hardware/{ => arduino}/sam/system/libsam/include/pio_it.h (100%) rename hardware/{ => arduino}/sam/system/libsam/include/pmc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/include/pwmc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/include/rtc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/include/rtt.h (100%) rename hardware/{ => arduino}/sam/system/libsam/include/sam.h (100%) rename hardware/{ => arduino}/sam/system/libsam/include/sam3.h (100%) rename hardware/{ => arduino}/sam/system/libsam/include/spi.h (100%) rename hardware/{ => arduino}/sam/system/libsam/include/tc.h (100%) rename hardware/{ => arduino}/sam/system/libsam/include/timetick.h (100%) rename hardware/{ => arduino}/sam/system/libsam/include/twi.h (100%) rename hardware/{ => arduino}/sam/system/libsam/include/usart.h (100%) rename hardware/{ => arduino}/sam/system/libsam/include/wdt.h (100%) rename hardware/{ => arduino}/sam/system/libsam/readme.txt (100%) rename hardware/{ => arduino}/sam/system/libsam/source/adc10_sam3u.c (100%) rename hardware/{ => arduino}/sam/system/libsam/source/adc12_sam3u.c (100%) rename hardware/{ => arduino}/sam/system/libsam/source/adc_sam3snxa.c (100%) rename hardware/{ => arduino}/sam/system/libsam/source/pio.c (100%) rename hardware/{ => arduino}/sam/system/libsam/source/pio_it.c.disabled (100%) rename hardware/{ => arduino}/sam/system/libsam/source/pmc.c (100%) rename hardware/{ => arduino}/sam/system/libsam/source/pwmc.c (100%) rename hardware/{ => arduino}/sam/system/libsam/source/rtc.c (100%) rename hardware/{ => arduino}/sam/system/libsam/source/rtt.c (100%) rename hardware/{ => arduino}/sam/system/libsam/source/spi.c (100%) rename hardware/{ => arduino}/sam/system/libsam/source/tc.c (100%) rename hardware/{ => arduino}/sam/system/libsam/source/timetick.c (100%) rename hardware/{ => arduino}/sam/system/libsam/source/twi.c (100%) rename hardware/{ => arduino}/sam/system/libsam/source/usart.c (100%) rename hardware/{ => arduino}/sam/system/libsam/source/wdt.c (100%) rename hardware/{ => arduino}/sam/variants/arduino_due/1661fa.pdf (100%) rename hardware/{ => arduino}/sam/variants/arduino_due/Arduino_ZZZ_U01.pdf (100%) rename hardware/{ => arduino}/sam/variants/arduino_due/build_gcc/Makefile (100%) rename hardware/{ => arduino}/sam/variants/arduino_due/build_gcc/debug.mk (100%) rename hardware/{ => arduino}/sam/variants/arduino_due/build_gcc/gcc.mk (100%) rename hardware/{ => arduino}/sam/variants/arduino_due/build_gcc/libvariant_arduino_due.mk (100%) rename hardware/{ => arduino}/sam/variants/arduino_due/build_gcc/release.mk (100%) rename hardware/{ => arduino}/sam/variants/arduino_due/debug_scripts/gcc/arduino_due_flash.gdb (100%) rename hardware/{ => arduino}/sam/variants/arduino_due/debug_scripts/gcc/arduino_due_sram.gdb (100%) rename hardware/{ => arduino}/sam/variants/arduino_due/debug_scripts/iar/arduino_due_flash.mac (100%) rename hardware/{ => arduino}/sam/variants/arduino_due/debug_scripts/iar/arduino_due_sram.mac (100%) rename hardware/{ => arduino}/sam/variants/arduino_due/linker_scripts/gcc/flash.ld (100%) rename hardware/{ => arduino}/sam/variants/arduino_due/linker_scripts/gcc/sram.ld (100%) rename hardware/{ => arduino}/sam/variants/arduino_due/linker_scripts/iar/flash.icf (100%) rename hardware/{ => arduino}/sam/variants/arduino_due/linker_scripts/iar/sram.icf (100%) rename hardware/{ => arduino}/sam/variants/arduino_due/pins.xls (100%) rename hardware/{ => arduino}/sam/variants/arduino_due/variant.cpp (100%) rename hardware/{ => arduino}/sam/variants/arduino_due/variant.h (100%) rename hardware/{ => arduino}/sam/variants/sam3s_ek/SAM3S-EK_REVB.pdf (100%) rename hardware/{ => arduino}/sam/variants/sam3s_ek/build_gcc/Makefile (100%) rename hardware/{ => arduino}/sam/variants/sam3s_ek/build_gcc/debug.mk (100%) rename hardware/{ => arduino}/sam/variants/sam3s_ek/build_gcc/gcc.mk (100%) rename hardware/{ => arduino}/sam/variants/sam3s_ek/build_gcc/libvariant_sam3s_ek.mk (100%) rename hardware/{ => arduino}/sam/variants/sam3s_ek/build_gcc/release.mk (100%) rename hardware/{ => arduino}/sam/variants/sam3s_ek/build_iar/libvariant_sam3s_ek.ewd (100%) rename hardware/{ => arduino}/sam/variants/sam3s_ek/build_iar/libvariant_sam3s_ek.ewp (100%) rename hardware/{ => arduino}/sam/variants/sam3s_ek/debug_scripts/gcc/sam3s_ek_flash.gdb (100%) rename hardware/{ => arduino}/sam/variants/sam3s_ek/debug_scripts/gcc/sam3s_ek_sram.gdb (100%) rename hardware/{ => arduino}/sam/variants/sam3s_ek/debug_scripts/iar/sam3s_ek_flash.mac (100%) rename hardware/{ => arduino}/sam/variants/sam3s_ek/debug_scripts/iar/sam3s_ek_sram.mac (100%) rename hardware/{ => arduino}/sam/variants/sam3s_ek/linker_scripts/README.txt (100%) rename hardware/{ => arduino}/sam/variants/sam3s_ek/linker_scripts/gcc/flash.ld (100%) rename hardware/{ => arduino}/sam/variants/sam3s_ek/linker_scripts/gcc/flash_arduino.ld (100%) rename hardware/{ => arduino}/sam/variants/sam3s_ek/linker_scripts/gcc/flash_arduino_bootloader.ld (100%) rename hardware/{ => arduino}/sam/variants/sam3s_ek/linker_scripts/gcc/sram.ld (100%) rename hardware/{ => arduino}/sam/variants/sam3s_ek/linker_scripts/iar/sam3s_ek_flash.icf (100%) rename hardware/{ => arduino}/sam/variants/sam3s_ek/linker_scripts/iar/sam3s_ek_sram.icf (100%) rename hardware/{ => arduino}/sam/variants/sam3s_ek/variant.cpp (100%) rename hardware/{ => arduino}/sam/variants/sam3s_ek/variant.h (100%) rename hardware/{ => arduino}/sam/variants/sam3u_ek/SAM3U-EK_REVC.pdf (100%) rename hardware/{ => arduino}/sam/variants/sam3u_ek/build_gcc/Makefile (100%) rename hardware/{ => arduino}/sam/variants/sam3u_ek/build_gcc/debug.mk (100%) rename hardware/{ => arduino}/sam/variants/sam3u_ek/build_gcc/gcc.mk (100%) rename hardware/{ => arduino}/sam/variants/sam3u_ek/build_gcc/libvariant_sam3u_ek.mk (100%) rename hardware/{ => arduino}/sam/variants/sam3u_ek/build_gcc/release.mk (100%) rename hardware/{ => arduino}/sam/variants/sam3u_ek/debug_scripts/gcc/sam3u_ek_flash.gdb (100%) rename hardware/{ => arduino}/sam/variants/sam3u_ek/debug_scripts/gcc/sam3u_ek_sram.gdb (100%) rename hardware/{ => arduino}/sam/variants/sam3u_ek/debug_scripts/iar/sam3u_ek_flash.mac (100%) rename hardware/{ => arduino}/sam/variants/sam3u_ek/debug_scripts/iar/sam3u_ek_sram.mac (100%) rename hardware/{ => arduino}/sam/variants/sam3u_ek/linker_scripts/gcc/flash.ld (100%) rename hardware/{ => arduino}/sam/variants/sam3u_ek/linker_scripts/gcc/sram.ld (100%) rename hardware/{ => arduino}/sam/variants/sam3u_ek/linker_scripts/iar/flash.icf (100%) rename hardware/{ => arduino}/sam/variants/sam3u_ek/linker_scripts/iar/sram.icf (100%) rename hardware/{ => arduino}/sam/variants/sam3u_ek/pins.xls (100%) rename hardware/{ => arduino}/sam/variants/sam3u_ek/variant.cpp (100%) rename hardware/{ => arduino}/sam/variants/sam3u_ek/variant.h (100%) diff --git a/hardware/sam/boards.txt b/hardware/arduino/sam/boards.txt similarity index 100% rename from hardware/sam/boards.txt rename to hardware/arduino/sam/boards.txt diff --git a/hardware/sam/bootloaders/sam3_samba/linker_script/flash.ld b/hardware/arduino/sam/bootloaders/sam3_samba/linker_script/flash.ld similarity index 100% rename from hardware/sam/bootloaders/sam3_samba/linker_script/flash.ld rename to hardware/arduino/sam/bootloaders/sam3_samba/linker_script/flash.ld diff --git a/hardware/sam/cores/sam/Arduino.h b/hardware/arduino/sam/cores/sam/Arduino.h similarity index 100% rename from hardware/sam/cores/sam/Arduino.h rename to hardware/arduino/sam/cores/sam/Arduino.h diff --git a/hardware/sam/cores/sam/CDC.cpp b/hardware/arduino/sam/cores/sam/CDC.cpp similarity index 100% rename from hardware/sam/cores/sam/CDC.cpp rename to hardware/arduino/sam/cores/sam/CDC.cpp diff --git a/hardware/sam/cores/sam/HID.cpp b/hardware/arduino/sam/cores/sam/HID.cpp similarity index 100% rename from hardware/sam/cores/sam/HID.cpp rename to hardware/arduino/sam/cores/sam/HID.cpp diff --git a/hardware/sam/cores/sam/HOWTO - compiling a project.txt b/hardware/arduino/sam/cores/sam/HOWTO - compiling a project.txt similarity index 100% rename from hardware/sam/cores/sam/HOWTO - compiling a project.txt rename to hardware/arduino/sam/cores/sam/HOWTO - compiling a project.txt diff --git a/hardware/sam/cores/sam/HardwareSerial.h b/hardware/arduino/sam/cores/sam/HardwareSerial.h similarity index 100% rename from hardware/sam/cores/sam/HardwareSerial.h rename to hardware/arduino/sam/cores/sam/HardwareSerial.h diff --git a/hardware/sam/cores/sam/Platform.h b/hardware/arduino/sam/cores/sam/Platform.h similarity index 100% rename from hardware/sam/cores/sam/Platform.h rename to hardware/arduino/sam/cores/sam/Platform.h diff --git a/hardware/sam/cores/sam/Print.cpp b/hardware/arduino/sam/cores/sam/Print.cpp similarity index 100% rename from hardware/sam/cores/sam/Print.cpp rename to hardware/arduino/sam/cores/sam/Print.cpp diff --git a/hardware/sam/cores/sam/Print.h b/hardware/arduino/sam/cores/sam/Print.h similarity index 100% rename from hardware/sam/cores/sam/Print.h rename to hardware/arduino/sam/cores/sam/Print.h diff --git a/hardware/sam/cores/sam/RingBuffer.cpp b/hardware/arduino/sam/cores/sam/RingBuffer.cpp similarity index 100% rename from hardware/sam/cores/sam/RingBuffer.cpp rename to hardware/arduino/sam/cores/sam/RingBuffer.cpp diff --git a/hardware/sam/cores/sam/RingBuffer.h b/hardware/arduino/sam/cores/sam/RingBuffer.h similarity index 100% rename from hardware/sam/cores/sam/RingBuffer.h rename to hardware/arduino/sam/cores/sam/RingBuffer.h diff --git a/hardware/sam/cores/sam/Stream.h b/hardware/arduino/sam/cores/sam/Stream.h similarity index 100% rename from hardware/sam/cores/sam/Stream.h rename to hardware/arduino/sam/cores/sam/Stream.h diff --git a/hardware/sam/cores/sam/Tone.cpp.disabled b/hardware/arduino/sam/cores/sam/Tone.cpp.disabled similarity index 100% rename from hardware/sam/cores/sam/Tone.cpp.disabled rename to hardware/arduino/sam/cores/sam/Tone.cpp.disabled diff --git a/hardware/sam/cores/sam/Tone.h b/hardware/arduino/sam/cores/sam/Tone.h similarity index 100% rename from hardware/sam/cores/sam/Tone.h rename to hardware/arduino/sam/cores/sam/Tone.h diff --git a/hardware/sam/cores/sam/UARTClass.cpp b/hardware/arduino/sam/cores/sam/UARTClass.cpp similarity index 100% rename from hardware/sam/cores/sam/UARTClass.cpp rename to hardware/arduino/sam/cores/sam/UARTClass.cpp diff --git a/hardware/sam/cores/sam/UARTClass.h b/hardware/arduino/sam/cores/sam/UARTClass.h similarity index 100% rename from hardware/sam/cores/sam/UARTClass.h rename to hardware/arduino/sam/cores/sam/UARTClass.h diff --git a/hardware/sam/cores/sam/USARTClass.cpp b/hardware/arduino/sam/cores/sam/USARTClass.cpp similarity index 100% rename from hardware/sam/cores/sam/USARTClass.cpp rename to hardware/arduino/sam/cores/sam/USARTClass.cpp diff --git a/hardware/sam/cores/sam/USARTClass.h b/hardware/arduino/sam/cores/sam/USARTClass.h similarity index 100% rename from hardware/sam/cores/sam/USARTClass.h rename to hardware/arduino/sam/cores/sam/USARTClass.h diff --git a/hardware/sam/cores/sam/USBAPI.h b/hardware/arduino/sam/cores/sam/USBAPI.h similarity index 100% rename from hardware/sam/cores/sam/USBAPI.h rename to hardware/arduino/sam/cores/sam/USBAPI.h diff --git a/hardware/sam/cores/sam/USBCore.cpp b/hardware/arduino/sam/cores/sam/USBCore.cpp similarity index 100% rename from hardware/sam/cores/sam/USBCore.cpp rename to hardware/arduino/sam/cores/sam/USBCore.cpp diff --git a/hardware/sam/cores/sam/USBCore.h b/hardware/arduino/sam/cores/sam/USBCore.h similarity index 100% rename from hardware/sam/cores/sam/USBCore.h rename to hardware/arduino/sam/cores/sam/USBCore.h diff --git a/hardware/sam/cores/sam/USBDesc.h b/hardware/arduino/sam/cores/sam/USBDesc.h similarity index 100% rename from hardware/sam/cores/sam/USBDesc.h rename to hardware/arduino/sam/cores/sam/USBDesc.h diff --git a/hardware/sam/cores/sam/USB_driver.cpp b/hardware/arduino/sam/cores/sam/USB_driver.cpp similarity index 100% rename from hardware/sam/cores/sam/USB_driver.cpp rename to hardware/arduino/sam/cores/sam/USB_driver.cpp diff --git a/hardware/sam/cores/sam/USB_driver.h b/hardware/arduino/sam/cores/sam/USB_driver.h similarity index 100% rename from hardware/sam/cores/sam/USB_driver.h rename to hardware/arduino/sam/cores/sam/USB_driver.h diff --git a/hardware/sam/cores/sam/WCharacter.h b/hardware/arduino/sam/cores/sam/WCharacter.h similarity index 100% rename from hardware/sam/cores/sam/WCharacter.h rename to hardware/arduino/sam/cores/sam/WCharacter.h diff --git a/hardware/sam/cores/sam/WInterrupts.c b/hardware/arduino/sam/cores/sam/WInterrupts.c similarity index 100% rename from hardware/sam/cores/sam/WInterrupts.c rename to hardware/arduino/sam/cores/sam/WInterrupts.c diff --git a/hardware/sam/cores/sam/WInterrupts.h b/hardware/arduino/sam/cores/sam/WInterrupts.h similarity index 100% rename from hardware/sam/cores/sam/WInterrupts.h rename to hardware/arduino/sam/cores/sam/WInterrupts.h diff --git a/hardware/sam/cores/sam/WMath.cpp b/hardware/arduino/sam/cores/sam/WMath.cpp similarity index 100% rename from hardware/sam/cores/sam/WMath.cpp rename to hardware/arduino/sam/cores/sam/WMath.cpp diff --git a/hardware/sam/cores/sam/WMath.h b/hardware/arduino/sam/cores/sam/WMath.h similarity index 100% rename from hardware/sam/cores/sam/WMath.h rename to hardware/arduino/sam/cores/sam/WMath.h diff --git a/hardware/sam/cores/sam/WString.cpp b/hardware/arduino/sam/cores/sam/WString.cpp similarity index 100% rename from hardware/sam/cores/sam/WString.cpp rename to hardware/arduino/sam/cores/sam/WString.cpp diff --git a/hardware/sam/cores/sam/WString.h b/hardware/arduino/sam/cores/sam/WString.h similarity index 100% rename from hardware/sam/cores/sam/WString.h rename to hardware/arduino/sam/cores/sam/WString.h diff --git a/hardware/sam/cores/sam/binary.h b/hardware/arduino/sam/cores/sam/binary.h similarity index 100% rename from hardware/sam/cores/sam/binary.h rename to hardware/arduino/sam/cores/sam/binary.h diff --git a/hardware/sam/cores/sam/build_gcc/Makefile b/hardware/arduino/sam/cores/sam/build_gcc/Makefile similarity index 100% rename from hardware/sam/cores/sam/build_gcc/Makefile rename to hardware/arduino/sam/cores/sam/build_gcc/Makefile diff --git a/hardware/sam/cores/sam/build_gcc/debug.mk b/hardware/arduino/sam/cores/sam/build_gcc/debug.mk similarity index 100% rename from hardware/sam/cores/sam/build_gcc/debug.mk rename to hardware/arduino/sam/cores/sam/build_gcc/debug.mk diff --git a/hardware/sam/cores/sam/build_gcc/gcc.mk b/hardware/arduino/sam/cores/sam/build_gcc/gcc.mk similarity index 100% rename from hardware/sam/cores/sam/build_gcc/gcc.mk rename to hardware/arduino/sam/cores/sam/build_gcc/gcc.mk diff --git a/hardware/sam/cores/sam/build_gcc/libarduino_arduino_due.mk b/hardware/arduino/sam/cores/sam/build_gcc/libarduino_arduino_due.mk similarity index 100% rename from hardware/sam/cores/sam/build_gcc/libarduino_arduino_due.mk rename to hardware/arduino/sam/cores/sam/build_gcc/libarduino_arduino_due.mk diff --git a/hardware/sam/cores/sam/build_gcc/libarduino_sam3s_ek.mk b/hardware/arduino/sam/cores/sam/build_gcc/libarduino_sam3s_ek.mk similarity index 100% rename from hardware/sam/cores/sam/build_gcc/libarduino_sam3s_ek.mk rename to hardware/arduino/sam/cores/sam/build_gcc/libarduino_sam3s_ek.mk diff --git a/hardware/sam/cores/sam/build_gcc/libarduino_sam3u_ek.mk b/hardware/arduino/sam/cores/sam/build_gcc/libarduino_sam3u_ek.mk similarity index 100% rename from hardware/sam/cores/sam/build_gcc/libarduino_sam3u_ek.mk rename to hardware/arduino/sam/cores/sam/build_gcc/libarduino_sam3u_ek.mk diff --git a/hardware/sam/cores/sam/build_gcc/release.mk b/hardware/arduino/sam/cores/sam/build_gcc/release.mk similarity index 100% rename from hardware/sam/cores/sam/build_gcc/release.mk rename to hardware/arduino/sam/cores/sam/build_gcc/release.mk diff --git a/hardware/sam/cores/sam/build_iar/libarduino.ewd b/hardware/arduino/sam/cores/sam/build_iar/libarduino.ewd similarity index 100% rename from hardware/sam/cores/sam/build_iar/libarduino.ewd rename to hardware/arduino/sam/cores/sam/build_iar/libarduino.ewd diff --git a/hardware/sam/cores/sam/build_iar/libarduino.ewp b/hardware/arduino/sam/cores/sam/build_iar/libarduino.ewp similarity index 100% rename from hardware/sam/cores/sam/build_iar/libarduino.ewp rename to hardware/arduino/sam/cores/sam/build_iar/libarduino.ewp diff --git a/hardware/sam/cores/sam/cortex_handlers.c b/hardware/arduino/sam/cores/sam/cortex_handlers.c similarity index 100% rename from hardware/sam/cores/sam/cortex_handlers.c rename to hardware/arduino/sam/cores/sam/cortex_handlers.c diff --git a/hardware/sam/cores/sam/cxxabi-compat.cpp b/hardware/arduino/sam/cores/sam/cxxabi-compat.cpp similarity index 100% rename from hardware/sam/cores/sam/cxxabi-compat.cpp rename to hardware/arduino/sam/cores/sam/cxxabi-compat.cpp diff --git a/hardware/sam/cores/sam/iar_calls_sam3.c b/hardware/arduino/sam/cores/sam/iar_calls_sam3.c similarity index 100% rename from hardware/sam/cores/sam/iar_calls_sam3.c rename to hardware/arduino/sam/cores/sam/iar_calls_sam3.c diff --git a/hardware/sam/cores/sam/itoa.c b/hardware/arduino/sam/cores/sam/itoa.c similarity index 100% rename from hardware/sam/cores/sam/itoa.c rename to hardware/arduino/sam/cores/sam/itoa.c diff --git a/hardware/sam/cores/sam/itoa.h b/hardware/arduino/sam/cores/sam/itoa.h similarity index 100% rename from hardware/sam/cores/sam/itoa.h rename to hardware/arduino/sam/cores/sam/itoa.h diff --git a/hardware/sam/cores/sam/main.cpp b/hardware/arduino/sam/cores/sam/main.cpp similarity index 100% rename from hardware/sam/cores/sam/main.cpp rename to hardware/arduino/sam/cores/sam/main.cpp diff --git a/hardware/sam/cores/sam/prod_test_due/build_gcc/Makefile b/hardware/arduino/sam/cores/sam/prod_test_due/build_gcc/Makefile similarity index 100% rename from hardware/sam/cores/sam/prod_test_due/build_gcc/Makefile rename to hardware/arduino/sam/cores/sam/prod_test_due/build_gcc/Makefile diff --git a/hardware/sam/cores/sam/prod_test_due/build_gcc/debug.mk b/hardware/arduino/sam/cores/sam/prod_test_due/build_gcc/debug.mk similarity index 100% rename from hardware/sam/cores/sam/prod_test_due/build_gcc/debug.mk rename to hardware/arduino/sam/cores/sam/prod_test_due/build_gcc/debug.mk diff --git a/hardware/sam/cores/sam/prod_test_due/build_gcc/gcc.mk b/hardware/arduino/sam/cores/sam/prod_test_due/build_gcc/gcc.mk similarity index 100% rename from hardware/sam/cores/sam/prod_test_due/build_gcc/gcc.mk rename to hardware/arduino/sam/cores/sam/prod_test_due/build_gcc/gcc.mk diff --git a/hardware/sam/cores/sam/prod_test_due/build_gcc/prod_test_due.mk b/hardware/arduino/sam/cores/sam/prod_test_due/build_gcc/prod_test_due.mk similarity index 100% rename from hardware/sam/cores/sam/prod_test_due/build_gcc/prod_test_due.mk rename to hardware/arduino/sam/cores/sam/prod_test_due/build_gcc/prod_test_due.mk diff --git a/hardware/sam/cores/sam/prod_test_due/build_gcc/release.mk b/hardware/arduino/sam/cores/sam/prod_test_due/build_gcc/release.mk similarity index 100% rename from hardware/sam/cores/sam/prod_test_due/build_gcc/release.mk rename to hardware/arduino/sam/cores/sam/prod_test_due/build_gcc/release.mk diff --git a/hardware/sam/cores/sam/prod_test_due/build_iar/prod_test_due.ewd b/hardware/arduino/sam/cores/sam/prod_test_due/build_iar/prod_test_due.ewd similarity index 100% rename from hardware/sam/cores/sam/prod_test_due/build_iar/prod_test_due.ewd rename to hardware/arduino/sam/cores/sam/prod_test_due/build_iar/prod_test_due.ewd diff --git a/hardware/sam/cores/sam/prod_test_due/build_iar/prod_test_due.ewp b/hardware/arduino/sam/cores/sam/prod_test_due/build_iar/prod_test_due.ewp similarity index 100% rename from hardware/sam/cores/sam/prod_test_due/build_iar/prod_test_due.ewp rename to hardware/arduino/sam/cores/sam/prod_test_due/build_iar/prod_test_due.ewp diff --git a/hardware/sam/cores/sam/prod_test_due/main.cpp b/hardware/arduino/sam/cores/sam/prod_test_due/main.cpp similarity index 100% rename from hardware/sam/cores/sam/prod_test_due/main.cpp rename to hardware/arduino/sam/cores/sam/prod_test_due/main.cpp diff --git a/hardware/sam/cores/sam/syscalls.h b/hardware/arduino/sam/cores/sam/syscalls.h similarity index 100% rename from hardware/sam/cores/sam/syscalls.h rename to hardware/arduino/sam/cores/sam/syscalls.h diff --git a/hardware/sam/cores/sam/syscalls_sam3.c b/hardware/arduino/sam/cores/sam/syscalls_sam3.c similarity index 100% rename from hardware/sam/cores/sam/syscalls_sam3.c rename to hardware/arduino/sam/cores/sam/syscalls_sam3.c diff --git a/hardware/sam/cores/sam/validation/build_gcc/Makefile b/hardware/arduino/sam/cores/sam/validation/build_gcc/Makefile similarity index 100% rename from hardware/sam/cores/sam/validation/build_gcc/Makefile rename to hardware/arduino/sam/cores/sam/validation/build_gcc/Makefile diff --git a/hardware/sam/cores/sam/validation/build_gcc/debug.mk b/hardware/arduino/sam/cores/sam/validation/build_gcc/debug.mk similarity index 100% rename from hardware/sam/cores/sam/validation/build_gcc/debug.mk rename to hardware/arduino/sam/cores/sam/validation/build_gcc/debug.mk diff --git a/hardware/sam/cores/sam/validation/build_gcc/gcc.mk b/hardware/arduino/sam/cores/sam/validation/build_gcc/gcc.mk similarity index 100% rename from hardware/sam/cores/sam/validation/build_gcc/gcc.mk rename to hardware/arduino/sam/cores/sam/validation/build_gcc/gcc.mk diff --git a/hardware/sam/cores/sam/validation/build_gcc/release.mk b/hardware/arduino/sam/cores/sam/validation/build_gcc/release.mk similarity index 100% rename from hardware/sam/cores/sam/validation/build_gcc/release.mk rename to hardware/arduino/sam/cores/sam/validation/build_gcc/release.mk diff --git a/hardware/sam/cores/sam/validation/build_gcc/test.mk b/hardware/arduino/sam/cores/sam/validation/build_gcc/test.mk similarity index 100% rename from hardware/sam/cores/sam/validation/build_gcc/test.mk rename to hardware/arduino/sam/cores/sam/validation/build_gcc/test.mk diff --git a/hardware/sam/cores/sam/validation/build_iar/test.ewd b/hardware/arduino/sam/cores/sam/validation/build_iar/test.ewd similarity index 100% rename from hardware/sam/cores/sam/validation/build_iar/test.ewd rename to hardware/arduino/sam/cores/sam/validation/build_iar/test.ewd diff --git a/hardware/sam/cores/sam/validation/build_iar/test.ewp b/hardware/arduino/sam/cores/sam/validation/build_iar/test.ewp similarity index 100% rename from hardware/sam/cores/sam/validation/build_iar/test.ewp rename to hardware/arduino/sam/cores/sam/validation/build_iar/test.ewp diff --git a/hardware/sam/cores/sam/validation/test.cpp b/hardware/arduino/sam/cores/sam/validation/test.cpp similarity index 100% rename from hardware/sam/cores/sam/validation/test.cpp rename to hardware/arduino/sam/cores/sam/validation/test.cpp diff --git a/hardware/sam/cores/sam/wiring.c b/hardware/arduino/sam/cores/sam/wiring.c similarity index 100% rename from hardware/sam/cores/sam/wiring.c rename to hardware/arduino/sam/cores/sam/wiring.c diff --git a/hardware/sam/cores/sam/wiring.h b/hardware/arduino/sam/cores/sam/wiring.h similarity index 100% rename from hardware/sam/cores/sam/wiring.h rename to hardware/arduino/sam/cores/sam/wiring.h diff --git a/hardware/sam/cores/sam/wiring_analog.c b/hardware/arduino/sam/cores/sam/wiring_analog.c similarity index 100% rename from hardware/sam/cores/sam/wiring_analog.c rename to hardware/arduino/sam/cores/sam/wiring_analog.c diff --git a/hardware/sam/cores/sam/wiring_analog.h b/hardware/arduino/sam/cores/sam/wiring_analog.h similarity index 100% rename from hardware/sam/cores/sam/wiring_analog.h rename to hardware/arduino/sam/cores/sam/wiring_analog.h diff --git a/hardware/sam/cores/sam/wiring_constants.h b/hardware/arduino/sam/cores/sam/wiring_constants.h similarity index 100% rename from hardware/sam/cores/sam/wiring_constants.h rename to hardware/arduino/sam/cores/sam/wiring_constants.h diff --git a/hardware/sam/cores/sam/wiring_digital.c b/hardware/arduino/sam/cores/sam/wiring_digital.c similarity index 100% rename from hardware/sam/cores/sam/wiring_digital.c rename to hardware/arduino/sam/cores/sam/wiring_digital.c diff --git a/hardware/sam/cores/sam/wiring_digital.h b/hardware/arduino/sam/cores/sam/wiring_digital.h similarity index 100% rename from hardware/sam/cores/sam/wiring_digital.h rename to hardware/arduino/sam/cores/sam/wiring_digital.h diff --git a/hardware/sam/cores/sam/wiring_private.h b/hardware/arduino/sam/cores/sam/wiring_private.h similarity index 100% rename from hardware/sam/cores/sam/wiring_private.h rename to hardware/arduino/sam/cores/sam/wiring_private.h diff --git a/hardware/sam/cores/sam/wiring_pulse.cpp b/hardware/arduino/sam/cores/sam/wiring_pulse.cpp similarity index 100% rename from hardware/sam/cores/sam/wiring_pulse.cpp rename to hardware/arduino/sam/cores/sam/wiring_pulse.cpp diff --git a/hardware/sam/cores/sam/wiring_pulse.h b/hardware/arduino/sam/cores/sam/wiring_pulse.h similarity index 100% rename from hardware/sam/cores/sam/wiring_pulse.h rename to hardware/arduino/sam/cores/sam/wiring_pulse.h diff --git a/hardware/sam/cores/sam/wiring_shift.c b/hardware/arduino/sam/cores/sam/wiring_shift.c similarity index 100% rename from hardware/sam/cores/sam/wiring_shift.c rename to hardware/arduino/sam/cores/sam/wiring_shift.c diff --git a/hardware/sam/cores/sam/wiring_shift.h b/hardware/arduino/sam/cores/sam/wiring_shift.h similarity index 100% rename from hardware/sam/cores/sam/wiring_shift.h rename to hardware/arduino/sam/cores/sam/wiring_shift.h diff --git a/hardware/sam/libraries/SPI/SPI.cpp b/hardware/arduino/sam/libraries/SPI/SPI.cpp similarity index 100% rename from hardware/sam/libraries/SPI/SPI.cpp rename to hardware/arduino/sam/libraries/SPI/SPI.cpp diff --git a/hardware/sam/libraries/SPI/SPI.h b/hardware/arduino/sam/libraries/SPI/SPI.h similarity index 100% rename from hardware/sam/libraries/SPI/SPI.h rename to hardware/arduino/sam/libraries/SPI/SPI.h diff --git a/hardware/sam/libraries/SPI/examples/BarometricPressureSensor/BarometricPressureSensor.pde b/hardware/arduino/sam/libraries/SPI/examples/BarometricPressureSensor/BarometricPressureSensor.pde similarity index 100% rename from hardware/sam/libraries/SPI/examples/BarometricPressureSensor/BarometricPressureSensor.pde rename to hardware/arduino/sam/libraries/SPI/examples/BarometricPressureSensor/BarometricPressureSensor.pde diff --git a/hardware/sam/libraries/SPI/examples/DigitalPotControl/DigitalPotControl.pde b/hardware/arduino/sam/libraries/SPI/examples/DigitalPotControl/DigitalPotControl.pde similarity index 100% rename from hardware/sam/libraries/SPI/examples/DigitalPotControl/DigitalPotControl.pde rename to hardware/arduino/sam/libraries/SPI/examples/DigitalPotControl/DigitalPotControl.pde diff --git a/hardware/sam/libraries/SPI/keywords.txt b/hardware/arduino/sam/libraries/SPI/keywords.txt similarity index 100% rename from hardware/sam/libraries/SPI/keywords.txt rename to hardware/arduino/sam/libraries/SPI/keywords.txt diff --git a/hardware/sam/libraries/Wire/Wire.cpp b/hardware/arduino/sam/libraries/Wire/Wire.cpp similarity index 100% rename from hardware/sam/libraries/Wire/Wire.cpp rename to hardware/arduino/sam/libraries/Wire/Wire.cpp diff --git a/hardware/sam/libraries/Wire/Wire.h b/hardware/arduino/sam/libraries/Wire/Wire.h similarity index 100% rename from hardware/sam/libraries/Wire/Wire.h rename to hardware/arduino/sam/libraries/Wire/Wire.h diff --git a/hardware/sam/libraries/Wire/examples/SFRRanger_reader/SFRRanger_reader.pde b/hardware/arduino/sam/libraries/Wire/examples/SFRRanger_reader/SFRRanger_reader.pde similarity index 100% rename from hardware/sam/libraries/Wire/examples/SFRRanger_reader/SFRRanger_reader.pde rename to hardware/arduino/sam/libraries/Wire/examples/SFRRanger_reader/SFRRanger_reader.pde diff --git a/hardware/sam/libraries/Wire/examples/digital_potentiometer/digital_potentiometer.pde b/hardware/arduino/sam/libraries/Wire/examples/digital_potentiometer/digital_potentiometer.pde similarity index 100% rename from hardware/sam/libraries/Wire/examples/digital_potentiometer/digital_potentiometer.pde rename to hardware/arduino/sam/libraries/Wire/examples/digital_potentiometer/digital_potentiometer.pde diff --git a/hardware/sam/libraries/Wire/examples/master_reader/master_reader.pde b/hardware/arduino/sam/libraries/Wire/examples/master_reader/master_reader.pde similarity index 100% rename from hardware/sam/libraries/Wire/examples/master_reader/master_reader.pde rename to hardware/arduino/sam/libraries/Wire/examples/master_reader/master_reader.pde diff --git a/hardware/sam/libraries/Wire/examples/master_writer/master_writer.pde b/hardware/arduino/sam/libraries/Wire/examples/master_writer/master_writer.pde similarity index 100% rename from hardware/sam/libraries/Wire/examples/master_writer/master_writer.pde rename to hardware/arduino/sam/libraries/Wire/examples/master_writer/master_writer.pde diff --git a/hardware/sam/libraries/Wire/examples/slave_receiver/slave_receiver.pde b/hardware/arduino/sam/libraries/Wire/examples/slave_receiver/slave_receiver.pde similarity index 100% rename from hardware/sam/libraries/Wire/examples/slave_receiver/slave_receiver.pde rename to hardware/arduino/sam/libraries/Wire/examples/slave_receiver/slave_receiver.pde diff --git a/hardware/sam/libraries/Wire/examples/slave_sender/slave_sender.pde b/hardware/arduino/sam/libraries/Wire/examples/slave_sender/slave_sender.pde similarity index 100% rename from hardware/sam/libraries/Wire/examples/slave_sender/slave_sender.pde rename to hardware/arduino/sam/libraries/Wire/examples/slave_sender/slave_sender.pde diff --git a/hardware/sam/libraries/Wire/keywords.txt b/hardware/arduino/sam/libraries/Wire/keywords.txt similarity index 100% rename from hardware/sam/libraries/Wire/keywords.txt rename to hardware/arduino/sam/libraries/Wire/keywords.txt diff --git a/hardware/sam/platforms.txt b/hardware/arduino/sam/platform.txt old mode 100755 new mode 100644 similarity index 100% rename from hardware/sam/platforms.txt rename to hardware/arduino/sam/platform.txt diff --git a/hardware/sam/programmers.txt b/hardware/arduino/sam/programmers.txt similarity index 100% rename from hardware/sam/programmers.txt rename to hardware/arduino/sam/programmers.txt diff --git a/hardware/sam/sam.bat b/hardware/arduino/sam/sam.bat similarity index 100% rename from hardware/sam/sam.bat rename to hardware/arduino/sam/sam.bat diff --git a/hardware/sam/system/CMSIS/CMSIS END USER LICENCE AGREEMENT.pdf b/hardware/arduino/sam/system/CMSIS/CMSIS END USER LICENCE AGREEMENT.pdf similarity index 100% rename from hardware/sam/system/CMSIS/CMSIS END USER LICENCE AGREEMENT.pdf rename to hardware/arduino/sam/system/CMSIS/CMSIS END USER LICENCE AGREEMENT.pdf diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/Common/Include/math_helper.h b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/Common/Include/math_helper.h similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/Common/Include/math_helper.h rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/Common/Include/math_helper.h diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/Common/Source/math_helper.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/Common/Source/math_helper.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/Common/Source/math_helper.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/Common/Source/math_helper.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/arm_class_marks_example.ini b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/arm_class_marks_example.ini similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/arm_class_marks_example.ini rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/arm_class_marks_example.ini diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/arm_cortexM0l_class_marks_example.uvopt b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/arm_cortexM0l_class_marks_example.uvopt similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/arm_cortexM0l_class_marks_example.uvopt rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/arm_cortexM0l_class_marks_example.uvopt diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/arm_cortexM0l_class_marks_example.uvproj b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/arm_cortexM0l_class_marks_example.uvproj similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/arm_cortexM0l_class_marks_example.uvproj rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/arm_cortexM0l_class_marks_example.uvproj diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/arm_cortexM3l_class_marks_example.uvopt b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/arm_cortexM3l_class_marks_example.uvopt similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/arm_cortexM3l_class_marks_example.uvopt rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/arm_cortexM3l_class_marks_example.uvopt diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/arm_cortexM3l_class_marks_example.uvproj b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/arm_cortexM3l_class_marks_example.uvproj similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/arm_cortexM3l_class_marks_example.uvproj rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/arm_cortexM3l_class_marks_example.uvproj diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/arm_cortexM4lf_class_marks_example.uvopt b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/arm_cortexM4lf_class_marks_example.uvopt similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/arm_cortexM4lf_class_marks_example.uvopt rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/arm_cortexM4lf_class_marks_example.uvopt diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/arm_cortexM4lf_class_marks_example.uvproj b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/arm_cortexM4lf_class_marks_example.uvproj similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/arm_cortexM4lf_class_marks_example.uvproj rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/arm_cortexM4lf_class_marks_example.uvproj diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/startup_ARMCM0.s b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/startup_ARMCM0.s similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/startup_ARMCM0.s rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/startup_ARMCM0.s diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/startup_ARMCM3.s b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/startup_ARMCM3.s similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/startup_ARMCM3.s rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/startup_ARMCM3.s diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/startup_ARMCM4.s b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/startup_ARMCM4.s similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/startup_ARMCM4.s rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/startup_ARMCM4.s diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/ARMCMx.ld b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/ARMCMx.ld similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/ARMCMx.ld rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/ARMCMx.ld diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/arm_class_marks_example.ini b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/arm_class_marks_example.ini similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/arm_class_marks_example.ini rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/arm_class_marks_example.ini diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/arm_cortexM0l_class_marks_example.uvopt b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/arm_cortexM0l_class_marks_example.uvopt similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/arm_cortexM0l_class_marks_example.uvopt rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/arm_cortexM0l_class_marks_example.uvopt diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/arm_cortexM0l_class_marks_example.uvproj b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/arm_cortexM0l_class_marks_example.uvproj similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/arm_cortexM0l_class_marks_example.uvproj rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/arm_cortexM0l_class_marks_example.uvproj diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/arm_cortexM3l_class_marks_example.uvopt b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/arm_cortexM3l_class_marks_example.uvopt similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/arm_cortexM3l_class_marks_example.uvopt rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/arm_cortexM3l_class_marks_example.uvopt diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/arm_cortexM3l_class_marks_example.uvproj b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/arm_cortexM3l_class_marks_example.uvproj similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/arm_cortexM3l_class_marks_example.uvproj rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/arm_cortexM3l_class_marks_example.uvproj diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/arm_cortexM4lf_class_marks_example.uvopt b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/arm_cortexM4lf_class_marks_example.uvopt similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/arm_cortexM4lf_class_marks_example.uvopt rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/arm_cortexM4lf_class_marks_example.uvopt diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/arm_cortexM4lf_class_marks_example.uvproj b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/arm_cortexM4lf_class_marks_example.uvproj similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/arm_cortexM4lf_class_marks_example.uvproj rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/arm_cortexM4lf_class_marks_example.uvproj diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/startup_ARMCM0.s b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/startup_ARMCM0.s similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/startup_ARMCM0.s rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/startup_ARMCM0.s diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/startup_ARMCM3.s b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/startup_ARMCM3.s similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/startup_ARMCM3.s rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/startup_ARMCM3.s diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/startup_ARMCM4.s b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/startup_ARMCM4.s similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/startup_ARMCM4.s rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/startup_ARMCM4.s diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/arm_class_marks_example_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/arm_class_marks_example_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/arm_class_marks_example_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/arm_class_marks_example_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/system_ARMCM0.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/system_ARMCM0.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/system_ARMCM0.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/system_ARMCM0.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/system_ARMCM3.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/system_ARMCM3.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/system_ARMCM3.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/system_ARMCM3.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/system_ARMCM4.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/system_ARMCM4.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/system_ARMCM4.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_class_marks_example/system_ARMCM4.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/arm_convolution_example.ini b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/arm_convolution_example.ini similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/arm_convolution_example.ini rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/arm_convolution_example.ini diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/arm_cortexM0l_convolution_example.uvopt b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/arm_cortexM0l_convolution_example.uvopt similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/arm_cortexM0l_convolution_example.uvopt rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/arm_cortexM0l_convolution_example.uvopt diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/arm_cortexM0l_convolution_example.uvproj b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/arm_cortexM0l_convolution_example.uvproj similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/arm_cortexM0l_convolution_example.uvproj rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/arm_cortexM0l_convolution_example.uvproj diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/arm_cortexM3l_convolution_example.uvopt b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/arm_cortexM3l_convolution_example.uvopt similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/arm_cortexM3l_convolution_example.uvopt rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/arm_cortexM3l_convolution_example.uvopt diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/arm_cortexM3l_convolution_example.uvproj b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/arm_cortexM3l_convolution_example.uvproj similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/arm_cortexM3l_convolution_example.uvproj rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/arm_cortexM3l_convolution_example.uvproj diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/arm_cortexM4lf_convolution_example.uvopt b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/arm_cortexM4lf_convolution_example.uvopt similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/arm_cortexM4lf_convolution_example.uvopt rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/arm_cortexM4lf_convolution_example.uvopt diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/arm_cortexM4lf_convolution_example.uvproj b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/arm_cortexM4lf_convolution_example.uvproj similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/arm_cortexM4lf_convolution_example.uvproj rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/arm_cortexM4lf_convolution_example.uvproj diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/startup_ARMCM0.s b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/startup_ARMCM0.s similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/startup_ARMCM0.s rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/startup_ARMCM0.s diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/startup_ARMCM3.s b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/startup_ARMCM3.s similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/startup_ARMCM3.s rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/startup_ARMCM3.s diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/startup_ARMCM4.s b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/startup_ARMCM4.s similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/startup_ARMCM4.s rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/startup_ARMCM4.s diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/ARMCMx.ld b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/ARMCMx.ld similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/ARMCMx.ld rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/ARMCMx.ld diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/arm_convolution_example.ini b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/arm_convolution_example.ini similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/arm_convolution_example.ini rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/arm_convolution_example.ini diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/arm_cortexM0l_convolution_example.uvopt b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/arm_cortexM0l_convolution_example.uvopt similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/arm_cortexM0l_convolution_example.uvopt rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/arm_cortexM0l_convolution_example.uvopt diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/arm_cortexM0l_convolution_example.uvproj b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/arm_cortexM0l_convolution_example.uvproj similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/arm_cortexM0l_convolution_example.uvproj rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/arm_cortexM0l_convolution_example.uvproj diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/arm_cortexM3l_convolution_example.uvopt b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/arm_cortexM3l_convolution_example.uvopt similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/arm_cortexM3l_convolution_example.uvopt rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/arm_cortexM3l_convolution_example.uvopt diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/arm_cortexM3l_convolution_example.uvproj b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/arm_cortexM3l_convolution_example.uvproj similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/arm_cortexM3l_convolution_example.uvproj rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/arm_cortexM3l_convolution_example.uvproj diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/arm_cortexM4lf_convolution_example.uvopt b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/arm_cortexM4lf_convolution_example.uvopt similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/arm_cortexM4lf_convolution_example.uvopt rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/arm_cortexM4lf_convolution_example.uvopt diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/arm_cortexM4lf_convolution_example.uvproj b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/arm_cortexM4lf_convolution_example.uvproj similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/arm_cortexM4lf_convolution_example.uvproj rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/arm_cortexM4lf_convolution_example.uvproj diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/startup_ARMCM0.s b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/startup_ARMCM0.s similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/startup_ARMCM0.s rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/startup_ARMCM0.s diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/startup_ARMCM3.s b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/startup_ARMCM3.s similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/startup_ARMCM3.s rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/startup_ARMCM3.s diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/startup_ARMCM4.s b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/startup_ARMCM4.s similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/startup_ARMCM4.s rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/startup_ARMCM4.s diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/arm_convolution_example_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/arm_convolution_example_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/arm_convolution_example_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/arm_convolution_example_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/system_ARMCM0.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/system_ARMCM0.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/system_ARMCM0.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/system_ARMCM0.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/system_ARMCM3.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/system_ARMCM3.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/system_ARMCM3.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/system_ARMCM3.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/system_ARMCM4.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/system_ARMCM4.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/system_ARMCM4.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_convolution_example/system_ARMCM4.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/arm_cortexM0l_dotproduct_example.uvopt b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/arm_cortexM0l_dotproduct_example.uvopt similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/arm_cortexM0l_dotproduct_example.uvopt rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/arm_cortexM0l_dotproduct_example.uvopt diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/arm_cortexM0l_dotproduct_example.uvproj b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/arm_cortexM0l_dotproduct_example.uvproj similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/arm_cortexM0l_dotproduct_example.uvproj rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/arm_cortexM0l_dotproduct_example.uvproj diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/arm_cortexM3l_dotproduct_example.uvopt b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/arm_cortexM3l_dotproduct_example.uvopt similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/arm_cortexM3l_dotproduct_example.uvopt rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/arm_cortexM3l_dotproduct_example.uvopt diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/arm_cortexM3l_dotproduct_example.uvproj b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/arm_cortexM3l_dotproduct_example.uvproj similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/arm_cortexM3l_dotproduct_example.uvproj rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/arm_cortexM3l_dotproduct_example.uvproj diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/arm_cortexM4lf_dotproduct_example.uvopt b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/arm_cortexM4lf_dotproduct_example.uvopt similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/arm_cortexM4lf_dotproduct_example.uvopt rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/arm_cortexM4lf_dotproduct_example.uvopt diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/arm_cortexM4lf_dotproduct_example.uvproj b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/arm_cortexM4lf_dotproduct_example.uvproj similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/arm_cortexM4lf_dotproduct_example.uvproj rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/arm_cortexM4lf_dotproduct_example.uvproj diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/arm_dotproduct_example.ini b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/arm_dotproduct_example.ini similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/arm_dotproduct_example.ini rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/arm_dotproduct_example.ini diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/startup_ARMCM0.s b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/startup_ARMCM0.s similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/startup_ARMCM0.s rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/startup_ARMCM0.s diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/startup_ARMCM3.s b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/startup_ARMCM3.s similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/startup_ARMCM3.s rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/startup_ARMCM3.s diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/startup_ARMCM4.s b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/startup_ARMCM4.s similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/startup_ARMCM4.s rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/startup_ARMCM4.s diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/arm_dotproduct_example_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/arm_dotproduct_example_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/arm_dotproduct_example_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/arm_dotproduct_example_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/system_ARMCM0.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/system_ARMCM0.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/system_ARMCM0.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/system_ARMCM0.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/system_ARMCM3.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/system_ARMCM3.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/system_ARMCM3.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/system_ARMCM3.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/system_ARMCM4.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/system_ARMCM4.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/system_ARMCM4.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/system_ARMCM4.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/arm_cortexM0l_fft_bin_example.uvopt b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/arm_cortexM0l_fft_bin_example.uvopt similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/arm_cortexM0l_fft_bin_example.uvopt rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/arm_cortexM0l_fft_bin_example.uvopt diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/arm_cortexM0l_fft_bin_example.uvproj b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/arm_cortexM0l_fft_bin_example.uvproj similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/arm_cortexM0l_fft_bin_example.uvproj rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/arm_cortexM0l_fft_bin_example.uvproj diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/arm_cortexM3l_fft_bin_example.uvopt b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/arm_cortexM3l_fft_bin_example.uvopt similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/arm_cortexM3l_fft_bin_example.uvopt rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/arm_cortexM3l_fft_bin_example.uvopt diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/arm_cortexM3l_fft_bin_example.uvproj b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/arm_cortexM3l_fft_bin_example.uvproj similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/arm_cortexM3l_fft_bin_example.uvproj rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/arm_cortexM3l_fft_bin_example.uvproj diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/arm_cortexM4lf_fft_bin_example.uvopt b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/arm_cortexM4lf_fft_bin_example.uvopt similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/arm_cortexM4lf_fft_bin_example.uvopt rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/arm_cortexM4lf_fft_bin_example.uvopt diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/arm_cortexM4lf_fft_bin_example.uvproj b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/arm_cortexM4lf_fft_bin_example.uvproj similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/arm_cortexM4lf_fft_bin_example.uvproj rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/arm_cortexM4lf_fft_bin_example.uvproj diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/arm_fft_bin_example.ini b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/arm_fft_bin_example.ini similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/arm_fft_bin_example.ini rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/arm_fft_bin_example.ini diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/startup_ARMCM0.s b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/startup_ARMCM0.s similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/startup_ARMCM0.s rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/startup_ARMCM0.s diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/startup_ARMCM3.s b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/startup_ARMCM3.s similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/startup_ARMCM3.s rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/startup_ARMCM3.s diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/startup_ARMCM4.s b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/startup_ARMCM4.s similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/startup_ARMCM4.s rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/startup_ARMCM4.s diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/arm_fft_bin_data.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/arm_fft_bin_data.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/arm_fft_bin_data.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/arm_fft_bin_data.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/arm_fft_bin_example_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/arm_fft_bin_example_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/arm_fft_bin_example_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/arm_fft_bin_example_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/system_ARMCM0.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/system_ARMCM0.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/system_ARMCM0.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/system_ARMCM0.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/system_ARMCM3.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/system_ARMCM3.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/system_ARMCM3.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/system_ARMCM3.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/system_ARMCM4.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/system_ARMCM4.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/system_ARMCM4.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/system_ARMCM4.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/arm_cortexM0l_fir_example.uvopt b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/arm_cortexM0l_fir_example.uvopt similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/arm_cortexM0l_fir_example.uvopt rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/arm_cortexM0l_fir_example.uvopt diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/arm_cortexM0l_fir_example.uvproj b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/arm_cortexM0l_fir_example.uvproj similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/arm_cortexM0l_fir_example.uvproj rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/arm_cortexM0l_fir_example.uvproj diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/arm_cortexM3l_fir_example.uvopt b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/arm_cortexM3l_fir_example.uvopt similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/arm_cortexM3l_fir_example.uvopt rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/arm_cortexM3l_fir_example.uvopt diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/arm_cortexM3l_fir_example.uvproj b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/arm_cortexM3l_fir_example.uvproj similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/arm_cortexM3l_fir_example.uvproj rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/arm_cortexM3l_fir_example.uvproj diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/arm_cortexM4lf_fir_example.uvopt b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/arm_cortexM4lf_fir_example.uvopt similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/arm_cortexM4lf_fir_example.uvopt rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/arm_cortexM4lf_fir_example.uvopt diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/arm_cortexM4lf_fir_example.uvproj b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/arm_cortexM4lf_fir_example.uvproj similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/arm_cortexM4lf_fir_example.uvproj rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/arm_cortexM4lf_fir_example.uvproj diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/arm_fir_example.ini b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/arm_fir_example.ini similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/arm_fir_example.ini rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/arm_fir_example.ini diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/startup_ARMCM0.s b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/startup_ARMCM0.s similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/startup_ARMCM0.s rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/startup_ARMCM0.s diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/startup_ARMCM3.s b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/startup_ARMCM3.s similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/startup_ARMCM3.s rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/startup_ARMCM3.s diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/startup_ARMCM4.s b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/startup_ARMCM4.s similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/startup_ARMCM4.s rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/startup_ARMCM4.s diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/arm_fir_data.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/arm_fir_data.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/arm_fir_data.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/arm_fir_data.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/arm_fir_example_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/arm_fir_example_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/arm_fir_example_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/arm_fir_example_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/system_ARMCM0.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/system_ARMCM0.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/system_ARMCM0.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/system_ARMCM0.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/system_ARMCM3.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/system_ARMCM3.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/system_ARMCM3.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/system_ARMCM3.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/system_ARMCM4.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/system_ARMCM4.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/system_ARMCM4.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_fir_example/system_ARMCM4.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/arm_cortexM0l_graphic_equalizer_example.uvopt b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/arm_cortexM0l_graphic_equalizer_example.uvopt similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/arm_cortexM0l_graphic_equalizer_example.uvopt rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/arm_cortexM0l_graphic_equalizer_example.uvopt diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/arm_cortexM0l_graphic_equalizer_example.uvproj b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/arm_cortexM0l_graphic_equalizer_example.uvproj similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/arm_cortexM0l_graphic_equalizer_example.uvproj rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/arm_cortexM0l_graphic_equalizer_example.uvproj diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/arm_cortexM3l_graphic_equalizer_example.uvopt b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/arm_cortexM3l_graphic_equalizer_example.uvopt similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/arm_cortexM3l_graphic_equalizer_example.uvopt rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/arm_cortexM3l_graphic_equalizer_example.uvopt diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/arm_cortexM3l_graphic_equalizer_example.uvproj b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/arm_cortexM3l_graphic_equalizer_example.uvproj similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/arm_cortexM3l_graphic_equalizer_example.uvproj rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/arm_cortexM3l_graphic_equalizer_example.uvproj diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/arm_cortexM4lf_graphic_equalizer_example.uvopt b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/arm_cortexM4lf_graphic_equalizer_example.uvopt similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/arm_cortexM4lf_graphic_equalizer_example.uvopt rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/arm_cortexM4lf_graphic_equalizer_example.uvopt diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/arm_cortexM4lf_graphic_equalizer_example.uvproj b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/arm_cortexM4lf_graphic_equalizer_example.uvproj similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/arm_cortexM4lf_graphic_equalizer_example.uvproj rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/arm_cortexM4lf_graphic_equalizer_example.uvproj diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/arm_graphic_equalizer_example.ini b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/arm_graphic_equalizer_example.ini similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/arm_graphic_equalizer_example.ini rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/arm_graphic_equalizer_example.ini diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/startup_ARMCM0.s b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/startup_ARMCM0.s similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/startup_ARMCM0.s rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/startup_ARMCM0.s diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/startup_ARMCM3.s b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/startup_ARMCM3.s similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/startup_ARMCM3.s rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/startup_ARMCM3.s diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/startup_ARMCM4.s b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/startup_ARMCM4.s similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/startup_ARMCM4.s rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/startup_ARMCM4.s diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/arm_graphic_equalizer_data.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/arm_graphic_equalizer_data.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/arm_graphic_equalizer_data.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/arm_graphic_equalizer_data.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/arm_graphic_equalizer_example_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/arm_graphic_equalizer_example_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/arm_graphic_equalizer_example_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/arm_graphic_equalizer_example_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/system_ARMCM0.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/system_ARMCM0.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/system_ARMCM0.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/system_ARMCM0.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/system_ARMCM3.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/system_ARMCM3.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/system_ARMCM3.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/system_ARMCM3.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/system_ARMCM4.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/system_ARMCM4.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/system_ARMCM4.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/system_ARMCM4.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/arm_cortexM0l_linear_interp_example.uvopt b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/arm_cortexM0l_linear_interp_example.uvopt similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/arm_cortexM0l_linear_interp_example.uvopt rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/arm_cortexM0l_linear_interp_example.uvopt diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/arm_cortexM0l_linear_interp_example.uvproj b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/arm_cortexM0l_linear_interp_example.uvproj similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/arm_cortexM0l_linear_interp_example.uvproj rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/arm_cortexM0l_linear_interp_example.uvproj diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/arm_cortexM3l_linear_interp_example.uvopt b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/arm_cortexM3l_linear_interp_example.uvopt similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/arm_cortexM3l_linear_interp_example.uvopt rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/arm_cortexM3l_linear_interp_example.uvopt diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/arm_cortexM3l_linear_interp_example.uvproj b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/arm_cortexM3l_linear_interp_example.uvproj similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/arm_cortexM3l_linear_interp_example.uvproj rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/arm_cortexM3l_linear_interp_example.uvproj diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/arm_cortexM4lf_linear_interp_example.uvopt b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/arm_cortexM4lf_linear_interp_example.uvopt similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/arm_cortexM4lf_linear_interp_example.uvopt rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/arm_cortexM4lf_linear_interp_example.uvopt diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/arm_cortexM4lf_linear_interp_example.uvproj b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/arm_cortexM4lf_linear_interp_example.uvproj similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/arm_cortexM4lf_linear_interp_example.uvproj rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/arm_cortexM4lf_linear_interp_example.uvproj diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/arm_linear_interp_example.ini b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/arm_linear_interp_example.ini similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/arm_linear_interp_example.ini rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/arm_linear_interp_example.ini diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/startup_ARMCM0.s b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/startup_ARMCM0.s similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/startup_ARMCM0.s rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/startup_ARMCM0.s diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/startup_ARMCM3.s b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/startup_ARMCM3.s similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/startup_ARMCM3.s rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/startup_ARMCM3.s diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/startup_ARMCM4.s b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/startup_ARMCM4.s similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/startup_ARMCM4.s rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/startup_ARMCM4.s diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/arm_linear_interp_data.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/arm_linear_interp_data.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/arm_linear_interp_data.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/arm_linear_interp_data.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/arm_linear_interp_example_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/arm_linear_interp_example_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/arm_linear_interp_example_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/arm_linear_interp_example_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/system_ARMCM0.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/system_ARMCM0.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/system_ARMCM0.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/system_ARMCM0.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/system_ARMCM3.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/system_ARMCM3.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/system_ARMCM3.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/system_ARMCM3.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/system_ARMCM4.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/system_ARMCM4.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/system_ARMCM4.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/system_ARMCM4.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/arm_cortexM0l_matrix_example.uvopt b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/arm_cortexM0l_matrix_example.uvopt similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/arm_cortexM0l_matrix_example.uvopt rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/arm_cortexM0l_matrix_example.uvopt diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/arm_cortexM0l_matrix_example.uvproj b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/arm_cortexM0l_matrix_example.uvproj similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/arm_cortexM0l_matrix_example.uvproj rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/arm_cortexM0l_matrix_example.uvproj diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/arm_cortexM3l_matrix_example.uvopt b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/arm_cortexM3l_matrix_example.uvopt similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/arm_cortexM3l_matrix_example.uvopt rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/arm_cortexM3l_matrix_example.uvopt diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/arm_cortexM3l_matrix_example.uvproj b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/arm_cortexM3l_matrix_example.uvproj similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/arm_cortexM3l_matrix_example.uvproj rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/arm_cortexM3l_matrix_example.uvproj diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/arm_cortexM4lf_matrix_example.uvopt b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/arm_cortexM4lf_matrix_example.uvopt similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/arm_cortexM4lf_matrix_example.uvopt rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/arm_cortexM4lf_matrix_example.uvopt diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/arm_cortexM4lf_matrix_example.uvproj b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/arm_cortexM4lf_matrix_example.uvproj similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/arm_cortexM4lf_matrix_example.uvproj rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/arm_cortexM4lf_matrix_example.uvproj diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/arm_matrix_example.ini b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/arm_matrix_example.ini similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/arm_matrix_example.ini rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/arm_matrix_example.ini diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/startup_ARMCM0.s b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/startup_ARMCM0.s similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/startup_ARMCM0.s rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/startup_ARMCM0.s diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/startup_ARMCM3.s b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/startup_ARMCM3.s similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/startup_ARMCM3.s rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/startup_ARMCM3.s diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/startup_ARMCM4.s b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/startup_ARMCM4.s similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/startup_ARMCM4.s rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/startup_ARMCM4.s diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/arm_matrix_example_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/arm_matrix_example_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/arm_matrix_example_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/arm_matrix_example_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/system_ARMCM0.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/system_ARMCM0.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/system_ARMCM0.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/system_ARMCM0.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/system_ARMCM3.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/system_ARMCM3.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/system_ARMCM3.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/system_ARMCM3.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/system_ARMCM4.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/system_ARMCM4.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/system_ARMCM4.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_matrix_example/system_ARMCM4.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/arm_cortexM0l_signal_converge_example.uvopt b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/arm_cortexM0l_signal_converge_example.uvopt similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/arm_cortexM0l_signal_converge_example.uvopt rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/arm_cortexM0l_signal_converge_example.uvopt diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/arm_cortexM0l_signal_converge_example.uvproj b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/arm_cortexM0l_signal_converge_example.uvproj similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/arm_cortexM0l_signal_converge_example.uvproj rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/arm_cortexM0l_signal_converge_example.uvproj diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/arm_cortexM3l_signal_converge_example.uvopt b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/arm_cortexM3l_signal_converge_example.uvopt similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/arm_cortexM3l_signal_converge_example.uvopt rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/arm_cortexM3l_signal_converge_example.uvopt diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/arm_cortexM3l_signal_converge_example.uvproj b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/arm_cortexM3l_signal_converge_example.uvproj similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/arm_cortexM3l_signal_converge_example.uvproj rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/arm_cortexM3l_signal_converge_example.uvproj diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/arm_cortexM4lf_signal_converge_example.uvopt b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/arm_cortexM4lf_signal_converge_example.uvopt similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/arm_cortexM4lf_signal_converge_example.uvopt rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/arm_cortexM4lf_signal_converge_example.uvopt diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/arm_cortexM4lf_signal_converge_example.uvproj b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/arm_cortexM4lf_signal_converge_example.uvproj similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/arm_cortexM4lf_signal_converge_example.uvproj rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/arm_cortexM4lf_signal_converge_example.uvproj diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/arm_signal_converge_example.ini b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/arm_signal_converge_example.ini similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/arm_signal_converge_example.ini rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/arm_signal_converge_example.ini diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/startup_ARMCM0.s b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/startup_ARMCM0.s similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/startup_ARMCM0.s rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/startup_ARMCM0.s diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/startup_ARMCM3.s b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/startup_ARMCM3.s similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/startup_ARMCM3.s rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/startup_ARMCM3.s diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/startup_ARMCM4.s b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/startup_ARMCM4.s similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/startup_ARMCM4.s rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/startup_ARMCM4.s diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/arm_signal_converge_data.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/arm_signal_converge_data.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/arm_signal_converge_data.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/arm_signal_converge_data.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/arm_signal_converge_example_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/arm_signal_converge_example_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/arm_signal_converge_example_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/arm_signal_converge_example_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/system_ARMCM0.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/system_ARMCM0.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/system_ARMCM0.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/system_ARMCM0.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/system_ARMCM3.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/system_ARMCM3.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/system_ARMCM3.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/system_ARMCM3.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/system_ARMCM4.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/system_ARMCM4.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/system_ARMCM4.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/system_ARMCM4.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/arm_cortexM0l_sin_cos_example.uvopt b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/arm_cortexM0l_sin_cos_example.uvopt similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/arm_cortexM0l_sin_cos_example.uvopt rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/arm_cortexM0l_sin_cos_example.uvopt diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/arm_cortexM0l_sin_cos_example.uvproj b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/arm_cortexM0l_sin_cos_example.uvproj similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/arm_cortexM0l_sin_cos_example.uvproj rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/arm_cortexM0l_sin_cos_example.uvproj diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/arm_cortexM3l_sin_cos_example.uvopt b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/arm_cortexM3l_sin_cos_example.uvopt similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/arm_cortexM3l_sin_cos_example.uvopt rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/arm_cortexM3l_sin_cos_example.uvopt diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/arm_cortexM3l_sin_cos_example.uvproj b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/arm_cortexM3l_sin_cos_example.uvproj similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/arm_cortexM3l_sin_cos_example.uvproj rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/arm_cortexM3l_sin_cos_example.uvproj diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/arm_cortexM4lf_sin_cos_example.uvopt b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/arm_cortexM4lf_sin_cos_example.uvopt similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/arm_cortexM4lf_sin_cos_example.uvopt rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/arm_cortexM4lf_sin_cos_example.uvopt diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/arm_cortexM4lf_sin_cos_example.uvproj b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/arm_cortexM4lf_sin_cos_example.uvproj similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/arm_cortexM4lf_sin_cos_example.uvproj rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/arm_cortexM4lf_sin_cos_example.uvproj diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/arm_sin_cos_example.ini b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/arm_sin_cos_example.ini similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/arm_sin_cos_example.ini rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/arm_sin_cos_example.ini diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/startup_ARMCM0.s b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/startup_ARMCM0.s similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/startup_ARMCM0.s rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/startup_ARMCM0.s diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/startup_ARMCM3.s b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/startup_ARMCM3.s similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/startup_ARMCM3.s rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/startup_ARMCM3.s diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/startup_ARMCM4.s b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/startup_ARMCM4.s similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/startup_ARMCM4.s rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/startup_ARMCM4.s diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/arm_sin_cos_example_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/arm_sin_cos_example_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/arm_sin_cos_example_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/arm_sin_cos_example_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/system_ARMCM0.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/system_ARMCM0.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/system_ARMCM0.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/system_ARMCM0.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/system_ARMCM3.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/system_ARMCM3.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/system_ARMCM3.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/system_ARMCM3.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/system_ARMCM4.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/system_ARMCM4.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/system_ARMCM4.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/system_ARMCM4.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/arm_cortexM0l_variance_example.uvopt b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/arm_cortexM0l_variance_example.uvopt similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/arm_cortexM0l_variance_example.uvopt rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/arm_cortexM0l_variance_example.uvopt diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/arm_cortexM0l_variance_example.uvproj b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/arm_cortexM0l_variance_example.uvproj similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/arm_cortexM0l_variance_example.uvproj rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/arm_cortexM0l_variance_example.uvproj diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/arm_cortexM3l_variance_example.uvopt b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/arm_cortexM3l_variance_example.uvopt similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/arm_cortexM3l_variance_example.uvopt rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/arm_cortexM3l_variance_example.uvopt diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/arm_cortexM3l_variance_example.uvproj b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/arm_cortexM3l_variance_example.uvproj similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/arm_cortexM3l_variance_example.uvproj rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/arm_cortexM3l_variance_example.uvproj diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/arm_cortexM4lf_variance_example.uvopt b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/arm_cortexM4lf_variance_example.uvopt similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/arm_cortexM4lf_variance_example.uvopt rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/arm_cortexM4lf_variance_example.uvopt diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/arm_cortexM4lf_variance_example.uvproj b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/arm_cortexM4lf_variance_example.uvproj similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/arm_cortexM4lf_variance_example.uvproj rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/arm_cortexM4lf_variance_example.uvproj diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/arm_variance_example.ini b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/arm_variance_example.ini similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/arm_variance_example.ini rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/arm_variance_example.ini diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/startup_ARMCM0.s b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/startup_ARMCM0.s similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/startup_ARMCM0.s rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/startup_ARMCM0.s diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/startup_ARMCM3.s b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/startup_ARMCM3.s similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/startup_ARMCM3.s rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/startup_ARMCM3.s diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/startup_ARMCM4.s b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/startup_ARMCM4.s similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/startup_ARMCM4.s rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/startup_ARMCM4.s diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/arm_variance_example_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/arm_variance_example_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/arm_variance_example_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/arm_variance_example_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/system_ARMCM0.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/system_ARMCM0.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/system_ARMCM0.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/system_ARMCM0.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/system_ARMCM3.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/system_ARMCM3.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/system_ARMCM3.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/system_ARMCM3.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/system_ARMCM4.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/system_ARMCM4.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/system_ARMCM4.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Examples/arm_variance_example/system_ARMCM4.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/ARM/arm_cortexM0x_math.uvopt b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/ARM/arm_cortexM0x_math.uvopt similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/ARM/arm_cortexM0x_math.uvopt rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/ARM/arm_cortexM0x_math.uvopt diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/ARM/arm_cortexM0x_math.uvproj b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/ARM/arm_cortexM0x_math.uvproj similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/ARM/arm_cortexM0x_math.uvproj rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/ARM/arm_cortexM0x_math.uvproj diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/ARM/arm_cortexM3x_math.uvopt b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/ARM/arm_cortexM3x_math.uvopt similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/ARM/arm_cortexM3x_math.uvopt rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/ARM/arm_cortexM3x_math.uvopt diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/ARM/arm_cortexM3x_math.uvproj b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/ARM/arm_cortexM3x_math.uvproj similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/ARM/arm_cortexM3x_math.uvproj rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/ARM/arm_cortexM3x_math.uvproj diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/ARM/arm_cortexM4x_math.uvopt b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/ARM/arm_cortexM4x_math.uvopt similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/ARM/arm_cortexM4x_math.uvopt rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/ARM/arm_cortexM4x_math.uvopt diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/ARM/arm_cortexM4x_math.uvproj b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/ARM/arm_cortexM4x_math.uvproj similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/ARM/arm_cortexM4x_math.uvproj rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/ARM/arm_cortexM4x_math.uvproj diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/ARM/arm_cortexMx_math_Build.bat b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/ARM/arm_cortexMx_math_Build.bat similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/ARM/arm_cortexMx_math_Build.bat rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/ARM/arm_cortexMx_math_Build.bat diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q7.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q7.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q7.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q7.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q7.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q7.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q7.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q7.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q7.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q7.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q7.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q7.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q7.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q7.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q7.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q7.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q7.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q7.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q7.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q7.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q7.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q7.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q7.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q7.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q7.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q7.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q7.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q7.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q7.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q7.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q7.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q7.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q7.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q7.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q7.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q7.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/CommonTables/arm_common_tables.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/CommonTables/arm_common_tables.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/CommonTables/arm_common_tables.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/CommonTables/arm_common_tables.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_sin_cos_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_sin_cos_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_sin_cos_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_sin_cos_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_sin_cos_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_sin_cos_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_sin_cos_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_sin_cos_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sqrt_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sqrt_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sqrt_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sqrt_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sqrt_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sqrt_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sqrt_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sqrt_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_32x64_init_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_32x64_init_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_32x64_init_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_32x64_init_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_32x64_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_32x64_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_32x64_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_32x64_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_fast_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_fast_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_fast_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_fast_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_fast_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_fast_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_fast_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_fast_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_init_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_init_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_init_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_init_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_init_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_init_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_init_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_init_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_init_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_init_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_init_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_init_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df2T_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df2T_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df2T_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df2T_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df2T_init_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df2T_init_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df2T_init_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df2T_init_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_fast_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_fast_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_fast_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_fast_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_fast_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_fast_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_fast_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_fast_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_fast_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_fast_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_fast_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_fast_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_fast_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_fast_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_fast_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_fast_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_q7.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_q7.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_q7.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_q7.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_q7.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_q7.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_q7.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_q7.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_fast_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_fast_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_fast_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_fast_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_fast_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_fast_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_fast_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_fast_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_q7.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_q7.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_q7.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_q7.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_fast_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_fast_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_fast_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_fast_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_fast_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_fast_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_fast_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_fast_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_init_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_init_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_init_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_init_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_init_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_init_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_init_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_init_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_init_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_init_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_init_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_init_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_fast_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_fast_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_fast_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_fast_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_fast_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_fast_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_fast_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_fast_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_q7.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_q7.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_q7.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_q7.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_init_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_init_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_init_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_init_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_init_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_init_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_init_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_init_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_init_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_init_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_init_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_init_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_init_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_init_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_init_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_init_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_init_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_init_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_init_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_init_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_init_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_init_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_init_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_init_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_q7.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_q7.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_q7.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_q7.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_q7.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_q7.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_q7.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_q7.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_q7.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_q7.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_q7.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_q7.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_init_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_init_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_init_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_init_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_init_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_init_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_init_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_init_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_init_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_init_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_init_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_init_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_init_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_init_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_init_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_init_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_init_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_init_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_init_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_init_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_init_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_init_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_init_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_init_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_init_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_init_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_init_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_init_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_init_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_init_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_init_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_init_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_init_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_init_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_init_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_init_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/GCC/arm_cortexM0x_math.uvopt b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/GCC/arm_cortexM0x_math.uvopt similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/GCC/arm_cortexM0x_math.uvopt rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/GCC/arm_cortexM0x_math.uvopt diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/GCC/arm_cortexM0x_math.uvproj b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/GCC/arm_cortexM0x_math.uvproj similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/GCC/arm_cortexM0x_math.uvproj rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/GCC/arm_cortexM0x_math.uvproj diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/GCC/arm_cortexM3x_math.uvopt b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/GCC/arm_cortexM3x_math.uvopt similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/GCC/arm_cortexM3x_math.uvopt rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/GCC/arm_cortexM3x_math.uvopt diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/GCC/arm_cortexM3x_math.uvproj b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/GCC/arm_cortexM3x_math.uvproj similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/GCC/arm_cortexM3x_math.uvproj rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/GCC/arm_cortexM3x_math.uvproj diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/GCC/arm_cortexM4x_math.uvopt b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/GCC/arm_cortexM4x_math.uvopt similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/GCC/arm_cortexM4x_math.uvopt rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/GCC/arm_cortexM4x_math.uvopt diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/GCC/arm_cortexM4x_math.uvproj b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/GCC/arm_cortexM4x_math.uvproj similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/GCC/arm_cortexM4x_math.uvproj rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/GCC/arm_cortexM4x_math.uvproj diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/GCC/arm_cortexMx_math_Build.bat b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/GCC/arm_cortexMx_math_Build.bat similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/GCC/arm_cortexMx_math_Build.bat rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/GCC/arm_cortexMx_math_Build.bat diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_add_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_add_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_add_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_add_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_add_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_add_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_add_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_add_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_add_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_add_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_add_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_add_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_init_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_init_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_init_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_init_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_init_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_init_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_init_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_init_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_init_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_init_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_init_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_init_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_inverse_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_inverse_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_inverse_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_inverse_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_fast_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_fast_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_fast_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_fast_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_fast_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_fast_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_fast_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_fast_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_scale_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_scale_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_scale_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_scale_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_scale_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_scale_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_scale_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_scale_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_scale_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_scale_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_scale_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_scale_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_sub_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_sub_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_sub_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_sub_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_sub_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_sub_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_sub_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_sub_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_sub_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_sub_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_sub_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_sub_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_trans_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_trans_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_trans_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_trans_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_trans_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_trans_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_trans_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_trans_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_trans_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_trans_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_trans_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_trans_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_q7.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_q7.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_q7.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_q7.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_q7.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_q7.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_q7.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_q7.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_q7.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_q7.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_q7.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_q7.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_q7.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_q7.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_q7.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_q7.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_rms_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_rms_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_rms_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_rms_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_rms_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_rms_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_rms_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_rms_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_rms_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_rms_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_rms_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_rms_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_std_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_std_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_std_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_std_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_std_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_std_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_std_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_std_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_std_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_std_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_std_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_std_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_var_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_var_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_var_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_var_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_var_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_var_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_var_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_var_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_var_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_var_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_var_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_var_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_q7.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_q7.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_q7.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_q7.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_q7.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_q7.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_q7.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_q7.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_float_to_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_float_to_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_float_to_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_float_to_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_float_to_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_float_to_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_float_to_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_float_to_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_float_to_q7.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_float_to_q7.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_float_to_q7.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_float_to_q7.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q15_to_float.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q15_to_float.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q15_to_float.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q15_to_float.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q15_to_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q15_to_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q15_to_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q15_to_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q15_to_q7.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q15_to_q7.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q15_to_q7.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q15_to_q7.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q31_to_float.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q31_to_float.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q31_to_float.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q31_to_float.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q31_to_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q31_to_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q31_to_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q31_to_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q31_to_q7.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q31_to_q7.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q31_to_q7.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q31_to_q7.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q7_to_float.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q7_to_float.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q7_to_float.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q7_to_float.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q7_to_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q7_to_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q7_to_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q7_to_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q7_to_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q7_to_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q7_to_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q7_to_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_init_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_init_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_init_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_init_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_init_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_init_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_init_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_init_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_init_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_init_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_init_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_init_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_init_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_init_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_init_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_init_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_init_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_init_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_init_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_init_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_init_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_init_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_init_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_init_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_init_f32.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_init_f32.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_init_f32.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_init_f32.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_init_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_init_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_init_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_init_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_init_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_init_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_init_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_init_q31.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_q15.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_q15.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_q15.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_q15.c diff --git a/hardware/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_q31.c b/hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_q31.c similarity index 100% rename from hardware/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_q31.c rename to hardware/arduino/sam/system/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_q31.c diff --git a/hardware/sam/system/CMSIS/Documentation/CMSIS-SVD_Schema_1_0.xsd b/hardware/arduino/sam/system/CMSIS/Documentation/CMSIS-SVD_Schema_1_0.xsd similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/CMSIS-SVD_Schema_1_0.xsd rename to hardware/arduino/sam/system/CMSIS/Documentation/CMSIS-SVD_Schema_1_0.xsd diff --git a/hardware/sam/system/CMSIS/Documentation/CMSIS_CM4_SIMD.htm b/hardware/arduino/sam/system/CMSIS/Documentation/CMSIS_CM4_SIMD.htm similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/CMSIS_CM4_SIMD.htm rename to hardware/arduino/sam/system/CMSIS/Documentation/CMSIS_CM4_SIMD.htm diff --git a/hardware/sam/system/CMSIS/Documentation/CMSIS_Core.htm b/hardware/arduino/sam/system/CMSIS/Documentation/CMSIS_Core.htm similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/CMSIS_Core.htm rename to hardware/arduino/sam/system/CMSIS/Documentation/CMSIS_Core.htm diff --git a/hardware/sam/system/CMSIS/Documentation/CMSIS_DebugSupport.htm b/hardware/arduino/sam/system/CMSIS/Documentation/CMSIS_DebugSupport.htm similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/CMSIS_DebugSupport.htm rename to hardware/arduino/sam/system/CMSIS/Documentation/CMSIS_DebugSupport.htm diff --git a/hardware/sam/system/CMSIS/Documentation/CMSIS_History.htm b/hardware/arduino/sam/system/CMSIS/Documentation/CMSIS_History.htm similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/CMSIS_History.htm rename to hardware/arduino/sam/system/CMSIS/Documentation/CMSIS_History.htm diff --git a/hardware/sam/system/CMSIS/Documentation/CMSIS_Logo_Final.jpg b/hardware/arduino/sam/system/CMSIS/Documentation/CMSIS_Logo_Final.jpg similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/CMSIS_Logo_Final.jpg rename to hardware/arduino/sam/system/CMSIS/Documentation/CMSIS_Logo_Final.jpg diff --git a/hardware/sam/system/CMSIS/Documentation/CMSIS_System_View_Description.htm b/hardware/arduino/sam/system/CMSIS/Documentation/CMSIS_System_View_Description.htm similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/CMSIS_System_View_Description.htm rename to hardware/arduino/sam/system/CMSIS/Documentation/CMSIS_System_View_Description.htm diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/README.txt b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/README.txt similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/README.txt rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/README.txt diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/Biquad.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/Biquad.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/Biquad.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/Biquad.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/BiquadCascade.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/BiquadCascade.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/BiquadCascade.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/BiquadCascade.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/BiquadDF2Transposed.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/BiquadDF2Transposed.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/BiquadDF2Transposed.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/BiquadDF2Transposed.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/BiquadPostshift.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/BiquadPostshift.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/BiquadPostshift.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/BiquadPostshift.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/CFFT.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/CFFT.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/CFFT.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/CFFT.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/CFFTQ15.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/CFFTQ15.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/CFFTQ15.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/CFFTQ15.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/CFFTQ31.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/CFFTQ31.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/CFFTQ31.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/CFFTQ31.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/CIFFTQ15.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/CIFFTQ15.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/CIFFTQ15.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/CIFFTQ15.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/CIFFTQ31.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/CIFFTQ31.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/CIFFTQ31.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/CIFFTQ31.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/Convolution.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/Convolution.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/Convolution.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/Convolution.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/ConvolutionEquation.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/ConvolutionEquation.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/ConvolutionEquation.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/ConvolutionEquation.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/CorrelateEquation.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/CorrelateEquation.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/CorrelateEquation.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/CorrelateEquation.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/DCT4.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/DCT4.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/DCT4.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/DCT4.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/DCT4Equation.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/DCT4Equation.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/DCT4Equation.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/DCT4Equation.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/FFTBin.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/FFTBin.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/FFTBin.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/FFTBin.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/FFTBinInput.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/FFTBinInput.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/FFTBinInput.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/FFTBinInput.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/FFTBinOutput.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/FFTBinOutput.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/FFTBinOutput.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/FFTBinOutput.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/FIR.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/FIR.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/FIR.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/FIR.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/FIRDecimator.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/FIRDecimator.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/FIRDecimator.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/FIRDecimator.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/FIRInterpolator.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/FIRInterpolator.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/FIRInterpolator.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/FIRInterpolator.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/FIRLPF_coeffs.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/FIRLPF_coeffs.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/FIRLPF_coeffs.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/FIRLPF_coeffs.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/FIRLPF_input.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/FIRLPF_input.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/FIRLPF_input.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/FIRLPF_input.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/FIRLPF_output.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/FIRLPF_output.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/FIRLPF_output.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/FIRLPF_output.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/FIRLPF_response.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/FIRLPF_response.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/FIRLPF_response.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/FIRLPF_response.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/FIRLPF_signalflow.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/FIRLPF_signalflow.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/FIRLPF_signalflow.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/FIRLPF_signalflow.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/FIRLattice.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/FIRLattice.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/FIRLattice.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/FIRLattice.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/FIRSparse.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/FIRSparse.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/FIRSparse.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/FIRSparse.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/GEQ_allbandresponse.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/GEQ_allbandresponse.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/GEQ_allbandresponse.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/GEQ_allbandresponse.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/GEQ_bandresponse.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/GEQ_bandresponse.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/GEQ_bandresponse.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/GEQ_bandresponse.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/GEQ_inputchirp.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/GEQ_inputchirp.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/GEQ_inputchirp.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/GEQ_inputchirp.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/GEQ_outputchirp.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/GEQ_outputchirp.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/GEQ_outputchirp.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/GEQ_outputchirp.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/GEQ_signalflow.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/GEQ_signalflow.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/GEQ_signalflow.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/GEQ_signalflow.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/IDCT4Equation.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/IDCT4Equation.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/IDCT4Equation.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/IDCT4Equation.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/IIRLattice.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/IIRLattice.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/IIRLattice.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/IIRLattice.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/LMS.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/LMS.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/LMS.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/LMS.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/LinearInterp.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/LinearInterp.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/LinearInterp.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/LinearInterp.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/MatrixAddition.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/MatrixAddition.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/MatrixAddition.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/MatrixAddition.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/MatrixInverse.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/MatrixInverse.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/MatrixInverse.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/MatrixInverse.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/MatrixMultiplication.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/MatrixMultiplication.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/MatrixMultiplication.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/MatrixMultiplication.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/MatrixScale.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/MatrixScale.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/MatrixScale.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/MatrixScale.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/MatrixSubtraction.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/MatrixSubtraction.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/MatrixSubtraction.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/MatrixSubtraction.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/MatrixTranspose.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/MatrixTranspose.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/MatrixTranspose.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/MatrixTranspose.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/PID.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/PID.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/PID.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/PID.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/RFFT.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/RFFT.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/RFFT.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/RFFT.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/RFFTQ15.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/RFFTQ15.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/RFFTQ15.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/RFFTQ15.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/RFFTQ31.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/RFFTQ31.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/RFFTQ31.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/RFFTQ31.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/RIFFT.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/RIFFT.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/RIFFT.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/RIFFT.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/RIFFTQ15.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/RIFFTQ15.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/RIFFTQ15.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/RIFFTQ15.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/RIFFTQ31.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/RIFFTQ31.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/RIFFTQ31.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/RIFFTQ31.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/SignalFlow.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/SignalFlow.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/SignalFlow.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/SignalFlow.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/Variance.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/Variance.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/Variance.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/Variance.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/annotated.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/annotated.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/annotated.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/annotated.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__abs__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__abs__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__abs__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__abs__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__abs__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__abs__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__abs__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__abs__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__abs__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__abs__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__abs__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__abs__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__abs__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__abs__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__abs__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__abs__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__abs__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__abs__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__abs__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__abs__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__abs__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__abs__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__abs__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__abs__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__abs__q7_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__abs__q7_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__abs__q7_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__abs__q7_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__abs__q7_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__abs__q7_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__abs__q7_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__abs__q7_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__add__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__add__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__add__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__add__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__add__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__add__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__add__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__add__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__add__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__add__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__add__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__add__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__add__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__add__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__add__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__add__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__add__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__add__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__add__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__add__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__add__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__add__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__add__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__add__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__add__q7_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__add__q7_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__add__q7_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__add__q7_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__add__q7_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__add__q7_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__add__q7_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__add__q7_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__32x64__init__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__32x64__init__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__32x64__init__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__32x64__init__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__32x64__init__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__32x64__init__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__32x64__init__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__32x64__init__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__32x64__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__32x64__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__32x64__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__32x64__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__32x64__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__32x64__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__32x64__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__32x64__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__fast__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__fast__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__fast__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__fast__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__fast__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__fast__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__fast__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__fast__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__fast__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__fast__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__fast__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__fast__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__fast__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__fast__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__fast__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__fast__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__init__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__init__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__init__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__init__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__init__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__init__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__init__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__init__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__init__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__init__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__init__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__init__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__init__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__init__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__init__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__init__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__init__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__init__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__init__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__init__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__init__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__init__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__init__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__init__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df1__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df2_t__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df2_t__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df2_t__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df2_t__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df2_t__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df2_t__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df2_t__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df2_t__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df2_t__init__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df2_t__init__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df2_t__init__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df2_t__init__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df2_t__init__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df2_t__init__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df2_t__init__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__biquad__cascade__df2_t__init__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cfft__radix4__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cfft__radix4__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cfft__radix4__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cfft__radix4__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cfft__radix4__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cfft__radix4__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cfft__radix4__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cfft__radix4__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cfft__radix4__init__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cfft__radix4__init__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cfft__radix4__init__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cfft__radix4__init__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cfft__radix4__init__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cfft__radix4__init__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cfft__radix4__init__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cfft__radix4__init__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cfft__radix4__init__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cfft__radix4__init__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cfft__radix4__init__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cfft__radix4__init__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cfft__radix4__init__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cfft__radix4__init__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cfft__radix4__init__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cfft__radix4__init__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cfft__radix4__init__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cfft__radix4__init__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cfft__radix4__init__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cfft__radix4__init__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cfft__radix4__init__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cfft__radix4__init__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cfft__radix4__init__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cfft__radix4__init__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cfft__radix4__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cfft__radix4__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cfft__radix4__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cfft__radix4__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cfft__radix4__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cfft__radix4__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cfft__radix4__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cfft__radix4__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cfft__radix4__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cfft__radix4__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cfft__radix4__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cfft__radix4__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cfft__radix4__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cfft__radix4__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cfft__radix4__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cfft__radix4__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__class__marks__example__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__class__marks__example__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__class__marks__example__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__class__marks__example__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__class__marks__example__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__class__marks__example__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__class__marks__example__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__class__marks__example__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__conj__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__conj__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__conj__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__conj__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__conj__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__conj__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__conj__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__conj__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__conj__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__conj__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__conj__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__conj__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__conj__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__conj__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__conj__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__conj__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__conj__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__conj__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__conj__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__conj__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__conj__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__conj__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__conj__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__conj__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__dot__prod__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__dot__prod__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__dot__prod__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__dot__prod__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__dot__prod__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__dot__prod__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__dot__prod__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__dot__prod__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__dot__prod__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__dot__prod__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__dot__prod__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__dot__prod__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__dot__prod__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__dot__prod__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__dot__prod__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__dot__prod__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__dot__prod__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__dot__prod__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__dot__prod__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__dot__prod__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__dot__prod__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__dot__prod__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__dot__prod__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__dot__prod__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mag__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mag__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mag__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mag__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mag__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mag__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mag__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mag__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mag__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mag__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mag__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mag__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mag__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mag__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mag__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mag__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mag__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mag__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mag__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mag__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mag__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mag__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mag__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mag__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mag__squared__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mag__squared__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mag__squared__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mag__squared__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mag__squared__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mag__squared__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mag__squared__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mag__squared__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mag__squared__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mag__squared__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mag__squared__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mag__squared__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mag__squared__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mag__squared__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mag__squared__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mag__squared__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mag__squared__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mag__squared__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mag__squared__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mag__squared__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mag__squared__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mag__squared__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mag__squared__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mag__squared__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mult__cmplx__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mult__cmplx__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mult__cmplx__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mult__cmplx__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mult__cmplx__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mult__cmplx__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mult__cmplx__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mult__cmplx__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mult__cmplx__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mult__cmplx__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mult__cmplx__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mult__cmplx__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mult__cmplx__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mult__cmplx__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mult__cmplx__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mult__cmplx__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mult__cmplx__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mult__cmplx__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mult__cmplx__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mult__cmplx__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mult__cmplx__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mult__cmplx__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mult__cmplx__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mult__cmplx__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mult__real__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mult__real__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mult__real__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mult__real__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mult__real__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mult__real__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mult__real__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mult__real__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mult__real__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mult__real__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mult__real__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mult__real__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mult__real__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mult__real__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mult__real__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mult__real__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mult__real__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mult__real__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mult__real__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mult__real__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mult__real__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mult__real__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mult__real__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cmplx__mult__real__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__common__tables_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__common__tables_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__common__tables_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__common__tables_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__common__tables_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__common__tables_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__common__tables_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__common__tables_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__fast__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__fast__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__fast__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__fast__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__fast__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__fast__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__fast__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__fast__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__fast__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__fast__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__fast__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__fast__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__fast__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__fast__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__fast__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__fast__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__partial__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__partial__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__partial__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__partial__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__partial__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__partial__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__partial__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__partial__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__partial__fast__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__partial__fast__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__partial__fast__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__partial__fast__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__partial__fast__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__partial__fast__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__partial__fast__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__partial__fast__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__partial__fast__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__partial__fast__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__partial__fast__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__partial__fast__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__partial__fast__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__partial__fast__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__partial__fast__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__partial__fast__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__partial__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__partial__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__partial__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__partial__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__partial__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__partial__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__partial__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__partial__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__partial__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__partial__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__partial__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__partial__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__partial__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__partial__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__partial__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__partial__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__partial__q7_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__partial__q7_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__partial__q7_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__partial__q7_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__partial__q7_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__partial__q7_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__partial__q7_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__partial__q7_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__q7_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__q7_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__q7_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__q7_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__q7_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__q7_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__q7_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__conv__q7_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__convolution__example__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__convolution__example__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__convolution__example__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__convolution__example__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__convolution__example__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__convolution__example__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__convolution__example__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__convolution__example__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__copy__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__copy__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__copy__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__copy__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__copy__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__copy__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__copy__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__copy__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__copy__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__copy__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__copy__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__copy__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__copy__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__copy__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__copy__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__copy__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__copy__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__copy__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__copy__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__copy__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__copy__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__copy__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__copy__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__copy__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__copy__q7_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__copy__q7_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__copy__q7_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__copy__q7_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__copy__q7_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__copy__q7_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__copy__q7_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__copy__q7_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__correlate__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__correlate__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__correlate__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__correlate__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__correlate__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__correlate__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__correlate__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__correlate__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__correlate__fast__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__correlate__fast__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__correlate__fast__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__correlate__fast__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__correlate__fast__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__correlate__fast__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__correlate__fast__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__correlate__fast__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__correlate__fast__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__correlate__fast__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__correlate__fast__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__correlate__fast__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__correlate__fast__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__correlate__fast__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__correlate__fast__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__correlate__fast__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__correlate__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__correlate__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__correlate__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__correlate__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__correlate__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__correlate__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__correlate__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__correlate__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__correlate__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__correlate__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__correlate__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__correlate__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__correlate__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__correlate__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__correlate__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__correlate__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__correlate__q7_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__correlate__q7_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__correlate__q7_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__correlate__q7_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__correlate__q7_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__correlate__q7_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__correlate__q7_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__correlate__q7_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cos__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cos__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cos__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cos__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cos__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cos__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cos__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cos__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cos__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cos__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cos__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cos__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cos__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cos__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cos__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cos__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cos__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cos__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cos__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cos__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cos__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cos__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cos__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__cos__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dct4__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dct4__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dct4__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dct4__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dct4__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dct4__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dct4__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dct4__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dct4__init__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dct4__init__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dct4__init__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dct4__init__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dct4__init__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dct4__init__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dct4__init__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dct4__init__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dct4__init__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dct4__init__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dct4__init__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dct4__init__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dct4__init__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dct4__init__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dct4__init__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dct4__init__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dct4__init__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dct4__init__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dct4__init__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dct4__init__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dct4__init__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dct4__init__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dct4__init__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dct4__init__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dct4__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dct4__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dct4__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dct4__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dct4__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dct4__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dct4__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dct4__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dct4__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dct4__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dct4__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dct4__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dct4__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dct4__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dct4__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dct4__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dot__prod__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dot__prod__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dot__prod__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dot__prod__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dot__prod__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dot__prod__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dot__prod__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dot__prod__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dot__prod__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dot__prod__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dot__prod__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dot__prod__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dot__prod__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dot__prod__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dot__prod__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dot__prod__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dot__prod__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dot__prod__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dot__prod__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dot__prod__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dot__prod__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dot__prod__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dot__prod__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dot__prod__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dot__prod__q7_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dot__prod__q7_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dot__prod__q7_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dot__prod__q7_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dot__prod__q7_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dot__prod__q7_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dot__prod__q7_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dot__prod__q7_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dotproduct__example__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dotproduct__example__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dotproduct__example__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dotproduct__example__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dotproduct__example__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dotproduct__example__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dotproduct__example__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__dotproduct__example__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fft__bin__example__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fft__bin__example__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fft__bin__example__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fft__bin__example__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fft__bin__example__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fft__bin__example__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fft__bin__example__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fft__bin__example__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fill__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fill__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fill__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fill__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fill__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fill__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fill__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fill__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fill__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fill__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fill__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fill__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fill__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fill__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fill__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fill__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fill__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fill__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fill__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fill__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fill__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fill__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fill__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fill__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fill__q7_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fill__q7_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fill__q7_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fill__q7_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fill__q7_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fill__q7_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fill__q7_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fill__q7_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__fast__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__fast__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__fast__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__fast__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__fast__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__fast__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__fast__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__fast__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__fast__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__fast__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__fast__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__fast__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__fast__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__fast__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__fast__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__fast__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__init__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__init__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__init__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__init__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__init__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__init__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__init__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__init__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__init__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__init__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__init__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__init__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__init__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__init__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__init__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__init__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__init__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__init__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__init__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__init__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__init__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__init__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__init__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__init__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__decimate__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__example__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__example__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__example__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__example__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__example__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__example__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__example__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__example__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__fast__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__fast__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__fast__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__fast__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__fast__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__fast__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__fast__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__fast__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__fast__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__fast__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__fast__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__fast__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__fast__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__fast__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__fast__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__fast__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__init__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__init__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__init__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__init__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__init__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__init__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__init__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__init__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__init__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__init__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__init__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__init__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__init__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__init__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__init__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__init__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__init__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__init__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__init__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__init__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__init__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__init__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__init__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__init__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__init__q7_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__init__q7_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__init__q7_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__init__q7_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__init__q7_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__init__q7_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__init__q7_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__init__q7_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__interpolate__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__interpolate__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__interpolate__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__interpolate__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__interpolate__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__interpolate__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__interpolate__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__interpolate__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__interpolate__init__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__interpolate__init__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__interpolate__init__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__interpolate__init__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__interpolate__init__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__interpolate__init__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__interpolate__init__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__interpolate__init__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__interpolate__init__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__interpolate__init__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__interpolate__init__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__interpolate__init__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__interpolate__init__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__interpolate__init__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__interpolate__init__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__interpolate__init__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__interpolate__init__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__interpolate__init__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__interpolate__init__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__interpolate__init__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__interpolate__init__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__interpolate__init__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__interpolate__init__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__interpolate__init__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__interpolate__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__interpolate__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__interpolate__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__interpolate__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__interpolate__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__interpolate__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__interpolate__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__interpolate__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__interpolate__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__interpolate__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__interpolate__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__interpolate__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__interpolate__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__interpolate__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__interpolate__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__interpolate__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__lattice__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__lattice__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__lattice__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__lattice__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__lattice__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__lattice__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__lattice__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__lattice__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__lattice__init__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__lattice__init__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__lattice__init__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__lattice__init__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__lattice__init__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__lattice__init__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__lattice__init__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__lattice__init__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__lattice__init__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__lattice__init__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__lattice__init__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__lattice__init__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__lattice__init__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__lattice__init__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__lattice__init__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__lattice__init__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__lattice__init__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__lattice__init__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__lattice__init__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__lattice__init__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__lattice__init__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__lattice__init__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__lattice__init__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__lattice__init__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__lattice__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__lattice__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__lattice__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__lattice__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__lattice__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__lattice__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__lattice__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__lattice__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__lattice__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__lattice__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__lattice__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__lattice__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__lattice__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__lattice__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__lattice__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__lattice__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__q7_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__q7_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__q7_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__q7_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__q7_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__q7_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__q7_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__q7_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__init__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__init__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__init__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__init__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__init__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__init__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__init__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__init__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__init__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__init__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__init__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__init__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__init__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__init__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__init__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__init__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__init__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__init__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__init__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__init__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__init__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__init__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__init__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__init__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__init__q7_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__init__q7_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__init__q7_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__init__q7_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__init__q7_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__init__q7_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__init__q7_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__init__q7_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__q7_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__q7_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__q7_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__q7_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__q7_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__q7_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__q7_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__fir__sparse__q7_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__float__to__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__float__to__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__float__to__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__float__to__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__float__to__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__float__to__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__float__to__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__float__to__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__float__to__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__float__to__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__float__to__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__float__to__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__float__to__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__float__to__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__float__to__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__float__to__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__float__to__q7_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__float__to__q7_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__float__to__q7_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__float__to__q7_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__float__to__q7_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__float__to__q7_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__float__to__q7_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__float__to__q7_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__graphic__equalizer__example__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__graphic__equalizer__example__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__graphic__equalizer__example__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__graphic__equalizer__example__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__graphic__equalizer__example__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__graphic__equalizer__example__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__graphic__equalizer__example__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__graphic__equalizer__example__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__iir__lattice__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__iir__lattice__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__iir__lattice__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__iir__lattice__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__iir__lattice__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__iir__lattice__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__iir__lattice__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__iir__lattice__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__iir__lattice__init__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__iir__lattice__init__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__iir__lattice__init__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__iir__lattice__init__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__iir__lattice__init__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__iir__lattice__init__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__iir__lattice__init__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__iir__lattice__init__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__iir__lattice__init__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__iir__lattice__init__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__iir__lattice__init__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__iir__lattice__init__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__iir__lattice__init__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__iir__lattice__init__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__iir__lattice__init__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__iir__lattice__init__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__iir__lattice__init__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__iir__lattice__init__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__iir__lattice__init__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__iir__lattice__init__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__iir__lattice__init__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__iir__lattice__init__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__iir__lattice__init__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__iir__lattice__init__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__iir__lattice__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__iir__lattice__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__iir__lattice__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__iir__lattice__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__iir__lattice__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__iir__lattice__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__iir__lattice__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__iir__lattice__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__iir__lattice__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__iir__lattice__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__iir__lattice__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__iir__lattice__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__iir__lattice__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__iir__lattice__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__iir__lattice__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__iir__lattice__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__linear__interp__example__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__linear__interp__example__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__linear__interp__example__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__linear__interp__example__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__linear__interp__example__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__linear__interp__example__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__linear__interp__example__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__linear__interp__example__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__init__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__init__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__init__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__init__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__init__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__init__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__init__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__init__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__init__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__init__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__init__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__init__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__init__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__init__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__init__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__init__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__init__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__init__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__init__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__init__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__init__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__init__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__init__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__init__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__norm__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__norm__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__norm__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__norm__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__norm__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__norm__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__norm__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__norm__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__norm__init__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__norm__init__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__norm__init__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__norm__init__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__norm__init__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__norm__init__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__norm__init__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__norm__init__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__norm__init__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__norm__init__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__norm__init__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__norm__init__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__norm__init__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__norm__init__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__norm__init__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__norm__init__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__norm__init__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__norm__init__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__norm__init__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__norm__init__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__norm__init__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__norm__init__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__norm__init__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__norm__init__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__norm__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__norm__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__norm__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__norm__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__norm__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__norm__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__norm__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__norm__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__norm__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__norm__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__norm__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__norm__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__norm__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__norm__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__norm__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__norm__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__lms__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__add__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__add__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__add__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__add__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__add__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__add__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__add__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__add__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__add__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__add__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__add__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__add__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__add__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__add__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__add__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__add__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__add__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__add__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__add__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__add__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__add__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__add__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__add__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__add__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__init__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__init__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__init__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__init__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__init__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__init__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__init__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__init__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__init__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__init__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__init__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__init__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__init__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__init__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__init__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__init__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__init__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__init__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__init__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__init__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__init__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__init__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__init__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__init__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__inverse__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__inverse__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__inverse__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__inverse__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__inverse__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__inverse__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__inverse__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__inverse__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__mult__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__mult__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__mult__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__mult__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__mult__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__mult__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__mult__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__mult__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__mult__fast__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__mult__fast__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__mult__fast__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__mult__fast__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__mult__fast__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__mult__fast__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__mult__fast__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__mult__fast__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__mult__fast__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__mult__fast__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__mult__fast__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__mult__fast__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__mult__fast__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__mult__fast__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__mult__fast__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__mult__fast__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__mult__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__mult__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__mult__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__mult__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__mult__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__mult__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__mult__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__mult__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__mult__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__mult__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__mult__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__mult__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__mult__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__mult__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__mult__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__mult__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__scale__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__scale__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__scale__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__scale__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__scale__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__scale__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__scale__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__scale__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__scale__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__scale__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__scale__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__scale__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__scale__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__scale__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__scale__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__scale__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__scale__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__scale__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__scale__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__scale__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__scale__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__scale__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__scale__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__scale__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__sub__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__sub__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__sub__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__sub__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__sub__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__sub__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__sub__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__sub__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__sub__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__sub__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__sub__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__sub__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__sub__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__sub__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__sub__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__sub__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__sub__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__sub__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__sub__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__sub__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__sub__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__sub__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__sub__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__sub__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__trans__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__trans__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__trans__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__trans__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__trans__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__trans__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__trans__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__trans__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__trans__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__trans__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__trans__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__trans__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__trans__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__trans__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__trans__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__trans__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__trans__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__trans__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__trans__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__trans__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__trans__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__trans__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__trans__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mat__trans__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__math_8h.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__math_8h.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__math_8h.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__math_8h.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__math_8h_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__math_8h_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__math_8h_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__math_8h_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__matrix__example__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__matrix__example__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__matrix__example__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__matrix__example__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__matrix__example__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__matrix__example__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__matrix__example__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__matrix__example__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__max__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__max__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__max__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__max__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__max__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__max__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__max__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__max__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__max__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__max__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__max__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__max__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__max__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__max__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__max__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__max__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__max__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__max__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__max__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__max__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__max__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__max__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__max__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__max__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__max__q7_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__max__q7_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__max__q7_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__max__q7_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__max__q7_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__max__q7_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__max__q7_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__max__q7_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mean__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mean__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mean__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mean__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mean__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mean__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mean__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mean__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mean__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mean__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mean__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mean__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mean__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mean__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mean__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mean__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mean__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mean__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mean__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mean__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mean__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mean__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mean__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mean__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mean__q7_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mean__q7_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mean__q7_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mean__q7_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mean__q7_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mean__q7_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mean__q7_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mean__q7_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__min__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__min__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__min__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__min__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__min__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__min__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__min__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__min__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__min__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__min__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__min__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__min__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__min__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__min__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__min__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__min__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__min__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__min__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__min__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__min__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__min__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__min__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__min__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__min__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__min__q7_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__min__q7_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__min__q7_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__min__q7_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__min__q7_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__min__q7_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__min__q7_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__min__q7_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mult__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mult__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mult__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mult__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mult__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mult__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mult__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mult__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mult__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mult__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mult__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mult__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mult__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mult__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mult__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mult__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mult__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mult__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mult__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mult__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mult__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mult__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mult__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mult__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mult__q7_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mult__q7_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mult__q7_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mult__q7_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mult__q7_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mult__q7_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mult__q7_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__mult__q7_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__negate__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__negate__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__negate__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__negate__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__negate__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__negate__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__negate__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__negate__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__negate__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__negate__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__negate__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__negate__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__negate__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__negate__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__negate__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__negate__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__negate__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__negate__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__negate__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__negate__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__negate__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__negate__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__negate__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__negate__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__negate__q7_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__negate__q7_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__negate__q7_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__negate__q7_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__negate__q7_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__negate__q7_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__negate__q7_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__negate__q7_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__offset__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__offset__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__offset__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__offset__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__offset__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__offset__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__offset__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__offset__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__offset__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__offset__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__offset__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__offset__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__offset__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__offset__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__offset__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__offset__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__offset__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__offset__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__offset__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__offset__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__offset__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__offset__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__offset__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__offset__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__offset__q7_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__offset__q7_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__offset__q7_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__offset__q7_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__offset__q7_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__offset__q7_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__offset__q7_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__offset__q7_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__pid__init__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__pid__init__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__pid__init__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__pid__init__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__pid__init__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__pid__init__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__pid__init__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__pid__init__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__pid__init__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__pid__init__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__pid__init__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__pid__init__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__pid__init__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__pid__init__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__pid__init__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__pid__init__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__pid__init__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__pid__init__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__pid__init__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__pid__init__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__pid__init__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__pid__init__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__pid__init__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__pid__init__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__pid__reset__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__pid__reset__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__pid__reset__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__pid__reset__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__pid__reset__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__pid__reset__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__pid__reset__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__pid__reset__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__pid__reset__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__pid__reset__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__pid__reset__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__pid__reset__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__pid__reset__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__pid__reset__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__pid__reset__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__pid__reset__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__pid__reset__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__pid__reset__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__pid__reset__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__pid__reset__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__pid__reset__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__pid__reset__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__pid__reset__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__pid__reset__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__power__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__power__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__power__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__power__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__power__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__power__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__power__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__power__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__power__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__power__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__power__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__power__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__power__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__power__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__power__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__power__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__power__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__power__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__power__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__power__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__power__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__power__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__power__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__power__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__power__q7_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__power__q7_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__power__q7_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__power__q7_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__power__q7_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__power__q7_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__power__q7_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__power__q7_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q15__to__float_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q15__to__float_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q15__to__float_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q15__to__float_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q15__to__float_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q15__to__float_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q15__to__float_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q15__to__float_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q15__to__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q15__to__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q15__to__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q15__to__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q15__to__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q15__to__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q15__to__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q15__to__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q15__to__q7_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q15__to__q7_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q15__to__q7_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q15__to__q7_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q15__to__q7_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q15__to__q7_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q15__to__q7_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q15__to__q7_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q31__to__float_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q31__to__float_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q31__to__float_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q31__to__float_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q31__to__float_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q31__to__float_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q31__to__float_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q31__to__float_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q31__to__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q31__to__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q31__to__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q31__to__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q31__to__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q31__to__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q31__to__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q31__to__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q31__to__q7_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q31__to__q7_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q31__to__q7_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q31__to__q7_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q31__to__q7_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q31__to__q7_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q31__to__q7_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q31__to__q7_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q7__to__float_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q7__to__float_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q7__to__float_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q7__to__float_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q7__to__float_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q7__to__float_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q7__to__float_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q7__to__float_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q7__to__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q7__to__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q7__to__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q7__to__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q7__to__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q7__to__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q7__to__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q7__to__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q7__to__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q7__to__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q7__to__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q7__to__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q7__to__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q7__to__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q7__to__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__q7__to__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rfft__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rfft__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rfft__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rfft__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rfft__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rfft__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rfft__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rfft__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rfft__init__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rfft__init__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rfft__init__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rfft__init__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rfft__init__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rfft__init__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rfft__init__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rfft__init__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rfft__init__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rfft__init__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rfft__init__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rfft__init__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rfft__init__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rfft__init__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rfft__init__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rfft__init__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rfft__init__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rfft__init__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rfft__init__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rfft__init__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rfft__init__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rfft__init__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rfft__init__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rfft__init__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rfft__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rfft__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rfft__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rfft__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rfft__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rfft__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rfft__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rfft__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rfft__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rfft__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rfft__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rfft__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rfft__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rfft__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rfft__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rfft__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rms__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rms__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rms__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rms__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rms__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rms__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rms__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rms__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rms__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rms__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rms__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rms__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rms__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rms__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rms__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rms__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rms__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rms__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rms__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rms__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rms__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rms__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rms__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__rms__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__scale__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__scale__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__scale__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__scale__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__scale__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__scale__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__scale__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__scale__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__scale__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__scale__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__scale__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__scale__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__scale__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__scale__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__scale__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__scale__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__scale__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__scale__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__scale__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__scale__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__scale__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__scale__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__scale__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__scale__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__scale__q7_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__scale__q7_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__scale__q7_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__scale__q7_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__scale__q7_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__scale__q7_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__scale__q7_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__scale__q7_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__shift__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__shift__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__shift__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__shift__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__shift__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__shift__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__shift__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__shift__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__shift__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__shift__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__shift__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__shift__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__shift__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__shift__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__shift__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__shift__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__shift__q7_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__shift__q7_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__shift__q7_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__shift__q7_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__shift__q7_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__shift__q7_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__shift__q7_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__shift__q7_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__signal__converge__example__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__signal__converge__example__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__signal__converge__example__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__signal__converge__example__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__signal__converge__example__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__signal__converge__example__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__signal__converge__example__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__signal__converge__example__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sin__cos__example__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sin__cos__example__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sin__cos__example__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sin__cos__example__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sin__cos__example__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sin__cos__example__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sin__cos__example__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sin__cos__example__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sin__cos__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sin__cos__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sin__cos__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sin__cos__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sin__cos__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sin__cos__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sin__cos__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sin__cos__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sin__cos__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sin__cos__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sin__cos__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sin__cos__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sin__cos__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sin__cos__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sin__cos__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sin__cos__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sin__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sin__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sin__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sin__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sin__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sin__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sin__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sin__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sin__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sin__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sin__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sin__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sin__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sin__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sin__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sin__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sin__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sin__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sin__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sin__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sin__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sin__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sin__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sin__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sqrt__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sqrt__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sqrt__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sqrt__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sqrt__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sqrt__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sqrt__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sqrt__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sqrt__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sqrt__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sqrt__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sqrt__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sqrt__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sqrt__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sqrt__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sqrt__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__std__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__std__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__std__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__std__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__std__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__std__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__std__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__std__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__std__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__std__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__std__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__std__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__std__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__std__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__std__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__std__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__std__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__std__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__std__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__std__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__std__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__std__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__std__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__std__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sub__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sub__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sub__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sub__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sub__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sub__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sub__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sub__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sub__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sub__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sub__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sub__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sub__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sub__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sub__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sub__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sub__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sub__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sub__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sub__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sub__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sub__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sub__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sub__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sub__q7_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sub__q7_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sub__q7_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sub__q7_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sub__q7_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sub__q7_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sub__q7_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__sub__q7_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__var__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__var__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__var__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__var__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__var__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__var__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__var__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__var__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__var__q15_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__var__q15_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__var__q15_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__var__q15_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__var__q15_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__var__q15_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__var__q15_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__var__q15_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__var__q31_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__var__q31_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__var__q31_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__var__q31_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__var__q31_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__var__q31_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__var__q31_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__var__q31_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__variance__example__f32_8c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__variance__example__f32_8c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__variance__example__f32_8c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__variance__example__f32_8c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__variance__example__f32_8c_source.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__variance__example__f32_8c_source.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__variance__example__f32_8c_source.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm__variance__example__f32_8c_source.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm_class_marks_example_f32_8c-example.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm_class_marks_example_f32_8c-example.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm_class_marks_example_f32_8c-example.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm_class_marks_example_f32_8c-example.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm_convolution_example_f32_8c-example.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm_convolution_example_f32_8c-example.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm_convolution_example_f32_8c-example.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm_convolution_example_f32_8c-example.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm_dotproduct_example_f32_8c-example.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm_dotproduct_example_f32_8c-example.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm_dotproduct_example_f32_8c-example.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm_dotproduct_example_f32_8c-example.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm_fft_bin_example_f32_8c-example.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm_fft_bin_example_f32_8c-example.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm_fft_bin_example_f32_8c-example.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm_fft_bin_example_f32_8c-example.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm_fir_example_f32_8c-example.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm_fir_example_f32_8c-example.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm_fir_example_f32_8c-example.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm_fir_example_f32_8c-example.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm_graphic_equalizer_example_q31_8c-example.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm_graphic_equalizer_example_q31_8c-example.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm_graphic_equalizer_example_q31_8c-example.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm_graphic_equalizer_example_q31_8c-example.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm_linear_interp_example_f32_8c-example.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm_linear_interp_example_f32_8c-example.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm_linear_interp_example_f32_8c-example.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm_linear_interp_example_f32_8c-example.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm_matrix_example_f32_8c-example.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm_matrix_example_f32_8c-example.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm_matrix_example_f32_8c-example.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm_matrix_example_f32_8c-example.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm_signal_converge_example_f32_8c-example.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm_signal_converge_example_f32_8c-example.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm_signal_converge_example_f32_8c-example.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm_signal_converge_example_f32_8c-example.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm_sin_cos_example_f32_8c-example.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm_sin_cos_example_f32_8c-example.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm_sin_cos_example_f32_8c-example.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm_sin_cos_example_f32_8c-example.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm_variance_example_f32_8c-example.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm_variance_example_f32_8c-example.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/arm_variance_example_f32_8c-example.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/arm_variance_example_f32_8c-example.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/bc_s.png b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/bc_s.png similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/bc_s.png rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/bc_s.png diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/clarke.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/clarke.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/clarke.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/clarke.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/clarkeFormula.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/clarkeFormula.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/clarkeFormula.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/clarkeFormula.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/clarkeInvFormula.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/clarkeInvFormula.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/clarkeInvFormula.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/clarkeInvFormula.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/classes.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/classes.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/classes.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/classes.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/closed.png b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/closed.png similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/closed.png rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/closed.png diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/dct4FormatsQ15Table.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/dct4FormatsQ15Table.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/dct4FormatsQ15Table.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/dct4FormatsQ15Table.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/dct4FormatsQ31Table.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/dct4FormatsQ31Table.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/dct4FormatsQ31Table.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/dct4FormatsQ31Table.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/dct4NormalizingF32Table.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/dct4NormalizingF32Table.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/dct4NormalizingF32Table.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/dct4NormalizingF32Table.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/dct4NormalizingQ15Table.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/dct4NormalizingQ15Table.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/dct4NormalizingQ15Table.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/dct4NormalizingQ15Table.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/dct4NormalizingQ31Table.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/dct4NormalizingQ31Table.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/dct4NormalizingQ31Table.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/dct4NormalizingQ31Table.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/dotProduct.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/dotProduct.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/dotProduct.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/dotProduct.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/doxygen.css b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/doxygen.css similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/doxygen.css rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/doxygen.css diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/doxygen.png b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/doxygen.png similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/doxygen.png rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/doxygen.png diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/examples.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/examples.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/examples.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/examples.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/files.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/files.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/files.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/files.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/functions.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/functions.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/functions.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/functions.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x62.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x62.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x62.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x62.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x65.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x65.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x65.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x65.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x66.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x66.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x66.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x66.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x69.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x69.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x69.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x69.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x6b.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x6b.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x6b.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x6b.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x6c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x6c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x6c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x6c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x6d.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x6d.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x6d.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x6d.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x6e.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x6e.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x6e.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x6e.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x6f.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x6f.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x6f.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x6f.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x70.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x70.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x70.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x70.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x72.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x72.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x72.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x72.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x73.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x73.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x73.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x73.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x74.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x74.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x74.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x74.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x78.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x78.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x78.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_0x78.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x62.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x62.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x62.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x62.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x65.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x65.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x65.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x65.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x66.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x66.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x66.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x66.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x69.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x69.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x69.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x69.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x6b.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x6b.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x6b.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x6b.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x6c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x6c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x6c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x6c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x6d.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x6d.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x6d.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x6d.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x6e.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x6e.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x6e.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x6e.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x6f.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x6f.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x6f.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x6f.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x70.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x70.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x70.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x70.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x72.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x72.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x72.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x72.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x73.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x73.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x73.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x73.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x74.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x74.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x74.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x74.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x78.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x78.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x78.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/functions_vars_0x78.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/globals.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/globals.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/globals.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/globals.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x61.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x61.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x61.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x61.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x62.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x62.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x62.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x62.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x63.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x63.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x63.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x63.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x64.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x64.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x64.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x64.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x65.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x65.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x65.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x65.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x66.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x66.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x66.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x66.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x67.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x67.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x67.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x67.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x69.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x69.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x69.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x69.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x6c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x6c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x6c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x6c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x6d.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x6d.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x6d.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x6d.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x6e.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x6e.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x6e.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x6e.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x6f.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x6f.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x6f.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x6f.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x70.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x70.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x70.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x70.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x71.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x71.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x71.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x71.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x72.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x72.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x72.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x72.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x73.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x73.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x73.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x73.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x74.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x74.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x74.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x74.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x75.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x75.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x75.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x75.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x76.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x76.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x76.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x76.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x77.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x77.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x77.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x77.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x78.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x78.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x78.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_0x78.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_defs.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_defs.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_defs.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_defs.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_enum.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_enum.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_enum.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_enum.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_eval.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_eval.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_eval.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_eval.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_func.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_func.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_func.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_func.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_func_0x63.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_func_0x63.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_func_0x63.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_func_0x63.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_func_0x67.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_func_0x67.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_func_0x67.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_func_0x67.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_func_0x6d.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_func_0x6d.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_func_0x6d.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_func_0x6d.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_func_0x74.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_func_0x74.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_func_0x74.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_func_0x74.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_type.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_type.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_type.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_type.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_vars.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_vars.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_vars.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/globals_vars.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___basic_abs.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___basic_abs.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___basic_abs.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___basic_abs.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___basic_add.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___basic_add.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___basic_add.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___basic_add.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___basic_mult.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___basic_mult.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___basic_mult.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___basic_mult.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___basic_sub.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___basic_sub.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___basic_sub.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___basic_sub.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___bilinear_interpolate.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___bilinear_interpolate.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___bilinear_interpolate.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___bilinear_interpolate.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___biquad_cascade_d_f1.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___biquad_cascade_d_f1.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___biquad_cascade_d_f1.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___biquad_cascade_d_f1.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___biquad_cascade_d_f1__32x64.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___biquad_cascade_d_f1__32x64.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___biquad_cascade_d_f1__32x64.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___biquad_cascade_d_f1__32x64.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___biquad_cascade_d_f2_t.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___biquad_cascade_d_f2_t.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___biquad_cascade_d_f2_t.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___biquad_cascade_d_f2_t.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___c_f_f_t___c_i_f_f_t.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___c_f_f_t___c_i_f_f_t.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___c_f_f_t___c_i_f_f_t.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___c_f_f_t___c_i_f_f_t.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___class_marks.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___class_marks.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___class_marks.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___class_marks.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___cmplx_by_cmplx_mult.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___cmplx_by_cmplx_mult.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___cmplx_by_cmplx_mult.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___cmplx_by_cmplx_mult.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___cmplx_by_real_mult.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___cmplx_by_real_mult.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___cmplx_by_real_mult.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___cmplx_by_real_mult.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___conv.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___conv.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___conv.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___conv.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___convolution_example.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___convolution_example.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___convolution_example.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___convolution_example.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___corr.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___corr.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___corr.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___corr.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___d_c_t4___i_d_c_t4.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___d_c_t4___i_d_c_t4.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___d_c_t4___i_d_c_t4.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___d_c_t4___i_d_c_t4.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___dotproduct_example.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___dotproduct_example.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___dotproduct_example.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___dotproduct_example.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___f_i_r.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___f_i_r.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___f_i_r.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___f_i_r.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___f_i_r___interpolate.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___f_i_r___interpolate.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___f_i_r___interpolate.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___f_i_r___interpolate.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___f_i_r___lattice.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___f_i_r___lattice.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___f_i_r___lattice.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___f_i_r___lattice.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___f_i_r___sparse.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___f_i_r___sparse.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___f_i_r___sparse.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___f_i_r___sparse.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___f_i_r__decimate.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___f_i_r__decimate.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___f_i_r__decimate.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___f_i_r__decimate.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___f_i_r_l_p_f.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___f_i_r_l_p_f.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___f_i_r_l_p_f.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___f_i_r_l_p_f.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___fill.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___fill.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___fill.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___fill.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___frequency_bin.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___frequency_bin.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___frequency_bin.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___frequency_bin.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___g_e_q5_band.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___g_e_q5_band.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___g_e_q5_band.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___g_e_q5_band.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___i_i_r___lattice.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___i_i_r___lattice.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___i_i_r___lattice.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___i_i_r___lattice.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___l_m_s.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___l_m_s.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___l_m_s.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___l_m_s.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___l_m_s___n_o_r_m.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___l_m_s___n_o_r_m.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___l_m_s___n_o_r_m.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___l_m_s___n_o_r_m.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___linear_interp_example.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___linear_interp_example.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___linear_interp_example.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___linear_interp_example.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___linear_interpolate.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___linear_interpolate.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___linear_interpolate.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___linear_interpolate.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___matrix_add.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___matrix_add.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___matrix_add.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___matrix_add.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___matrix_example.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___matrix_example.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___matrix_example.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___matrix_example.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___matrix_init.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___matrix_init.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___matrix_init.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___matrix_init.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___matrix_inv.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___matrix_inv.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___matrix_inv.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___matrix_inv.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___matrix_mult.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___matrix_mult.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___matrix_mult.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___matrix_mult.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___matrix_scale.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___matrix_scale.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___matrix_scale.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___matrix_scale.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___matrix_sub.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___matrix_sub.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___matrix_sub.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___matrix_sub.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___matrix_trans.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___matrix_trans.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___matrix_trans.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___matrix_trans.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___max.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___max.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___max.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___max.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___min.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___min.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___min.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___min.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___p_i_d.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___p_i_d.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___p_i_d.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___p_i_d.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___partial_conv.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___partial_conv.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___partial_conv.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___partial_conv.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___r_f_f_t___r_i_f_f_t.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___r_f_f_t___r_i_f_f_t.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___r_f_f_t___r_i_f_f_t.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___r_f_f_t___r_i_f_f_t.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___r_m_s.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___r_m_s.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___r_m_s.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___r_m_s.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___s_q_r_t.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___s_q_r_t.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___s_q_r_t.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___s_q_r_t.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___s_t_d.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___s_t_d.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___s_t_d.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___s_t_d.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___signal_convergence.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___signal_convergence.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___signal_convergence.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___signal_convergence.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___sin_cos.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___sin_cos.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___sin_cos.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___sin_cos.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___sin_cos_example.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___sin_cos_example.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___sin_cos_example.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___sin_cos_example.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___variance_example.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___variance_example.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group___variance_example.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group___variance_example.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__clarke.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__clarke.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__clarke.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__clarke.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__cmplx__conj.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__cmplx__conj.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__cmplx__conj.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__cmplx__conj.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__cmplx__dot__prod.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__cmplx__dot__prod.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__cmplx__dot__prod.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__cmplx__dot__prod.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__cmplx__mag.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__cmplx__mag.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__cmplx__mag.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__cmplx__mag.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__cmplx__mag__squared.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__cmplx__mag__squared.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__cmplx__mag__squared.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__cmplx__mag__squared.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__copy.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__copy.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__copy.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__copy.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__cos.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__cos.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__cos.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__cos.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__dot__prod.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__dot__prod.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__dot__prod.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__dot__prod.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__float__to__x.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__float__to__x.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__float__to__x.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__float__to__x.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__group_cmplx_math.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__group_cmplx_math.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__group_cmplx_math.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__group_cmplx_math.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__group_controller.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__group_controller.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__group_controller.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__group_controller.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__group_examples.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__group_examples.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__group_examples.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__group_examples.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__group_fast_math.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__group_fast_math.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__group_fast_math.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__group_fast_math.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__group_filters.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__group_filters.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__group_filters.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__group_filters.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__group_interpolation.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__group_interpolation.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__group_interpolation.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__group_interpolation.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__group_math.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__group_math.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__group_math.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__group_math.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__group_matrix.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__group_matrix.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__group_matrix.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__group_matrix.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__group_stats.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__group_stats.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__group_stats.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__group_stats.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__group_support.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__group_support.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__group_support.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__group_support.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__group_transforms.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__group_transforms.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__group_transforms.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__group_transforms.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__inv__clarke.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__inv__clarke.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__inv__clarke.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__inv__clarke.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__inv__park.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__inv__park.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__inv__park.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__inv__park.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__mean.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__mean.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__mean.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__mean.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__negate.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__negate.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__negate.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__negate.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__offset.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__offset.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__offset.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__offset.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__park.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__park.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__park.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__park.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__power.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__power.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__power.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__power.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__q15__to__x.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__q15__to__x.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__q15__to__x.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__q15__to__x.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__q31__to__x.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__q31__to__x.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__q31__to__x.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__q31__to__x.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__q7__to__x.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__q7__to__x.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__q7__to__x.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__q7__to__x.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__scale.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__scale.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__scale.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__scale.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__shift.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__shift.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__shift.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__shift.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__sin.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__sin.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__sin.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__sin.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__variance.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__variance.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/group__variance.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/group__variance.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/index.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/index.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/index.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/index.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/installdox b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/installdox similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/installdox rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/installdox diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/linearInterpExampleMethod1.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/linearInterpExampleMethod1.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/linearInterpExampleMethod1.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/linearInterpExampleMethod1.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/linearInterpExampleMethod2.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/linearInterpExampleMethod2.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/linearInterpExampleMethod2.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/linearInterpExampleMethod2.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/matrixExample.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/matrixExample.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/matrixExample.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/matrixExample.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/modules.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/modules.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/modules.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/modules.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/nav_f.png b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/nav_f.png similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/nav_f.png rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/nav_f.png diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/nav_h.png b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/nav_h.png similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/nav_h.png rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/nav_h.png diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/open.png b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/open.png similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/open.png rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/open.png diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/park.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/park.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/park.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/park.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/parkFormula.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/parkFormula.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/parkFormula.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/parkFormula.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/parkInvFormula.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/parkInvFormula.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/parkInvFormula.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/parkInvFormula.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_5f.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_5f.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_5f.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_5f.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_61.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_61.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_61.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_61.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_62.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_62.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_62.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_62.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_63.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_63.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_63.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_63.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_64.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_64.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_64.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_64.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_65.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_65.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_65.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_65.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_66.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_66.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_66.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_66.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_67.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_67.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_67.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_67.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_69.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_69.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_69.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_69.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_6b.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_6b.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_6b.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_6b.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_6c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_6c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_6c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_6c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_6d.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_6d.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_6d.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_6d.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_6e.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_6e.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_6e.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_6e.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_6f.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_6f.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_6f.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_6f.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_70.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_70.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_70.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_70.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_71.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_71.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_71.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_71.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_72.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_72.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_72.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_72.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_73.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_73.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_73.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_73.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_74.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_74.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_74.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_74.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_75.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_75.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_75.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_75.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_76.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_76.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_76.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_76.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_77.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_77.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_77.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_77.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_78.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_78.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_78.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/all_78.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/classes_61.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/classes_61.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/classes_61.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/classes_61.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/close.png b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/close.png similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/close.png rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/close.png diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/defines_5f.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/defines_5f.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/defines_5f.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/defines_5f.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/defines_62.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/defines_62.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/defines_62.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/defines_62.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/defines_64.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/defines_64.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/defines_64.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/defines_64.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/defines_69.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/defines_69.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/defines_69.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/defines_69.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/defines_6d.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/defines_6d.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/defines_6d.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/defines_6d.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/defines_6e.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/defines_6e.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/defines_6e.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/defines_6e.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/defines_70.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/defines_70.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/defines_70.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/defines_70.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/defines_73.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/defines_73.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/defines_73.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/defines_73.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/defines_74.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/defines_74.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/defines_74.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/defines_74.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/defines_75.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/defines_75.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/defines_75.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/defines_75.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/defines_78.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/defines_78.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/defines_78.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/defines_78.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/enums_61.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/enums_61.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/enums_61.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/enums_61.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/enumvalues_61.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/enumvalues_61.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/enumvalues_61.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/enumvalues_61.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/files_61.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/files_61.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/files_61.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/files_61.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/functions_61.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/functions_61.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/functions_61.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/functions_61.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/functions_63.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/functions_63.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/functions_63.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/functions_63.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/functions_67.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/functions_67.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/functions_67.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/functions_67.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/functions_6d.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/functions_6d.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/functions_6d.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/functions_6d.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/functions_74.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/functions_74.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/functions_74.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/functions_74.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/mag_sel.png b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/mag_sel.png similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/mag_sel.png rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/mag_sel.png diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/nomatches.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/nomatches.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/nomatches.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/nomatches.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/search.css b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/search.css similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/search.css rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/search.css diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/search.js b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/search.js similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/search.js rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/search.js diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/search_l.png b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/search_l.png similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/search_l.png rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/search_l.png diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/search_m.png b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/search_m.png similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/search_m.png rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/search_m.png diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/search_r.png b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/search_r.png similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/search_r.png rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/search_r.png diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/typedefs_66.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/typedefs_66.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/typedefs_66.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/typedefs_66.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/typedefs_71.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/typedefs_71.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/typedefs_71.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/typedefs_71.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_61.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_61.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_61.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_61.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_62.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_62.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_62.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_62.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_63.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_63.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_63.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_63.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_64.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_64.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_64.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_64.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_65.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_65.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_65.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_65.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_66.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_66.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_66.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_66.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_67.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_67.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_67.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_67.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_69.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_69.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_69.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_69.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_6b.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_6b.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_6b.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_6b.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_6c.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_6c.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_6c.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_6c.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_6d.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_6d.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_6d.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_6d.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_6e.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_6e.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_6e.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_6e.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_6f.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_6f.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_6f.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_6f.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_70.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_70.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_70.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_70.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_72.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_72.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_72.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_72.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_73.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_73.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_73.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_73.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_74.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_74.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_74.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_74.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_76.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_76.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_76.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_76.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_77.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_77.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_77.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_77.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_78.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_78.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_78.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/search/variables_78.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/sinCos.gif b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/sinCos.gif similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/sinCos.gif rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/sinCos.gif diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__bilinear__interp__instance__f32.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__bilinear__interp__instance__f32.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__bilinear__interp__instance__f32.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__bilinear__interp__instance__f32.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__bilinear__interp__instance__q15.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__bilinear__interp__instance__q15.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__bilinear__interp__instance__q15.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__bilinear__interp__instance__q15.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__bilinear__interp__instance__q31.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__bilinear__interp__instance__q31.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__bilinear__interp__instance__q31.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__bilinear__interp__instance__q31.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__bilinear__interp__instance__q7.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__bilinear__interp__instance__q7.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__bilinear__interp__instance__q7.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__bilinear__interp__instance__q7.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__biquad__cas__df1__32x64__ins__q31.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__biquad__cas__df1__32x64__ins__q31.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__biquad__cas__df1__32x64__ins__q31.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__biquad__cas__df1__32x64__ins__q31.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__biquad__cascade__df2_t__instance__f32.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__biquad__cascade__df2_t__instance__f32.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__biquad__cascade__df2_t__instance__f32.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__biquad__cascade__df2_t__instance__f32.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__biquad__casd__df1__inst__f32.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__biquad__casd__df1__inst__f32.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__biquad__casd__df1__inst__f32.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__biquad__casd__df1__inst__f32.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__biquad__casd__df1__inst__q15.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__biquad__casd__df1__inst__q15.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__biquad__casd__df1__inst__q15.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__biquad__casd__df1__inst__q15.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__biquad__casd__df1__inst__q31.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__biquad__casd__df1__inst__q31.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__biquad__casd__df1__inst__q31.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__biquad__casd__df1__inst__q31.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__cfft__radix4__instance__f32.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__cfft__radix4__instance__f32.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__cfft__radix4__instance__f32.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__cfft__radix4__instance__f32.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__cfft__radix4__instance__q15.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__cfft__radix4__instance__q15.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__cfft__radix4__instance__q15.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__cfft__radix4__instance__q15.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__cfft__radix4__instance__q31.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__cfft__radix4__instance__q31.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__cfft__radix4__instance__q31.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__cfft__radix4__instance__q31.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__dct4__instance__f32.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__dct4__instance__f32.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__dct4__instance__f32.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__dct4__instance__f32.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__dct4__instance__q15.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__dct4__instance__q15.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__dct4__instance__q15.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__dct4__instance__q15.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__dct4__instance__q31.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__dct4__instance__q31.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__dct4__instance__q31.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__dct4__instance__q31.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__decimate__instance__f32.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__decimate__instance__f32.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__decimate__instance__f32.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__decimate__instance__f32.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__decimate__instance__q15.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__decimate__instance__q15.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__decimate__instance__q15.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__decimate__instance__q15.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__decimate__instance__q31.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__decimate__instance__q31.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__decimate__instance__q31.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__decimate__instance__q31.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__instance__f32.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__instance__f32.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__instance__f32.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__instance__f32.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__instance__q15.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__instance__q15.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__instance__q15.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__instance__q15.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__instance__q31.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__instance__q31.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__instance__q31.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__instance__q31.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__instance__q7.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__instance__q7.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__instance__q7.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__instance__q7.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__interpolate__instance__f32.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__interpolate__instance__f32.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__interpolate__instance__f32.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__interpolate__instance__f32.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__interpolate__instance__q15.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__interpolate__instance__q15.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__interpolate__instance__q15.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__interpolate__instance__q15.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__interpolate__instance__q31.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__interpolate__instance__q31.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__interpolate__instance__q31.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__interpolate__instance__q31.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__lattice__instance__f32.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__lattice__instance__f32.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__lattice__instance__f32.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__lattice__instance__f32.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__lattice__instance__q15.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__lattice__instance__q15.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__lattice__instance__q15.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__lattice__instance__q15.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__lattice__instance__q31.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__lattice__instance__q31.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__lattice__instance__q31.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__lattice__instance__q31.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__sparse__instance__f32.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__sparse__instance__f32.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__sparse__instance__f32.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__sparse__instance__f32.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__sparse__instance__q15.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__sparse__instance__q15.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__sparse__instance__q15.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__sparse__instance__q15.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__sparse__instance__q31.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__sparse__instance__q31.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__sparse__instance__q31.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__sparse__instance__q31.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__sparse__instance__q7.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__sparse__instance__q7.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__sparse__instance__q7.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__fir__sparse__instance__q7.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__iir__lattice__instance__f32.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__iir__lattice__instance__f32.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__iir__lattice__instance__f32.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__iir__lattice__instance__f32.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__iir__lattice__instance__q15.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__iir__lattice__instance__q15.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__iir__lattice__instance__q15.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__iir__lattice__instance__q15.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__iir__lattice__instance__q31.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__iir__lattice__instance__q31.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__iir__lattice__instance__q31.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__iir__lattice__instance__q31.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__linear__interp__instance__f32.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__linear__interp__instance__f32.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__linear__interp__instance__f32.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__linear__interp__instance__f32.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__lms__instance__f32.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__lms__instance__f32.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__lms__instance__f32.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__lms__instance__f32.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__lms__instance__q15.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__lms__instance__q15.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__lms__instance__q15.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__lms__instance__q15.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__lms__instance__q31.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__lms__instance__q31.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__lms__instance__q31.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__lms__instance__q31.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__lms__norm__instance__f32.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__lms__norm__instance__f32.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__lms__norm__instance__f32.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__lms__norm__instance__f32.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__lms__norm__instance__q15.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__lms__norm__instance__q15.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__lms__norm__instance__q15.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__lms__norm__instance__q15.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__lms__norm__instance__q31.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__lms__norm__instance__q31.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__lms__norm__instance__q31.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__lms__norm__instance__q31.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__matrix__instance__f32.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__matrix__instance__f32.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__matrix__instance__f32.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__matrix__instance__f32.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__matrix__instance__q15.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__matrix__instance__q15.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__matrix__instance__q15.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__matrix__instance__q15.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__matrix__instance__q31.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__matrix__instance__q31.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__matrix__instance__q31.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__matrix__instance__q31.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__pid__instance__f32.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__pid__instance__f32.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__pid__instance__f32.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__pid__instance__f32.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__pid__instance__q15.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__pid__instance__q15.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__pid__instance__q15.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__pid__instance__q15.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__pid__instance__q31.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__pid__instance__q31.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__pid__instance__q31.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__pid__instance__q31.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__rfft__instance__f32.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__rfft__instance__f32.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__rfft__instance__f32.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__rfft__instance__f32.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__rfft__instance__q15.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__rfft__instance__q15.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__rfft__instance__q15.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__rfft__instance__q15.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__rfft__instance__q31.html b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__rfft__instance__q31.html similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__rfft__instance__q31.html rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/structarm__rfft__instance__q31.html diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/tab_a.png b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/tab_a.png similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/tab_a.png rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/tab_a.png diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/tab_b.png b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/tab_b.png similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/tab_b.png rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/tab_b.png diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/tab_h.png b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/tab_h.png similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/tab_h.png rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/tab_h.png diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/tab_s.png b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/tab_s.png similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/tab_s.png rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/tab_s.png diff --git a/hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/tabs.css b/hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/tabs.css similarity index 100% rename from hardware/sam/system/CMSIS/Documentation/DSP_Lib/html/tabs.css rename to hardware/arduino/sam/system/CMSIS/Documentation/DSP_Lib/html/tabs.css diff --git a/hardware/sam/system/CMSIS/Include/arm_common_tables.h b/hardware/arduino/sam/system/CMSIS/Include/arm_common_tables.h similarity index 100% rename from hardware/sam/system/CMSIS/Include/arm_common_tables.h rename to hardware/arduino/sam/system/CMSIS/Include/arm_common_tables.h diff --git a/hardware/sam/system/CMSIS/Include/arm_math.h b/hardware/arduino/sam/system/CMSIS/Include/arm_math.h similarity index 100% rename from hardware/sam/system/CMSIS/Include/arm_math.h rename to hardware/arduino/sam/system/CMSIS/Include/arm_math.h diff --git a/hardware/sam/system/CMSIS/Include/core_cm0.h b/hardware/arduino/sam/system/CMSIS/Include/core_cm0.h similarity index 100% rename from hardware/sam/system/CMSIS/Include/core_cm0.h rename to hardware/arduino/sam/system/CMSIS/Include/core_cm0.h diff --git a/hardware/sam/system/CMSIS/Include/core_cm3.h b/hardware/arduino/sam/system/CMSIS/Include/core_cm3.h similarity index 100% rename from hardware/sam/system/CMSIS/Include/core_cm3.h rename to hardware/arduino/sam/system/CMSIS/Include/core_cm3.h diff --git a/hardware/sam/system/CMSIS/Include/core_cm4.h b/hardware/arduino/sam/system/CMSIS/Include/core_cm4.h similarity index 100% rename from hardware/sam/system/CMSIS/Include/core_cm4.h rename to hardware/arduino/sam/system/CMSIS/Include/core_cm4.h diff --git a/hardware/sam/system/CMSIS/Include/core_cm4_simd.h b/hardware/arduino/sam/system/CMSIS/Include/core_cm4_simd.h similarity index 100% rename from hardware/sam/system/CMSIS/Include/core_cm4_simd.h rename to hardware/arduino/sam/system/CMSIS/Include/core_cm4_simd.h diff --git a/hardware/sam/system/CMSIS/Include/core_cmFunc.h b/hardware/arduino/sam/system/CMSIS/Include/core_cmFunc.h similarity index 100% rename from hardware/sam/system/CMSIS/Include/core_cmFunc.h rename to hardware/arduino/sam/system/CMSIS/Include/core_cmFunc.h diff --git a/hardware/sam/system/CMSIS/Include/core_cmInstr.h b/hardware/arduino/sam/system/CMSIS/Include/core_cmInstr.h similarity index 100% rename from hardware/sam/system/CMSIS/Include/core_cmInstr.h rename to hardware/arduino/sam/system/CMSIS/Include/core_cmInstr.h diff --git a/hardware/sam/system/CMSIS/Lib/ARM/arm_cortexM0b_math.lib b/hardware/arduino/sam/system/CMSIS/Lib/ARM/arm_cortexM0b_math.lib similarity index 100% rename from hardware/sam/system/CMSIS/Lib/ARM/arm_cortexM0b_math.lib rename to hardware/arduino/sam/system/CMSIS/Lib/ARM/arm_cortexM0b_math.lib diff --git a/hardware/sam/system/CMSIS/Lib/ARM/arm_cortexM0l_math.lib b/hardware/arduino/sam/system/CMSIS/Lib/ARM/arm_cortexM0l_math.lib similarity index 100% rename from hardware/sam/system/CMSIS/Lib/ARM/arm_cortexM0l_math.lib rename to hardware/arduino/sam/system/CMSIS/Lib/ARM/arm_cortexM0l_math.lib diff --git a/hardware/sam/system/CMSIS/Lib/ARM/arm_cortexM3b_math.lib b/hardware/arduino/sam/system/CMSIS/Lib/ARM/arm_cortexM3b_math.lib similarity index 100% rename from hardware/sam/system/CMSIS/Lib/ARM/arm_cortexM3b_math.lib rename to hardware/arduino/sam/system/CMSIS/Lib/ARM/arm_cortexM3b_math.lib diff --git a/hardware/sam/system/CMSIS/Lib/ARM/arm_cortexM3l_math.lib b/hardware/arduino/sam/system/CMSIS/Lib/ARM/arm_cortexM3l_math.lib similarity index 100% rename from hardware/sam/system/CMSIS/Lib/ARM/arm_cortexM3l_math.lib rename to hardware/arduino/sam/system/CMSIS/Lib/ARM/arm_cortexM3l_math.lib diff --git a/hardware/sam/system/CMSIS/Lib/ARM/arm_cortexM4b_math.lib b/hardware/arduino/sam/system/CMSIS/Lib/ARM/arm_cortexM4b_math.lib similarity index 100% rename from hardware/sam/system/CMSIS/Lib/ARM/arm_cortexM4b_math.lib rename to hardware/arduino/sam/system/CMSIS/Lib/ARM/arm_cortexM4b_math.lib diff --git a/hardware/sam/system/CMSIS/Lib/ARM/arm_cortexM4bf_math.lib b/hardware/arduino/sam/system/CMSIS/Lib/ARM/arm_cortexM4bf_math.lib similarity index 100% rename from hardware/sam/system/CMSIS/Lib/ARM/arm_cortexM4bf_math.lib rename to hardware/arduino/sam/system/CMSIS/Lib/ARM/arm_cortexM4bf_math.lib diff --git a/hardware/sam/system/CMSIS/Lib/ARM/arm_cortexM4l_math.lib b/hardware/arduino/sam/system/CMSIS/Lib/ARM/arm_cortexM4l_math.lib similarity index 100% rename from hardware/sam/system/CMSIS/Lib/ARM/arm_cortexM4l_math.lib rename to hardware/arduino/sam/system/CMSIS/Lib/ARM/arm_cortexM4l_math.lib diff --git a/hardware/sam/system/CMSIS/Lib/ARM/arm_cortexM4lf_math.lib b/hardware/arduino/sam/system/CMSIS/Lib/ARM/arm_cortexM4lf_math.lib similarity index 100% rename from hardware/sam/system/CMSIS/Lib/ARM/arm_cortexM4lf_math.lib rename to hardware/arduino/sam/system/CMSIS/Lib/ARM/arm_cortexM4lf_math.lib diff --git a/hardware/sam/system/CMSIS/README.txt b/hardware/arduino/sam/system/CMSIS/README.txt similarity index 100% rename from hardware/sam/system/CMSIS/README.txt rename to hardware/arduino/sam/system/CMSIS/README.txt diff --git a/hardware/sam/system/CMSIS/index.htm b/hardware/arduino/sam/system/CMSIS/index.htm similarity index 100% rename from hardware/sam/system/CMSIS/index.htm rename to hardware/arduino/sam/system/CMSIS/index.htm diff --git a/hardware/sam/system/libsam/build_gcc/Makefile b/hardware/arduino/sam/system/libsam/build_gcc/Makefile similarity index 100% rename from hardware/sam/system/libsam/build_gcc/Makefile rename to hardware/arduino/sam/system/libsam/build_gcc/Makefile diff --git a/hardware/sam/system/libsam/build_gcc/debug.mk b/hardware/arduino/sam/system/libsam/build_gcc/debug.mk similarity index 100% rename from hardware/sam/system/libsam/build_gcc/debug.mk rename to hardware/arduino/sam/system/libsam/build_gcc/debug.mk diff --git a/hardware/sam/system/libsam/build_gcc/gcc.mk b/hardware/arduino/sam/system/libsam/build_gcc/gcc.mk similarity index 100% rename from hardware/sam/system/libsam/build_gcc/gcc.mk rename to hardware/arduino/sam/system/libsam/build_gcc/gcc.mk diff --git a/hardware/sam/system/libsam/build_gcc/release.mk b/hardware/arduino/sam/system/libsam/build_gcc/release.mk similarity index 100% rename from hardware/sam/system/libsam/build_gcc/release.mk rename to hardware/arduino/sam/system/libsam/build_gcc/release.mk diff --git a/hardware/sam/system/libsam/build_gcc/sam3.mk b/hardware/arduino/sam/system/libsam/build_gcc/sam3.mk similarity index 100% rename from hardware/sam/system/libsam/build_gcc/sam3.mk rename to hardware/arduino/sam/system/libsam/build_gcc/sam3.mk diff --git a/hardware/sam/system/libsam/build_iar/libsam.ewd b/hardware/arduino/sam/system/libsam/build_iar/libsam.ewd similarity index 100% rename from hardware/sam/system/libsam/build_iar/libsam.ewd rename to hardware/arduino/sam/system/libsam/build_iar/libsam.ewd diff --git a/hardware/sam/system/libsam/build_iar/libsam.ewp b/hardware/arduino/sam/system/libsam/build_iar/libsam.ewp similarity index 100% rename from hardware/sam/system/libsam/build_iar/libsam.ewp rename to hardware/arduino/sam/system/libsam/build_iar/libsam.ewp diff --git a/hardware/sam/system/libsam/build_iar/libsam.eww b/hardware/arduino/sam/system/libsam/build_iar/libsam.eww similarity index 100% rename from hardware/sam/system/libsam/build_iar/libsam.eww rename to hardware/arduino/sam/system/libsam/build_iar/libsam.eww diff --git a/hardware/sam/system/libsam/chip.h b/hardware/arduino/sam/system/libsam/chip.h similarity index 100% rename from hardware/sam/system/libsam/chip.h rename to hardware/arduino/sam/system/libsam/chip.h diff --git a/hardware/sam/system/libsam/cmsis/ReadMe.txt b/hardware/arduino/sam/system/libsam/cmsis/ReadMe.txt similarity index 100% rename from hardware/sam/system/libsam/cmsis/ReadMe.txt rename to hardware/arduino/sam/system/libsam/cmsis/ReadMe.txt diff --git a/hardware/sam/system/libsam/cmsis/sam3n/include/component/component_adc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3n/include/component/component_adc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/include/component/component_adc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/include/component/component_adc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3n/include/component/component_chipid.h b/hardware/arduino/sam/system/libsam/cmsis/sam3n/include/component/component_chipid.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/include/component/component_chipid.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/include/component/component_chipid.h diff --git a/hardware/sam/system/libsam/cmsis/sam3n/include/component/component_dacc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3n/include/component/component_dacc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/include/component/component_dacc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/include/component/component_dacc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3n/include/component/component_efc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3n/include/component/component_efc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/include/component/component_efc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/include/component/component_efc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3n/include/component/component_gpbr.h b/hardware/arduino/sam/system/libsam/cmsis/sam3n/include/component/component_gpbr.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/include/component/component_gpbr.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/include/component/component_gpbr.h diff --git a/hardware/sam/system/libsam/cmsis/sam3n/include/component/component_matrix.h b/hardware/arduino/sam/system/libsam/cmsis/sam3n/include/component/component_matrix.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/include/component/component_matrix.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/include/component/component_matrix.h diff --git a/hardware/sam/system/libsam/cmsis/sam3n/include/component/component_pdc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3n/include/component/component_pdc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/include/component/component_pdc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/include/component/component_pdc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3n/include/component/component_pio.h b/hardware/arduino/sam/system/libsam/cmsis/sam3n/include/component/component_pio.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/include/component/component_pio.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/include/component/component_pio.h diff --git a/hardware/sam/system/libsam/cmsis/sam3n/include/component/component_pmc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3n/include/component/component_pmc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/include/component/component_pmc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/include/component/component_pmc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3n/include/component/component_pwm.h b/hardware/arduino/sam/system/libsam/cmsis/sam3n/include/component/component_pwm.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/include/component/component_pwm.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/include/component/component_pwm.h diff --git a/hardware/sam/system/libsam/cmsis/sam3n/include/component/component_rstc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3n/include/component/component_rstc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/include/component/component_rstc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/include/component/component_rstc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3n/include/component/component_rtc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3n/include/component/component_rtc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/include/component/component_rtc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/include/component/component_rtc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3n/include/component/component_rtt.h b/hardware/arduino/sam/system/libsam/cmsis/sam3n/include/component/component_rtt.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/include/component/component_rtt.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/include/component/component_rtt.h diff --git a/hardware/sam/system/libsam/cmsis/sam3n/include/component/component_spi.h b/hardware/arduino/sam/system/libsam/cmsis/sam3n/include/component/component_spi.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/include/component/component_spi.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/include/component/component_spi.h diff --git a/hardware/sam/system/libsam/cmsis/sam3n/include/component/component_supc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3n/include/component/component_supc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/include/component/component_supc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/include/component/component_supc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3n/include/component/component_tc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3n/include/component/component_tc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/include/component/component_tc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/include/component/component_tc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3n/include/component/component_twi.h b/hardware/arduino/sam/system/libsam/cmsis/sam3n/include/component/component_twi.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/include/component/component_twi.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/include/component/component_twi.h diff --git a/hardware/sam/system/libsam/cmsis/sam3n/include/component/component_uart.h b/hardware/arduino/sam/system/libsam/cmsis/sam3n/include/component/component_uart.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/include/component/component_uart.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/include/component/component_uart.h diff --git a/hardware/sam/system/libsam/cmsis/sam3n/include/component/component_usart.h b/hardware/arduino/sam/system/libsam/cmsis/sam3n/include/component/component_usart.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/include/component/component_usart.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/include/component/component_usart.h diff --git a/hardware/sam/system/libsam/cmsis/sam3n/include/component/component_wdt.h b/hardware/arduino/sam/system/libsam/cmsis/sam3n/include/component/component_wdt.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/include/component/component_wdt.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/include/component/component_wdt.h diff --git a/hardware/sam/system/libsam/cmsis/sam3n/include/instance/instance_adc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3n/include/instance/instance_adc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/include/instance/instance_adc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/include/instance/instance_adc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3n/include/instance/instance_chipid.h b/hardware/arduino/sam/system/libsam/cmsis/sam3n/include/instance/instance_chipid.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/include/instance/instance_chipid.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/include/instance/instance_chipid.h diff --git a/hardware/sam/system/libsam/cmsis/sam3n/include/instance/instance_dacc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3n/include/instance/instance_dacc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/include/instance/instance_dacc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/include/instance/instance_dacc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3n/include/instance/instance_efc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3n/include/instance/instance_efc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/include/instance/instance_efc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/include/instance/instance_efc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3n/include/instance/instance_gpbr.h b/hardware/arduino/sam/system/libsam/cmsis/sam3n/include/instance/instance_gpbr.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/include/instance/instance_gpbr.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/include/instance/instance_gpbr.h diff --git a/hardware/sam/system/libsam/cmsis/sam3n/include/instance/instance_matrix.h b/hardware/arduino/sam/system/libsam/cmsis/sam3n/include/instance/instance_matrix.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/include/instance/instance_matrix.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/include/instance/instance_matrix.h diff --git a/hardware/sam/system/libsam/cmsis/sam3n/include/instance/instance_pioa.h b/hardware/arduino/sam/system/libsam/cmsis/sam3n/include/instance/instance_pioa.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/include/instance/instance_pioa.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/include/instance/instance_pioa.h diff --git a/hardware/sam/system/libsam/cmsis/sam3n/include/instance/instance_piob.h b/hardware/arduino/sam/system/libsam/cmsis/sam3n/include/instance/instance_piob.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/include/instance/instance_piob.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/include/instance/instance_piob.h diff --git a/hardware/sam/system/libsam/cmsis/sam3n/include/instance/instance_pioc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3n/include/instance/instance_pioc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/include/instance/instance_pioc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/include/instance/instance_pioc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3n/include/instance/instance_pmc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3n/include/instance/instance_pmc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/include/instance/instance_pmc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/include/instance/instance_pmc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3n/include/instance/instance_pwm.h b/hardware/arduino/sam/system/libsam/cmsis/sam3n/include/instance/instance_pwm.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/include/instance/instance_pwm.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/include/instance/instance_pwm.h diff --git a/hardware/sam/system/libsam/cmsis/sam3n/include/instance/instance_rstc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3n/include/instance/instance_rstc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/include/instance/instance_rstc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/include/instance/instance_rstc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3n/include/instance/instance_rtc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3n/include/instance/instance_rtc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/include/instance/instance_rtc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/include/instance/instance_rtc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3n/include/instance/instance_rtt.h b/hardware/arduino/sam/system/libsam/cmsis/sam3n/include/instance/instance_rtt.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/include/instance/instance_rtt.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/include/instance/instance_rtt.h diff --git a/hardware/sam/system/libsam/cmsis/sam3n/include/instance/instance_spi.h b/hardware/arduino/sam/system/libsam/cmsis/sam3n/include/instance/instance_spi.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/include/instance/instance_spi.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/include/instance/instance_spi.h diff --git a/hardware/sam/system/libsam/cmsis/sam3n/include/instance/instance_supc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3n/include/instance/instance_supc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/include/instance/instance_supc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/include/instance/instance_supc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3n/include/instance/instance_tc0.h b/hardware/arduino/sam/system/libsam/cmsis/sam3n/include/instance/instance_tc0.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/include/instance/instance_tc0.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/include/instance/instance_tc0.h diff --git a/hardware/sam/system/libsam/cmsis/sam3n/include/instance/instance_tc1.h b/hardware/arduino/sam/system/libsam/cmsis/sam3n/include/instance/instance_tc1.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/include/instance/instance_tc1.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/include/instance/instance_tc1.h diff --git a/hardware/sam/system/libsam/cmsis/sam3n/include/instance/instance_twi0.h b/hardware/arduino/sam/system/libsam/cmsis/sam3n/include/instance/instance_twi0.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/include/instance/instance_twi0.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/include/instance/instance_twi0.h diff --git a/hardware/sam/system/libsam/cmsis/sam3n/include/instance/instance_twi1.h b/hardware/arduino/sam/system/libsam/cmsis/sam3n/include/instance/instance_twi1.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/include/instance/instance_twi1.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/include/instance/instance_twi1.h diff --git a/hardware/sam/system/libsam/cmsis/sam3n/include/instance/instance_uart0.h b/hardware/arduino/sam/system/libsam/cmsis/sam3n/include/instance/instance_uart0.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/include/instance/instance_uart0.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/include/instance/instance_uart0.h diff --git a/hardware/sam/system/libsam/cmsis/sam3n/include/instance/instance_uart1.h b/hardware/arduino/sam/system/libsam/cmsis/sam3n/include/instance/instance_uart1.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/include/instance/instance_uart1.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/include/instance/instance_uart1.h diff --git a/hardware/sam/system/libsam/cmsis/sam3n/include/instance/instance_usart0.h b/hardware/arduino/sam/system/libsam/cmsis/sam3n/include/instance/instance_usart0.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/include/instance/instance_usart0.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/include/instance/instance_usart0.h diff --git a/hardware/sam/system/libsam/cmsis/sam3n/include/instance/instance_usart1.h b/hardware/arduino/sam/system/libsam/cmsis/sam3n/include/instance/instance_usart1.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/include/instance/instance_usart1.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/include/instance/instance_usart1.h diff --git a/hardware/sam/system/libsam/cmsis/sam3n/include/instance/instance_wdt.h b/hardware/arduino/sam/system/libsam/cmsis/sam3n/include/instance/instance_wdt.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/include/instance/instance_wdt.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/include/instance/instance_wdt.h diff --git a/hardware/sam/system/libsam/cmsis/sam3n/include/pio/pio_sam3n1a.h b/hardware/arduino/sam/system/libsam/cmsis/sam3n/include/pio/pio_sam3n1a.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/include/pio/pio_sam3n1a.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/include/pio/pio_sam3n1a.h diff --git a/hardware/sam/system/libsam/cmsis/sam3n/include/pio/pio_sam3n1b.h b/hardware/arduino/sam/system/libsam/cmsis/sam3n/include/pio/pio_sam3n1b.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/include/pio/pio_sam3n1b.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/include/pio/pio_sam3n1b.h diff --git a/hardware/sam/system/libsam/cmsis/sam3n/include/pio/pio_sam3n1c.h b/hardware/arduino/sam/system/libsam/cmsis/sam3n/include/pio/pio_sam3n1c.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/include/pio/pio_sam3n1c.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/include/pio/pio_sam3n1c.h diff --git a/hardware/sam/system/libsam/cmsis/sam3n/include/pio/pio_sam3n2a.h b/hardware/arduino/sam/system/libsam/cmsis/sam3n/include/pio/pio_sam3n2a.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/include/pio/pio_sam3n2a.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/include/pio/pio_sam3n2a.h diff --git a/hardware/sam/system/libsam/cmsis/sam3n/include/pio/pio_sam3n2b.h b/hardware/arduino/sam/system/libsam/cmsis/sam3n/include/pio/pio_sam3n2b.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/include/pio/pio_sam3n2b.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/include/pio/pio_sam3n2b.h diff --git a/hardware/sam/system/libsam/cmsis/sam3n/include/pio/pio_sam3n2c.h b/hardware/arduino/sam/system/libsam/cmsis/sam3n/include/pio/pio_sam3n2c.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/include/pio/pio_sam3n2c.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/include/pio/pio_sam3n2c.h diff --git a/hardware/sam/system/libsam/cmsis/sam3n/include/pio/pio_sam3n4a.h b/hardware/arduino/sam/system/libsam/cmsis/sam3n/include/pio/pio_sam3n4a.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/include/pio/pio_sam3n4a.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/include/pio/pio_sam3n4a.h diff --git a/hardware/sam/system/libsam/cmsis/sam3n/include/pio/pio_sam3n4b.h b/hardware/arduino/sam/system/libsam/cmsis/sam3n/include/pio/pio_sam3n4b.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/include/pio/pio_sam3n4b.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/include/pio/pio_sam3n4b.h diff --git a/hardware/sam/system/libsam/cmsis/sam3n/include/pio/pio_sam3n4c.h b/hardware/arduino/sam/system/libsam/cmsis/sam3n/include/pio/pio_sam3n4c.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/include/pio/pio_sam3n4c.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/include/pio/pio_sam3n4c.h diff --git a/hardware/sam/system/libsam/cmsis/sam3n/include/sam3n.h b/hardware/arduino/sam/system/libsam/cmsis/sam3n/include/sam3n.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/include/sam3n.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/include/sam3n.h diff --git a/hardware/sam/system/libsam/cmsis/sam3n/include/sam3n1a.h b/hardware/arduino/sam/system/libsam/cmsis/sam3n/include/sam3n1a.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/include/sam3n1a.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/include/sam3n1a.h diff --git a/hardware/sam/system/libsam/cmsis/sam3n/include/sam3n1b.h b/hardware/arduino/sam/system/libsam/cmsis/sam3n/include/sam3n1b.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/include/sam3n1b.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/include/sam3n1b.h diff --git a/hardware/sam/system/libsam/cmsis/sam3n/include/sam3n1c.h b/hardware/arduino/sam/system/libsam/cmsis/sam3n/include/sam3n1c.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/include/sam3n1c.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/include/sam3n1c.h diff --git a/hardware/sam/system/libsam/cmsis/sam3n/include/sam3n2a.h b/hardware/arduino/sam/system/libsam/cmsis/sam3n/include/sam3n2a.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/include/sam3n2a.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/include/sam3n2a.h diff --git a/hardware/sam/system/libsam/cmsis/sam3n/include/sam3n2b.h b/hardware/arduino/sam/system/libsam/cmsis/sam3n/include/sam3n2b.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/include/sam3n2b.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/include/sam3n2b.h diff --git a/hardware/sam/system/libsam/cmsis/sam3n/include/sam3n2c.h b/hardware/arduino/sam/system/libsam/cmsis/sam3n/include/sam3n2c.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/include/sam3n2c.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/include/sam3n2c.h diff --git a/hardware/sam/system/libsam/cmsis/sam3n/include/sam3n4a.h b/hardware/arduino/sam/system/libsam/cmsis/sam3n/include/sam3n4a.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/include/sam3n4a.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/include/sam3n4a.h diff --git a/hardware/sam/system/libsam/cmsis/sam3n/include/sam3n4b.h b/hardware/arduino/sam/system/libsam/cmsis/sam3n/include/sam3n4b.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/include/sam3n4b.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/include/sam3n4b.h diff --git a/hardware/sam/system/libsam/cmsis/sam3n/include/sam3n4c.h b/hardware/arduino/sam/system/libsam/cmsis/sam3n/include/sam3n4c.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/include/sam3n4c.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/include/sam3n4c.h diff --git a/hardware/sam/system/libsam/cmsis/sam3n/source/templates/exceptions.c b/hardware/arduino/sam/system/libsam/cmsis/sam3n/source/templates/exceptions.c similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/source/templates/exceptions.c rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/source/templates/exceptions.c diff --git a/hardware/sam/system/libsam/cmsis/sam3n/source/templates/exceptions.h b/hardware/arduino/sam/system/libsam/cmsis/sam3n/source/templates/exceptions.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/source/templates/exceptions.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/source/templates/exceptions.h diff --git a/hardware/sam/system/libsam/cmsis/sam3n/source/templates/gcc/startup_sam3n.c b/hardware/arduino/sam/system/libsam/cmsis/sam3n/source/templates/gcc/startup_sam3n.c similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/source/templates/gcc/startup_sam3n.c rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/source/templates/gcc/startup_sam3n.c diff --git a/hardware/sam/system/libsam/cmsis/sam3n/source/templates/iar/startup_sam3n.c b/hardware/arduino/sam/system/libsam/cmsis/sam3n/source/templates/iar/startup_sam3n.c similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/source/templates/iar/startup_sam3n.c rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/source/templates/iar/startup_sam3n.c diff --git a/hardware/sam/system/libsam/cmsis/sam3n/source/templates/system_sam3n.c b/hardware/arduino/sam/system/libsam/cmsis/sam3n/source/templates/system_sam3n.c similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/source/templates/system_sam3n.c rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/source/templates/system_sam3n.c diff --git a/hardware/sam/system/libsam/cmsis/sam3n/source/templates/system_sam3n.h b/hardware/arduino/sam/system/libsam/cmsis/sam3n/source/templates/system_sam3n.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3n/source/templates/system_sam3n.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3n/source/templates/system_sam3n.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/component/component_acc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/component/component_acc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/component/component_acc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/component/component_acc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/component/component_adc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/component/component_adc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/component/component_adc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/component/component_adc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/component/component_chipid.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/component/component_chipid.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/component/component_chipid.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/component/component_chipid.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/component/component_crccu.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/component/component_crccu.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/component/component_crccu.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/component/component_crccu.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/component/component_dacc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/component/component_dacc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/component/component_dacc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/component/component_dacc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/component/component_efc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/component/component_efc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/component/component_efc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/component/component_efc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/component/component_gpbr.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/component/component_gpbr.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/component/component_gpbr.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/component/component_gpbr.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/component/component_hsmci.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/component/component_hsmci.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/component/component_hsmci.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/component/component_hsmci.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/component/component_matrix.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/component/component_matrix.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/component/component_matrix.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/component/component_matrix.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/component/component_pdc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/component/component_pdc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/component/component_pdc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/component/component_pdc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/component/component_pio.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/component/component_pio.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/component/component_pio.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/component/component_pio.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/component/component_pmc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/component/component_pmc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/component/component_pmc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/component/component_pmc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/component/component_pwm.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/component/component_pwm.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/component/component_pwm.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/component/component_pwm.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/component/component_rstc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/component/component_rstc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/component/component_rstc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/component/component_rstc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/component/component_rtc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/component/component_rtc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/component/component_rtc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/component/component_rtc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/component/component_rtt.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/component/component_rtt.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/component/component_rtt.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/component/component_rtt.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/component/component_smc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/component/component_smc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/component/component_smc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/component/component_smc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/component/component_spi.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/component/component_spi.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/component/component_spi.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/component/component_spi.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/component/component_ssc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/component/component_ssc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/component/component_ssc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/component/component_ssc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/component/component_supc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/component/component_supc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/component/component_supc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/component/component_supc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/component/component_tc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/component/component_tc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/component/component_tc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/component/component_tc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/component/component_twi.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/component/component_twi.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/component/component_twi.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/component/component_twi.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/component/component_uart.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/component/component_uart.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/component/component_uart.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/component/component_uart.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/component/component_udp.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/component/component_udp.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/component/component_udp.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/component/component_udp.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/component/component_usart.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/component/component_usart.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/component/component_usart.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/component/component_usart.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/component/component_wdt.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/component/component_wdt.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/component/component_wdt.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/component/component_wdt.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/instance/instance_acc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/instance/instance_acc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/instance/instance_acc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/instance/instance_acc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/instance/instance_adc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/instance/instance_adc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/instance/instance_adc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/instance/instance_adc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/instance/instance_chipid.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/instance/instance_chipid.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/instance/instance_chipid.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/instance/instance_chipid.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/instance/instance_crccu.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/instance/instance_crccu.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/instance/instance_crccu.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/instance/instance_crccu.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/instance/instance_dacc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/instance/instance_dacc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/instance/instance_dacc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/instance/instance_dacc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/instance/instance_efc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/instance/instance_efc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/instance/instance_efc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/instance/instance_efc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/instance/instance_gpbr.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/instance/instance_gpbr.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/instance/instance_gpbr.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/instance/instance_gpbr.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/instance/instance_hsmci.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/instance/instance_hsmci.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/instance/instance_hsmci.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/instance/instance_hsmci.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/instance/instance_matrix.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/instance/instance_matrix.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/instance/instance_matrix.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/instance/instance_matrix.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/instance/instance_pioa.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/instance/instance_pioa.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/instance/instance_pioa.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/instance/instance_pioa.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/instance/instance_piob.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/instance/instance_piob.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/instance/instance_piob.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/instance/instance_piob.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/instance/instance_pioc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/instance/instance_pioc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/instance/instance_pioc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/instance/instance_pioc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/instance/instance_pmc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/instance/instance_pmc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/instance/instance_pmc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/instance/instance_pmc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/instance/instance_pwm.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/instance/instance_pwm.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/instance/instance_pwm.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/instance/instance_pwm.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/instance/instance_rstc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/instance/instance_rstc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/instance/instance_rstc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/instance/instance_rstc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/instance/instance_rtc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/instance/instance_rtc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/instance/instance_rtc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/instance/instance_rtc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/instance/instance_rtt.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/instance/instance_rtt.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/instance/instance_rtt.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/instance/instance_rtt.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/instance/instance_smc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/instance/instance_smc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/instance/instance_smc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/instance/instance_smc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/instance/instance_spi.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/instance/instance_spi.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/instance/instance_spi.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/instance/instance_spi.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/instance/instance_ssc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/instance/instance_ssc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/instance/instance_ssc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/instance/instance_ssc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/instance/instance_supc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/instance/instance_supc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/instance/instance_supc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/instance/instance_supc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/instance/instance_tc0.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/instance/instance_tc0.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/instance/instance_tc0.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/instance/instance_tc0.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/instance/instance_tc1.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/instance/instance_tc1.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/instance/instance_tc1.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/instance/instance_tc1.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/instance/instance_twi0.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/instance/instance_twi0.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/instance/instance_twi0.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/instance/instance_twi0.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/instance/instance_twi1.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/instance/instance_twi1.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/instance/instance_twi1.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/instance/instance_twi1.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/instance/instance_uart0.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/instance/instance_uart0.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/instance/instance_uart0.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/instance/instance_uart0.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/instance/instance_uart1.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/instance/instance_uart1.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/instance/instance_uart1.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/instance/instance_uart1.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/instance/instance_udp.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/instance/instance_udp.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/instance/instance_udp.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/instance/instance_udp.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/instance/instance_usart0.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/instance/instance_usart0.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/instance/instance_usart0.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/instance/instance_usart0.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/instance/instance_usart1.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/instance/instance_usart1.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/instance/instance_usart1.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/instance/instance_usart1.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/instance/instance_wdt.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/instance/instance_wdt.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/instance/instance_wdt.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/instance/instance_wdt.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/pio/pio_sam3s1a.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/pio/pio_sam3s1a.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/pio/pio_sam3s1a.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/pio/pio_sam3s1a.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/pio/pio_sam3s1b.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/pio/pio_sam3s1b.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/pio/pio_sam3s1b.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/pio/pio_sam3s1b.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/pio/pio_sam3s1c.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/pio/pio_sam3s1c.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/pio/pio_sam3s1c.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/pio/pio_sam3s1c.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/pio/pio_sam3s2a.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/pio/pio_sam3s2a.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/pio/pio_sam3s2a.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/pio/pio_sam3s2a.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/pio/pio_sam3s2b.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/pio/pio_sam3s2b.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/pio/pio_sam3s2b.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/pio/pio_sam3s2b.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/pio/pio_sam3s2c.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/pio/pio_sam3s2c.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/pio/pio_sam3s2c.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/pio/pio_sam3s2c.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/pio/pio_sam3s4a.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/pio/pio_sam3s4a.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/pio/pio_sam3s4a.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/pio/pio_sam3s4a.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/pio/pio_sam3s4b.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/pio/pio_sam3s4b.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/pio/pio_sam3s4b.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/pio/pio_sam3s4b.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/pio/pio_sam3s4c.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/pio/pio_sam3s4c.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/pio/pio_sam3s4c.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/pio/pio_sam3s4c.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/sam3s.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/sam3s.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/sam3s.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/sam3s.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/sam3s1a.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/sam3s1a.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/sam3s1a.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/sam3s1a.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/sam3s1b.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/sam3s1b.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/sam3s1b.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/sam3s1b.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/sam3s1c.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/sam3s1c.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/sam3s1c.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/sam3s1c.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/sam3s2a.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/sam3s2a.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/sam3s2a.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/sam3s2a.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/sam3s2b.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/sam3s2b.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/sam3s2b.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/sam3s2b.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/sam3s2c.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/sam3s2c.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/sam3s2c.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/sam3s2c.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/sam3s4a.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/sam3s4a.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/sam3s4a.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/sam3s4a.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/sam3s4b.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/sam3s4b.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/sam3s4b.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/sam3s4b.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/include/sam3s4c.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/include/sam3s4c.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/include/sam3s4c.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/include/sam3s4c.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/source/templates/exceptions.c b/hardware/arduino/sam/system/libsam/cmsis/sam3s/source/templates/exceptions.c similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/source/templates/exceptions.c rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/source/templates/exceptions.c diff --git a/hardware/sam/system/libsam/cmsis/sam3s/source/templates/exceptions.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/source/templates/exceptions.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/source/templates/exceptions.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/source/templates/exceptions.h diff --git a/hardware/sam/system/libsam/cmsis/sam3s/source/templates/gcc/startup_sam3s.c b/hardware/arduino/sam/system/libsam/cmsis/sam3s/source/templates/gcc/startup_sam3s.c similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/source/templates/gcc/startup_sam3s.c rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/source/templates/gcc/startup_sam3s.c diff --git a/hardware/sam/system/libsam/cmsis/sam3s/source/templates/iar/startup_sam3s.c b/hardware/arduino/sam/system/libsam/cmsis/sam3s/source/templates/iar/startup_sam3s.c similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/source/templates/iar/startup_sam3s.c rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/source/templates/iar/startup_sam3s.c diff --git a/hardware/sam/system/libsam/cmsis/sam3s/source/templates/system_sam3s.c b/hardware/arduino/sam/system/libsam/cmsis/sam3s/source/templates/system_sam3s.c similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/source/templates/system_sam3s.c rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/source/templates/system_sam3s.c diff --git a/hardware/sam/system/libsam/cmsis/sam3s/source/templates/system_sam3s.h b/hardware/arduino/sam/system/libsam/cmsis/sam3s/source/templates/system_sam3s.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3s/source/templates/system_sam3s.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3s/source/templates/system_sam3s.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/component/component_acc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/component/component_acc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/component/component_acc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/component/component_acc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/component/component_adc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/component/component_adc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/component/component_adc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/component/component_adc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/component/component_chipid.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/component/component_chipid.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/component/component_chipid.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/component/component_chipid.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/component/component_crccu.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/component/component_crccu.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/component/component_crccu.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/component/component_crccu.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/component/component_dacc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/component/component_dacc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/component/component_dacc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/component/component_dacc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/component/component_efc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/component/component_efc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/component/component_efc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/component/component_efc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/component/component_gpbr.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/component/component_gpbr.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/component/component_gpbr.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/component/component_gpbr.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/component/component_hsmci.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/component/component_hsmci.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/component/component_hsmci.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/component/component_hsmci.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/component/component_matrix.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/component/component_matrix.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/component/component_matrix.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/component/component_matrix.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/component/component_pdc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/component/component_pdc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/component/component_pdc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/component/component_pdc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/component/component_pio.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/component/component_pio.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/component/component_pio.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/component/component_pio.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/component/component_pmc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/component/component_pmc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/component/component_pmc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/component/component_pmc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/component/component_pwm.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/component/component_pwm.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/component/component_pwm.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/component/component_pwm.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/component/component_rstc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/component/component_rstc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/component/component_rstc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/component/component_rstc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/component/component_rtc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/component/component_rtc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/component/component_rtc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/component/component_rtc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/component/component_rtt.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/component/component_rtt.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/component/component_rtt.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/component/component_rtt.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/component/component_smc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/component/component_smc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/component/component_smc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/component/component_smc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/component/component_spi.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/component/component_spi.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/component/component_spi.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/component/component_spi.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/component/component_ssc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/component/component_ssc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/component/component_ssc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/component/component_ssc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/component/component_supc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/component/component_supc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/component/component_supc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/component/component_supc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/component/component_tc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/component/component_tc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/component/component_tc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/component/component_tc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/component/component_twi.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/component/component_twi.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/component/component_twi.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/component/component_twi.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/component/component_uart.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/component/component_uart.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/component/component_uart.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/component/component_uart.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/component/component_udp.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/component/component_udp.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/component/component_udp.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/component/component_udp.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/component/component_usart.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/component/component_usart.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/component/component_usart.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/component/component_usart.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/component/component_wdt.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/component/component_wdt.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/component/component_wdt.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/component/component_wdt.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_acc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_acc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_acc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_acc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_adc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_adc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_adc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_adc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_chipid.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_chipid.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_chipid.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_chipid.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_crccu.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_crccu.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_crccu.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_crccu.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_dacc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_dacc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_dacc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_dacc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_efc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_efc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_efc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_efc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_gpbr.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_gpbr.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_gpbr.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_gpbr.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_hsmci.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_hsmci.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_hsmci.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_hsmci.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_matrix.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_matrix.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_matrix.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_matrix.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_pioa.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_pioa.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_pioa.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_pioa.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_piob.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_piob.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_piob.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_piob.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_pioc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_pioc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_pioc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_pioc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_pmc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_pmc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_pmc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_pmc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_pwm.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_pwm.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_pwm.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_pwm.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_rstc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_rstc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_rstc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_rstc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_rtc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_rtc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_rtc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_rtc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_rtt.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_rtt.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_rtt.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_rtt.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_smc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_smc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_smc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_smc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_spi.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_spi.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_spi.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_spi.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_ssc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_ssc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_ssc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_ssc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_supc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_supc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_supc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_supc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_tc0.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_tc0.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_tc0.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_tc0.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_tc1.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_tc1.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_tc1.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_tc1.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_twi0.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_twi0.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_twi0.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_twi0.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_twi1.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_twi1.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_twi1.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_twi1.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_uart0.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_uart0.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_uart0.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_uart0.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_uart1.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_uart1.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_uart1.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_uart1.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_udp.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_udp.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_udp.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_udp.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_usart0.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_usart0.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_usart0.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_usart0.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_usart1.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_usart1.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_usart1.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_usart1.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_usart2.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_usart2.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_usart2.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_usart2.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_wdt.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_wdt.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_wdt.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/instance/instance_wdt.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/pio/pio_sam3s8a.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/pio/pio_sam3s8a.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/pio/pio_sam3s8a.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/pio/pio_sam3s8a.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/pio/pio_sam3s8b.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/pio/pio_sam3s8b.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/pio/pio_sam3s8b.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/pio/pio_sam3s8b.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/pio/pio_sam3s8c.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/pio/pio_sam3s8c.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/pio/pio_sam3s8c.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/pio/pio_sam3s8c.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/pio/pio_sam3sd8a.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/pio/pio_sam3sd8a.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/pio/pio_sam3sd8a.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/pio/pio_sam3sd8a.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/pio/pio_sam3sd8b.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/pio/pio_sam3sd8b.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/pio/pio_sam3sd8b.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/pio/pio_sam3sd8b.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/pio/pio_sam3sd8c.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/pio/pio_sam3sd8c.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/pio/pio_sam3sd8c.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/pio/pio_sam3sd8c.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/sam3s8.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/sam3s8.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/sam3s8.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/sam3s8.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/sam3s8a.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/sam3s8a.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/sam3s8a.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/sam3s8a.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/sam3s8b.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/sam3s8b.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/sam3s8b.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/sam3s8b.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/sam3s8c.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/sam3s8c.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/sam3s8c.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/sam3s8c.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/sam3sd8a.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/sam3sd8a.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/sam3sd8a.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/sam3sd8a.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/sam3sd8b.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/sam3sd8b.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/sam3sd8b.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/sam3sd8b.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/include/sam3sd8c.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/sam3sd8c.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/include/sam3sd8c.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/include/sam3sd8c.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/source/templates/exceptions.c b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/source/templates/exceptions.c similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/source/templates/exceptions.c rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/source/templates/exceptions.c diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/source/templates/exceptions.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/source/templates/exceptions.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/source/templates/exceptions.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/source/templates/exceptions.h diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/source/templates/gcc/startup_sam3sd8.c b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/source/templates/gcc/startup_sam3sd8.c similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/source/templates/gcc/startup_sam3sd8.c rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/source/templates/gcc/startup_sam3sd8.c diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/source/templates/iar/startup_sam3sd8.c b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/source/templates/iar/startup_sam3sd8.c similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/source/templates/iar/startup_sam3sd8.c rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/source/templates/iar/startup_sam3sd8.c diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/source/templates/system_sam3sd8.c b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/source/templates/system_sam3sd8.c similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/source/templates/system_sam3sd8.c rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/source/templates/system_sam3sd8.c diff --git a/hardware/sam/system/libsam/cmsis/sam3sd8/source/templates/system_sam3sd8.h b/hardware/arduino/sam/system/libsam/cmsis/sam3sd8/source/templates/system_sam3sd8.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3sd8/source/templates/system_sam3sd8.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3sd8/source/templates/system_sam3sd8.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/component/component_adc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/component/component_adc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/component/component_adc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/component/component_adc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/component/component_adc12b.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/component/component_adc12b.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/component/component_adc12b.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/component/component_adc12b.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/component/component_chipid.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/component/component_chipid.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/component/component_chipid.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/component/component_chipid.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/component/component_dmac.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/component/component_dmac.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/component/component_dmac.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/component/component_dmac.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/component/component_efc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/component/component_efc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/component/component_efc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/component/component_efc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/component/component_gpbr.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/component/component_gpbr.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/component/component_gpbr.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/component/component_gpbr.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/component/component_hsmci.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/component/component_hsmci.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/component/component_hsmci.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/component/component_hsmci.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/component/component_matrix.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/component/component_matrix.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/component/component_matrix.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/component/component_matrix.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/component/component_pdc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/component/component_pdc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/component/component_pdc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/component/component_pdc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/component/component_pio.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/component/component_pio.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/component/component_pio.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/component/component_pio.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/component/component_pmc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/component/component_pmc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/component/component_pmc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/component/component_pmc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/component/component_pwm.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/component/component_pwm.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/component/component_pwm.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/component/component_pwm.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/component/component_rstc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/component/component_rstc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/component/component_rstc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/component/component_rstc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/component/component_rtc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/component/component_rtc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/component/component_rtc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/component/component_rtc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/component/component_rtt.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/component/component_rtt.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/component/component_rtt.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/component/component_rtt.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/component/component_smc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/component/component_smc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/component/component_smc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/component/component_smc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/component/component_spi.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/component/component_spi.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/component/component_spi.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/component/component_spi.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/component/component_ssc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/component/component_ssc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/component/component_ssc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/component/component_ssc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/component/component_supc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/component/component_supc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/component/component_supc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/component/component_supc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/component/component_tc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/component/component_tc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/component/component_tc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/component/component_tc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/component/component_twi.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/component/component_twi.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/component/component_twi.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/component/component_twi.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/component/component_uart.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/component/component_uart.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/component/component_uart.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/component/component_uart.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/component/component_udphs.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/component/component_udphs.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/component/component_udphs.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/component/component_udphs.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/component/component_usart.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/component/component_usart.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/component/component_usart.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/component/component_usart.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/component/component_wdt.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/component/component_wdt.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/component/component_wdt.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/component/component_wdt.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/instance/instance_adc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/instance/instance_adc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/instance/instance_adc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/instance/instance_adc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/instance/instance_adc12b.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/instance/instance_adc12b.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/instance/instance_adc12b.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/instance/instance_adc12b.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/instance/instance_chipid.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/instance/instance_chipid.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/instance/instance_chipid.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/instance/instance_chipid.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/instance/instance_dmac.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/instance/instance_dmac.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/instance/instance_dmac.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/instance/instance_dmac.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/instance/instance_efc0.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/instance/instance_efc0.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/instance/instance_efc0.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/instance/instance_efc0.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/instance/instance_efc1.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/instance/instance_efc1.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/instance/instance_efc1.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/instance/instance_efc1.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/instance/instance_gpbr.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/instance/instance_gpbr.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/instance/instance_gpbr.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/instance/instance_gpbr.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/instance/instance_hsmci.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/instance/instance_hsmci.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/instance/instance_hsmci.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/instance/instance_hsmci.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/instance/instance_matrix.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/instance/instance_matrix.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/instance/instance_matrix.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/instance/instance_matrix.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/instance/instance_pioa.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/instance/instance_pioa.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/instance/instance_pioa.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/instance/instance_pioa.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/instance/instance_piob.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/instance/instance_piob.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/instance/instance_piob.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/instance/instance_piob.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/instance/instance_pioc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/instance/instance_pioc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/instance/instance_pioc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/instance/instance_pioc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/instance/instance_pmc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/instance/instance_pmc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/instance/instance_pmc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/instance/instance_pmc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/instance/instance_pwm.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/instance/instance_pwm.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/instance/instance_pwm.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/instance/instance_pwm.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/instance/instance_rstc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/instance/instance_rstc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/instance/instance_rstc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/instance/instance_rstc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/instance/instance_rtc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/instance/instance_rtc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/instance/instance_rtc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/instance/instance_rtc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/instance/instance_rtt.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/instance/instance_rtt.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/instance/instance_rtt.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/instance/instance_rtt.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/instance/instance_smc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/instance/instance_smc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/instance/instance_smc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/instance/instance_smc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/instance/instance_spi.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/instance/instance_spi.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/instance/instance_spi.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/instance/instance_spi.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/instance/instance_ssc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/instance/instance_ssc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/instance/instance_ssc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/instance/instance_ssc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/instance/instance_supc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/instance/instance_supc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/instance/instance_supc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/instance/instance_supc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/instance/instance_tc0.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/instance/instance_tc0.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/instance/instance_tc0.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/instance/instance_tc0.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/instance/instance_twi0.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/instance/instance_twi0.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/instance/instance_twi0.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/instance/instance_twi0.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/instance/instance_twi1.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/instance/instance_twi1.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/instance/instance_twi1.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/instance/instance_twi1.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/instance/instance_uart.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/instance/instance_uart.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/instance/instance_uart.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/instance/instance_uart.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/instance/instance_udphs.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/instance/instance_udphs.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/instance/instance_udphs.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/instance/instance_udphs.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/instance/instance_usart0.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/instance/instance_usart0.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/instance/instance_usart0.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/instance/instance_usart0.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/instance/instance_usart1.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/instance/instance_usart1.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/instance/instance_usart1.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/instance/instance_usart1.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/instance/instance_usart2.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/instance/instance_usart2.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/instance/instance_usart2.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/instance/instance_usart2.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/instance/instance_usart3.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/instance/instance_usart3.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/instance/instance_usart3.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/instance/instance_usart3.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/instance/instance_wdt.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/instance/instance_wdt.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/instance/instance_wdt.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/instance/instance_wdt.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/pio/pio_sam3u1c.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/pio/pio_sam3u1c.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/pio/pio_sam3u1c.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/pio/pio_sam3u1c.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/pio/pio_sam3u1e.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/pio/pio_sam3u1e.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/pio/pio_sam3u1e.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/pio/pio_sam3u1e.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/pio/pio_sam3u2c.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/pio/pio_sam3u2c.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/pio/pio_sam3u2c.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/pio/pio_sam3u2c.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/pio/pio_sam3u2e.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/pio/pio_sam3u2e.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/pio/pio_sam3u2e.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/pio/pio_sam3u2e.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/pio/pio_sam3u4c.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/pio/pio_sam3u4c.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/pio/pio_sam3u4c.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/pio/pio_sam3u4c.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/pio/pio_sam3u4e.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/pio/pio_sam3u4e.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/pio/pio_sam3u4e.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/pio/pio_sam3u4e.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/sam3u.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/sam3u.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/sam3u.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/sam3u.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/sam3u1c.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/sam3u1c.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/sam3u1c.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/sam3u1c.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/sam3u1e.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/sam3u1e.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/sam3u1e.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/sam3u1e.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/sam3u2c.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/sam3u2c.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/sam3u2c.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/sam3u2c.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/sam3u2e.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/sam3u2e.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/sam3u2e.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/sam3u2e.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/sam3u4c.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/sam3u4c.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/sam3u4c.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/sam3u4c.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/include/sam3u4e.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/include/sam3u4e.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/include/sam3u4e.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/include/sam3u4e.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/source/templates/exceptions.c b/hardware/arduino/sam/system/libsam/cmsis/sam3u/source/templates/exceptions.c similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/source/templates/exceptions.c rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/source/templates/exceptions.c diff --git a/hardware/sam/system/libsam/cmsis/sam3u/source/templates/exceptions.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/source/templates/exceptions.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/source/templates/exceptions.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/source/templates/exceptions.h diff --git a/hardware/sam/system/libsam/cmsis/sam3u/source/templates/gcc/startup_sam3u.c b/hardware/arduino/sam/system/libsam/cmsis/sam3u/source/templates/gcc/startup_sam3u.c similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/source/templates/gcc/startup_sam3u.c rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/source/templates/gcc/startup_sam3u.c diff --git a/hardware/sam/system/libsam/cmsis/sam3u/source/templates/iar/startup_sam3u.c b/hardware/arduino/sam/system/libsam/cmsis/sam3u/source/templates/iar/startup_sam3u.c similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/source/templates/iar/startup_sam3u.c rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/source/templates/iar/startup_sam3u.c diff --git a/hardware/sam/system/libsam/cmsis/sam3u/source/templates/system_sam3u.c b/hardware/arduino/sam/system/libsam/cmsis/sam3u/source/templates/system_sam3u.c similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/source/templates/system_sam3u.c rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/source/templates/system_sam3u.c diff --git a/hardware/sam/system/libsam/cmsis/sam3u/source/templates/system_sam3u.h b/hardware/arduino/sam/system/libsam/cmsis/sam3u/source/templates/system_sam3u.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3u/source/templates/system_sam3u.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3u/source/templates/system_sam3u.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/component/component_adc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/component/component_adc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/component/component_adc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/component/component_adc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/component/component_can.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/component/component_can.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/component/component_can.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/component/component_can.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/component/component_chipid.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/component/component_chipid.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/component/component_chipid.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/component/component_chipid.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/component/component_dacc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/component/component_dacc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/component/component_dacc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/component/component_dacc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/component/component_dmac.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/component/component_dmac.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/component/component_dmac.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/component/component_dmac.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/component/component_efc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/component/component_efc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/component/component_efc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/component/component_efc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/component/component_emac.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/component/component_emac.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/component/component_emac.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/component/component_emac.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/component/component_gpbr.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/component/component_gpbr.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/component/component_gpbr.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/component/component_gpbr.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/component/component_hsmci.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/component/component_hsmci.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/component/component_hsmci.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/component/component_hsmci.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/component/component_matrix.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/component/component_matrix.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/component/component_matrix.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/component/component_matrix.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/component/component_pdc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/component/component_pdc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/component/component_pdc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/component/component_pdc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/component/component_pio.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/component/component_pio.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/component/component_pio.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/component/component_pio.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/component/component_pmc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/component/component_pmc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/component/component_pmc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/component/component_pmc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/component/component_pwm.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/component/component_pwm.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/component/component_pwm.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/component/component_pwm.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/component/component_rstc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/component/component_rstc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/component/component_rstc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/component/component_rstc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/component/component_rtc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/component/component_rtc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/component/component_rtc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/component/component_rtc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/component/component_rtt.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/component/component_rtt.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/component/component_rtt.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/component/component_rtt.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/component/component_sdramc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/component/component_sdramc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/component/component_sdramc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/component/component_sdramc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/component/component_smc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/component/component_smc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/component/component_smc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/component/component_smc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/component/component_spi.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/component/component_spi.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/component/component_spi.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/component/component_spi.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/component/component_ssc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/component/component_ssc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/component/component_ssc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/component/component_ssc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/component/component_supc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/component/component_supc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/component/component_supc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/component/component_supc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/component/component_tc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/component/component_tc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/component/component_tc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/component/component_tc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/component/component_trng.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/component/component_trng.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/component/component_trng.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/component/component_trng.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/component/component_twi.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/component/component_twi.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/component/component_twi.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/component/component_twi.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/component/component_uart.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/component/component_uart.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/component/component_uart.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/component/component_uart.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/component/component_uotghs.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/component/component_uotghs.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/component/component_uotghs.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/component/component_uotghs.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/component/component_usart.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/component/component_usart.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/component/component_usart.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/component/component_usart.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/component/component_wdt.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/component/component_wdt.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/component/component_wdt.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/component/component_wdt.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_adc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_adc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_adc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_adc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_can0.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_can0.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_can0.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_can0.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_can1.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_can1.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_can1.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_can1.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_chipid.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_chipid.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_chipid.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_chipid.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_dacc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_dacc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_dacc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_dacc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_dmac.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_dmac.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_dmac.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_dmac.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_efc0.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_efc0.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_efc0.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_efc0.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_efc1.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_efc1.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_efc1.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_efc1.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_emac.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_emac.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_emac.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_emac.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_gpbr.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_gpbr.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_gpbr.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_gpbr.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_hsmci.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_hsmci.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_hsmci.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_hsmci.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_matrix.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_matrix.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_matrix.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_matrix.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_pioa.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_pioa.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_pioa.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_pioa.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_piob.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_piob.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_piob.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_piob.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_pioc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_pioc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_pioc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_pioc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_piod.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_piod.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_piod.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_piod.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_pioe.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_pioe.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_pioe.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_pioe.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_piof.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_piof.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_piof.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_piof.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_pmc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_pmc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_pmc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_pmc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_pwm.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_pwm.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_pwm.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_pwm.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_rstc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_rstc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_rstc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_rstc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_rtc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_rtc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_rtc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_rtc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_rtt.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_rtt.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_rtt.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_rtt.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_sdramc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_sdramc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_sdramc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_sdramc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_smc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_smc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_smc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_smc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_spi0.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_spi0.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_spi0.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_spi0.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_spi1.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_spi1.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_spi1.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_spi1.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_ssc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_ssc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_ssc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_ssc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_supc.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_supc.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_supc.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_supc.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_tc0.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_tc0.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_tc0.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_tc0.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_tc1.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_tc1.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_tc1.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_tc1.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_tc2.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_tc2.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_tc2.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_tc2.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_trng.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_trng.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_trng.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_trng.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_twi0.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_twi0.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_twi0.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_twi0.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_twi1.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_twi1.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_twi1.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_twi1.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_uart.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_uart.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_uart.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_uart.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_uotghs.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_uotghs.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_uotghs.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_uotghs.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_usart0.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_usart0.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_usart0.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_usart0.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_usart1.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_usart1.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_usart1.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_usart1.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_usart2.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_usart2.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_usart2.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_usart2.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_usart3.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_usart3.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_usart3.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_usart3.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_wdt.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_wdt.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/instance/instance_wdt.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/instance/instance_wdt.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/pio/pio_sam3a2c.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/pio/pio_sam3a2c.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/pio/pio_sam3a2c.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/pio/pio_sam3a2c.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/pio/pio_sam3a4c.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/pio/pio_sam3a4c.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/pio/pio_sam3a4c.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/pio/pio_sam3a4c.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/pio/pio_sam3a8c.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/pio/pio_sam3a8c.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/pio/pio_sam3a8c.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/pio/pio_sam3a8c.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/pio/pio_sam3x4c.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/pio/pio_sam3x4c.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/pio/pio_sam3x4c.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/pio/pio_sam3x4c.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/pio/pio_sam3x4e.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/pio/pio_sam3x4e.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/pio/pio_sam3x4e.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/pio/pio_sam3x4e.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/pio/pio_sam3x8c.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/pio/pio_sam3x8c.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/pio/pio_sam3x8c.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/pio/pio_sam3x8c.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/pio/pio_sam3x8e.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/pio/pio_sam3x8e.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/pio/pio_sam3x8e.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/pio/pio_sam3x8e.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/pio/pio_sam3x8h.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/pio/pio_sam3x8h.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/pio/pio_sam3x8h.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/pio/pio_sam3x8h.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/sam3a2c.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/sam3a2c.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/sam3a2c.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/sam3a2c.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/sam3a4c.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/sam3a4c.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/sam3a4c.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/sam3a4c.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/sam3a8c.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/sam3a8c.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/sam3a8c.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/sam3a8c.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/sam3x4c.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/sam3x4c.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/sam3x4c.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/sam3x4c.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/sam3x4e.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/sam3x4e.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/sam3x4e.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/sam3x4e.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/sam3x8c.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/sam3x8c.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/sam3x8c.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/sam3x8c.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/sam3x8e.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/sam3x8e.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/sam3x8e.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/sam3x8e.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/sam3x8h.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/sam3x8h.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/sam3x8h.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/sam3x8h.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/include/sam3xa.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/sam3xa.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/include/sam3xa.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/include/sam3xa.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/source/templates/exceptions.c b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/source/templates/exceptions.c similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/source/templates/exceptions.c rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/source/templates/exceptions.c diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/source/templates/exceptions.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/source/templates/exceptions.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/source/templates/exceptions.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/source/templates/exceptions.h diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/source/templates/gcc/startup_sam3x.c b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/source/templates/gcc/startup_sam3x.c similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/source/templates/gcc/startup_sam3x.c rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/source/templates/gcc/startup_sam3x.c diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/source/templates/iar/startup_sam3x.c b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/source/templates/iar/startup_sam3x.c similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/source/templates/iar/startup_sam3x.c rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/source/templates/iar/startup_sam3x.c diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/source/templates/system_sam3x.c b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/source/templates/system_sam3x.c similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/source/templates/system_sam3x.c rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/source/templates/system_sam3x.c diff --git a/hardware/sam/system/libsam/cmsis/sam3xa/source/templates/system_sam3x.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/source/templates/system_sam3x.h similarity index 100% rename from hardware/sam/system/libsam/cmsis/sam3xa/source/templates/system_sam3x.h rename to hardware/arduino/sam/system/libsam/cmsis/sam3xa/source/templates/system_sam3x.h diff --git a/hardware/sam/system/libsam/include/adc.h b/hardware/arduino/sam/system/libsam/include/adc.h similarity index 100% rename from hardware/sam/system/libsam/include/adc.h rename to hardware/arduino/sam/system/libsam/include/adc.h diff --git a/hardware/sam/system/libsam/include/adc10_sam3u.h b/hardware/arduino/sam/system/libsam/include/adc10_sam3u.h similarity index 100% rename from hardware/sam/system/libsam/include/adc10_sam3u.h rename to hardware/arduino/sam/system/libsam/include/adc10_sam3u.h diff --git a/hardware/sam/system/libsam/include/adc12_sam3u.h b/hardware/arduino/sam/system/libsam/include/adc12_sam3u.h similarity index 100% rename from hardware/sam/system/libsam/include/adc12_sam3u.h rename to hardware/arduino/sam/system/libsam/include/adc12_sam3u.h diff --git a/hardware/sam/system/libsam/include/adc_sam3snxa.h b/hardware/arduino/sam/system/libsam/include/adc_sam3snxa.h similarity index 100% rename from hardware/sam/system/libsam/include/adc_sam3snxa.h rename to hardware/arduino/sam/system/libsam/include/adc_sam3snxa.h diff --git a/hardware/sam/system/libsam/include/pio.h b/hardware/arduino/sam/system/libsam/include/pio.h similarity index 100% rename from hardware/sam/system/libsam/include/pio.h rename to hardware/arduino/sam/system/libsam/include/pio.h diff --git a/hardware/sam/system/libsam/include/pio_it.h b/hardware/arduino/sam/system/libsam/include/pio_it.h similarity index 100% rename from hardware/sam/system/libsam/include/pio_it.h rename to hardware/arduino/sam/system/libsam/include/pio_it.h diff --git a/hardware/sam/system/libsam/include/pmc.h b/hardware/arduino/sam/system/libsam/include/pmc.h similarity index 100% rename from hardware/sam/system/libsam/include/pmc.h rename to hardware/arduino/sam/system/libsam/include/pmc.h diff --git a/hardware/sam/system/libsam/include/pwmc.h b/hardware/arduino/sam/system/libsam/include/pwmc.h similarity index 100% rename from hardware/sam/system/libsam/include/pwmc.h rename to hardware/arduino/sam/system/libsam/include/pwmc.h diff --git a/hardware/sam/system/libsam/include/rtc.h b/hardware/arduino/sam/system/libsam/include/rtc.h similarity index 100% rename from hardware/sam/system/libsam/include/rtc.h rename to hardware/arduino/sam/system/libsam/include/rtc.h diff --git a/hardware/sam/system/libsam/include/rtt.h b/hardware/arduino/sam/system/libsam/include/rtt.h similarity index 100% rename from hardware/sam/system/libsam/include/rtt.h rename to hardware/arduino/sam/system/libsam/include/rtt.h diff --git a/hardware/sam/system/libsam/include/sam.h b/hardware/arduino/sam/system/libsam/include/sam.h similarity index 100% rename from hardware/sam/system/libsam/include/sam.h rename to hardware/arduino/sam/system/libsam/include/sam.h diff --git a/hardware/sam/system/libsam/include/sam3.h b/hardware/arduino/sam/system/libsam/include/sam3.h similarity index 100% rename from hardware/sam/system/libsam/include/sam3.h rename to hardware/arduino/sam/system/libsam/include/sam3.h diff --git a/hardware/sam/system/libsam/include/spi.h b/hardware/arduino/sam/system/libsam/include/spi.h similarity index 100% rename from hardware/sam/system/libsam/include/spi.h rename to hardware/arduino/sam/system/libsam/include/spi.h diff --git a/hardware/sam/system/libsam/include/tc.h b/hardware/arduino/sam/system/libsam/include/tc.h similarity index 100% rename from hardware/sam/system/libsam/include/tc.h rename to hardware/arduino/sam/system/libsam/include/tc.h diff --git a/hardware/sam/system/libsam/include/timetick.h b/hardware/arduino/sam/system/libsam/include/timetick.h similarity index 100% rename from hardware/sam/system/libsam/include/timetick.h rename to hardware/arduino/sam/system/libsam/include/timetick.h diff --git a/hardware/sam/system/libsam/include/twi.h b/hardware/arduino/sam/system/libsam/include/twi.h similarity index 100% rename from hardware/sam/system/libsam/include/twi.h rename to hardware/arduino/sam/system/libsam/include/twi.h diff --git a/hardware/sam/system/libsam/include/usart.h b/hardware/arduino/sam/system/libsam/include/usart.h similarity index 100% rename from hardware/sam/system/libsam/include/usart.h rename to hardware/arduino/sam/system/libsam/include/usart.h diff --git a/hardware/sam/system/libsam/include/wdt.h b/hardware/arduino/sam/system/libsam/include/wdt.h similarity index 100% rename from hardware/sam/system/libsam/include/wdt.h rename to hardware/arduino/sam/system/libsam/include/wdt.h diff --git a/hardware/sam/system/libsam/readme.txt b/hardware/arduino/sam/system/libsam/readme.txt similarity index 100% rename from hardware/sam/system/libsam/readme.txt rename to hardware/arduino/sam/system/libsam/readme.txt diff --git a/hardware/sam/system/libsam/source/adc10_sam3u.c b/hardware/arduino/sam/system/libsam/source/adc10_sam3u.c similarity index 100% rename from hardware/sam/system/libsam/source/adc10_sam3u.c rename to hardware/arduino/sam/system/libsam/source/adc10_sam3u.c diff --git a/hardware/sam/system/libsam/source/adc12_sam3u.c b/hardware/arduino/sam/system/libsam/source/adc12_sam3u.c similarity index 100% rename from hardware/sam/system/libsam/source/adc12_sam3u.c rename to hardware/arduino/sam/system/libsam/source/adc12_sam3u.c diff --git a/hardware/sam/system/libsam/source/adc_sam3snxa.c b/hardware/arduino/sam/system/libsam/source/adc_sam3snxa.c similarity index 100% rename from hardware/sam/system/libsam/source/adc_sam3snxa.c rename to hardware/arduino/sam/system/libsam/source/adc_sam3snxa.c diff --git a/hardware/sam/system/libsam/source/pio.c b/hardware/arduino/sam/system/libsam/source/pio.c similarity index 100% rename from hardware/sam/system/libsam/source/pio.c rename to hardware/arduino/sam/system/libsam/source/pio.c diff --git a/hardware/sam/system/libsam/source/pio_it.c.disabled b/hardware/arduino/sam/system/libsam/source/pio_it.c.disabled similarity index 100% rename from hardware/sam/system/libsam/source/pio_it.c.disabled rename to hardware/arduino/sam/system/libsam/source/pio_it.c.disabled diff --git a/hardware/sam/system/libsam/source/pmc.c b/hardware/arduino/sam/system/libsam/source/pmc.c similarity index 100% rename from hardware/sam/system/libsam/source/pmc.c rename to hardware/arduino/sam/system/libsam/source/pmc.c diff --git a/hardware/sam/system/libsam/source/pwmc.c b/hardware/arduino/sam/system/libsam/source/pwmc.c similarity index 100% rename from hardware/sam/system/libsam/source/pwmc.c rename to hardware/arduino/sam/system/libsam/source/pwmc.c diff --git a/hardware/sam/system/libsam/source/rtc.c b/hardware/arduino/sam/system/libsam/source/rtc.c similarity index 100% rename from hardware/sam/system/libsam/source/rtc.c rename to hardware/arduino/sam/system/libsam/source/rtc.c diff --git a/hardware/sam/system/libsam/source/rtt.c b/hardware/arduino/sam/system/libsam/source/rtt.c similarity index 100% rename from hardware/sam/system/libsam/source/rtt.c rename to hardware/arduino/sam/system/libsam/source/rtt.c diff --git a/hardware/sam/system/libsam/source/spi.c b/hardware/arduino/sam/system/libsam/source/spi.c similarity index 100% rename from hardware/sam/system/libsam/source/spi.c rename to hardware/arduino/sam/system/libsam/source/spi.c diff --git a/hardware/sam/system/libsam/source/tc.c b/hardware/arduino/sam/system/libsam/source/tc.c similarity index 100% rename from hardware/sam/system/libsam/source/tc.c rename to hardware/arduino/sam/system/libsam/source/tc.c diff --git a/hardware/sam/system/libsam/source/timetick.c b/hardware/arduino/sam/system/libsam/source/timetick.c similarity index 100% rename from hardware/sam/system/libsam/source/timetick.c rename to hardware/arduino/sam/system/libsam/source/timetick.c diff --git a/hardware/sam/system/libsam/source/twi.c b/hardware/arduino/sam/system/libsam/source/twi.c similarity index 100% rename from hardware/sam/system/libsam/source/twi.c rename to hardware/arduino/sam/system/libsam/source/twi.c diff --git a/hardware/sam/system/libsam/source/usart.c b/hardware/arduino/sam/system/libsam/source/usart.c similarity index 100% rename from hardware/sam/system/libsam/source/usart.c rename to hardware/arduino/sam/system/libsam/source/usart.c diff --git a/hardware/sam/system/libsam/source/wdt.c b/hardware/arduino/sam/system/libsam/source/wdt.c similarity index 100% rename from hardware/sam/system/libsam/source/wdt.c rename to hardware/arduino/sam/system/libsam/source/wdt.c diff --git a/hardware/sam/variants/arduino_due/1661fa.pdf b/hardware/arduino/sam/variants/arduino_due/1661fa.pdf similarity index 100% rename from hardware/sam/variants/arduino_due/1661fa.pdf rename to hardware/arduino/sam/variants/arduino_due/1661fa.pdf diff --git a/hardware/sam/variants/arduino_due/Arduino_ZZZ_U01.pdf b/hardware/arduino/sam/variants/arduino_due/Arduino_ZZZ_U01.pdf similarity index 100% rename from hardware/sam/variants/arduino_due/Arduino_ZZZ_U01.pdf rename to hardware/arduino/sam/variants/arduino_due/Arduino_ZZZ_U01.pdf diff --git a/hardware/sam/variants/arduino_due/build_gcc/Makefile b/hardware/arduino/sam/variants/arduino_due/build_gcc/Makefile similarity index 100% rename from hardware/sam/variants/arduino_due/build_gcc/Makefile rename to hardware/arduino/sam/variants/arduino_due/build_gcc/Makefile diff --git a/hardware/sam/variants/arduino_due/build_gcc/debug.mk b/hardware/arduino/sam/variants/arduino_due/build_gcc/debug.mk similarity index 100% rename from hardware/sam/variants/arduino_due/build_gcc/debug.mk rename to hardware/arduino/sam/variants/arduino_due/build_gcc/debug.mk diff --git a/hardware/sam/variants/arduino_due/build_gcc/gcc.mk b/hardware/arduino/sam/variants/arduino_due/build_gcc/gcc.mk similarity index 100% rename from hardware/sam/variants/arduino_due/build_gcc/gcc.mk rename to hardware/arduino/sam/variants/arduino_due/build_gcc/gcc.mk diff --git a/hardware/sam/variants/arduino_due/build_gcc/libvariant_arduino_due.mk b/hardware/arduino/sam/variants/arduino_due/build_gcc/libvariant_arduino_due.mk similarity index 100% rename from hardware/sam/variants/arduino_due/build_gcc/libvariant_arduino_due.mk rename to hardware/arduino/sam/variants/arduino_due/build_gcc/libvariant_arduino_due.mk diff --git a/hardware/sam/variants/arduino_due/build_gcc/release.mk b/hardware/arduino/sam/variants/arduino_due/build_gcc/release.mk similarity index 100% rename from hardware/sam/variants/arduino_due/build_gcc/release.mk rename to hardware/arduino/sam/variants/arduino_due/build_gcc/release.mk diff --git a/hardware/sam/variants/arduino_due/debug_scripts/gcc/arduino_due_flash.gdb b/hardware/arduino/sam/variants/arduino_due/debug_scripts/gcc/arduino_due_flash.gdb similarity index 100% rename from hardware/sam/variants/arduino_due/debug_scripts/gcc/arduino_due_flash.gdb rename to hardware/arduino/sam/variants/arduino_due/debug_scripts/gcc/arduino_due_flash.gdb diff --git a/hardware/sam/variants/arduino_due/debug_scripts/gcc/arduino_due_sram.gdb b/hardware/arduino/sam/variants/arduino_due/debug_scripts/gcc/arduino_due_sram.gdb similarity index 100% rename from hardware/sam/variants/arduino_due/debug_scripts/gcc/arduino_due_sram.gdb rename to hardware/arduino/sam/variants/arduino_due/debug_scripts/gcc/arduino_due_sram.gdb diff --git a/hardware/sam/variants/arduino_due/debug_scripts/iar/arduino_due_flash.mac b/hardware/arduino/sam/variants/arduino_due/debug_scripts/iar/arduino_due_flash.mac similarity index 100% rename from hardware/sam/variants/arduino_due/debug_scripts/iar/arduino_due_flash.mac rename to hardware/arduino/sam/variants/arduino_due/debug_scripts/iar/arduino_due_flash.mac diff --git a/hardware/sam/variants/arduino_due/debug_scripts/iar/arduino_due_sram.mac b/hardware/arduino/sam/variants/arduino_due/debug_scripts/iar/arduino_due_sram.mac similarity index 100% rename from hardware/sam/variants/arduino_due/debug_scripts/iar/arduino_due_sram.mac rename to hardware/arduino/sam/variants/arduino_due/debug_scripts/iar/arduino_due_sram.mac diff --git a/hardware/sam/variants/arduino_due/linker_scripts/gcc/flash.ld b/hardware/arduino/sam/variants/arduino_due/linker_scripts/gcc/flash.ld similarity index 100% rename from hardware/sam/variants/arduino_due/linker_scripts/gcc/flash.ld rename to hardware/arduino/sam/variants/arduino_due/linker_scripts/gcc/flash.ld diff --git a/hardware/sam/variants/arduino_due/linker_scripts/gcc/sram.ld b/hardware/arduino/sam/variants/arduino_due/linker_scripts/gcc/sram.ld similarity index 100% rename from hardware/sam/variants/arduino_due/linker_scripts/gcc/sram.ld rename to hardware/arduino/sam/variants/arduino_due/linker_scripts/gcc/sram.ld diff --git a/hardware/sam/variants/arduino_due/linker_scripts/iar/flash.icf b/hardware/arduino/sam/variants/arduino_due/linker_scripts/iar/flash.icf similarity index 100% rename from hardware/sam/variants/arduino_due/linker_scripts/iar/flash.icf rename to hardware/arduino/sam/variants/arduino_due/linker_scripts/iar/flash.icf diff --git a/hardware/sam/variants/arduino_due/linker_scripts/iar/sram.icf b/hardware/arduino/sam/variants/arduino_due/linker_scripts/iar/sram.icf similarity index 100% rename from hardware/sam/variants/arduino_due/linker_scripts/iar/sram.icf rename to hardware/arduino/sam/variants/arduino_due/linker_scripts/iar/sram.icf diff --git a/hardware/sam/variants/arduino_due/pins.xls b/hardware/arduino/sam/variants/arduino_due/pins.xls similarity index 100% rename from hardware/sam/variants/arduino_due/pins.xls rename to hardware/arduino/sam/variants/arduino_due/pins.xls diff --git a/hardware/sam/variants/arduino_due/variant.cpp b/hardware/arduino/sam/variants/arduino_due/variant.cpp similarity index 100% rename from hardware/sam/variants/arduino_due/variant.cpp rename to hardware/arduino/sam/variants/arduino_due/variant.cpp diff --git a/hardware/sam/variants/arduino_due/variant.h b/hardware/arduino/sam/variants/arduino_due/variant.h similarity index 100% rename from hardware/sam/variants/arduino_due/variant.h rename to hardware/arduino/sam/variants/arduino_due/variant.h diff --git a/hardware/sam/variants/sam3s_ek/SAM3S-EK_REVB.pdf b/hardware/arduino/sam/variants/sam3s_ek/SAM3S-EK_REVB.pdf similarity index 100% rename from hardware/sam/variants/sam3s_ek/SAM3S-EK_REVB.pdf rename to hardware/arduino/sam/variants/sam3s_ek/SAM3S-EK_REVB.pdf diff --git a/hardware/sam/variants/sam3s_ek/build_gcc/Makefile b/hardware/arduino/sam/variants/sam3s_ek/build_gcc/Makefile similarity index 100% rename from hardware/sam/variants/sam3s_ek/build_gcc/Makefile rename to hardware/arduino/sam/variants/sam3s_ek/build_gcc/Makefile diff --git a/hardware/sam/variants/sam3s_ek/build_gcc/debug.mk b/hardware/arduino/sam/variants/sam3s_ek/build_gcc/debug.mk similarity index 100% rename from hardware/sam/variants/sam3s_ek/build_gcc/debug.mk rename to hardware/arduino/sam/variants/sam3s_ek/build_gcc/debug.mk diff --git a/hardware/sam/variants/sam3s_ek/build_gcc/gcc.mk b/hardware/arduino/sam/variants/sam3s_ek/build_gcc/gcc.mk similarity index 100% rename from hardware/sam/variants/sam3s_ek/build_gcc/gcc.mk rename to hardware/arduino/sam/variants/sam3s_ek/build_gcc/gcc.mk diff --git a/hardware/sam/variants/sam3s_ek/build_gcc/libvariant_sam3s_ek.mk b/hardware/arduino/sam/variants/sam3s_ek/build_gcc/libvariant_sam3s_ek.mk similarity index 100% rename from hardware/sam/variants/sam3s_ek/build_gcc/libvariant_sam3s_ek.mk rename to hardware/arduino/sam/variants/sam3s_ek/build_gcc/libvariant_sam3s_ek.mk diff --git a/hardware/sam/variants/sam3s_ek/build_gcc/release.mk b/hardware/arduino/sam/variants/sam3s_ek/build_gcc/release.mk similarity index 100% rename from hardware/sam/variants/sam3s_ek/build_gcc/release.mk rename to hardware/arduino/sam/variants/sam3s_ek/build_gcc/release.mk diff --git a/hardware/sam/variants/sam3s_ek/build_iar/libvariant_sam3s_ek.ewd b/hardware/arduino/sam/variants/sam3s_ek/build_iar/libvariant_sam3s_ek.ewd similarity index 100% rename from hardware/sam/variants/sam3s_ek/build_iar/libvariant_sam3s_ek.ewd rename to hardware/arduino/sam/variants/sam3s_ek/build_iar/libvariant_sam3s_ek.ewd diff --git a/hardware/sam/variants/sam3s_ek/build_iar/libvariant_sam3s_ek.ewp b/hardware/arduino/sam/variants/sam3s_ek/build_iar/libvariant_sam3s_ek.ewp similarity index 100% rename from hardware/sam/variants/sam3s_ek/build_iar/libvariant_sam3s_ek.ewp rename to hardware/arduino/sam/variants/sam3s_ek/build_iar/libvariant_sam3s_ek.ewp diff --git a/hardware/sam/variants/sam3s_ek/debug_scripts/gcc/sam3s_ek_flash.gdb b/hardware/arduino/sam/variants/sam3s_ek/debug_scripts/gcc/sam3s_ek_flash.gdb similarity index 100% rename from hardware/sam/variants/sam3s_ek/debug_scripts/gcc/sam3s_ek_flash.gdb rename to hardware/arduino/sam/variants/sam3s_ek/debug_scripts/gcc/sam3s_ek_flash.gdb diff --git a/hardware/sam/variants/sam3s_ek/debug_scripts/gcc/sam3s_ek_sram.gdb b/hardware/arduino/sam/variants/sam3s_ek/debug_scripts/gcc/sam3s_ek_sram.gdb similarity index 100% rename from hardware/sam/variants/sam3s_ek/debug_scripts/gcc/sam3s_ek_sram.gdb rename to hardware/arduino/sam/variants/sam3s_ek/debug_scripts/gcc/sam3s_ek_sram.gdb diff --git a/hardware/sam/variants/sam3s_ek/debug_scripts/iar/sam3s_ek_flash.mac b/hardware/arduino/sam/variants/sam3s_ek/debug_scripts/iar/sam3s_ek_flash.mac similarity index 100% rename from hardware/sam/variants/sam3s_ek/debug_scripts/iar/sam3s_ek_flash.mac rename to hardware/arduino/sam/variants/sam3s_ek/debug_scripts/iar/sam3s_ek_flash.mac diff --git a/hardware/sam/variants/sam3s_ek/debug_scripts/iar/sam3s_ek_sram.mac b/hardware/arduino/sam/variants/sam3s_ek/debug_scripts/iar/sam3s_ek_sram.mac similarity index 100% rename from hardware/sam/variants/sam3s_ek/debug_scripts/iar/sam3s_ek_sram.mac rename to hardware/arduino/sam/variants/sam3s_ek/debug_scripts/iar/sam3s_ek_sram.mac diff --git a/hardware/sam/variants/sam3s_ek/linker_scripts/README.txt b/hardware/arduino/sam/variants/sam3s_ek/linker_scripts/README.txt similarity index 100% rename from hardware/sam/variants/sam3s_ek/linker_scripts/README.txt rename to hardware/arduino/sam/variants/sam3s_ek/linker_scripts/README.txt diff --git a/hardware/sam/variants/sam3s_ek/linker_scripts/gcc/flash.ld b/hardware/arduino/sam/variants/sam3s_ek/linker_scripts/gcc/flash.ld similarity index 100% rename from hardware/sam/variants/sam3s_ek/linker_scripts/gcc/flash.ld rename to hardware/arduino/sam/variants/sam3s_ek/linker_scripts/gcc/flash.ld diff --git a/hardware/sam/variants/sam3s_ek/linker_scripts/gcc/flash_arduino.ld b/hardware/arduino/sam/variants/sam3s_ek/linker_scripts/gcc/flash_arduino.ld similarity index 100% rename from hardware/sam/variants/sam3s_ek/linker_scripts/gcc/flash_arduino.ld rename to hardware/arduino/sam/variants/sam3s_ek/linker_scripts/gcc/flash_arduino.ld diff --git a/hardware/sam/variants/sam3s_ek/linker_scripts/gcc/flash_arduino_bootloader.ld b/hardware/arduino/sam/variants/sam3s_ek/linker_scripts/gcc/flash_arduino_bootloader.ld similarity index 100% rename from hardware/sam/variants/sam3s_ek/linker_scripts/gcc/flash_arduino_bootloader.ld rename to hardware/arduino/sam/variants/sam3s_ek/linker_scripts/gcc/flash_arduino_bootloader.ld diff --git a/hardware/sam/variants/sam3s_ek/linker_scripts/gcc/sram.ld b/hardware/arduino/sam/variants/sam3s_ek/linker_scripts/gcc/sram.ld similarity index 100% rename from hardware/sam/variants/sam3s_ek/linker_scripts/gcc/sram.ld rename to hardware/arduino/sam/variants/sam3s_ek/linker_scripts/gcc/sram.ld diff --git a/hardware/sam/variants/sam3s_ek/linker_scripts/iar/sam3s_ek_flash.icf b/hardware/arduino/sam/variants/sam3s_ek/linker_scripts/iar/sam3s_ek_flash.icf similarity index 100% rename from hardware/sam/variants/sam3s_ek/linker_scripts/iar/sam3s_ek_flash.icf rename to hardware/arduino/sam/variants/sam3s_ek/linker_scripts/iar/sam3s_ek_flash.icf diff --git a/hardware/sam/variants/sam3s_ek/linker_scripts/iar/sam3s_ek_sram.icf b/hardware/arduino/sam/variants/sam3s_ek/linker_scripts/iar/sam3s_ek_sram.icf similarity index 100% rename from hardware/sam/variants/sam3s_ek/linker_scripts/iar/sam3s_ek_sram.icf rename to hardware/arduino/sam/variants/sam3s_ek/linker_scripts/iar/sam3s_ek_sram.icf diff --git a/hardware/sam/variants/sam3s_ek/variant.cpp b/hardware/arduino/sam/variants/sam3s_ek/variant.cpp similarity index 100% rename from hardware/sam/variants/sam3s_ek/variant.cpp rename to hardware/arduino/sam/variants/sam3s_ek/variant.cpp diff --git a/hardware/sam/variants/sam3s_ek/variant.h b/hardware/arduino/sam/variants/sam3s_ek/variant.h similarity index 100% rename from hardware/sam/variants/sam3s_ek/variant.h rename to hardware/arduino/sam/variants/sam3s_ek/variant.h diff --git a/hardware/sam/variants/sam3u_ek/SAM3U-EK_REVC.pdf b/hardware/arduino/sam/variants/sam3u_ek/SAM3U-EK_REVC.pdf similarity index 100% rename from hardware/sam/variants/sam3u_ek/SAM3U-EK_REVC.pdf rename to hardware/arduino/sam/variants/sam3u_ek/SAM3U-EK_REVC.pdf diff --git a/hardware/sam/variants/sam3u_ek/build_gcc/Makefile b/hardware/arduino/sam/variants/sam3u_ek/build_gcc/Makefile similarity index 100% rename from hardware/sam/variants/sam3u_ek/build_gcc/Makefile rename to hardware/arduino/sam/variants/sam3u_ek/build_gcc/Makefile diff --git a/hardware/sam/variants/sam3u_ek/build_gcc/debug.mk b/hardware/arduino/sam/variants/sam3u_ek/build_gcc/debug.mk similarity index 100% rename from hardware/sam/variants/sam3u_ek/build_gcc/debug.mk rename to hardware/arduino/sam/variants/sam3u_ek/build_gcc/debug.mk diff --git a/hardware/sam/variants/sam3u_ek/build_gcc/gcc.mk b/hardware/arduino/sam/variants/sam3u_ek/build_gcc/gcc.mk similarity index 100% rename from hardware/sam/variants/sam3u_ek/build_gcc/gcc.mk rename to hardware/arduino/sam/variants/sam3u_ek/build_gcc/gcc.mk diff --git a/hardware/sam/variants/sam3u_ek/build_gcc/libvariant_sam3u_ek.mk b/hardware/arduino/sam/variants/sam3u_ek/build_gcc/libvariant_sam3u_ek.mk similarity index 100% rename from hardware/sam/variants/sam3u_ek/build_gcc/libvariant_sam3u_ek.mk rename to hardware/arduino/sam/variants/sam3u_ek/build_gcc/libvariant_sam3u_ek.mk diff --git a/hardware/sam/variants/sam3u_ek/build_gcc/release.mk b/hardware/arduino/sam/variants/sam3u_ek/build_gcc/release.mk similarity index 100% rename from hardware/sam/variants/sam3u_ek/build_gcc/release.mk rename to hardware/arduino/sam/variants/sam3u_ek/build_gcc/release.mk diff --git a/hardware/sam/variants/sam3u_ek/debug_scripts/gcc/sam3u_ek_flash.gdb b/hardware/arduino/sam/variants/sam3u_ek/debug_scripts/gcc/sam3u_ek_flash.gdb similarity index 100% rename from hardware/sam/variants/sam3u_ek/debug_scripts/gcc/sam3u_ek_flash.gdb rename to hardware/arduino/sam/variants/sam3u_ek/debug_scripts/gcc/sam3u_ek_flash.gdb diff --git a/hardware/sam/variants/sam3u_ek/debug_scripts/gcc/sam3u_ek_sram.gdb b/hardware/arduino/sam/variants/sam3u_ek/debug_scripts/gcc/sam3u_ek_sram.gdb similarity index 100% rename from hardware/sam/variants/sam3u_ek/debug_scripts/gcc/sam3u_ek_sram.gdb rename to hardware/arduino/sam/variants/sam3u_ek/debug_scripts/gcc/sam3u_ek_sram.gdb diff --git a/hardware/sam/variants/sam3u_ek/debug_scripts/iar/sam3u_ek_flash.mac b/hardware/arduino/sam/variants/sam3u_ek/debug_scripts/iar/sam3u_ek_flash.mac similarity index 100% rename from hardware/sam/variants/sam3u_ek/debug_scripts/iar/sam3u_ek_flash.mac rename to hardware/arduino/sam/variants/sam3u_ek/debug_scripts/iar/sam3u_ek_flash.mac diff --git a/hardware/sam/variants/sam3u_ek/debug_scripts/iar/sam3u_ek_sram.mac b/hardware/arduino/sam/variants/sam3u_ek/debug_scripts/iar/sam3u_ek_sram.mac similarity index 100% rename from hardware/sam/variants/sam3u_ek/debug_scripts/iar/sam3u_ek_sram.mac rename to hardware/arduino/sam/variants/sam3u_ek/debug_scripts/iar/sam3u_ek_sram.mac diff --git a/hardware/sam/variants/sam3u_ek/linker_scripts/gcc/flash.ld b/hardware/arduino/sam/variants/sam3u_ek/linker_scripts/gcc/flash.ld similarity index 100% rename from hardware/sam/variants/sam3u_ek/linker_scripts/gcc/flash.ld rename to hardware/arduino/sam/variants/sam3u_ek/linker_scripts/gcc/flash.ld diff --git a/hardware/sam/variants/sam3u_ek/linker_scripts/gcc/sram.ld b/hardware/arduino/sam/variants/sam3u_ek/linker_scripts/gcc/sram.ld similarity index 100% rename from hardware/sam/variants/sam3u_ek/linker_scripts/gcc/sram.ld rename to hardware/arduino/sam/variants/sam3u_ek/linker_scripts/gcc/sram.ld diff --git a/hardware/sam/variants/sam3u_ek/linker_scripts/iar/flash.icf b/hardware/arduino/sam/variants/sam3u_ek/linker_scripts/iar/flash.icf similarity index 100% rename from hardware/sam/variants/sam3u_ek/linker_scripts/iar/flash.icf rename to hardware/arduino/sam/variants/sam3u_ek/linker_scripts/iar/flash.icf diff --git a/hardware/sam/variants/sam3u_ek/linker_scripts/iar/sram.icf b/hardware/arduino/sam/variants/sam3u_ek/linker_scripts/iar/sram.icf similarity index 100% rename from hardware/sam/variants/sam3u_ek/linker_scripts/iar/sram.icf rename to hardware/arduino/sam/variants/sam3u_ek/linker_scripts/iar/sram.icf diff --git a/hardware/sam/variants/sam3u_ek/pins.xls b/hardware/arduino/sam/variants/sam3u_ek/pins.xls similarity index 100% rename from hardware/sam/variants/sam3u_ek/pins.xls rename to hardware/arduino/sam/variants/sam3u_ek/pins.xls diff --git a/hardware/sam/variants/sam3u_ek/variant.cpp b/hardware/arduino/sam/variants/sam3u_ek/variant.cpp similarity index 100% rename from hardware/sam/variants/sam3u_ek/variant.cpp rename to hardware/arduino/sam/variants/sam3u_ek/variant.cpp diff --git a/hardware/sam/variants/sam3u_ek/variant.h b/hardware/arduino/sam/variants/sam3u_ek/variant.h similarity index 100% rename from hardware/sam/variants/sam3u_ek/variant.h rename to hardware/arduino/sam/variants/sam3u_ek/variant.h