From c1ab08a29047cc4b1f8adc0e61864a4569e355aa Mon Sep 17 00:00:00 2001 From: Adrien Ricciardi Date: Wed, 25 Oct 2023 15:15:13 +0200 Subject: [PATCH] Renamed the 'cortex' machine and examples into 'cortex-m' for more coherency. See issue https://github.com/TrampolineRTOS/trampoline/issues/138 for more details. Signed-off-by: Adrien Ricciardi --- .github/workflows/build-examples.yaml | 42 +++++++++--------- README.md | 12 ++--- documentation/manual/building.tex | 16 +++---- documentation/manual/porting.tex | 2 +- documentation/manual/traces.tex | 4 +- .../bcm2836/rpi2/readbutton_isr/README.md | 2 +- .../armv6m/samd21/ArduinoM0/blink/README.md | 2 +- .../armv6m/samd21/ArduinoM0/blink/blink.c | 0 .../armv6m/samd21/ArduinoM0/blink/blink.oil | 0 .../samd21/XPlainedPro/blink/.gitignore | 0 .../armv6m/samd21/XPlainedPro/blink/README.md | 2 +- .../armv6m/samd21/XPlainedPro/blink/blink.c | 0 .../armv6m/samd21/XPlainedPro/blink/blink.oil | 0 .../samd21/XPlainedPro/readbutton/.gitignore | 0 .../samd21/XPlainedPro/readbutton/README.md | 2 +- .../XPlainedPro/readbutton/readbutton.c | 2 +- .../XPlainedPro/readbutton/readbutton.oil | 0 .../XPlainedPro/readbutton_isr/.gitignore | 0 .../XPlainedPro/readbutton_isr/README.md | 2 +- .../readbutton_isr/readbutton_isr.c | 6 +-- .../readbutton_isr/readbutton_isr.oil | 0 .../armv7em/mk20dx256/teensy31/README.md | 0 .../mk20dx256/teensy31/blink/.gitignore | 0 .../mk20dx256/teensy31/blink/README.md | 2 +- .../armv7em/mk20dx256/teensy31/blink/blink.c | 0 .../mk20dx256/teensy31/blink/blink.oil | 0 .../mk20dx256/teensy31/isr1onFTM/.gitignore | 0 .../mk20dx256/teensy31/isr1onFTM/README.md | 2 +- .../teensy31/isr1onFTM/isr1onFTM.cpp | 0 .../teensy31/isr1onFTM/isr1onFTM.oil | 0 .../isr2onExternalInterrupt/.gitignore | 0 .../isr2onExternalInterrupt}/README.md | 2 +- .../isr2onExternalInterrupt.cpp | 0 .../isr2onExternalInterrupt.oil | 0 .../mk20dx256/teensy31/isr2onPIT/.gitignore | 0 .../mk20dx256/teensy31/isr2onPIT}/README.md | 2 +- .../teensy31/isr2onPIT/isr2onPIT.cpp | 0 .../teensy31/isr2onPIT/isr2onPIT.oil | 0 .../teensy31/liquidCrystal/.gitignore | 0 .../teensy31/liquidCrystal/README.md | 2 +- .../teensy31/liquidCrystal/liquidCrystal.cpp | 0 .../teensy31/liquidCrystal/liquidCrystal.oil | 0 .../teensy31/startStopBlink/.gitignore | 0 .../teensy31/startStopBlink/README.md | 2 +- .../teensy31/startStopBlink/startStopBlink.c | 0 .../startStopBlink/startStopBlink.oil | 0 .../armv7em/stm32f303/Nucleo-32/README.md | 4 +- .../stm32f303/Nucleo-32/blink/.gitignore | 0 .../stm32f303}/Nucleo-32/blink/README.md | 2 +- .../armv7em/stm32f303/Nucleo-32/blink/blink.c | 0 .../stm32f303/Nucleo-32/blink/blink.oil | 0 .../stm32f303/Nucleo-32/blink/init.gdb | 0 .../Nucleo-32/readbutton_isr/.gitignore | 0 .../Nucleo-32/readbutton_isr/README.md | 2 +- .../Nucleo-32/readbutton_isr/init.gdb | 0 .../Nucleo-32/readbutton_isr/readbutton_isr.c | 0 .../readbutton_isr/readbutton_isr.oil | 0 .../stm32f303/Nucleo-32/serial/.gitignore | 0 .../stm32f303/Nucleo-32/serial/README.md | 2 +- .../stm32f303/Nucleo-32/serial/serial.c | 2 +- .../stm32f303/Nucleo-32/serial/serial.oil | 0 .../stm32f303/Nucleo-32/trace/.gitignore | 0 .../stm32f303/Nucleo-32/trace/README.md | 4 +- .../armv7em/stm32f303/Nucleo-32/trace/trace.c | 0 .../stm32f303/Nucleo-32/trace/trace.oil | 0 .../armv7em/stm32f303/coroLab/base/.gitignore | 0 .../armv7em/stm32f303/coroLab/base/README.md | 2 +- .../armv7em/stm32f303/coroLab/base/base.oil | 0 .../armv7em/stm32f303/coroLab/base/blink.cpp | 0 .../stm32f303/coroLab/base/buttonTasks.cpp | 0 .../stm32f303/coroLab/base/buttonTasks.h | 0 .../armv7em/stm32f303/coroLab/base/init.gdb | 0 .../stm32f303/coroLab/baseCMake/.gitignore | 0 .../stm32f303/coroLab/baseCMake/README.md | 2 +- .../stm32f303/coroLab/baseCMake/base.oil | 0 .../stm32f303/coroLab/baseCMake/blink.cpp | 0 .../coroLab/baseCMake/buttonTasks.cpp | 0 .../stm32f303/coroLab/baseCMake/buttonTasks.h | 0 .../stm32f303/coroLab/baseCMake/init.gdb | 0 .../stm32f303/coroLab/trace/.gitignore | 0 .../armv7em/stm32f303/coroLab/trace/README.md | 2 +- .../armv7em/stm32f303/coroLab/trace/trace.cpp | 0 .../armv7em/stm32f303/coroLab/trace/trace.oil | 0 .../stm32f407/stm32f4discovery/README.md | 4 +- .../stm32f4discovery/alarms/.gitignore | 0 .../stm32f4discovery/alarms/README.md | 2 +- .../stm32f4discovery/alarms/alarms.c | 0 .../stm32f4discovery/alarms/alarms.oil | 0 .../stm32f4discovery/alarms/init.gdb | 0 .../stm32f4discovery/blink/.gitignore | 0 .../stm32f4discovery/blink/README.md | 2 +- .../stm32f407/stm32f4discovery/blink/blink.c | 0 .../stm32f4discovery/blink/blink.oil | 0 .../stm32f407/stm32f4discovery/blink/init.gdb | 0 .../stm32f4discovery/readbutton/.gitignore | 0 .../stm32f4discovery/readbutton/README.md | 2 +- .../stm32f4discovery/readbutton/init.gdb | 0 .../stm32f4discovery/readbutton/readbutton.c | 0 .../readbutton/readbutton.oil | 0 .../readbutton_isr/.gitignore | 0 .../stm32f4discovery/readbutton_isr/README.md | 2 +- .../stm32f4discovery/readbutton_isr/init.gdb | 0 .../readbutton_isr/readbutton_isr.c | 0 .../readbutton_isr/readbutton_isr.oil | 0 .../readbutton_isr1/.gitignore | 0 .../readbutton_isr1/README.md | 2 +- .../stm32f4discovery/readbutton_isr1/init.gdb | 0 .../readbutton_isr1/readbutton_isr.c | 0 .../readbutton_isr1/readbutton_isr.oil | 0 .../testDisableEnable/.gitignore | 0 .../testDisableEnable/README.md | 2 +- .../testDisableEnable/init.gdb | 0 .../testDisableEnable/testDisableEnable.c | 0 .../testDisableEnable/testDisableEnable.oil | 0 .../stm32f4discovery/timer/.gitignore | 0 .../stm32f4discovery/timer/README.md | 2 +- .../stm32f407/stm32f4discovery/timer/init.gdb | 0 .../stm32f407/stm32f4discovery/timer/timer.c | 0 .../stm32f4discovery/timer/timer.oil | 0 .../armv7em/stm32l432/Nucleo-32/README.md | 4 +- .../stm32l432/Nucleo-32/blink/.gitignore | 0 .../stm32l432}/Nucleo-32/blink/README.md | 2 +- .../armv7em/stm32l432/Nucleo-32/blink/blink.c | 2 +- .../stm32l432/Nucleo-32/blink/blink.oil | 0 .../stm32l432/Nucleo-32/blink/init.gdb | 0 .../stm32l432/Nucleo-32/readbutton/.gitignore | 0 .../stm32l432/Nucleo-32/readbutton/README.md | 2 +- .../stm32l432/Nucleo-32/readbutton/init.gdb | 0 .../Nucleo-32/readbutton/readbutton.c | 0 .../Nucleo-32/readbutton/readbutton.oil | 0 .../Nucleo-32/readbutton_isr/.gitignore | 0 .../Nucleo-32/readbutton_isr/README.md | 2 +- .../Nucleo-32/readbutton_isr/init.gdb | 0 .../Nucleo-32/readbutton_isr/readbutton_isr.c | 0 .../readbutton_isr/readbutton_isr.oil | 0 .../stm32l432/Nucleo-32/serial/.gitignore | 0 .../stm32l432/Nucleo-32/serial/README.md | 2 +- .../stm32l432/Nucleo-32/serial/serial.c | 2 +- .../stm32l432/Nucleo-32/serial/serial.oil | 0 .../stm32l432/Nucleo-32/trace/.gitignore | 0 .../stm32l432/Nucleo-32/trace/README.md | 4 +- .../armv7em/stm32l432/Nucleo-32/trace/trace.c | 0 .../stm32l432/Nucleo-32/trace/trace.oil | 0 .../SmartFusion2/starterKit/blink/.gitignore | 0 .../SmartFusion2/starterKit/blink/README.md | 2 +- .../SmartFusion2/starterKit/blink/blink.c | 0 .../SmartFusion2/starterKit/blink/blink.oil | 0 .../starterKit/fpgaInterrupt/.gitignore | 0 .../starterKit/fpgaInterrupt/README.md | 2 +- .../starterKit/fpgaInterrupt/blinkAndFPGA.c | 0 .../starterKit/fpgaInterrupt/blinkAndFPGA.oil | 0 .../atsam3x8e/arduino_due/blink/.gitignore | 0 .../atsam3x8e/arduino_due/blink/README.md | 2 +- .../atsam3x8e/arduino_due/blink/blink.c | 0 .../atsam3x8e/arduino_due/blink/blink.oil | 0 .../arduino_due/blink/flash_script.jlink | 0 .../AsMemMap_h.goilTemplate | 0 .../vscode_c_cpp_properties_json.goilTemplate | 0 .../stm32f303/vscode_launch_json.goilTemplate | 2 +- .../vscode_settings_json.goilTemplate | 0 .../vscode_c_cpp_properties_json.goilTemplate | 0 .../stm32l432/vscode_launch_json.goilTemplate | 2 +- .../vscode_settings_json.goilTemplate | 0 .../isr1_priority_check.goilTemplate | 0 .../armv6m/counter_call.goilTemplate | 0 .../armv6m/custom_code.goilTemplate | 0 .../armv6m/interrupt_table.goilTemplate | 0 .../tpl_external_interrupts_c.goilTemplate | 0 ...rupt_ack_with_no_vector_start.goilTemplate | 0 ...rrupt_ack_with_no_vector_stop.goilTemplate | 0 .../armv6m/samd21/tpl_wrapper.goilTemplate | 0 .../tpl_cortex_definitions_h.goilTemplate | 0 .../armv6m/tpl_interrupt_vectors.goilTemplate | 0 .../armv7em/counter_call.goilTemplate | 0 .../armv7em/custom_code.goilTemplate | 0 .../armv7em/interrupt_table.goilTemplate | 0 .../teensy31/custom_code.goilTemplate | 0 .../teensy31/extra_headers.goilTemplate | 0 .../tpl_external_interrupts_c.goilTemplate | 0 .../mk20dx256/tpl_wrapper.goilTemplate | 0 .../custom_app_define_h.goilTemplate | 0 ...ternal_interrupt_call_and_ack.goilTemplate | 0 .../tpl_external_interrupts_c.goilTemplate | 0 .../tpl_library_defines.goilTemplate | 0 .../stm32f303/tpl_wrapper.goilTemplate | 0 ...ternal_interrupt_call_and_ack.goilTemplate | 0 .../tpl_external_interrupts_c.goilTemplate | 0 .../stm32f407/tpl_wrapper.goilTemplate | 0 .../armv7em/stm32f407/uart_ack.goilTemplate | 0 .../stm32f407/uart_dispatch.goilTemplate | 0 .../custom_app_define_h.goilTemplate | 0 ...ternal_interrupt_call_and_ack.goilTemplate | 0 .../tpl_external_interrupts_c.goilTemplate | 0 .../tpl_library_defines.goilTemplate | 0 .../stm32l432/tpl_wrapper.goilTemplate | 0 .../tpl_interrupt_vectors.goilTemplate | 0 .../tpl_external_interrupts_c.goilTemplate | 0 .../SmartFusion2/tpl_wrapper.goilTemplate | 0 .../tpl_external_interrupts_c.goilTemplate | 0 .../armv7m/atsam3x8e/tpl_wrapper.goilTemplate | 0 .../armv7m/counter_call.goilTemplate | 0 .../armv7m/custom_code.goilTemplate | 0 .../armv7m/interrupt_table.goilTemplate | 0 .../armv7m/tpl_interrupt_vectors.goilTemplate | 0 .../enable_disable_it.goilTemplate | 0 .../handler_body.goilTemplate | 0 .../instruction_specific.goilTemplate | 0 .../invoque_specific.goilTemplate | 0 .../process_specific.goilTemplate | 0 .../service_call.goilTemplate | 0 .../tpl_app_interrupts_c.goilTemplate | 0 .../tpl_cortex_definitions_h.goilTemplate | 0 .../tpl_invoque_s.goilTemplate | 0 .../tpl_primary_irq.goilTemplate | 0 .../armv6m/buildOptions.oil | 0 .../{cortex => cortex-m}/armv6m/config.oil | 2 +- .../armv6m/samd21/ArduinoM0/config.oil | 2 +- .../armv6m/samd21/XPlainedPro/config.oil | 2 +- .../armv6m/samd21/config.oil | 6 +-- .../armv6m/samd21/interruptSources.oil | 0 .../armv6m/sensibility.oil | 0 .../armv7em/buildOptions.oil | 0 .../{cortex => cortex-m}/armv7em/config.oil | 2 +- .../armv7em/mk20dx256/config.oil | 8 ++-- .../armv7em/mk20dx256/interruptSources.oil | 0 .../armv7em/mk20dx256/pins.oil | 0 .../armv7em/mk20dx256/teensy31/config.oil | 10 ++--- .../armv7em/sensibility.oil | 0 .../armv7em/stm32f303/config.oil | 10 ++--- .../armv7em/stm32f303/coroLabBoard/config.oil | 14 +++--- .../armv7em/stm32f303/interruptSources.oil | 0 .../armv7em/stm32f407/config.oil | 12 ++--- .../armv7em/stm32f407/interruptSources.oil | 0 .../stm32f407/stm32f4discovery/config.oil | 2 +- .../armv7em/stm32l432/config.oil | 10 ++--- .../armv7em/stm32l432/interruptSources.oil | 0 .../armv7m/SmartFusion2/config.oil | 20 ++++----- .../armv7m/SmartFusion2/interruptSources.oil | 0 .../armv7m/atsam3x8e/arduino_due/config.oil | 12 ++--- .../armv7m/atsam3x8e/config.oil | 4 +- .../armv7m/atsam3x8e/interruptSources.oil | 0 .../armv7m/buildOptions.oil | 0 .../{cortex => cortex-m}/armv7m/config.oil | 2 +- .../config/{cortex => cortex-m}/config.oil | 4 +- .../armv6m/samd21/memory_map.goilTemplate | 0 .../armv6m/samd21/script.goilTemplate | 0 .../samd21/script_specific.goilTemplate | 0 .../armv7em/mk20dx256/memory_map.goilTemplate | 0 .../armv7em/mk20dx256/script.goilTemplate | 0 .../mk20dx256/script_specific.goilTemplate | 0 .../armv7em/stm32f303/memory_map.goilTemplate | 0 .../armv7em/stm32f303/script.goilTemplate | 0 .../stm32f303/script_specific.goilTemplate | 0 .../armv7em/stm32f407/memory_map.goilTemplate | 0 .../armv7em/stm32f407/script.goilTemplate | 0 .../stm32f407/script_specific.goilTemplate | 0 .../armv7em/stm32l432/memory_map.goilTemplate | 0 .../armv7em/stm32l432/script.goilTemplate | 0 .../stm32l432/script_specific.goilTemplate | 0 .../SmartFusion2/memory_map.goilTemplate | 0 .../armv7m/SmartFusion2/script.goilTemplate | 0 .../SmartFusion2/script_specific.goilTemplate | 0 .../armv7m/atsam3x8e/memory_map.goilTemplate | 0 .../armv7m/atsam3x8e/script.goilTemplate | 0 .../atsam3x8e/script_specific.goilTemplate | 0 .../CMSIS_END_USER_LICENCE_AGREEMENT.pdf | Bin .../CMSIS_END_USER_LICENCE_AGREEMENT.rtf | 0 .../ARM/arm_class_marks_example_f32.c | 0 .../GCC/arm_class_marks_example_f32.c | 0 .../ARM/arm_convolution_example_f32.c | 0 .../arm_convolution_example/ARM/math_helper.c | 0 .../arm_convolution_example/ARM/math_helper.h | 0 .../GCC/arm_convolution_example_f32.c | 0 .../arm_convolution_example/GCC/math_helper.c | 0 .../arm_convolution_example/GCC/math_helper.h | 0 .../ARM/arm_dotproduct_example_f32.c | 0 .../GCC/arm_dotproduct_example_f32.c | 0 .../ARM/arm_fft_bin_data.c | 0 .../ARM/arm_fft_bin_example_f32.c | 0 .../GCC/arm_fft_bin_data.c | 0 .../GCC/arm_fft_bin_example_f32.c | 0 .../arm_fir_example/ARM/arm_fir_data.c | 0 .../arm_fir_example/ARM/arm_fir_example_f32.c | 0 .../arm_fir_example/ARM/math_helper.c | 0 .../arm_fir_example/ARM/math_helper.h | 0 .../ARM/arm_graphic_equalizer_data.c | 0 .../ARM/arm_graphic_equalizer_example_q31.c | 0 .../ARM/math_helper.c | 0 .../ARM/math_helper.h | 0 .../ARM/arm_linear_interp_data.c | 0 .../ARM/arm_linear_interp_example_f32.c | 0 .../ARM/math_helper.c | 0 .../ARM/math_helper.h | 0 .../ARM/arm_matrix_example_f32.c | 0 .../arm_matrix_example/ARM/math_helper.c | 0 .../arm_matrix_example/ARM/math_helper.h | 0 .../ARM/arm_signal_converge_data.c | 0 .../ARM/arm_signal_converge_example_f32.c | 0 .../ARM/math_helper.c | 0 .../ARM/math_helper.h | 0 .../ARM/arm_sin_cos_example_f32.c | 0 .../ARM/arm_variance_example_f32.c | 0 .../Source/BasicMathFunctions/arm_abs_f32.c | 0 .../Source/BasicMathFunctions/arm_abs_q15.c | 0 .../Source/BasicMathFunctions/arm_abs_q31.c | 0 .../Source/BasicMathFunctions/arm_abs_q7.c | 0 .../Source/BasicMathFunctions/arm_add_f32.c | 0 .../Source/BasicMathFunctions/arm_add_q15.c | 0 .../Source/BasicMathFunctions/arm_add_q31.c | 0 .../Source/BasicMathFunctions/arm_add_q7.c | 0 .../BasicMathFunctions/arm_dot_prod_f32.c | 0 .../BasicMathFunctions/arm_dot_prod_q15.c | 0 .../BasicMathFunctions/arm_dot_prod_q31.c | 0 .../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 .../Source/BasicMathFunctions/arm_mult_q7.c | 0 .../BasicMathFunctions/arm_negate_f32.c | 0 .../BasicMathFunctions/arm_negate_q15.c | 0 .../BasicMathFunctions/arm_negate_q31.c | 0 .../Source/BasicMathFunctions/arm_negate_q7.c | 0 .../BasicMathFunctions/arm_offset_f32.c | 0 .../BasicMathFunctions/arm_offset_q15.c | 0 .../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 .../Source/BasicMathFunctions/arm_sub_f32.c | 0 .../Source/BasicMathFunctions/arm_sub_q15.c | 0 .../Source/BasicMathFunctions/arm_sub_q31.c | 0 .../Source/BasicMathFunctions/arm_sub_q7.c | 0 .../Source/CommonTables/arm_common_tables.c | 0 .../Source/CommonTables/arm_const_structs.c | 0 .../ComplexMathFunctions/arm_cmplx_conj_f32.c | 0 .../ComplexMathFunctions/arm_cmplx_conj_q15.c | 0 .../ComplexMathFunctions/arm_cmplx_conj_q31.c | 0 .../arm_cmplx_dot_prod_f32.c | 0 .../arm_cmplx_dot_prod_q15.c | 0 .../arm_cmplx_dot_prod_q31.c | 0 .../ComplexMathFunctions/arm_cmplx_mag_f32.c | 0 .../ComplexMathFunctions/arm_cmplx_mag_q15.c | 0 .../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 .../arm_cmplx_mult_cmplx_f32.c | 0 .../arm_cmplx_mult_cmplx_q15.c | 0 .../arm_cmplx_mult_cmplx_q31.c | 0 .../arm_cmplx_mult_real_f32.c | 0 .../arm_cmplx_mult_real_q15.c | 0 .../arm_cmplx_mult_real_q31.c | 0 .../ControllerFunctions/arm_pid_init_f32.c | 0 .../ControllerFunctions/arm_pid_init_q15.c | 0 .../ControllerFunctions/arm_pid_init_q31.c | 0 .../ControllerFunctions/arm_pid_reset_f32.c | 0 .../ControllerFunctions/arm_pid_reset_q15.c | 0 .../ControllerFunctions/arm_pid_reset_q31.c | 0 .../ControllerFunctions/arm_sin_cos_f32.c | 0 .../ControllerFunctions/arm_sin_cos_q31.c | 0 .../Source/FastMathFunctions/arm_cos_f32.c | 0 .../Source/FastMathFunctions/arm_cos_q15.c | 0 .../Source/FastMathFunctions/arm_cos_q31.c | 0 .../Source/FastMathFunctions/arm_sin_f32.c | 0 .../Source/FastMathFunctions/arm_sin_q15.c | 0 .../Source/FastMathFunctions/arm_sin_q31.c | 0 .../Source/FastMathFunctions/arm_sqrt_q15.c | 0 .../Source/FastMathFunctions/arm_sqrt_q31.c | 0 .../arm_biquad_cascade_df1_32x64_init_q31.c | 0 .../arm_biquad_cascade_df1_32x64_q31.c | 0 .../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 .../arm_biquad_cascade_df1_q15.c | 0 .../arm_biquad_cascade_df1_q31.c | 0 .../arm_biquad_cascade_df2T_f32.c | 0 .../arm_biquad_cascade_df2T_f64.c | 0 .../arm_biquad_cascade_df2T_init_f32.c | 0 .../arm_biquad_cascade_df2T_init_f64.c | 0 .../arm_biquad_cascade_stereo_df2T_f32.c | 0 .../arm_biquad_cascade_stereo_df2T_init_f32.c | 0 .../Source/FilteringFunctions/arm_conv_f32.c | 0 .../arm_conv_fast_opt_q15.c | 0 .../FilteringFunctions/arm_conv_fast_q15.c | 0 .../FilteringFunctions/arm_conv_fast_q31.c | 0 .../FilteringFunctions/arm_conv_opt_q15.c | 0 .../FilteringFunctions/arm_conv_opt_q7.c | 0 .../FilteringFunctions/arm_conv_partial_f32.c | 0 .../arm_conv_partial_fast_opt_q15.c | 0 .../arm_conv_partial_fast_q15.c | 0 .../arm_conv_partial_fast_q31.c | 0 .../arm_conv_partial_opt_q15.c | 0 .../arm_conv_partial_opt_q7.c | 0 .../FilteringFunctions/arm_conv_partial_q15.c | 0 .../FilteringFunctions/arm_conv_partial_q31.c | 0 .../FilteringFunctions/arm_conv_partial_q7.c | 0 .../Source/FilteringFunctions/arm_conv_q15.c | 0 .../Source/FilteringFunctions/arm_conv_q31.c | 0 .../Source/FilteringFunctions/arm_conv_q7.c | 0 .../FilteringFunctions/arm_correlate_f32.c | 0 .../arm_correlate_fast_opt_q15.c | 0 .../arm_correlate_fast_q15.c | 0 .../arm_correlate_fast_q31.c | 0 .../arm_correlate_opt_q15.c | 0 .../FilteringFunctions/arm_correlate_opt_q7.c | 0 .../FilteringFunctions/arm_correlate_q15.c | 0 .../FilteringFunctions/arm_correlate_q31.c | 0 .../FilteringFunctions/arm_correlate_q7.c | 0 .../FilteringFunctions/arm_fir_decimate_f32.c | 0 .../arm_fir_decimate_fast_q15.c | 0 .../arm_fir_decimate_fast_q31.c | 0 .../arm_fir_decimate_init_f32.c | 0 .../arm_fir_decimate_init_q15.c | 0 .../arm_fir_decimate_init_q31.c | 0 .../FilteringFunctions/arm_fir_decimate_q15.c | 0 .../FilteringFunctions/arm_fir_decimate_q31.c | 0 .../Source/FilteringFunctions/arm_fir_f32.c | 0 .../FilteringFunctions/arm_fir_fast_q15.c | 0 .../FilteringFunctions/arm_fir_fast_q31.c | 0 .../FilteringFunctions/arm_fir_init_f32.c | 0 .../FilteringFunctions/arm_fir_init_q15.c | 0 .../FilteringFunctions/arm_fir_init_q31.c | 0 .../FilteringFunctions/arm_fir_init_q7.c | 0 .../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 .../arm_fir_interpolate_q15.c | 0 .../arm_fir_interpolate_q31.c | 0 .../FilteringFunctions/arm_fir_lattice_f32.c | 0 .../arm_fir_lattice_init_f32.c | 0 .../arm_fir_lattice_init_q15.c | 0 .../arm_fir_lattice_init_q31.c | 0 .../FilteringFunctions/arm_fir_lattice_q15.c | 0 .../FilteringFunctions/arm_fir_lattice_q31.c | 0 .../Source/FilteringFunctions/arm_fir_q15.c | 0 .../Source/FilteringFunctions/arm_fir_q31.c | 0 .../Source/FilteringFunctions/arm_fir_q7.c | 0 .../FilteringFunctions/arm_fir_sparse_f32.c | 0 .../arm_fir_sparse_init_f32.c | 0 .../arm_fir_sparse_init_q15.c | 0 .../arm_fir_sparse_init_q31.c | 0 .../arm_fir_sparse_init_q7.c | 0 .../FilteringFunctions/arm_fir_sparse_q15.c | 0 .../FilteringFunctions/arm_fir_sparse_q31.c | 0 .../FilteringFunctions/arm_fir_sparse_q7.c | 0 .../FilteringFunctions/arm_iir_lattice_f32.c | 0 .../arm_iir_lattice_init_f32.c | 0 .../arm_iir_lattice_init_q15.c | 0 .../arm_iir_lattice_init_q31.c | 0 .../FilteringFunctions/arm_iir_lattice_q15.c | 0 .../FilteringFunctions/arm_iir_lattice_q31.c | 0 .../Source/FilteringFunctions/arm_lms_f32.c | 0 .../FilteringFunctions/arm_lms_init_f32.c | 0 .../FilteringFunctions/arm_lms_init_q15.c | 0 .../FilteringFunctions/arm_lms_init_q31.c | 0 .../FilteringFunctions/arm_lms_norm_f32.c | 0 .../arm_lms_norm_init_f32.c | 0 .../arm_lms_norm_init_q15.c | 0 .../arm_lms_norm_init_q31.c | 0 .../FilteringFunctions/arm_lms_norm_q15.c | 0 .../FilteringFunctions/arm_lms_norm_q31.c | 0 .../Source/FilteringFunctions/arm_lms_q15.c | 0 .../Source/FilteringFunctions/arm_lms_q31.c | 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 .../MatrixFunctions/arm_mat_cmplx_mult_f32.c | 0 .../MatrixFunctions/arm_mat_cmplx_mult_q15.c | 0 .../MatrixFunctions/arm_mat_cmplx_mult_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 .../MatrixFunctions/arm_mat_inverse_f32.c | 0 .../MatrixFunctions/arm_mat_inverse_f64.c | 0 .../Source/MatrixFunctions/arm_mat_mult_f32.c | 0 .../MatrixFunctions/arm_mat_mult_fast_q15.c | 0 .../MatrixFunctions/arm_mat_mult_fast_q31.c | 0 .../Source/MatrixFunctions/arm_mat_mult_q15.c | 0 .../Source/MatrixFunctions/arm_mat_mult_q31.c | 0 .../MatrixFunctions/arm_mat_scale_f32.c | 0 .../MatrixFunctions/arm_mat_scale_q15.c | 0 .../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 .../MatrixFunctions/arm_mat_trans_f32.c | 0 .../MatrixFunctions/arm_mat_trans_q15.c | 0 .../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 .../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 .../Source/StatisticsFunctions/arm_min_q7.c | 0 .../StatisticsFunctions/arm_power_f32.c | 0 .../StatisticsFunctions/arm_power_q15.c | 0 .../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 .../Source/SupportFunctions/arm_copy_f32.c | 0 .../Source/SupportFunctions/arm_copy_q15.c | 0 .../Source/SupportFunctions/arm_copy_q31.c | 0 .../Source/SupportFunctions/arm_copy_q7.c | 0 .../Source/SupportFunctions/arm_fill_f32.c | 0 .../Source/SupportFunctions/arm_fill_q15.c | 0 .../Source/SupportFunctions/arm_fill_q31.c | 0 .../Source/SupportFunctions/arm_fill_q7.c | 0 .../SupportFunctions/arm_float_to_q15.c | 0 .../SupportFunctions/arm_float_to_q31.c | 0 .../Source/SupportFunctions/arm_float_to_q7.c | 0 .../SupportFunctions/arm_q15_to_float.c | 0 .../Source/SupportFunctions/arm_q15_to_q31.c | 0 .../Source/SupportFunctions/arm_q15_to_q7.c | 0 .../SupportFunctions/arm_q31_to_float.c | 0 .../Source/SupportFunctions/arm_q31_to_q15.c | 0 .../Source/SupportFunctions/arm_q31_to_q7.c | 0 .../Source/SupportFunctions/arm_q7_to_float.c | 0 .../Source/SupportFunctions/arm_q7_to_q15.c | 0 .../Source/SupportFunctions/arm_q7_to_q31.c | 0 .../TransformFunctions/arm_bitreversal.c | 0 .../TransformFunctions/arm_bitreversal2.S | 0 .../Source/TransformFunctions/arm_cfft_f32.c | 0 .../Source/TransformFunctions/arm_cfft_q15.c | 0 .../Source/TransformFunctions/arm_cfft_q31.c | 0 .../TransformFunctions/arm_cfft_radix2_f32.c | 0 .../arm_cfft_radix2_init_f32.c | 0 .../arm_cfft_radix2_init_q15.c | 0 .../arm_cfft_radix2_init_q31.c | 0 .../TransformFunctions/arm_cfft_radix2_q15.c | 0 .../TransformFunctions/arm_cfft_radix2_q31.c | 0 .../TransformFunctions/arm_cfft_radix4_f32.c | 0 .../arm_cfft_radix4_init_f32.c | 0 .../arm_cfft_radix4_init_q15.c | 0 .../arm_cfft_radix4_init_q31.c | 0 .../TransformFunctions/arm_cfft_radix4_q15.c | 0 .../TransformFunctions/arm_cfft_radix4_q31.c | 0 .../TransformFunctions/arm_cfft_radix8_f32.c | 0 .../Source/TransformFunctions/arm_dct4_f32.c | 0 .../TransformFunctions/arm_dct4_init_f32.c | 0 .../TransformFunctions/arm_dct4_init_q15.c | 0 .../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 .../TransformFunctions/arm_rfft_fast_f32.c | 0 .../arm_rfft_fast_init_f32.c | 0 .../TransformFunctions/arm_rfft_init_f32.c | 0 .../TransformFunctions/arm_rfft_init_q15.c | 0 .../TransformFunctions/arm_rfft_init_q31.c | 0 .../Source/TransformFunctions/arm_rfft_q15.c | 0 .../Source/TransformFunctions/arm_rfft_q31.c | 0 .../CMSIS/DSP_Lib/license.txt | 0 .../Core/html/CMSIS_CORE_Files.png | Bin .../Core/html/CMSIS_CORE_Files_user.png | Bin .../Core/html/CMSIS_Logo_Final.png | Bin .../_c_o_r_e__m_i_s_r_a__exceptions_pg.html | 0 .../Documentation/Core/html/_reg_map_pg.html | 0 .../Core/html/_templates_pg.html | 0 .../Documentation/Core/html/_templates_pg.js | 0 .../Core/html/_using__a_r_m_pg.html | 0 .../Core/html/_using__c_m_s_i_s.html | 0 .../Core/html/_using__v_t_o_r_pg.html | 0 .../Documentation/Core/html/_using_pg.html | 0 .../Documentation/Core/html/_using_pg.js | 0 .../Documentation/Core/html/annotated.html | 0 .../Documentation/Core/html/annotated.js | 0 .../CMSIS/Documentation/Core/html/bc_s.png | Bin .../CMSIS/Documentation/Core/html/bdwn.png | Bin .../CMSIS/Documentation/Core/html/check.png | Bin .../Documentation/Core/html/classes.html | 0 .../CMSIS/Documentation/Core/html/closed.png | Bin .../CMSIS/Documentation/Core/html/cmsis.css | 0 .../Documentation/Core/html/device_h_pg.html | 0 .../CMSIS/Documentation/Core/html/doxygen.png | Bin .../Documentation/Core/html/dynsections.js | 0 .../Documentation/Core/html/ftv2blank.png | Bin .../CMSIS/Documentation/Core/html/ftv2cl.png | Bin .../CMSIS/Documentation/Core/html/ftv2doc.png | Bin .../Core/html/ftv2folderclosed.png | Bin .../Core/html/ftv2folderopen.png | Bin .../Documentation/Core/html/ftv2lastnode.png | Bin .../Documentation/Core/html/ftv2link.png | Bin .../Documentation/Core/html/ftv2mlastnode.png | Bin .../Documentation/Core/html/ftv2mnode.png | Bin .../CMSIS/Documentation/Core/html/ftv2mo.png | Bin .../Documentation/Core/html/ftv2node.png | Bin .../CMSIS/Documentation/Core/html/ftv2ns.png | Bin .../Documentation/Core/html/ftv2plastnode.png | Bin .../Documentation/Core/html/ftv2pnode.png | Bin .../Documentation/Core/html/ftv2splitbar.png | Bin .../Documentation/Core/html/ftv2vertline.png | Bin .../Documentation/Core/html/functions.html | 0 .../Core/html/functions_vars.html | 0 .../Documentation/Core/html/globals.html | 0 .../Documentation/Core/html/globals_enum.html | 0 .../Documentation/Core/html/globals_eval.html | 0 .../Documentation/Core/html/globals_func.html | 0 .../Documentation/Core/html/globals_vars.html | 0 .../html/group___core___register__gr.html | 0 .../Core/html/group___core___register__gr.js | 0 .../Core/html/group___i_t_m___debug__gr.html | 0 .../Core/html/group___i_t_m___debug__gr.js | 0 .../Core/html/group___n_v_i_c__gr.html | 0 .../Core/html/group___n_v_i_c__gr.js | 0 .../Core/html/group___sys_tick__gr.html | 0 .../Core/html/group___sys_tick__gr.js | 0 .../html/group__intrinsic___c_p_u__gr.html | 0 .../Core/html/group__intrinsic___c_p_u__gr.js | 0 .../html/group__intrinsic___s_i_m_d__gr.html | 0 .../html/group__intrinsic___s_i_m_d__gr.js | 0 .../Core/html/group__peripheral__gr.html | 0 .../Core/html/group__system__init__gr.html | 0 .../Core/html/group__system__init__gr.js | 0 .../CMSIS/Documentation/Core/html/index.html | 0 .../CMSIS/Documentation/Core/html/jquery.js | 0 .../Documentation/Core/html/modules.html | 0 .../CMSIS/Documentation/Core/html/modules.js | 0 .../CMSIS/Documentation/Core/html/nav_f.png | Bin .../CMSIS/Documentation/Core/html/nav_g.png | Bin .../CMSIS/Documentation/Core/html/nav_h.png | Bin .../CMSIS/Documentation/Core/html/navtree.css | 0 .../CMSIS/Documentation/Core/html/navtree.js | 0 .../Documentation/Core/html/navtreeindex0.js | 0 .../Documentation/Core/html/navtreeindex1.js | 0 .../CMSIS/Documentation/Core/html/open.png | Bin .../CMSIS/Documentation/Core/html/pages.html | 0 .../CMSIS/Documentation/Core/html/resize.js | 0 .../CMSIS/Documentation/Core/html/search.css | 0 .../Core/html/search/all_5f.html | 0 .../Documentation/Core/html/search/all_5f.js | 0 .../Core/html/search/all_61.html | 0 .../Documentation/Core/html/search/all_61.js | 0 .../Core/html/search/all_62.html | 0 .../Documentation/Core/html/search/all_62.js | 0 .../Core/html/search/all_63.html | 0 .../Documentation/Core/html/search/all_63.js | 0 .../Core/html/search/all_64.html | 0 .../Documentation/Core/html/search/all_64.js | 0 .../Core/html/search/all_65.html | 0 .../Documentation/Core/html/search/all_65.js | 0 .../Core/html/search/all_66.html | 0 .../Documentation/Core/html/search/all_66.js | 0 .../Core/html/search/all_68.html | 0 .../Documentation/Core/html/search/all_68.js | 0 .../Core/html/search/all_69.html | 0 .../Documentation/Core/html/search/all_69.js | 0 .../Core/html/search/all_6c.html | 0 .../Documentation/Core/html/search/all_6c.js | 0 .../Core/html/search/all_6d.html | 0 .../Documentation/Core/html/search/all_6d.js | 0 .../Core/html/search/all_6e.html | 0 .../Documentation/Core/html/search/all_6e.js | 0 .../Core/html/search/all_6f.html | 0 .../Documentation/Core/html/search/all_6f.js | 0 .../Core/html/search/all_70.html | 0 .../Documentation/Core/html/search/all_70.js | 0 .../Core/html/search/all_71.html | 0 .../Documentation/Core/html/search/all_71.js | 0 .../Core/html/search/all_72.html | 0 .../Documentation/Core/html/search/all_72.js | 0 .../Core/html/search/all_73.html | 0 .../Documentation/Core/html/search/all_73.js | 0 .../Core/html/search/all_74.html | 0 .../Documentation/Core/html/search/all_74.js | 0 .../Core/html/search/all_75.html | 0 .../Documentation/Core/html/search/all_75.js | 0 .../Core/html/search/all_76.html | 0 .../Documentation/Core/html/search/all_76.js | 0 .../Core/html/search/all_77.html | 0 .../Documentation/Core/html/search/all_77.js | 0 .../Core/html/search/all_78.html | 0 .../Documentation/Core/html/search/all_78.js | 0 .../Core/html/search/all_7a.html | 0 .../Documentation/Core/html/search/all_7a.js | 0 .../Core/html/search/classes_61.html | 0 .../Core/html/search/classes_61.js | 0 .../Core/html/search/classes_63.html | 0 .../Core/html/search/classes_63.js | 0 .../Core/html/search/classes_64.html | 0 .../Core/html/search/classes_64.js | 0 .../Core/html/search/classes_66.html | 0 .../Core/html/search/classes_66.js | 0 .../Core/html/search/classes_69.html | 0 .../Core/html/search/classes_69.js | 0 .../Core/html/search/classes_6d.html | 0 .../Core/html/search/classes_6d.js | 0 .../Core/html/search/classes_6e.html | 0 .../Core/html/search/classes_6e.js | 0 .../Core/html/search/classes_73.html | 0 .../Core/html/search/classes_73.js | 0 .../Core/html/search/classes_74.html | 0 .../Core/html/search/classes_74.js | 0 .../Core/html/search/classes_78.html | 0 .../Core/html/search/classes_78.js | 0 .../Documentation/Core/html/search/close.png | Bin .../Core/html/search/enums_69.html | 0 .../Core/html/search/enums_69.js | 0 .../Core/html/search/enumvalues_62.html | 0 .../Core/html/search/enumvalues_62.js | 0 .../Core/html/search/enumvalues_64.html | 0 .../Core/html/search/enumvalues_64.js | 0 .../Core/html/search/enumvalues_68.html | 0 .../Core/html/search/enumvalues_68.js | 0 .../Core/html/search/enumvalues_6d.html | 0 .../Core/html/search/enumvalues_6d.js | 0 .../Core/html/search/enumvalues_6e.html | 0 .../Core/html/search/enumvalues_6e.js | 0 .../Core/html/search/enumvalues_70.html | 0 .../Core/html/search/enumvalues_70.js | 0 .../Core/html/search/enumvalues_73.html | 0 .../Core/html/search/enumvalues_73.js | 0 .../Core/html/search/enumvalues_75.html | 0 .../Core/html/search/enumvalues_75.js | 0 .../Core/html/search/enumvalues_77.html | 0 .../Core/html/search/enumvalues_77.js | 0 .../Core/html/search/files_6d.html | 0 .../Core/html/search/files_6d.js | 0 .../Core/html/search/files_6f.html | 0 .../Core/html/search/files_6f.js | 0 .../Core/html/search/files_72.html | 0 .../Core/html/search/files_72.js | 0 .../Core/html/search/files_74.html | 0 .../Core/html/search/files_74.js | 0 .../Core/html/search/files_75.html | 0 .../Core/html/search/files_75.js | 0 .../Core/html/search/functions_5f.html | 0 .../Core/html/search/functions_5f.js | 0 .../Core/html/search/functions_69.html | 0 .../Core/html/search/functions_69.js | 0 .../Core/html/search/functions_6e.html | 0 .../Core/html/search/functions_6e.js | 0 .../Core/html/search/functions_73.html | 0 .../Core/html/search/functions_73.js | 0 .../Core/html/search/groups_63.html | 0 .../Core/html/search/groups_63.js | 0 .../Core/html/search/groups_64.html | 0 .../Core/html/search/groups_64.js | 0 .../Core/html/search/groups_69.html | 0 .../Core/html/search/groups_69.js | 0 .../Core/html/search/groups_70.html | 0 .../Core/html/search/groups_70.js | 0 .../Core/html/search/groups_73.html | 0 .../Core/html/search/groups_73.js | 0 .../Core/html/search/mag_sel.png | Bin .../Core/html/search/nomatches.html | 0 .../Core/html/search/pages_62.html | 0 .../Core/html/search/pages_62.js | 0 .../Core/html/search/pages_64.html | 0 .../Core/html/search/pages_64.js | 0 .../Core/html/search/pages_6d.html | 0 .../Core/html/search/pages_6d.js | 0 .../Core/html/search/pages_6f.html | 0 .../Core/html/search/pages_6f.js | 0 .../Core/html/search/pages_72.html | 0 .../Core/html/search/pages_72.js | 0 .../Core/html/search/pages_73.html | 0 .../Core/html/search/pages_73.js | 0 .../Core/html/search/pages_74.html | 0 .../Core/html/search/pages_74.js | 0 .../Core/html/search/pages_75.html | 0 .../Core/html/search/pages_75.js | 0 .../Documentation/Core/html/search/search.css | 0 .../Documentation/Core/html/search/search.js | 0 .../Core/html/search/search_l.png | Bin .../Core/html/search/search_m.png | Bin .../Core/html/search/search_r.png | Bin .../Core/html/search/variables_5f.html | 0 .../Core/html/search/variables_5f.js | 0 .../Core/html/search/variables_61.html | 0 .../Core/html/search/variables_61.js | 0 .../Core/html/search/variables_62.html | 0 .../Core/html/search/variables_62.js | 0 .../Core/html/search/variables_63.html | 0 .../Core/html/search/variables_63.js | 0 .../Core/html/search/variables_64.html | 0 .../Core/html/search/variables_64.js | 0 .../Core/html/search/variables_65.html | 0 .../Core/html/search/variables_65.js | 0 .../Core/html/search/variables_66.html | 0 .../Core/html/search/variables_66.js | 0 .../Core/html/search/variables_68.html | 0 .../Core/html/search/variables_68.js | 0 .../Core/html/search/variables_69.html | 0 .../Core/html/search/variables_69.js | 0 .../Core/html/search/variables_6c.html | 0 .../Core/html/search/variables_6c.js | 0 .../Core/html/search/variables_6d.html | 0 .../Core/html/search/variables_6d.js | 0 .../Core/html/search/variables_6e.html | 0 .../Core/html/search/variables_6e.js | 0 .../Core/html/search/variables_70.html | 0 .../Core/html/search/variables_70.js | 0 .../Core/html/search/variables_71.html | 0 .../Core/html/search/variables_71.js | 0 .../Core/html/search/variables_72.html | 0 .../Core/html/search/variables_72.js | 0 .../Core/html/search/variables_73.html | 0 .../Core/html/search/variables_73.js | 0 .../Core/html/search/variables_74.html | 0 .../Core/html/search/variables_74.js | 0 .../Core/html/search/variables_75.html | 0 .../Core/html/search/variables_75.js | 0 .../Core/html/search/variables_76.html | 0 .../Core/html/search/variables_76.js | 0 .../Core/html/search/variables_77.html | 0 .../Core/html/search/variables_77.js | 0 .../Core/html/search/variables_7a.html | 0 .../Core/html/search/variables_7a.js | 0 .../Documentation/Core/html/startup_s_pg.html | 0 .../Core/html/struct_core_debug___type.html | 0 .../Core/html/struct_core_debug___type.js | 0 .../Core/html/struct_d_w_t___type.html | 0 .../Core/html/struct_d_w_t___type.js | 0 .../Core/html/struct_f_p_u___type.html | 0 .../Core/html/struct_f_p_u___type.js | 0 .../Core/html/struct_i_t_m___type.html | 0 .../Core/html/struct_i_t_m___type.js | 0 .../Core/html/struct_m_p_u___type.html | 0 .../Core/html/struct_m_p_u___type.js | 0 .../Core/html/struct_n_v_i_c___type.html | 0 .../Core/html/struct_n_v_i_c___type.js | 0 .../Core/html/struct_s_c_b___type.html | 0 .../Core/html/struct_s_c_b___type.js | 0 .../Core/html/struct_s_cn_s_c_b___type.html | 0 .../Core/html/struct_s_cn_s_c_b___type.js | 0 .../Core/html/struct_sys_tick___type.html | 0 .../Core/html/struct_sys_tick___type.js | 0 .../Core/html/struct_t_p_i___type.html | 0 .../Core/html/struct_t_p_i___type.js | 0 .../Documentation/Core/html/sync_off.png | Bin .../CMSIS/Documentation/Core/html/sync_on.png | Bin .../Documentation/Core/html/system_c_pg.html | 0 .../CMSIS/Documentation/Core/html/tab_a.png | Bin .../CMSIS/Documentation/Core/html/tab_b.png | Bin .../CMSIS/Documentation/Core/html/tab_h.png | Bin .../CMSIS/Documentation/Core/html/tab_s.png | Bin .../Documentation/Core/html/tab_topnav.png | Bin .../CMSIS/Documentation/Core/html/tabs.css | 0 .../CMSIS/Documentation/Core/html/todo.html | 0 .../Core/html/union_a_p_s_r___type.html | 0 .../Core/html/union_a_p_s_r___type.js | 0 .../Core/html/union_c_o_n_t_r_o_l___type.html | 0 .../Core/html/union_c_o_n_t_r_o_l___type.js | 0 .../Core/html/union_i_p_s_r___type.html | 0 .../Core/html/union_i_p_s_r___type.js | 0 .../Core/html/unionx_p_s_r___type.html | 0 .../Core/html/unionx_p_s_r___type.js | 0 .../CMSIS/Documentation/DSP/html/Biquad.gif | Bin .../Documentation/DSP/html/BiquadCascade.gif | Bin .../DSP/html/BiquadDF2Transposed.gif | Bin .../DSP/html/BiquadPostshift.gif | Bin .../CMSIS/Documentation/DSP/html/CFFT.gif | Bin .../CMSIS/Documentation/DSP/html/CFFTQ15.gif | Bin .../CMSIS/Documentation/DSP/html/CFFTQ31.gif | Bin .../CMSIS/Documentation/DSP/html/CIFFTQ15.gif | Bin .../CMSIS/Documentation/DSP/html/CIFFTQ31.gif | Bin .../DSP/html/CMSIS_Logo_Final.png | Bin .../Documentation/DSP/html/Convolution.gif | Bin .../DSP/html/ConvolutionEquation.gif | Bin .../DSP/html/CorrelateEquation.gif | Bin .../CMSIS/Documentation/DSP/html/DCT4.gif | Bin .../Documentation/DSP/html/DCT4Equation.gif | Bin .../CMSIS/Documentation/DSP/html/FFTBin.gif | Bin .../Documentation/DSP/html/FFTBinInput.gif | Bin .../Documentation/DSP/html/FFTBinOutput.gif | Bin .../CMSIS/Documentation/DSP/html/FIR.gif | Bin .../Documentation/DSP/html/FIRDecimator.gif | Bin .../DSP/html/FIRInterpolator.gif | Bin .../Documentation/DSP/html/FIRLPF_coeffs.gif | Bin .../Documentation/DSP/html/FIRLPF_input.gif | Bin .../Documentation/DSP/html/FIRLPF_output.gif | Bin .../DSP/html/FIRLPF_response.gif | Bin .../DSP/html/FIRLPF_signalflow.gif | Bin .../Documentation/DSP/html/FIRLattice.gif | Bin .../Documentation/DSP/html/FIRSparse.gif | Bin .../DSP/html/GEQ_allbandresponse.gif | Bin .../DSP/html/GEQ_bandresponse.gif | Bin .../Documentation/DSP/html/GEQ_inputchirp.gif | Bin .../DSP/html/GEQ_outputchirp.gif | Bin .../Documentation/DSP/html/GEQ_signalflow.gif | Bin .../Documentation/DSP/html/IDCT4Equation.gif | Bin .../Documentation/DSP/html/IIRLattice.gif | Bin .../CMSIS/Documentation/DSP/html/LMS.gif | Bin .../Documentation/DSP/html/LinearInterp.gif | Bin .../Documentation/DSP/html/MatrixAddition.gif | Bin .../Documentation/DSP/html/MatrixInverse.gif | Bin .../DSP/html/MatrixMultiplication.gif | Bin .../Documentation/DSP/html/MatrixScale.gif | Bin .../DSP/html/MatrixSubtraction.gif | Bin .../DSP/html/MatrixTranspose.gif | Bin .../CMSIS/Documentation/DSP/html/PID.gif | Bin .../CMSIS/Documentation/DSP/html/RFFT.gif | Bin .../CMSIS/Documentation/DSP/html/RFFTQ15.gif | Bin .../CMSIS/Documentation/DSP/html/RFFTQ31.gif | Bin .../CMSIS/Documentation/DSP/html/RIFFT.gif | Bin .../CMSIS/Documentation/DSP/html/RIFFTQ15.gif | Bin .../CMSIS/Documentation/DSP/html/RIFFTQ31.gif | Bin .../Documentation/DSP/html/SignalFlow.gif | Bin .../CMSIS/Documentation/DSP/html/Variance.gif | Bin ...m_2arm__class__marks__example__f32_8c.html | 0 ..._m_2arm__convolution__example__f32_8c.html | 0 ...r_m_2arm__dotproduct__example__f32_8c.html | 0 .../html/_a_r_m_2arm__fft__bin__data_8c.html | 0 ...a_r_m_2arm__fft__bin__example__f32_8c.html | 0 .../DSP/html/_change_01_log_8txt.html | 0 .../DSP/html/_change_log_pg.html | 0 ...c_2arm__class__marks__example__f32_8c.html | 0 ..._c_2arm__convolution__example__f32_8c.html | 0 ...c_c_2arm__dotproduct__example__f32_8c.html | 0 .../html/_g_c_c_2arm__fft__bin__data_8c.html | 0 ...g_c_c_2arm__fft__bin__example__f32_8c.html | 0 .../Documentation/DSP/html/annotated.html | 0 .../CMSIS/Documentation/DSP/html/annotated.js | 0 .../DSP/html/arm__abs__f32_8c.html | 0 .../DSP/html/arm__abs__q15_8c.html | 0 .../DSP/html/arm__abs__q31_8c.html | 0 .../DSP/html/arm__abs__q7_8c.html | 0 .../DSP/html/arm__add__f32_8c.html | 0 .../DSP/html/arm__add__q15_8c.html | 0 .../DSP/html/arm__add__q31_8c.html | 0 .../DSP/html/arm__add__q7_8c.html | 0 ...ad__cascade__df1__32x64__init__q31_8c.html | 0 ...__biquad__cascade__df1__32x64__q31_8c.html | 0 .../arm__biquad__cascade__df1__f32_8c.html | 0 ...m__biquad__cascade__df1__fast__q15_8c.html | 0 ...m__biquad__cascade__df1__fast__q31_8c.html | 0 ...m__biquad__cascade__df1__init__f32_8c.html | 0 ...m__biquad__cascade__df1__init__q15_8c.html | 0 ...m__biquad__cascade__df1__init__q31_8c.html | 0 .../arm__biquad__cascade__df1__q15_8c.html | 0 .../arm__biquad__cascade__df1__q31_8c.html | 0 .../arm__biquad__cascade__df2_t__f32_8c.html | 0 .../arm__biquad__cascade__df2_t__f64_8c.html | 0 ..._biquad__cascade__df2_t__init__f32_8c.html | 0 ..._biquad__cascade__df2_t__init__f64_8c.html | 0 ...iquad__cascade__stereo__df2_t__f32_8c.html | 0 ..._cascade__stereo__df2_t__init__f32_8c.html | 0 .../DSP/html/arm__bitreversal_8c.html | 0 .../DSP/html/arm__cfft__f32_8c.html | 0 .../DSP/html/arm__cfft__q15_8c.html | 0 .../DSP/html/arm__cfft__q31_8c.html | 0 .../DSP/html/arm__cfft__radix2__f32_8c.html | 0 .../html/arm__cfft__radix2__init__f32_8c.html | 0 .../html/arm__cfft__radix2__init__q15_8c.html | 0 .../html/arm__cfft__radix2__init__q31_8c.html | 0 .../DSP/html/arm__cfft__radix2__q15_8c.html | 0 .../DSP/html/arm__cfft__radix2__q31_8c.html | 0 .../DSP/html/arm__cfft__radix4__f32_8c.html | 0 .../html/arm__cfft__radix4__init__f32_8c.html | 0 .../html/arm__cfft__radix4__init__q15_8c.html | 0 .../html/arm__cfft__radix4__init__q31_8c.html | 0 .../DSP/html/arm__cfft__radix4__q15_8c.html | 0 .../DSP/html/arm__cfft__radix4__q31_8c.html | 0 .../DSP/html/arm__cfft__radix8__f32_8c.html | 0 ...arks__example_2_a_r_m_2_abstract_8txt.html | 0 ..._2_a_r_m_c_m0_2system___a_r_m_c_m0_8c.html | 0 ..._2_a_r_m_c_m3_2system___a_r_m_c_m3_8c.html | 0 ..._m_c_m4___f_p_2system___a_r_m_c_m4_8c.html | 0 ..._m_c_m7___s_p_2system___a_r_m_c_m7_8c.html | 0 ...a_r_m_2_r_t_e_2_r_t_e___components_8h.html | 0 ...arks__example_2_g_c_c_2_abstract_8txt.html | 0 ...c_c_2_startup_2system___a_r_m_c_m0_8c.html | 0 ...c_c_2_startup_2system___a_r_m_c_m3_8c.html | 0 ...c_c_2_startup_2system___a_r_m_c_m4_8c.html | 0 .../DSP/html/arm__cmplx__conj__f32_8c.html | 0 .../DSP/html/arm__cmplx__conj__q15_8c.html | 0 .../DSP/html/arm__cmplx__conj__q31_8c.html | 0 .../html/arm__cmplx__dot__prod__f32_8c.html | 0 .../html/arm__cmplx__dot__prod__q15_8c.html | 0 .../html/arm__cmplx__dot__prod__q31_8c.html | 0 .../DSP/html/arm__cmplx__mag__f32_8c.html | 0 .../DSP/html/arm__cmplx__mag__q15_8c.html | 0 .../DSP/html/arm__cmplx__mag__q31_8c.html | 0 .../arm__cmplx__mag__squared__f32_8c.html | 0 .../arm__cmplx__mag__squared__q15_8c.html | 0 .../arm__cmplx__mag__squared__q31_8c.html | 0 .../html/arm__cmplx__mult__cmplx__f32_8c.html | 0 .../html/arm__cmplx__mult__cmplx__q15_8c.html | 0 .../html/arm__cmplx__mult__cmplx__q31_8c.html | 0 .../html/arm__cmplx__mult__real__f32_8c.html | 0 .../html/arm__cmplx__mult__real__q15_8c.html | 0 .../html/arm__cmplx__mult__real__q31_8c.html | 0 .../DSP/html/arm__common__tables_8c.html | 0 .../DSP/html/arm__common__tables_8h.html | 0 .../DSP/html/arm__const__structs_8c.html | 0 .../DSP/html/arm__const__structs_8h.html | 0 .../DSP/html/arm__conv__f32_8c.html | 0 .../html/arm__conv__fast__opt__q15_8c.html | 0 .../DSP/html/arm__conv__fast__q15_8c.html | 0 .../DSP/html/arm__conv__fast__q31_8c.html | 0 .../DSP/html/arm__conv__opt__q15_8c.html | 0 .../DSP/html/arm__conv__opt__q7_8c.html | 0 .../DSP/html/arm__conv__partial__f32_8c.html | 0 ...arm__conv__partial__fast__opt__q15_8c.html | 0 .../arm__conv__partial__fast__q15_8c.html | 0 .../arm__conv__partial__fast__q31_8c.html | 0 .../html/arm__conv__partial__opt__q15_8c.html | 0 .../html/arm__conv__partial__opt__q7_8c.html | 0 .../DSP/html/arm__conv__partial__q15_8c.html | 0 .../DSP/html/arm__conv__partial__q31_8c.html | 0 .../DSP/html/arm__conv__partial__q7_8c.html | 0 .../DSP/html/arm__conv__q15_8c.html | 0 .../DSP/html/arm__conv__q31_8c.html | 0 .../DSP/html/arm__conv__q7_8c.html | 0 ...tion__example_2_a_r_m_2_abstract_8txt.html | 0 ..._2_a_r_m_c_m0_2system___a_r_m_c_m0_8c.html | 0 ..._2_a_r_m_c_m3_2system___a_r_m_c_m3_8c.html | 0 ..._m_c_m4___f_p_2system___a_r_m_c_m4_8c.html | 0 ..._m_c_m7___s_p_2system___a_r_m_c_m7_8c.html | 0 ...a_r_m_2_r_t_e_2_r_t_e___components_8h.html | 0 ...ion__example_2_a_r_m_2math__helper_8c.html | 0 ...ion__example_2_a_r_m_2math__helper_8h.html | 0 ...tion__example_2_g_c_c_2_abstract_8txt.html | 0 ...c_c_2_startup_2system___a_r_m_c_m0_8c.html | 0 ...c_c_2_startup_2system___a_r_m_c_m3_8c.html | 0 ...c_c_2_startup_2system___a_r_m_c_m4_8c.html | 0 ...ion__example_2_g_c_c_2math__helper_8c.html | 0 ...ion__example_2_g_c_c_2math__helper_8h.html | 0 .../DSP/html/arm__copy__f32_8c.html | 0 .../DSP/html/arm__copy__q15_8c.html | 0 .../DSP/html/arm__copy__q31_8c.html | 0 .../DSP/html/arm__copy__q7_8c.html | 0 .../DSP/html/arm__correlate__f32_8c.html | 0 .../arm__correlate__fast__opt__q15_8c.html | 0 .../html/arm__correlate__fast__q15_8c.html | 0 .../html/arm__correlate__fast__q31_8c.html | 0 .../DSP/html/arm__correlate__opt__q15_8c.html | 0 .../DSP/html/arm__correlate__opt__q7_8c.html | 0 .../DSP/html/arm__correlate__q15_8c.html | 0 .../DSP/html/arm__correlate__q31_8c.html | 0 .../DSP/html/arm__correlate__q7_8c.html | 0 .../DSP/html/arm__cos__f32_8c.html | 0 .../DSP/html/arm__cos__q15_8c.html | 0 .../DSP/html/arm__cos__q31_8c.html | 0 .../DSP/html/arm__dct4__f32_8c.html | 0 .../DSP/html/arm__dct4__init__f32_8c.html | 0 .../DSP/html/arm__dct4__init__q15_8c.html | 0 .../DSP/html/arm__dct4__init__q31_8c.html | 0 .../DSP/html/arm__dct4__q15_8c.html | 0 .../DSP/html/arm__dct4__q31_8c.html | 0 .../DSP/html/arm__dot__prod__f32_8c.html | 0 .../DSP/html/arm__dot__prod__q15_8c.html | 0 .../DSP/html/arm__dot__prod__q31_8c.html | 0 .../DSP/html/arm__dot__prod__q7_8c.html | 0 ...duct__example_2_a_r_m_2_abstract_8txt.html | 0 ..._2_a_r_m_c_m0_2system___a_r_m_c_m0_8c.html | 0 ..._2_a_r_m_c_m3_2system___a_r_m_c_m3_8c.html | 0 ..._m_c_m4___f_p_2system___a_r_m_c_m4_8c.html | 0 ..._m_c_m7___s_p_2system___a_r_m_c_m7_8c.html | 0 ...a_r_m_2_r_t_e_2_r_t_e___components_8h.html | 0 ...duct__example_2_g_c_c_2_abstract_8txt.html | 0 ...c_c_2_startup_2system___a_r_m_c_m0_8c.html | 0 ...c_c_2_startup_2system___a_r_m_c_m3_8c.html | 0 ...c_c_2_startup_2system___a_r_m_c_m4_8c.html | 0 ..._bin__example_2_a_r_m_2_abstract_8txt.html | 0 ..._2_a_r_m_c_m0_2system___a_r_m_c_m0_8c.html | 0 ..._2_a_r_m_c_m3_2system___a_r_m_c_m3_8c.html | 0 ..._m_c_m4___f_p_2system___a_r_m_c_m4_8c.html | 0 ..._m_c_m7___s_p_2system___a_r_m_c_m7_8c.html | 0 ...a_r_m_2_r_t_e_2_r_t_e___components_8h.html | 0 ..._bin__example_2_g_c_c_2_abstract_8txt.html | 0 ...c_c_2_startup_2system___a_r_m_c_m0_8c.html | 0 ...c_c_2_startup_2system___a_r_m_c_m3_8c.html | 0 ...c_c_2_startup_2system___a_r_m_c_m4_8c.html | 0 .../DSP/html/arm__fill__f32_8c.html | 0 .../DSP/html/arm__fill__q15_8c.html | 0 .../DSP/html/arm__fill__q31_8c.html | 0 .../DSP/html/arm__fill__q7_8c.html | 0 .../DSP/html/arm__fir__data_8c.html | 0 .../DSP/html/arm__fir__decimate__f32_8c.html | 0 .../arm__fir__decimate__fast__q15_8c.html | 0 .../arm__fir__decimate__fast__q31_8c.html | 0 .../arm__fir__decimate__init__f32_8c.html | 0 .../arm__fir__decimate__init__q15_8c.html | 0 .../arm__fir__decimate__init__q31_8c.html | 0 .../DSP/html/arm__fir__decimate__q15_8c.html | 0 .../DSP/html/arm__fir__decimate__q31_8c.html | 0 ..._fir__example_2_a_r_m_2_abstract_8txt.html | 0 ..._2_a_r_m_c_m0_2system___a_r_m_c_m0_8c.html | 0 ..._2_a_r_m_c_m3_2system___a_r_m_c_m3_8c.html | 0 ..._m_c_m4___f_p_2system___a_r_m_c_m4_8c.html | 0 ..._m_c_m7___s_p_2system___a_r_m_c_m7_8c.html | 0 ...a_r_m_2_r_t_e_2_r_t_e___components_8h.html | 0 ...fir__example_2_a_r_m_2math__helper_8c.html | 0 ...fir__example_2_a_r_m_2math__helper_8h.html | 0 .../DSP/html/arm__fir__example__f32_8c.html | 0 .../DSP/html/arm__fir__f32_8c.html | 0 .../DSP/html/arm__fir__fast__q15_8c.html | 0 .../DSP/html/arm__fir__fast__q31_8c.html | 0 .../DSP/html/arm__fir__init__f32_8c.html | 0 .../DSP/html/arm__fir__init__q15_8c.html | 0 .../DSP/html/arm__fir__init__q31_8c.html | 0 .../DSP/html/arm__fir__init__q7_8c.html | 0 .../html/arm__fir__interpolate__f32_8c.html | 0 .../arm__fir__interpolate__init__f32_8c.html | 0 .../arm__fir__interpolate__init__q15_8c.html | 0 .../arm__fir__interpolate__init__q31_8c.html | 0 .../html/arm__fir__interpolate__q15_8c.html | 0 .../html/arm__fir__interpolate__q31_8c.html | 0 .../DSP/html/arm__fir__lattice__f32_8c.html | 0 .../html/arm__fir__lattice__init__f32_8c.html | 0 .../html/arm__fir__lattice__init__q15_8c.html | 0 .../html/arm__fir__lattice__init__q31_8c.html | 0 .../DSP/html/arm__fir__lattice__q15_8c.html | 0 .../DSP/html/arm__fir__lattice__q31_8c.html | 0 .../DSP/html/arm__fir__q15_8c.html | 0 .../DSP/html/arm__fir__q31_8c.html | 0 .../DSP/html/arm__fir__q7_8c.html | 0 .../DSP/html/arm__fir__sparse__f32_8c.html | 0 .../html/arm__fir__sparse__init__f32_8c.html | 0 .../html/arm__fir__sparse__init__q15_8c.html | 0 .../html/arm__fir__sparse__init__q31_8c.html | 0 .../html/arm__fir__sparse__init__q7_8c.html | 0 .../DSP/html/arm__fir__sparse__q15_8c.html | 0 .../DSP/html/arm__fir__sparse__q31_8c.html | 0 .../DSP/html/arm__fir__sparse__q7_8c.html | 0 .../DSP/html/arm__float__to__q15_8c.html | 0 .../DSP/html/arm__float__to__q31_8c.html | 0 .../DSP/html/arm__float__to__q7_8c.html | 0 .../arm__graphic__equalizer__data_8c.html | 0 ...izer__example_2_a_r_m_2_abstract_8txt.html | 0 ..._2_a_r_m_c_m0_2system___a_r_m_c_m0_8c.html | 0 ..._2_a_r_m_c_m3_2system___a_r_m_c_m3_8c.html | 0 ..._m_c_m4___f_p_2system___a_r_m_c_m4_8c.html | 0 ..._m_c_m7___s_p_2system___a_r_m_c_m7_8c.html | 0 ...a_r_m_2_r_t_e_2_r_t_e___components_8h.html | 0 ...zer__example_2_a_r_m_2math__helper_8c.html | 0 ...zer__example_2_a_r_m_2math__helper_8h.html | 0 ...__graphic__equalizer__example__q31_8c.html | 0 .../DSP/html/arm__iir__lattice__f32_8c.html | 0 .../html/arm__iir__lattice__init__f32_8c.html | 0 .../html/arm__iir__lattice__init__q15_8c.html | 0 .../html/arm__iir__lattice__init__q31_8c.html | 0 .../DSP/html/arm__iir__lattice__q15_8c.html | 0 .../DSP/html/arm__iir__lattice__q31_8c.html | 0 .../html/arm__linear__interp__data_8c.html | 0 ...terp__example_2_a_r_m_2_abstract_8txt.html | 0 ..._2_a_r_m_c_m0_2system___a_r_m_c_m0_8c.html | 0 ..._2_a_r_m_c_m3_2system___a_r_m_c_m3_8c.html | 0 ..._m_c_m4___f_p_2system___a_r_m_c_m4_8c.html | 0 ..._m_c_m7___s_p_2system___a_r_m_c_m7_8c.html | 0 ...a_r_m_2_r_t_e_2_r_t_e___components_8h.html | 0 ...erp__example_2_a_r_m_2math__helper_8c.html | 0 ...erp__example_2_a_r_m_2math__helper_8h.html | 0 .../arm__linear__interp__example__f32_8c.html | 0 .../DSP/html/arm__lms__f32_8c.html | 0 .../DSP/html/arm__lms__init__f32_8c.html | 0 .../DSP/html/arm__lms__init__q15_8c.html | 0 .../DSP/html/arm__lms__init__q31_8c.html | 0 .../DSP/html/arm__lms__norm__f32_8c.html | 0 .../html/arm__lms__norm__init__f32_8c.html | 0 .../html/arm__lms__norm__init__q15_8c.html | 0 .../html/arm__lms__norm__init__q31_8c.html | 0 .../DSP/html/arm__lms__norm__q15_8c.html | 0 .../DSP/html/arm__lms__norm__q31_8c.html | 0 .../DSP/html/arm__lms__q15_8c.html | 0 .../DSP/html/arm__lms__q31_8c.html | 0 .../DSP/html/arm__mat__add__f32_8c.html | 0 .../DSP/html/arm__mat__add__q15_8c.html | 0 .../DSP/html/arm__mat__add__q31_8c.html | 0 .../html/arm__mat__cmplx__mult__f32_8c.html | 0 .../html/arm__mat__cmplx__mult__q15_8c.html | 0 .../html/arm__mat__cmplx__mult__q31_8c.html | 0 .../DSP/html/arm__mat__init__f32_8c.html | 0 .../DSP/html/arm__mat__init__q15_8c.html | 0 .../DSP/html/arm__mat__init__q31_8c.html | 0 .../DSP/html/arm__mat__inverse__f32_8c.html | 0 .../DSP/html/arm__mat__inverse__f64_8c.html | 0 .../DSP/html/arm__mat__mult__f32_8c.html | 0 .../html/arm__mat__mult__fast__q15_8c.html | 0 .../html/arm__mat__mult__fast__q31_8c.html | 0 .../DSP/html/arm__mat__mult__q15_8c.html | 0 .../DSP/html/arm__mat__mult__q31_8c.html | 0 .../DSP/html/arm__mat__scale__f32_8c.html | 0 .../DSP/html/arm__mat__scale__q15_8c.html | 0 .../DSP/html/arm__mat__scale__q31_8c.html | 0 .../DSP/html/arm__mat__sub__f32_8c.html | 0 .../DSP/html/arm__mat__sub__q15_8c.html | 0 .../DSP/html/arm__mat__sub__q31_8c.html | 0 .../DSP/html/arm__mat__trans__f32_8c.html | 0 .../DSP/html/arm__mat__trans__q15_8c.html | 0 .../DSP/html/arm__mat__trans__q31_8c.html | 0 .../Documentation/DSP/html/arm__math_8h.html | 0 ...trix__example_2_a_r_m_2_abstract_8txt.html | 0 ..._2_a_r_m_c_m0_2system___a_r_m_c_m0_8c.html | 0 ..._2_a_r_m_c_m3_2system___a_r_m_c_m3_8c.html | 0 ..._m_c_m4___f_p_2system___a_r_m_c_m4_8c.html | 0 ..._m_c_m7___s_p_2system___a_r_m_c_m7_8c.html | 0 ...a_r_m_2_r_t_e_2_r_t_e___components_8h.html | 0 ...rix__example_2_a_r_m_2math__helper_8c.html | 0 ...rix__example_2_a_r_m_2math__helper_8h.html | 0 .../html/arm__matrix__example__f32_8c.html | 0 .../DSP/html/arm__max__f32_8c.html | 0 .../DSP/html/arm__max__q15_8c.html | 0 .../DSP/html/arm__max__q31_8c.html | 0 .../DSP/html/arm__max__q7_8c.html | 0 .../DSP/html/arm__mean__f32_8c.html | 0 .../DSP/html/arm__mean__q15_8c.html | 0 .../DSP/html/arm__mean__q31_8c.html | 0 .../DSP/html/arm__mean__q7_8c.html | 0 .../DSP/html/arm__min__f32_8c.html | 0 .../DSP/html/arm__min__q15_8c.html | 0 .../DSP/html/arm__min__q31_8c.html | 0 .../DSP/html/arm__min__q7_8c.html | 0 .../DSP/html/arm__mult__f32_8c.html | 0 .../DSP/html/arm__mult__q15_8c.html | 0 .../DSP/html/arm__mult__q31_8c.html | 0 .../DSP/html/arm__mult__q7_8c.html | 0 .../DSP/html/arm__negate__f32_8c.html | 0 .../DSP/html/arm__negate__q15_8c.html | 0 .../DSP/html/arm__negate__q31_8c.html | 0 .../DSP/html/arm__negate__q7_8c.html | 0 .../DSP/html/arm__offset__f32_8c.html | 0 .../DSP/html/arm__offset__q15_8c.html | 0 .../DSP/html/arm__offset__q31_8c.html | 0 .../DSP/html/arm__offset__q7_8c.html | 0 .../DSP/html/arm__pid__init__f32_8c.html | 0 .../DSP/html/arm__pid__init__q15_8c.html | 0 .../DSP/html/arm__pid__init__q31_8c.html | 0 .../DSP/html/arm__pid__reset__f32_8c.html | 0 .../DSP/html/arm__pid__reset__q15_8c.html | 0 .../DSP/html/arm__pid__reset__q31_8c.html | 0 .../DSP/html/arm__power__f32_8c.html | 0 .../DSP/html/arm__power__q15_8c.html | 0 .../DSP/html/arm__power__q31_8c.html | 0 .../DSP/html/arm__power__q7_8c.html | 0 .../DSP/html/arm__q15__to__float_8c.html | 0 .../DSP/html/arm__q15__to__q31_8c.html | 0 .../DSP/html/arm__q15__to__q7_8c.html | 0 .../DSP/html/arm__q31__to__float_8c.html | 0 .../DSP/html/arm__q31__to__q15_8c.html | 0 .../DSP/html/arm__q31__to__q7_8c.html | 0 .../DSP/html/arm__q7__to__float_8c.html | 0 .../DSP/html/arm__q7__to__q15_8c.html | 0 .../DSP/html/arm__q7__to__q31_8c.html | 0 .../DSP/html/arm__rfft__f32_8c.html | 0 .../DSP/html/arm__rfft__fast__f32_8c.html | 0 .../html/arm__rfft__fast__init__f32_8c.html | 0 .../DSP/html/arm__rfft__init__f32_8c.html | 0 .../DSP/html/arm__rfft__init__q15_8c.html | 0 .../DSP/html/arm__rfft__init__q31_8c.html | 0 .../DSP/html/arm__rfft__q15_8c.html | 0 .../DSP/html/arm__rfft__q31_8c.html | 0 .../DSP/html/arm__rms__f32_8c.html | 0 .../DSP/html/arm__rms__q15_8c.html | 0 .../DSP/html/arm__rms__q31_8c.html | 0 .../DSP/html/arm__scale__f32_8c.html | 0 .../DSP/html/arm__scale__q15_8c.html | 0 .../DSP/html/arm__scale__q31_8c.html | 0 .../DSP/html/arm__scale__q7_8c.html | 0 .../DSP/html/arm__shift__q15_8c.html | 0 .../DSP/html/arm__shift__q31_8c.html | 0 .../DSP/html/arm__shift__q7_8c.html | 0 .../html/arm__signal__converge__data_8c.html | 0 ...erge__example_2_a_r_m_2_abstract_8txt.html | 0 ..._2_a_r_m_c_m0_2system___a_r_m_c_m0_8c.html | 0 ..._2_a_r_m_c_m3_2system___a_r_m_c_m3_8c.html | 0 ..._m_c_m4___f_p_2system___a_r_m_c_m4_8c.html | 0 ..._m_c_m7___s_p_2system___a_r_m_c_m7_8c.html | 0 ...a_r_m_2_r_t_e_2_r_t_e___components_8h.html | 0 ...rge__example_2_a_r_m_2math__helper_8c.html | 0 ...rge__example_2_a_r_m_2math__helper_8h.html | 0 ...rm__signal__converge__example__f32_8c.html | 0 ..._cos__example_2_a_r_m_2_abstract_8txt.html | 0 ..._2_a_r_m_c_m0_2system___a_r_m_c_m0_8c.html | 0 ..._2_a_r_m_c_m3_2system___a_r_m_c_m3_8c.html | 0 ..._m_c_m4___f_p_2system___a_r_m_c_m4_8c.html | 0 ..._m_c_m7___s_p_2system___a_r_m_c_m7_8c.html | 0 ...a_r_m_2_r_t_e_2_r_t_e___components_8h.html | 0 .../html/arm__sin__cos__example__f32_8c.html | 0 .../DSP/html/arm__sin__cos__f32_8c.html | 0 .../DSP/html/arm__sin__cos__q31_8c.html | 0 .../DSP/html/arm__sin__f32_8c.html | 0 .../DSP/html/arm__sin__q15_8c.html | 0 .../DSP/html/arm__sin__q31_8c.html | 0 .../DSP/html/arm__sqrt__q15_8c.html | 0 .../DSP/html/arm__sqrt__q31_8c.html | 0 .../DSP/html/arm__std__f32_8c.html | 0 .../DSP/html/arm__std__q15_8c.html | 0 .../DSP/html/arm__std__q31_8c.html | 0 .../DSP/html/arm__sub__f32_8c.html | 0 .../DSP/html/arm__sub__q15_8c.html | 0 .../DSP/html/arm__sub__q31_8c.html | 0 .../DSP/html/arm__sub__q7_8c.html | 0 .../DSP/html/arm__var__f32_8c.html | 0 .../DSP/html/arm__var__q15_8c.html | 0 .../DSP/html/arm__var__q31_8c.html | 0 ...ance__example_2_a_r_m_2_abstract_8txt.html | 0 ..._2_a_r_m_c_m0_2system___a_r_m_c_m0_8c.html | 0 ..._2_a_r_m_c_m3_2system___a_r_m_c_m3_8c.html | 0 ..._m_c_m4___f_p_2system___a_r_m_c_m4_8c.html | 0 ..._m_c_m7___s_p_2system___a_r_m_c_m7_8c.html | 0 ...a_r_m_2_r_t_e_2_r_t_e___components_8h.html | 0 .../html/arm__variance__example__f32_8c.html | 0 ...rm_class_marks_example_f32_8c-example.html | 0 ...rm_convolution_example_f32_8c-example.html | 0 ...arm_dotproduct_example_f32_8c-example.html | 0 .../arm_fft_bin_example_f32_8c-example.html | 0 .../html/arm_fir_example_f32_8c-example.html | 0 ...phic_equalizer_example_q31_8c-example.html | 0 ..._linear_interp_example_f32_8c-example.html | 0 .../arm_matrix_example_f32_8c-example.html | 0 ...ignal_converge_example_f32_8c-example.html | 0 .../arm_sin_cos_example_f32_8c-example.html | 0 .../arm_variance_example_f32_8c-example.html | 0 .../CMSIS/Documentation/DSP/html/bc_s.png | Bin .../CMSIS/Documentation/DSP/html/bdwn.png | Bin .../CMSIS/Documentation/DSP/html/clarke.gif | Bin .../Documentation/DSP/html/clarkeFormula.gif | Bin .../DSP/html/clarkeInvFormula.gif | Bin .../CMSIS/Documentation/DSP/html/classes.html | 0 .../CMSIS/Documentation/DSP/html/closed.png | Bin .../CMSIS/Documentation/DSP/html/cmsis.css | 0 .../DSP/html/dct4FormatsQ15Table.gif | Bin .../DSP/html/dct4FormatsQ31Table.gif | Bin .../DSP/html/dct4NormalizingF32Table.gif | Bin .../DSP/html/dct4NormalizingQ15Table.gif | Bin .../DSP/html/dct4NormalizingQ31Table.gif | Bin .../Documentation/DSP/html/deprecated.html | 0 .../dir_05485b5eab41976e219ba5522ae8a40f.html | 0 .../dir_09e8ef8785a41675b984fd022d87f1bc.html | 0 .../dir_0a655a63e9fde46c9762ddfc77ca04bf.html | 0 .../dir_0a68311637137c2c11b8e5c250252a09.html | 0 .../dir_0bd53153155fe3870c529e4f415d4a7e.html | 0 .../dir_12597927a5d871eba77af159658f8e9f.html | 0 .../dir_180f1cc07eaa223183e2db63ad84fc96.html | 0 .../dir_1a6938f21b9d3ee9631dba1cb5e9a79b.html | 0 .../dir_1bf7dc2439436c9055bff1493a609d16.html | 0 .../dir_1ca531cbfb5f1e8e78bee380ead506db.html | 0 .../dir_2089eff899a94c0329c5038f55baabab.html | 0 .../dir_2483b5ef8110e34ae07dadd52b31fd81.html | 0 .../dir_2540fe3bf997579a35b40d050fd58db0.html | 0 .../dir_276d6fac6319afec12f7159fe8d37de0.html | 0 .../dir_28efb39eb514d721c34bfd1d219ba1df.html | 0 .../dir_2bac5604b95d5833788d2de8744eebd8.html | 0 .../dir_2c6bf793c39a551cb3665287541dc62d.html | 0 .../dir_3196f85a8347e7c6cf5419f06f7f0a5c.html | 0 .../dir_33ac94cce96a0d93808878c5f6f288bf.html | 0 .../dir_34727d50220656242b857ddf64f52361.html | 0 .../dir_38b9476ff75f3e6ddc67484ee999428d.html | 0 .../dir_38d31328c42027cc5452e7496de7b88f.html | 0 .../dir_3963cad04f3c79af62d382ba0bd29283.html | 0 .../dir_3d1fa2b43a5e654514cd51dbe031762c.html | 0 .../dir_3d9b1fb18a6a04e0681aa143a1b11e83.html | 0 .../dir_3f2a337fe451aa47758dbb077bdba7b5.html | 0 .../dir_4104b0ce39688295b07e7d8423237024.html | 0 .../dir_424029d631ed0326d927fecdf0eb5714.html | 0 .../dir_446217fa41e7971f13d66a5ff592433f.html | 0 .../dir_45f8bb2d42ec552d5107a3dfe6860678.html | 0 .../dir_4646a6ed5faa53e0aa863c10960e3ab2.html | 0 .../dir_4714731cfbb1de4dc44e33e6cd6e4a5c.html | 0 .../dir_4c7fce71cdbef82378782cbb366558c3.html | 0 .../dir_4e28292bc057704f3d2041cc99d8a5e9.html | 0 .../dir_50f4d4f91ce5cd72cb6928b47e85a7f8.html | 0 .../dir_51a4a1a9da33f8f5fceef63d25a48bab.html | 0 .../dir_555dbbdc9f25fff28408fc741ceff093.html | 0 .../dir_56c57e2f0b48b2b8a51ef27bd8c502e6.html | 0 .../dir_56cec670f0bb78d679862f48f54d3df2.html | 0 .../dir_59a4e177523ec142602b8d9a69e8f1ad.html | 0 .../dir_5a70ee658078194b161f81d2720845c2.html | 0 .../dir_5a7314d68003d6d6c9cc9bdbf9474558.html | 0 .../dir_5ac065bab6b325e909a2891e62c4bc06.html | 0 .../dir_5f5bccfc6fe085bc51be756ab8f90283.html | 0 .../dir_6128d62f89366c4b8843a6e619831037.html | 0 .../dir_640aa2eed9b78c9534642de10c55cd76.html | 0 .../dir_64e2a74b8b7bbc67c7b58e8d27693791.html | 0 .../dir_677f903d85fbea9a56056645305fd3cb.html | 0 .../dir_67fa1d0aab2310595b9aeb6c7b217b31.html | 0 .../dir_68b896fe322128a858fd31091509f536.html | 0 .../dir_6ba48a5a8374668719ef019fe5c253cc.html | 0 .../dir_6f165a89e15e99ac3f22d8f869410ac4.html | 0 .../dir_6fa7a20b876299d97755d41c2d48a6a5.html | 0 .../dir_7101093b4d1c318dab4c75d3b6d4e65e.html | 0 .../dir_7b31f24274e1fbd0785fc4576840c524.html | 0 .../dir_7c360855219f51fadbd92197472e63eb.html | 0 .../dir_7d4cec4b61e1207b4d4e94667e8b33c4.html | 0 .../dir_7d5684d3cdce709028a67dede40715c9.html | 0 .../dir_7e8aa87db1ad6b3d9b1f25792e7c5208.html | 0 .../dir_81c44c586c907f45c06b9b0a1d54e536.html | 0 .../dir_822489d6fe1c800fff671c2e07883531.html | 0 .../dir_82f440d47881c253175a7975df0d431b.html | 0 .../dir_8414b1b93f9b578e0e4fd694ad6d561d.html | 0 .../dir_856524284ebe840938865dc061f982fb.html | 0 .../dir_8964a87ec8901bd068212c6dbdc5667e.html | 0 .../dir_8e3293b977a6b314227f0cbb91dff730.html | 0 .../dir_8ec650f333a7a305dec681cfacaa8edc.html | 0 .../dir_8f74d965c767f9f408b01fb8ac42c08d.html | 0 .../dir_918b1d9c020a9c8774a15ad3971a73ba.html | 0 .../dir_925317a6e91dbb02ffd51da5d221b046.html | 0 .../dir_92c426a233a3fdd85d56996e21a98e0e.html | 0 .../dir_99f4521c725f0e333e2b206f562a5db7.html | 0 .../dir_9aca731d350c1cdbae92b5821b7281b6.html | 0 .../dir_9bbc0b803a378696e320e7975798d136.html | 0 .../dir_9c857f0e41082f634e50072d001e0d4f.html | 0 .../dir_9ec4a86676306e0fd116a00bf2906438.html | 0 .../dir_a318715356e0ddd7f0022cb090f89fc2.html | 0 .../dir_a368b1aeece590aaffe7782f861e3d24.html | 0 .../dir_a4dee065d84ef6ffe4004c9ef0acf573.html | 0 .../dir_a757f05afb4eb2e937a151caf65a9259.html | 0 .../dir_a9b08443a15a54b29b0454fe878922b3.html | 0 .../dir_aa7ef7d51ba6279587b659bb78c926be.html | 0 .../dir_af59df418deac60c7129b68088884655.html | 0 .../dir_b175b6a1b0e91b31e821dead0757e039.html | 0 .../dir_b4620baec99d7beabdab610e4d749ef9.html | 0 .../dir_b5d45ad7eb5bf398416f62f8980ddf77.html | 0 .../dir_b88714652b8aa1e1c1599fa05e2dbc2f.html | 0 .../dir_ba345a22c23c468dbe342a31a3980d31.html | 0 .../dir_be2d3df67661aefe0e3f0071a1d6f8f1.html | 0 .../dir_c2e666cea3ed7c127463edfe7b3abed4.html | 0 .../dir_cc6125d285775e245d68db3d4ce69092.html | 0 .../dir_cd8c33382d73f02781c40066dbd2f0d5.html | 0 .../dir_cf417d728100a167f563acfac33cb7c7.html | 0 .../dir_d1af19de43f00bd515b519c982d49d68.html | 0 .../dir_d1d61a1361fc579da85c1b709ed868d7.html | 0 .../dir_d3331dca3948a91095eeb99d07575db0.html | 0 .../dir_d6b73ad7e408302c29ea0ebadf42639d.html | 0 .../dir_daf4f5c4da18fbee2cc01397e7059227.html | 0 .../dir_dcc7392e27ceedcb8fca5c4cd07c4b5c.html | 0 .../dir_e04602aba7b2f9f43e3429e32fb5dc36.html | 0 .../dir_e4eb7b834609f1fe20523c66b23e4a87.html | 0 .../dir_e677fc34f5347e58d43c339b53e9b418.html | 0 .../dir_e69484b12825f40a4799c3db7df7c339.html | 0 .../dir_e850fff378e36258e2a085808e9d898c.html | 0 .../dir_eaa4f497a3f9bf201d37aaf8d8603deb.html | 0 .../dir_ed0f06d1d48a5e921d9f4bc3a2223aa6.html | 0 .../dir_f31395880d34591c756e13478059d1a5.html | 0 .../dir_f3f90e767886505989b4baa9d4b81390.html | 0 .../dir_fa76c9f4334252cb8d941364a7ed9feb.html | 0 .../dir_fccaebac91eec4cb351e86457c5d1310.html | 0 .../Documentation/DSP/html/dotProduct.gif | Bin .../CMSIS/Documentation/DSP/html/doxygen.png | Bin .../Documentation/DSP/html/dynsections.js | 0 .../Documentation/DSP/html/examples.html | 0 .../CMSIS/Documentation/DSP/html/files.html | 0 .../Documentation/DSP/html/ftv2blank.png | Bin .../CMSIS/Documentation/DSP/html/ftv2cl.png | Bin .../CMSIS/Documentation/DSP/html/ftv2doc.png | Bin .../DSP/html/ftv2folderclosed.png | Bin .../Documentation/DSP/html/ftv2folderopen.png | Bin .../Documentation/DSP/html/ftv2lastnode.png | Bin .../CMSIS/Documentation/DSP/html/ftv2link.png | Bin .../Documentation/DSP/html/ftv2mlastnode.png | Bin .../Documentation/DSP/html/ftv2mnode.png | Bin .../CMSIS/Documentation/DSP/html/ftv2mo.png | Bin .../CMSIS/Documentation/DSP/html/ftv2node.png | Bin .../CMSIS/Documentation/DSP/html/ftv2ns.png | Bin .../Documentation/DSP/html/ftv2plastnode.png | Bin .../Documentation/DSP/html/ftv2pnode.png | Bin .../Documentation/DSP/html/ftv2splitbar.png | Bin .../Documentation/DSP/html/ftv2vertline.png | Bin .../Documentation/DSP/html/functions.html | 0 .../DSP/html/functions_0x62.html | 0 .../DSP/html/functions_0x65.html | 0 .../DSP/html/functions_0x66.html | 0 .../DSP/html/functions_0x69.html | 0 .../DSP/html/functions_0x6b.html | 0 .../DSP/html/functions_0x6c.html | 0 .../DSP/html/functions_0x6d.html | 0 .../DSP/html/functions_0x6e.html | 0 .../DSP/html/functions_0x6f.html | 0 .../DSP/html/functions_0x70.html | 0 .../DSP/html/functions_0x72.html | 0 .../DSP/html/functions_0x73.html | 0 .../DSP/html/functions_0x74.html | 0 .../DSP/html/functions_0x78.html | 0 .../Documentation/DSP/html/functions_dup.js | 0 .../DSP/html/functions_vars.html | 0 .../Documentation/DSP/html/functions_vars.js | 0 .../DSP/html/functions_vars_0x62.html | 0 .../DSP/html/functions_vars_0x65.html | 0 .../DSP/html/functions_vars_0x66.html | 0 .../DSP/html/functions_vars_0x69.html | 0 .../DSP/html/functions_vars_0x6b.html | 0 .../DSP/html/functions_vars_0x6c.html | 0 .../DSP/html/functions_vars_0x6d.html | 0 .../DSP/html/functions_vars_0x6e.html | 0 .../DSP/html/functions_vars_0x6f.html | 0 .../DSP/html/functions_vars_0x70.html | 0 .../DSP/html/functions_vars_0x72.html | 0 .../DSP/html/functions_vars_0x73.html | 0 .../DSP/html/functions_vars_0x74.html | 0 .../DSP/html/functions_vars_0x78.html | 0 .../CMSIS/Documentation/DSP/html/globals.html | 0 .../Documentation/DSP/html/globals_0x61.html | 0 .../Documentation/DSP/html/globals_0x62.html | 0 .../Documentation/DSP/html/globals_0x63.html | 0 .../Documentation/DSP/html/globals_0x64.html | 0 .../Documentation/DSP/html/globals_0x65.html | 0 .../Documentation/DSP/html/globals_0x66.html | 0 .../Documentation/DSP/html/globals_0x67.html | 0 .../Documentation/DSP/html/globals_0x69.html | 0 .../Documentation/DSP/html/globals_0x6c.html | 0 .../Documentation/DSP/html/globals_0x6d.html | 0 .../Documentation/DSP/html/globals_0x6e.html | 0 .../Documentation/DSP/html/globals_0x6f.html | 0 .../Documentation/DSP/html/globals_0x70.html | 0 .../Documentation/DSP/html/globals_0x71.html | 0 .../Documentation/DSP/html/globals_0x72.html | 0 .../Documentation/DSP/html/globals_0x73.html | 0 .../Documentation/DSP/html/globals_0x74.html | 0 .../Documentation/DSP/html/globals_0x75.html | 0 .../Documentation/DSP/html/globals_0x76.html | 0 .../Documentation/DSP/html/globals_0x77.html | 0 .../Documentation/DSP/html/globals_0x78.html | 0 .../Documentation/DSP/html/globals_defs.html | 0 .../DSP/html/globals_defs_0x61.html | 0 .../DSP/html/globals_defs_0x62.html | 0 .../DSP/html/globals_defs_0x63.html | 0 .../DSP/html/globals_defs_0x64.html | 0 .../DSP/html/globals_defs_0x66.html | 0 .../DSP/html/globals_defs_0x69.html | 0 .../DSP/html/globals_defs_0x6d.html | 0 .../DSP/html/globals_defs_0x6e.html | 0 .../DSP/html/globals_defs_0x70.html | 0 .../DSP/html/globals_defs_0x73.html | 0 .../DSP/html/globals_defs_0x74.html | 0 .../DSP/html/globals_defs_0x75.html | 0 .../DSP/html/globals_defs_0x78.html | 0 .../Documentation/DSP/html/globals_enum.html | 0 .../Documentation/DSP/html/globals_eval.html | 0 .../Documentation/DSP/html/globals_func.html | 0 .../DSP/html/globals_func_0x62.html | 0 .../DSP/html/globals_func_0x63.html | 0 .../DSP/html/globals_func_0x64.html | 0 .../DSP/html/globals_func_0x66.html | 0 .../DSP/html/globals_func_0x67.html | 0 .../DSP/html/globals_func_0x69.html | 0 .../DSP/html/globals_func_0x6c.html | 0 .../DSP/html/globals_func_0x6d.html | 0 .../DSP/html/globals_func_0x6e.html | 0 .../DSP/html/globals_func_0x6f.html | 0 .../DSP/html/globals_func_0x70.html | 0 .../DSP/html/globals_func_0x71.html | 0 .../DSP/html/globals_func_0x72.html | 0 .../DSP/html/globals_func_0x73.html | 0 .../DSP/html/globals_func_0x74.html | 0 .../DSP/html/globals_func_0x76.html | 0 .../Documentation/DSP/html/globals_type.html | 0 .../Documentation/DSP/html/globals_vars.html | 0 .../DSP/html/globals_vars_0x62.html | 0 .../DSP/html/globals_vars_0x63.html | 0 .../DSP/html/globals_vars_0x64.html | 0 .../DSP/html/globals_vars_0x65.html | 0 .../DSP/html/globals_vars_0x66.html | 0 .../DSP/html/globals_vars_0x67.html | 0 .../DSP/html/globals_vars_0x69.html | 0 .../DSP/html/globals_vars_0x6c.html | 0 .../DSP/html/globals_vars_0x6d.html | 0 .../DSP/html/globals_vars_0x6e.html | 0 .../DSP/html/globals_vars_0x6f.html | 0 .../DSP/html/globals_vars_0x72.html | 0 .../DSP/html/globals_vars_0x73.html | 0 .../DSP/html/globals_vars_0x74.html | 0 .../DSP/html/globals_vars_0x76.html | 0 .../DSP/html/globals_vars_0x77.html | 0 .../DSP/html/globals_vars_0x78.html | 0 .../DSP/html/group___basic_abs.html | 0 .../DSP/html/group___basic_abs.js | 0 .../DSP/html/group___basic_add.html | 0 .../DSP/html/group___basic_add.js | 0 .../DSP/html/group___basic_mult.html | 0 .../DSP/html/group___basic_mult.js | 0 .../DSP/html/group___basic_sub.html | 0 .../DSP/html/group___basic_sub.js | 0 .../html/group___bilinear_interpolate.html | 0 .../DSP/html/group___bilinear_interpolate.js | 0 .../DSP/html/group___biquad_cascade_d_f1.html | 0 .../DSP/html/group___biquad_cascade_d_f1.js | 0 .../group___biquad_cascade_d_f1__32x64.html | 0 .../group___biquad_cascade_d_f1__32x64.js | 0 .../html/group___biquad_cascade_d_f2_t.html | 0 .../DSP/html/group___biquad_cascade_d_f2_t.js | 0 .../DSP/html/group___c_f_f_t___c_i_f_f_t.html | 0 .../DSP/html/group___c_f_f_t___c_i_f_f_t.js | 0 .../DSP/html/group___class_marks.html | 0 .../DSP/html/group___cmplx_by_cmplx_mult.html | 0 .../DSP/html/group___cmplx_by_cmplx_mult.js | 0 .../DSP/html/group___cmplx_by_real_mult.html | 0 .../DSP/html/group___cmplx_by_real_mult.js | 0 .../DSP/html/group___cmplx_matrix_mult.html | 0 .../DSP/html/group___cmplx_matrix_mult.js | 0 .../DSP/html/group___complex_f_f_t.html | 0 .../DSP/html/group___complex_f_f_t.js | 0 .../Documentation/DSP/html/group___conv.html | 0 .../Documentation/DSP/html/group___conv.js | 0 .../DSP/html/group___convolution_example.html | 0 .../Documentation/DSP/html/group___corr.html | 0 .../Documentation/DSP/html/group___corr.js | 0 .../DSP/html/group___d_c_t4___i_d_c_t4.html | 0 .../DSP/html/group___d_c_t4___i_d_c_t4.js | 0 .../DSP/html/group___dotproduct_example.html | 0 .../Documentation/DSP/html/group___f_i_r.html | 0 .../Documentation/DSP/html/group___f_i_r.js | 0 .../DSP/html/group___f_i_r___interpolate.html | 0 .../DSP/html/group___f_i_r___interpolate.js | 0 .../DSP/html/group___f_i_r___lattice.html | 0 .../DSP/html/group___f_i_r___lattice.js | 0 .../DSP/html/group___f_i_r___sparse.html | 0 .../DSP/html/group___f_i_r___sparse.js | 0 .../DSP/html/group___f_i_r__decimate.html | 0 .../DSP/html/group___f_i_r__decimate.js | 0 .../DSP/html/group___f_i_r_l_p_f.html | 0 .../Documentation/DSP/html/group___fast.html | 0 .../Documentation/DSP/html/group___fill.html | 0 .../Documentation/DSP/html/group___fill.js | 0 .../DSP/html/group___frequency_bin.html | 0 .../DSP/html/group___g_e_q5_band.html | 0 .../DSP/html/group___i_i_r___lattice.html | 0 .../DSP/html/group___i_i_r___lattice.js | 0 .../Documentation/DSP/html/group___l_m_s.html | 0 .../Documentation/DSP/html/group___l_m_s.js | 0 .../DSP/html/group___l_m_s___n_o_r_m.html | 0 .../DSP/html/group___l_m_s___n_o_r_m.js | 0 .../html/group___linear_interp_example.html | 0 .../DSP/html/group___linear_interpolate.html | 0 .../DSP/html/group___linear_interpolate.js | 0 .../DSP/html/group___matrix_add.html | 0 .../DSP/html/group___matrix_add.js | 0 .../DSP/html/group___matrix_example.html | 0 .../DSP/html/group___matrix_init.html | 0 .../DSP/html/group___matrix_init.js | 0 .../DSP/html/group___matrix_inv.html | 0 .../DSP/html/group___matrix_inv.js | 0 .../DSP/html/group___matrix_mult.html | 0 .../DSP/html/group___matrix_mult.js | 0 .../DSP/html/group___matrix_scale.html | 0 .../DSP/html/group___matrix_scale.js | 0 .../DSP/html/group___matrix_sub.html | 0 .../DSP/html/group___matrix_sub.js | 0 .../DSP/html/group___matrix_trans.html | 0 .../DSP/html/group___matrix_trans.js | 0 .../Documentation/DSP/html/group___max.html | 0 .../Documentation/DSP/html/group___max.js | 0 .../Documentation/DSP/html/group___min.html | 0 .../Documentation/DSP/html/group___min.js | 0 .../Documentation/DSP/html/group___p_i_d.html | 0 .../Documentation/DSP/html/group___p_i_d.js | 0 .../DSP/html/group___partial_conv.html | 0 .../DSP/html/group___partial_conv.js | 0 .../Documentation/DSP/html/group___r_m_s.html | 0 .../Documentation/DSP/html/group___r_m_s.js | 0 .../group___radix8___c_f_f_t___c_i_f_f_t.html | 0 .../DSP/html/group___real_f_f_t.html | 0 .../DSP/html/group___real_f_f_t.js | 0 .../DSP/html/group___s_q_r_t.html | 0 .../Documentation/DSP/html/group___s_q_r_t.js | 0 .../Documentation/DSP/html/group___s_t_d.html | 0 .../Documentation/DSP/html/group___s_t_d.js | 0 .../DSP/html/group___signal_convergence.html | 0 .../DSP/html/group___sin_cos.html | 0 .../Documentation/DSP/html/group___sin_cos.js | 0 .../DSP/html/group___sin_cos_example.html | 0 .../DSP/html/group___variance_example.html | 0 .../Documentation/DSP/html/group__clarke.html | 0 .../Documentation/DSP/html/group__clarke.js | 0 .../DSP/html/group__cmplx__conj.html | 0 .../DSP/html/group__cmplx__conj.js | 0 .../DSP/html/group__cmplx__dot__prod.html | 0 .../DSP/html/group__cmplx__dot__prod.js | 0 .../DSP/html/group__cmplx__mag.html | 0 .../DSP/html/group__cmplx__mag.js | 0 .../DSP/html/group__cmplx__mag__squared.html | 0 .../DSP/html/group__cmplx__mag__squared.js | 0 .../Documentation/DSP/html/group__copy.html | 0 .../Documentation/DSP/html/group__copy.js | 0 .../Documentation/DSP/html/group__cos.html | 0 .../Documentation/DSP/html/group__cos.js | 0 .../DSP/html/group__dot__prod.html | 0 .../DSP/html/group__dot__prod.js | 0 .../DSP/html/group__float__to__x.html | 0 .../DSP/html/group__float__to__x.js | 0 .../DSP/html/group__group_cmplx_math.html | 0 .../DSP/html/group__group_cmplx_math.js | 0 .../DSP/html/group__group_controller.html | 0 .../DSP/html/group__group_controller.js | 0 .../DSP/html/group__group_examples.html | 0 .../DSP/html/group__group_examples.js | 0 .../DSP/html/group__group_fast_math.html | 0 .../DSP/html/group__group_fast_math.js | 0 .../DSP/html/group__group_filters.html | 0 .../DSP/html/group__group_filters.js | 0 .../DSP/html/group__group_interpolation.html | 0 .../DSP/html/group__group_interpolation.js | 0 .../DSP/html/group__group_math.html | 0 .../DSP/html/group__group_math.js | 0 .../DSP/html/group__group_matrix.html | 0 .../DSP/html/group__group_matrix.js | 0 .../DSP/html/group__group_stats.html | 0 .../DSP/html/group__group_stats.js | 0 .../DSP/html/group__group_support.html | 0 .../DSP/html/group__group_support.js | 0 .../DSP/html/group__group_transforms.html | 0 .../DSP/html/group__group_transforms.js | 0 .../DSP/html/group__inv__clarke.html | 0 .../DSP/html/group__inv__clarke.js | 0 .../DSP/html/group__inv__park.html | 0 .../DSP/html/group__inv__park.js | 0 .../Documentation/DSP/html/group__mean.html | 0 .../Documentation/DSP/html/group__mean.js | 0 .../Documentation/DSP/html/group__negate.html | 0 .../Documentation/DSP/html/group__negate.js | 0 .../Documentation/DSP/html/group__offset.html | 0 .../Documentation/DSP/html/group__offset.js | 0 .../Documentation/DSP/html/group__park.html | 0 .../Documentation/DSP/html/group__park.js | 0 .../Documentation/DSP/html/group__power.html | 0 .../Documentation/DSP/html/group__power.js | 0 .../DSP/html/group__q15__to__x.html | 0 .../DSP/html/group__q15__to__x.js | 0 .../DSP/html/group__q31__to__x.html | 0 .../DSP/html/group__q31__to__x.js | 0 .../DSP/html/group__q7__to__x.html | 0 .../DSP/html/group__q7__to__x.js | 0 .../Documentation/DSP/html/group__scale.html | 0 .../Documentation/DSP/html/group__scale.js | 0 .../Documentation/DSP/html/group__shift.html | 0 .../Documentation/DSP/html/group__shift.js | 0 .../Documentation/DSP/html/group__sin.html | 0 .../Documentation/DSP/html/group__sin.js | 0 .../DSP/html/group__variance.html | 0 .../Documentation/DSP/html/group__variance.js | 0 .../CMSIS/Documentation/DSP/html/index.html | 0 .../CMSIS/Documentation/DSP/html/jquery.js | 0 .../Documentation/DSP/html/license_8txt.html | 0 .../DSP/html/linearInterpExampleMethod1.gif | Bin .../DSP/html/linearInterpExampleMethod2.gif | Bin .../Documentation/DSP/html/matrixExample.gif | Bin .../CMSIS/Documentation/DSP/html/modules.html | 0 .../CMSIS/Documentation/DSP/html/modules.js | 0 .../CMSIS/Documentation/DSP/html/nav_f.png | Bin .../CMSIS/Documentation/DSP/html/nav_g.png | Bin .../CMSIS/Documentation/DSP/html/nav_h.png | Bin .../CMSIS/Documentation/DSP/html/navtree.css | 0 .../CMSIS/Documentation/DSP/html/navtree.js | 0 .../Documentation/DSP/html/navtreeindex0.js | 0 .../Documentation/DSP/html/navtreeindex1.js | 0 .../Documentation/DSP/html/navtreeindex2.js | 0 .../Documentation/DSP/html/navtreeindex3.js | 0 .../CMSIS/Documentation/DSP/html/open.png | Bin .../CMSIS/Documentation/DSP/html/pages.html | 0 .../CMSIS/Documentation/DSP/html/park.gif | Bin .../Documentation/DSP/html/parkFormula.gif | Bin .../Documentation/DSP/html/parkInvFormula.gif | Bin .../CMSIS/Documentation/DSP/html/resize.js | 0 .../Documentation/DSP/html/search/all_5f.html | 0 .../Documentation/DSP/html/search/all_5f.js | 0 .../Documentation/DSP/html/search/all_61.html | 0 .../Documentation/DSP/html/search/all_61.js | 0 .../Documentation/DSP/html/search/all_62.html | 0 .../Documentation/DSP/html/search/all_62.js | 0 .../Documentation/DSP/html/search/all_63.html | 0 .../Documentation/DSP/html/search/all_63.js | 0 .../Documentation/DSP/html/search/all_64.html | 0 .../Documentation/DSP/html/search/all_64.js | 0 .../Documentation/DSP/html/search/all_65.html | 0 .../Documentation/DSP/html/search/all_65.js | 0 .../Documentation/DSP/html/search/all_66.html | 0 .../Documentation/DSP/html/search/all_66.js | 0 .../Documentation/DSP/html/search/all_67.html | 0 .../Documentation/DSP/html/search/all_67.js | 0 .../Documentation/DSP/html/search/all_68.html | 0 .../Documentation/DSP/html/search/all_68.js | 0 .../Documentation/DSP/html/search/all_69.html | 0 .../Documentation/DSP/html/search/all_69.js | 0 .../Documentation/DSP/html/search/all_6b.html | 0 .../Documentation/DSP/html/search/all_6b.js | 0 .../Documentation/DSP/html/search/all_6c.html | 0 .../Documentation/DSP/html/search/all_6c.js | 0 .../Documentation/DSP/html/search/all_6d.html | 0 .../Documentation/DSP/html/search/all_6d.js | 0 .../Documentation/DSP/html/search/all_6e.html | 0 .../Documentation/DSP/html/search/all_6e.js | 0 .../Documentation/DSP/html/search/all_6f.html | 0 .../Documentation/DSP/html/search/all_6f.js | 0 .../Documentation/DSP/html/search/all_70.html | 0 .../Documentation/DSP/html/search/all_70.js | 0 .../Documentation/DSP/html/search/all_71.html | 0 .../Documentation/DSP/html/search/all_71.js | 0 .../Documentation/DSP/html/search/all_72.html | 0 .../Documentation/DSP/html/search/all_72.js | 0 .../Documentation/DSP/html/search/all_73.html | 0 .../Documentation/DSP/html/search/all_73.js | 0 .../Documentation/DSP/html/search/all_74.html | 0 .../Documentation/DSP/html/search/all_74.js | 0 .../Documentation/DSP/html/search/all_75.html | 0 .../Documentation/DSP/html/search/all_75.js | 0 .../Documentation/DSP/html/search/all_76.html | 0 .../Documentation/DSP/html/search/all_76.js | 0 .../Documentation/DSP/html/search/all_77.html | 0 .../Documentation/DSP/html/search/all_77.js | 0 .../Documentation/DSP/html/search/all_78.html | 0 .../Documentation/DSP/html/search/all_78.js | 0 .../DSP/html/search/classes_61.html | 0 .../DSP/html/search/classes_61.js | 0 .../Documentation/DSP/html/search/close.png | Bin .../DSP/html/search/defines_5f.html | 0 .../DSP/html/search/defines_5f.js | 0 .../DSP/html/search/defines_61.html | 0 .../DSP/html/search/defines_61.js | 0 .../DSP/html/search/defines_62.html | 0 .../DSP/html/search/defines_62.js | 0 .../DSP/html/search/defines_63.html | 0 .../DSP/html/search/defines_63.js | 0 .../DSP/html/search/defines_64.html | 0 .../DSP/html/search/defines_64.js | 0 .../DSP/html/search/defines_66.html | 0 .../DSP/html/search/defines_66.js | 0 .../DSP/html/search/defines_69.html | 0 .../DSP/html/search/defines_69.js | 0 .../DSP/html/search/defines_6d.html | 0 .../DSP/html/search/defines_6d.js | 0 .../DSP/html/search/defines_6e.html | 0 .../DSP/html/search/defines_6e.js | 0 .../DSP/html/search/defines_70.html | 0 .../DSP/html/search/defines_70.js | 0 .../DSP/html/search/defines_73.html | 0 .../DSP/html/search/defines_73.js | 0 .../DSP/html/search/defines_74.html | 0 .../DSP/html/search/defines_74.js | 0 .../DSP/html/search/defines_75.html | 0 .../DSP/html/search/defines_75.js | 0 .../DSP/html/search/defines_78.html | 0 .../DSP/html/search/defines_78.js | 0 .../DSP/html/search/enums_61.html | 0 .../Documentation/DSP/html/search/enums_61.js | 0 .../DSP/html/search/enumvalues_61.html | 0 .../DSP/html/search/enumvalues_61.js | 0 .../DSP/html/search/files_61.html | 0 .../Documentation/DSP/html/search/files_61.js | 0 .../DSP/html/search/files_63.html | 0 .../Documentation/DSP/html/search/files_63.js | 0 .../DSP/html/search/files_67.html | 0 .../Documentation/DSP/html/search/files_67.js | 0 .../DSP/html/search/files_6c.html | 0 .../Documentation/DSP/html/search/files_6c.js | 0 .../DSP/html/search/functions_61.html | 0 .../DSP/html/search/functions_61.js | 0 .../DSP/html/search/functions_63.html | 0 .../DSP/html/search/functions_63.js | 0 .../DSP/html/search/functions_64.html | 0 .../DSP/html/search/functions_64.js | 0 .../DSP/html/search/functions_67.html | 0 .../DSP/html/search/functions_67.js | 0 .../DSP/html/search/functions_6d.html | 0 .../DSP/html/search/functions_6d.js | 0 .../DSP/html/search/functions_73.html | 0 .../DSP/html/search/functions_73.js | 0 .../DSP/html/search/functions_74.html | 0 .../DSP/html/search/functions_74.js | 0 .../DSP/html/search/groups_62.html | 0 .../DSP/html/search/groups_62.js | 0 .../DSP/html/search/groups_63.html | 0 .../DSP/html/search/groups_63.js | 0 .../DSP/html/search/groups_64.html | 0 .../DSP/html/search/groups_64.js | 0 .../DSP/html/search/groups_65.html | 0 .../DSP/html/search/groups_65.js | 0 .../DSP/html/search/groups_66.html | 0 .../DSP/html/search/groups_66.js | 0 .../DSP/html/search/groups_67.html | 0 .../DSP/html/search/groups_67.js | 0 .../DSP/html/search/groups_68.html | 0 .../DSP/html/search/groups_68.js | 0 .../DSP/html/search/groups_69.html | 0 .../DSP/html/search/groups_69.js | 0 .../DSP/html/search/groups_6c.html | 0 .../DSP/html/search/groups_6c.js | 0 .../DSP/html/search/groups_6d.html | 0 .../DSP/html/search/groups_6d.js | 0 .../DSP/html/search/groups_6e.html | 0 .../DSP/html/search/groups_6e.js | 0 .../DSP/html/search/groups_70.html | 0 .../DSP/html/search/groups_70.js | 0 .../DSP/html/search/groups_72.html | 0 .../DSP/html/search/groups_72.js | 0 .../DSP/html/search/groups_73.html | 0 .../DSP/html/search/groups_73.js | 0 .../DSP/html/search/groups_74.html | 0 .../DSP/html/search/groups_74.js | 0 .../DSP/html/search/groups_76.html | 0 .../DSP/html/search/groups_76.js | 0 .../Documentation/DSP/html/search/mag_sel.png | Bin .../DSP/html/search/nomatches.html | 0 .../DSP/html/search/pages_63.html | 0 .../Documentation/DSP/html/search/pages_63.js | 0 .../DSP/html/search/pages_64.html | 0 .../Documentation/DSP/html/search/pages_64.js | 0 .../Documentation/DSP/html/search/search.css | 0 .../Documentation/DSP/html/search/search.js | 0 .../DSP/html/search/search_l.png | Bin .../DSP/html/search/search_m.png | Bin .../DSP/html/search/search_r.png | Bin .../DSP/html/search/typedefs_66.html | 0 .../DSP/html/search/typedefs_66.js | 0 .../DSP/html/search/typedefs_71.html | 0 .../DSP/html/search/typedefs_71.js | 0 .../DSP/html/search/variables_61.html | 0 .../DSP/html/search/variables_61.js | 0 .../DSP/html/search/variables_62.html | 0 .../DSP/html/search/variables_62.js | 0 .../DSP/html/search/variables_63.html | 0 .../DSP/html/search/variables_63.js | 0 .../DSP/html/search/variables_64.html | 0 .../DSP/html/search/variables_64.js | 0 .../DSP/html/search/variables_65.html | 0 .../DSP/html/search/variables_65.js | 0 .../DSP/html/search/variables_66.html | 0 .../DSP/html/search/variables_66.js | 0 .../DSP/html/search/variables_67.html | 0 .../DSP/html/search/variables_67.js | 0 .../DSP/html/search/variables_69.html | 0 .../DSP/html/search/variables_69.js | 0 .../DSP/html/search/variables_6b.html | 0 .../DSP/html/search/variables_6b.js | 0 .../DSP/html/search/variables_6c.html | 0 .../DSP/html/search/variables_6c.js | 0 .../DSP/html/search/variables_6d.html | 0 .../DSP/html/search/variables_6d.js | 0 .../DSP/html/search/variables_6e.html | 0 .../DSP/html/search/variables_6e.js | 0 .../DSP/html/search/variables_6f.html | 0 .../DSP/html/search/variables_6f.js | 0 .../DSP/html/search/variables_70.html | 0 .../DSP/html/search/variables_70.js | 0 .../DSP/html/search/variables_72.html | 0 .../DSP/html/search/variables_72.js | 0 .../DSP/html/search/variables_73.html | 0 .../DSP/html/search/variables_73.js | 0 .../DSP/html/search/variables_74.html | 0 .../DSP/html/search/variables_74.js | 0 .../DSP/html/search/variables_76.html | 0 .../DSP/html/search/variables_76.js | 0 .../DSP/html/search/variables_77.html | 0 .../DSP/html/search/variables_77.js | 0 .../DSP/html/search/variables_78.html | 0 .../DSP/html/search/variables_78.js | 0 .../CMSIS/Documentation/DSP/html/sinCos.gif | Bin ...tarm__bilinear__interp__instance__f32.html | 0 ...uctarm__bilinear__interp__instance__f32.js | 0 ...tarm__bilinear__interp__instance__q15.html | 0 ...uctarm__bilinear__interp__instance__q15.js | 0 ...tarm__bilinear__interp__instance__q31.html | 0 ...uctarm__bilinear__interp__instance__q31.js | 0 ...ctarm__bilinear__interp__instance__q7.html | 0 ...ructarm__bilinear__interp__instance__q7.js | 0 ...rm__biquad__cas__df1__32x64__ins__q31.html | 0 ...tarm__biquad__cas__df1__32x64__ins__q31.js | 0 ...biquad__cascade__df2_t__instance__f32.html | 0 ...__biquad__cascade__df2_t__instance__f32.js | 0 ...biquad__cascade__df2_t__instance__f64.html | 0 ...__biquad__cascade__df2_t__instance__f64.js | 0 ...cascade__stereo__df2_t__instance__f32.html | 0 ...__cascade__stereo__df2_t__instance__f32.js | 0 ...ructarm__biquad__casd__df1__inst__f32.html | 0 ...structarm__biquad__casd__df1__inst__f32.js | 0 ...ructarm__biquad__casd__df1__inst__q15.html | 0 ...structarm__biquad__casd__df1__inst__q15.js | 0 ...ructarm__biquad__casd__df1__inst__q31.html | 0 ...structarm__biquad__casd__df1__inst__q31.js | 0 .../html/structarm__cfft__instance__f32.html | 0 .../html/structarm__cfft__instance__f32.js | 0 .../html/structarm__cfft__instance__q15.html | 0 .../html/structarm__cfft__instance__q15.js | 0 .../html/structarm__cfft__instance__q31.html | 0 .../html/structarm__cfft__instance__q31.js | 0 ...tructarm__cfft__radix2__instance__f32.html | 0 .../structarm__cfft__radix2__instance__f32.js | 0 ...tructarm__cfft__radix2__instance__q15.html | 0 .../structarm__cfft__radix2__instance__q15.js | 0 ...tructarm__cfft__radix2__instance__q31.html | 0 .../structarm__cfft__radix2__instance__q31.js | 0 ...tructarm__cfft__radix4__instance__f32.html | 0 .../structarm__cfft__radix4__instance__f32.js | 0 ...tructarm__cfft__radix4__instance__q15.html | 0 .../structarm__cfft__radix4__instance__q15.js | 0 ...tructarm__cfft__radix4__instance__q31.html | 0 .../structarm__cfft__radix4__instance__q31.js | 0 .../html/structarm__dct4__instance__f32.html | 0 .../html/structarm__dct4__instance__f32.js | 0 .../html/structarm__dct4__instance__q15.html | 0 .../html/structarm__dct4__instance__q15.js | 0 .../html/structarm__dct4__instance__q31.html | 0 .../html/structarm__dct4__instance__q31.js | 0 ...ructarm__fir__decimate__instance__f32.html | 0 ...structarm__fir__decimate__instance__f32.js | 0 ...ructarm__fir__decimate__instance__q15.html | 0 ...structarm__fir__decimate__instance__q15.js | 0 ...ructarm__fir__decimate__instance__q31.html | 0 ...structarm__fir__decimate__instance__q31.js | 0 .../html/structarm__fir__instance__f32.html | 0 .../DSP/html/structarm__fir__instance__f32.js | 0 .../html/structarm__fir__instance__q15.html | 0 .../DSP/html/structarm__fir__instance__q15.js | 0 .../html/structarm__fir__instance__q31.html | 0 .../DSP/html/structarm__fir__instance__q31.js | 0 .../html/structarm__fir__instance__q7.html | 0 .../DSP/html/structarm__fir__instance__q7.js | 0 ...tarm__fir__interpolate__instance__f32.html | 0 ...uctarm__fir__interpolate__instance__f32.js | 0 ...tarm__fir__interpolate__instance__q15.html | 0 ...uctarm__fir__interpolate__instance__q15.js | 0 ...tarm__fir__interpolate__instance__q31.html | 0 ...uctarm__fir__interpolate__instance__q31.js | 0 ...tructarm__fir__lattice__instance__f32.html | 0 .../structarm__fir__lattice__instance__f32.js | 0 ...tructarm__fir__lattice__instance__q15.html | 0 .../structarm__fir__lattice__instance__q15.js | 0 ...tructarm__fir__lattice__instance__q31.html | 0 .../structarm__fir__lattice__instance__q31.js | 0 ...structarm__fir__sparse__instance__f32.html | 0 .../structarm__fir__sparse__instance__f32.js | 0 ...structarm__fir__sparse__instance__q15.html | 0 .../structarm__fir__sparse__instance__q15.js | 0 ...structarm__fir__sparse__instance__q31.html | 0 .../structarm__fir__sparse__instance__q31.js | 0 .../structarm__fir__sparse__instance__q7.html | 0 .../structarm__fir__sparse__instance__q7.js | 0 ...tructarm__iir__lattice__instance__f32.html | 0 .../structarm__iir__lattice__instance__f32.js | 0 ...tructarm__iir__lattice__instance__q15.html | 0 .../structarm__iir__lattice__instance__q15.js | 0 ...tructarm__iir__lattice__instance__q31.html | 0 .../structarm__iir__lattice__instance__q31.js | 0 ...uctarm__linear__interp__instance__f32.html | 0 ...tructarm__linear__interp__instance__f32.js | 0 .../html/structarm__lms__instance__f32.html | 0 .../DSP/html/structarm__lms__instance__f32.js | 0 .../html/structarm__lms__instance__q15.html | 0 .../DSP/html/structarm__lms__instance__q15.js | 0 .../html/structarm__lms__instance__q31.html | 0 .../DSP/html/structarm__lms__instance__q31.js | 0 .../structarm__lms__norm__instance__f32.html | 0 .../structarm__lms__norm__instance__f32.js | 0 .../structarm__lms__norm__instance__q15.html | 0 .../structarm__lms__norm__instance__q15.js | 0 .../structarm__lms__norm__instance__q31.html | 0 .../structarm__lms__norm__instance__q31.js | 0 .../structarm__matrix__instance__f32.html | 0 .../html/structarm__matrix__instance__f32.js | 0 .../structarm__matrix__instance__f64.html | 0 .../html/structarm__matrix__instance__f64.js | 0 .../structarm__matrix__instance__q15.html | 0 .../html/structarm__matrix__instance__q15.js | 0 .../structarm__matrix__instance__q31.html | 0 .../html/structarm__matrix__instance__q31.js | 0 .../html/structarm__pid__instance__f32.html | 0 .../DSP/html/structarm__pid__instance__f32.js | 0 .../html/structarm__pid__instance__q15.html | 0 .../DSP/html/structarm__pid__instance__q15.js | 0 .../html/structarm__pid__instance__q31.html | 0 .../DSP/html/structarm__pid__instance__q31.js | 0 .../structarm__rfft__fast__instance__f32.html | 0 .../structarm__rfft__fast__instance__f32.js | 0 .../html/structarm__rfft__instance__f32.html | 0 .../html/structarm__rfft__instance__f32.js | 0 .../html/structarm__rfft__instance__q15.html | 0 .../html/structarm__rfft__instance__q15.js | 0 .../html/structarm__rfft__instance__q31.html | 0 .../html/structarm__rfft__instance__q31.js | 0 .../CMSIS/Documentation/DSP/html/sync_off.png | Bin .../CMSIS/Documentation/DSP/html/sync_on.png | Bin .../CMSIS/Documentation/DSP/html/tab_a.png | Bin .../CMSIS/Documentation/DSP/html/tab_b.png | Bin .../CMSIS/Documentation/DSP/html/tab_h.png | Bin .../CMSIS/Documentation/DSP/html/tab_s.png | Bin .../Documentation/DSP/html/tab_topnav.png | Bin .../CMSIS/Documentation/DSP/html/tabs.css | 0 .../html/CMSIS_END_USER_LICENCE_AGREEMENT.pdf | Bin .../General/html/CMSIS_Logo_Final.png | Bin .../General/html/CMSISv4_small.png | Bin .../CMSIS/Documentation/General/html/bc_s.png | Bin .../CMSIS/Documentation/General/html/bdwn.png | Bin .../Documentation/General/html/closed.png | Bin .../Documentation/General/html/cmsis.css | 0 .../Documentation/General/html/doxygen.png | Bin .../Documentation/General/html/dynsections.js | 0 .../Documentation/General/html/ftv2blank.png | Bin .../Documentation/General/html/ftv2cl.png | Bin .../Documentation/General/html/ftv2doc.png | Bin .../General/html/ftv2folderclosed.png | Bin .../General/html/ftv2folderopen.png | Bin .../General/html/ftv2lastnode.png | Bin .../Documentation/General/html/ftv2link.png | Bin .../General/html/ftv2mlastnode.png | Bin .../Documentation/General/html/ftv2mnode.png | Bin .../Documentation/General/html/ftv2mo.png | Bin .../Documentation/General/html/ftv2node.png | Bin .../Documentation/General/html/ftv2ns.png | Bin .../General/html/ftv2plastnode.png | Bin .../Documentation/General/html/ftv2pnode.png | Bin .../General/html/ftv2splitbar.png | Bin .../General/html/ftv2vertline.png | Bin .../Documentation/General/html/index.html | 0 .../Documentation/General/html/jquery.js | 0 .../Documentation/General/html/nav_f.png | Bin .../Documentation/General/html/nav_g.png | Bin .../Documentation/General/html/nav_h.png | Bin .../Documentation/General/html/navtree.css | 0 .../Documentation/General/html/navtree.js | 0 .../General/html/navtreeindex0.js | 0 .../CMSIS/Documentation/General/html/open.png | Bin .../Documentation/General/html/resize.js | 0 .../Documentation/General/html/sync_off.png | Bin .../Documentation/General/html/sync_on.png | Bin .../Documentation/General/html/tab_a.png | Bin .../Documentation/General/html/tab_b.png | Bin .../Documentation/General/html/tab_h.png | Bin .../Documentation/General/html/tab_s.png | Bin .../Documentation/General/html/tab_topnav.png | Bin .../CMSIS/Documentation/General/html/tabs.css | 0 .../Documentation/RTOS/html/API_Structure.png | Bin .../RTOS/html/CMSIS_Logo_Final.png | Bin .../RTOS/html/CMSIS_RTOS_Files.png | Bin .../Documentation/RTOS/html/MailQueue.png | Bin .../Documentation/RTOS/html/MessageQueue.png | Bin .../CMSIS/Documentation/RTOS/html/Mutex.png | Bin .../Documentation/RTOS/html/Semaphore.png | Bin .../Documentation/RTOS/html/ThreadStatus.png | Bin .../CMSIS/Documentation/RTOS/html/Timer.png | Bin .../RTOS/html/_function_overview.html | 0 .../Documentation/RTOS/html/_using_o_s.html | 0 .../Documentation/RTOS/html/annotated.html | 0 .../Documentation/RTOS/html/annotated.js | 0 .../CMSIS/Documentation/RTOS/html/bc_s.png | Bin .../CMSIS/Documentation/RTOS/html/bdwn.png | Bin .../Documentation/RTOS/html/classes.html | 0 .../CMSIS/Documentation/RTOS/html/closed.png | Bin .../CMSIS/Documentation/RTOS/html/cmsis.css | 0 .../Documentation/RTOS/html/cmsis__os_8h.html | 0 .../RTOS/html/cmsis__os_8txt.html | 0 .../Documentation/RTOS/html/cmsis_os_h.html | 0 .../dir_67baed4ff719a838d401a6dc7774cf41.html | 0 .../dir_9afdeffb8e409a4e0df5c5bf9ab1a7d2.html | 0 .../CMSIS/Documentation/RTOS/html/doxygen.css | 0 .../CMSIS/Documentation/RTOS/html/doxygen.png | Bin .../Documentation/RTOS/html/dynsections.js | 0 .../CMSIS/Documentation/RTOS/html/files.html | 0 .../Documentation/RTOS/html/ftv2blank.png | Bin .../CMSIS/Documentation/RTOS/html/ftv2cl.png | Bin .../CMSIS/Documentation/RTOS/html/ftv2doc.png | Bin .../RTOS/html/ftv2folderclosed.png | Bin .../RTOS/html/ftv2folderopen.png | Bin .../Documentation/RTOS/html/ftv2lastnode.png | Bin .../Documentation/RTOS/html/ftv2link.png | Bin .../Documentation/RTOS/html/ftv2mlastnode.png | Bin .../Documentation/RTOS/html/ftv2mnode.png | Bin .../CMSIS/Documentation/RTOS/html/ftv2mo.png | Bin .../Documentation/RTOS/html/ftv2node.png | Bin .../CMSIS/Documentation/RTOS/html/ftv2ns.png | Bin .../Documentation/RTOS/html/ftv2plastnode.png | Bin .../Documentation/RTOS/html/ftv2pnode.png | Bin .../Documentation/RTOS/html/ftv2splitbar.png | Bin .../Documentation/RTOS/html/ftv2vertline.png | Bin .../Documentation/RTOS/html/functions.html | 0 .../RTOS/html/functions_vars.html | 0 .../Documentation/RTOS/html/globals.html | 0 .../Documentation/RTOS/html/globals_defs.html | 0 .../Documentation/RTOS/html/globals_enum.html | 0 .../Documentation/RTOS/html/globals_eval.html | 0 .../Documentation/RTOS/html/globals_func.html | 0 .../Documentation/RTOS/html/globals_type.html | 0 .../html/group___c_m_s_i_s___r_t_o_s.html | 0 .../RTOS/html/group___c_m_s_i_s___r_t_o_s.js | 0 ...p___c_m_s_i_s___r_t_o_s___definitions.html | 0 ...oup___c_m_s_i_s___r_t_o_s___definitions.js | 0 ...p___c_m_s_i_s___r_t_o_s___kernel_ctrl.html | 0 ...oup___c_m_s_i_s___r_t_o_s___kernel_ctrl.js | 0 .../group___c_m_s_i_s___r_t_o_s___mail.html | 0 .../group___c_m_s_i_s___r_t_o_s___mail.js | 0 ...group___c_m_s_i_s___r_t_o_s___message.html | 0 .../group___c_m_s_i_s___r_t_o_s___message.js | 0 ...up___c_m_s_i_s___r_t_o_s___mutex_mgmt.html | 0 ...roup___c_m_s_i_s___r_t_o_s___mutex_mgmt.js | 0 ...oup___c_m_s_i_s___r_t_o_s___pool_mgmt.html | 0 ...group___c_m_s_i_s___r_t_o_s___pool_mgmt.js | 0 ..._c_m_s_i_s___r_t_o_s___semaphore_mgmt.html | 0 ...___c_m_s_i_s___r_t_o_s___semaphore_mgmt.js | 0 ...p___c_m_s_i_s___r_t_o_s___signal_mgmt.html | 0 ...oup___c_m_s_i_s___r_t_o_s___signal_mgmt.js | 0 .../group___c_m_s_i_s___r_t_o_s___status.html | 0 .../group___c_m_s_i_s___r_t_o_s___status.js | 0 ...p___c_m_s_i_s___r_t_o_s___thread_mgmt.html | 0 ...oup___c_m_s_i_s___r_t_o_s___thread_mgmt.js | 0 ...up___c_m_s_i_s___r_t_o_s___timer_mgmt.html | 0 ...roup___c_m_s_i_s___r_t_o_s___timer_mgmt.js | 0 .../group___c_m_s_i_s___r_t_o_s___wait.html | 0 .../group___c_m_s_i_s___r_t_o_s___wait.js | 0 .../CMSIS/Documentation/RTOS/html/index.html | 0 .../CMSIS/Documentation/RTOS/html/jquery.js | 0 .../Documentation/RTOS/html/modules.html | 0 .../CMSIS/Documentation/RTOS/html/modules.js | 0 .../CMSIS/Documentation/RTOS/html/nav_f.png | Bin .../CMSIS/Documentation/RTOS/html/nav_g.png | Bin .../CMSIS/Documentation/RTOS/html/nav_h.png | Bin .../CMSIS/Documentation/RTOS/html/navtree.css | 0 .../CMSIS/Documentation/RTOS/html/navtree.js | 0 .../Documentation/RTOS/html/navtreeindex0.js | 0 .../CMSIS/Documentation/RTOS/html/open.png | Bin .../CMSIS/Documentation/RTOS/html/pages.html | 0 .../CMSIS/Documentation/RTOS/html/resize.js | 0 .../RTOS/html/search/all_63.html | 0 .../Documentation/RTOS/html/search/all_63.js | 0 .../RTOS/html/search/all_64.html | 0 .../Documentation/RTOS/html/search/all_64.js | 0 .../RTOS/html/search/all_66.html | 0 .../Documentation/RTOS/html/search/all_66.js | 0 .../RTOS/html/search/all_67.html | 0 .../Documentation/RTOS/html/search/all_67.js | 0 .../RTOS/html/search/all_68.html | 0 .../Documentation/RTOS/html/search/all_68.js | 0 .../RTOS/html/search/all_69.html | 0 .../Documentation/RTOS/html/search/all_69.js | 0 .../RTOS/html/search/all_6b.html | 0 .../Documentation/RTOS/html/search/all_6b.js | 0 .../RTOS/html/search/all_6d.html | 0 .../Documentation/RTOS/html/search/all_6d.js | 0 .../RTOS/html/search/all_6f.html | 0 .../Documentation/RTOS/html/search/all_6f.js | 0 .../RTOS/html/search/all_70.html | 0 .../Documentation/RTOS/html/search/all_70.js | 0 .../RTOS/html/search/all_71.html | 0 .../Documentation/RTOS/html/search/all_71.js | 0 .../RTOS/html/search/all_73.html | 0 .../Documentation/RTOS/html/search/all_73.js | 0 .../RTOS/html/search/all_74.html | 0 .../Documentation/RTOS/html/search/all_74.js | 0 .../RTOS/html/search/all_75.html | 0 .../Documentation/RTOS/html/search/all_75.js | 0 .../RTOS/html/search/all_76.html | 0 .../Documentation/RTOS/html/search/all_76.js | 0 .../RTOS/html/search/classes_6f.html | 0 .../RTOS/html/search/classes_6f.js | 0 .../Documentation/RTOS/html/search/close.png | Bin .../RTOS/html/search/defines_6f.html | 0 .../RTOS/html/search/defines_6f.js | 0 .../RTOS/html/search/enums_6f.html | 0 .../RTOS/html/search/enums_6f.js | 0 .../RTOS/html/search/enumvalues_6f.html | 0 .../RTOS/html/search/enumvalues_6f.js | 0 .../RTOS/html/search/files_63.html | 0 .../RTOS/html/search/files_63.js | 0 .../RTOS/html/search/functions_6f.html | 0 .../RTOS/html/search/functions_6f.js | 0 .../RTOS/html/search/groups_63.html | 0 .../RTOS/html/search/groups_63.js | 0 .../RTOS/html/search/groups_67.html | 0 .../RTOS/html/search/groups_67.js | 0 .../RTOS/html/search/groups_6b.html | 0 .../RTOS/html/search/groups_6b.js | 0 .../RTOS/html/search/groups_6d.html | 0 .../RTOS/html/search/groups_6d.js | 0 .../RTOS/html/search/groups_73.html | 0 .../RTOS/html/search/groups_73.js | 0 .../RTOS/html/search/groups_74.html | 0 .../RTOS/html/search/groups_74.js | 0 .../RTOS/html/search/mag_sel.png | Bin .../RTOS/html/search/nomatches.html | 0 .../RTOS/html/search/pages_66.html | 0 .../RTOS/html/search/pages_66.js | 0 .../RTOS/html/search/pages_68.html | 0 .../RTOS/html/search/pages_68.js | 0 .../RTOS/html/search/pages_6f.html | 0 .../RTOS/html/search/pages_6f.js | 0 .../RTOS/html/search/pages_75.html | 0 .../RTOS/html/search/pages_75.js | 0 .../Documentation/RTOS/html/search/search.css | 0 .../Documentation/RTOS/html/search/search.js | 0 .../RTOS/html/search/search_l.png | Bin .../RTOS/html/search/search_m.png | Bin .../RTOS/html/search/search_r.png | Bin .../RTOS/html/search/typedefs_6f.html | 0 .../RTOS/html/search/typedefs_6f.js | 0 .../RTOS/html/search/variables_64.html | 0 .../RTOS/html/search/variables_64.js | 0 .../RTOS/html/search/variables_69.html | 0 .../RTOS/html/search/variables_69.js | 0 .../RTOS/html/search/variables_6d.html | 0 .../RTOS/html/search/variables_6d.js | 0 .../RTOS/html/search/variables_70.html | 0 .../RTOS/html/search/variables_70.js | 0 .../RTOS/html/search/variables_71.html | 0 .../RTOS/html/search/variables_71.js | 0 .../RTOS/html/search/variables_73.html | 0 .../RTOS/html/search/variables_73.js | 0 .../RTOS/html/search/variables_74.html | 0 .../RTOS/html/search/variables_74.js | 0 .../RTOS/html/search/variables_76.html | 0 .../RTOS/html/search/variables_76.js | 0 .../RTOS/html/structos_mail_q_def__t.html | 0 .../RTOS/html/structos_mail_q_def__t.js | 0 .../RTOS/html/structos_message_q_def__t.html | 0 .../RTOS/html/structos_message_q_def__t.js | 0 .../RTOS/html/structos_mutex_def__t.html | 0 .../RTOS/html/structos_mutex_def__t.js | 0 .../RTOS/html/structos_pool_def__t.html | 0 .../RTOS/html/structos_pool_def__t.js | 0 .../RTOS/html/structos_semaphore_def__t.html | 0 .../RTOS/html/structos_semaphore_def__t.js | 0 .../RTOS/html/structos_thread_def__t.html | 0 .../RTOS/html/structos_thread_def__t.js | 0 .../RTOS/html/structos_timer_def__t.html | 0 .../RTOS/html/structos_timer_def__t.js | 0 .../Documentation/RTOS/html/sync_off.png | Bin .../CMSIS/Documentation/RTOS/html/sync_on.png | Bin .../CMSIS/Documentation/RTOS/html/tab_a.png | Bin .../CMSIS/Documentation/RTOS/html/tab_b.png | Bin .../CMSIS/Documentation/RTOS/html/tab_h.png | Bin .../CMSIS/Documentation/RTOS/html/tab_s.png | Bin .../Documentation/RTOS/html/tab_topnav.png | Bin .../CMSIS/Documentation/RTOS/html/tabs.css | 0 .../CMSIS/Documentation/index.html | 0 .../CMSIS/Include/arm_common_tables.h | 0 .../CMSIS/Include/arm_const_structs.h | 0 .../CMSIS/Include/arm_math.h | 0 .../CMSIS/Include/core_cm0.h | 0 .../CMSIS/Include/core_cm0plus.h | 0 .../CMSIS/Include/core_cm3.h | 0 .../CMSIS/Include/core_cm4.h | 0 .../CMSIS/Include/core_cm7.h | 0 .../CMSIS/Include/core_cmFunc.h | 0 .../CMSIS/Include/core_cmInstr.h | 0 .../CMSIS/Include/core_cmSimd.h | 0 .../CMSIS/Include/core_sc000.h | 0 .../CMSIS/Include/core_sc300.h | 0 .../CMSIS/Lib/ARM/arm_cortexM0b_math.lib | Bin .../CMSIS/Lib/ARM/arm_cortexM0l_math.lib | Bin .../CMSIS/Lib/ARM/arm_cortexM3b_math.lib | Bin .../CMSIS/Lib/ARM/arm_cortexM3l_math.lib | Bin .../CMSIS/Lib/ARM/arm_cortexM4b_math.lib | Bin .../CMSIS/Lib/ARM/arm_cortexM4bf_math.lib | Bin .../CMSIS/Lib/ARM/arm_cortexM4l_math.lib | Bin .../CMSIS/Lib/ARM/arm_cortexM4lf_math.lib | Bin .../CMSIS/Lib/ARM/arm_cortexM7b_math.lib | Bin .../CMSIS/Lib/ARM/arm_cortexM7bfdp_math.lib | Bin .../CMSIS/Lib/ARM/arm_cortexM7bfsp_math.lib | Bin .../CMSIS/Lib/ARM/arm_cortexM7l_math.lib | Bin .../CMSIS/Lib/ARM/arm_cortexM7lfdp_math.lib | Bin .../CMSIS/Lib/ARM/arm_cortexM7lfsp_math.lib | Bin .../CMSIS/Lib/license.txt | 0 .../{cortex => cortex-m}/CMSIS/README.txt | 0 .../CMSIS/RTOS/Template/cmsis_os.h | 0 .../{cortex => cortex-m}/CMSIS/index.html | 0 machines/{cortex => cortex-m}/README.md | 0 .../ArduinoM0/system_samd21_ArduinoM0_48MHz.c | 0 .../Device/ATMEL/sam-headers-version.txt | 0 .../samd21/CMSIS-Atmel/Device/ATMEL/sam.h | 0 .../samd21/CMSIS-Atmel/Device/ATMEL/samd.h | 0 .../ATMEL/samd09/include/component/adc.h | 0 .../ATMEL/samd09/include/component/dmac.h | 0 .../ATMEL/samd09/include/component/dsu.h | 0 .../ATMEL/samd09/include/component/eic.h | 0 .../ATMEL/samd09/include/component/evsys.h | 0 .../ATMEL/samd09/include/component/gclk.h | 0 .../ATMEL/samd09/include/component/hmatrixb.h | 0 .../ATMEL/samd09/include/component/mtb.h | 0 .../ATMEL/samd09/include/component/nvmctrl.h | 0 .../ATMEL/samd09/include/component/pac.h | 0 .../ATMEL/samd09/include/component/pm.h | 0 .../ATMEL/samd09/include/component/port.h | 0 .../ATMEL/samd09/include/component/rtc.h | 0 .../ATMEL/samd09/include/component/sercom.h | 0 .../ATMEL/samd09/include/component/sysctrl.h | 0 .../ATMEL/samd09/include/component/tc.h | 0 .../ATMEL/samd09/include/component/tcc.h | 0 .../ATMEL/samd09/include/component/wdt.h | 0 .../ATMEL/samd09/include/instance/adc.h | 0 .../ATMEL/samd09/include/instance/dmac.h | 0 .../ATMEL/samd09/include/instance/dsu.h | 0 .../ATMEL/samd09/include/instance/eic.h | 0 .../ATMEL/samd09/include/instance/evsys.h | 0 .../ATMEL/samd09/include/instance/gclk.h | 0 .../ATMEL/samd09/include/instance/mtb.h | 0 .../ATMEL/samd09/include/instance/nvmctrl.h | 0 .../ATMEL/samd09/include/instance/pac0.h | 0 .../ATMEL/samd09/include/instance/pac1.h | 0 .../ATMEL/samd09/include/instance/pac2.h | 0 .../Device/ATMEL/samd09/include/instance/pm.h | 0 .../ATMEL/samd09/include/instance/port.h | 0 .../ATMEL/samd09/include/instance/rtc.h | 0 .../ATMEL/samd09/include/instance/sbmatrix.h | 0 .../ATMEL/samd09/include/instance/sercom0.h | 0 .../ATMEL/samd09/include/instance/sercom1.h | 0 .../ATMEL/samd09/include/instance/sysctrl.h | 0 .../ATMEL/samd09/include/instance/tc1.h | 0 .../ATMEL/samd09/include/instance/tc2.h | 0 .../ATMEL/samd09/include/instance/tcc0.h | 0 .../ATMEL/samd09/include/instance/wdt.h | 0 .../ATMEL/samd09/include/pio/samd09c13a.h | 0 .../Device/ATMEL/samd09/include/samd09.h | 0 .../Device/ATMEL/samd09/include/samd09c13a.h | 0 .../ATMEL/samd09/include/system_samd09.h | 0 .../samd09/source/as_gcc/samd09c13a_flash.ld | 0 .../samd09/source/as_gcc/samd09c13a_sram.ld | 0 .../samd09/source/as_gcc/startup_samd09.c | 0 .../ATMEL/samd09/source/system_samd09.c | 0 .../ATMEL/samd10/include/component/ac.h | 0 .../ATMEL/samd10/include/component/adc.h | 0 .../ATMEL/samd10/include/component/dac.h | 0 .../ATMEL/samd10/include/component/dmac.h | 0 .../ATMEL/samd10/include/component/dsu.h | 0 .../ATMEL/samd10/include/component/eic.h | 0 .../ATMEL/samd10/include/component/evsys.h | 0 .../ATMEL/samd10/include/component/gclk.h | 0 .../ATMEL/samd10/include/component/hmatrixb.h | 0 .../ATMEL/samd10/include/component/mtb.h | 0 .../ATMEL/samd10/include/component/nvmctrl.h | 0 .../ATMEL/samd10/include/component/pac.h | 0 .../ATMEL/samd10/include/component/pm.h | 0 .../ATMEL/samd10/include/component/port.h | 0 .../ATMEL/samd10/include/component/rtc.h | 0 .../ATMEL/samd10/include/component/sercom.h | 0 .../ATMEL/samd10/include/component/sysctrl.h | 0 .../ATMEL/samd10/include/component/tc.h | 0 .../ATMEL/samd10/include/component/tcc.h | 0 .../ATMEL/samd10/include/component/wdt.h | 0 .../Device/ATMEL/samd10/include/instance/ac.h | 0 .../ATMEL/samd10/include/instance/adc.h | 0 .../ATMEL/samd10/include/instance/dac.h | 0 .../ATMEL/samd10/include/instance/dmac.h | 0 .../ATMEL/samd10/include/instance/dsu.h | 0 .../ATMEL/samd10/include/instance/eic.h | 0 .../ATMEL/samd10/include/instance/evsys.h | 0 .../ATMEL/samd10/include/instance/gclk.h | 0 .../ATMEL/samd10/include/instance/mtb.h | 0 .../ATMEL/samd10/include/instance/nvmctrl.h | 0 .../ATMEL/samd10/include/instance/pac0.h | 0 .../ATMEL/samd10/include/instance/pac1.h | 0 .../ATMEL/samd10/include/instance/pac2.h | 0 .../Device/ATMEL/samd10/include/instance/pm.h | 0 .../ATMEL/samd10/include/instance/port.h | 0 .../ATMEL/samd10/include/instance/rtc.h | 0 .../ATMEL/samd10/include/instance/sbmatrix.h | 0 .../ATMEL/samd10/include/instance/sercom0.h | 0 .../ATMEL/samd10/include/instance/sercom1.h | 0 .../ATMEL/samd10/include/instance/sercom2.h | 0 .../ATMEL/samd10/include/instance/sysctrl.h | 0 .../ATMEL/samd10/include/instance/tc1.h | 0 .../ATMEL/samd10/include/instance/tc2.h | 0 .../ATMEL/samd10/include/instance/tcc0.h | 0 .../ATMEL/samd10/include/instance/wdt.h | 0 .../ATMEL/samd10/include/pio/samd10c13a.h | 0 .../ATMEL/samd10/include/pio/samd10c14a.h | 0 .../ATMEL/samd10/include/pio/samd10d13am.h | 0 .../ATMEL/samd10/include/pio/samd10d13as.h | 0 .../ATMEL/samd10/include/pio/samd10d14am.h | 0 .../ATMEL/samd10/include/pio/samd10d14as.h | 0 .../Device/ATMEL/samd10/include/samd10.h | 0 .../Device/ATMEL/samd10/include/samd10c13a.h | 0 .../Device/ATMEL/samd10/include/samd10c14a.h | 0 .../Device/ATMEL/samd10/include/samd10d13am.h | 0 .../Device/ATMEL/samd10/include/samd10d13as.h | 0 .../Device/ATMEL/samd10/include/samd10d14am.h | 0 .../Device/ATMEL/samd10/include/samd10d14as.h | 0 .../ATMEL/samd10/include/system_samd10.h | 0 .../samd10/source/as_gcc/samd10c13a_flash.ld | 0 .../samd10/source/as_gcc/samd10c13a_sram.ld | 0 .../samd10/source/as_gcc/samd10c14a_flash.ld | 0 .../samd10/source/as_gcc/samd10c14a_sram.ld | 0 .../samd10/source/as_gcc/samd10d13am_flash.ld | 0 .../samd10/source/as_gcc/samd10d13am_sram.ld | 0 .../samd10/source/as_gcc/samd10d13as_flash.ld | 0 .../samd10/source/as_gcc/samd10d13as_sram.ld | 0 .../samd10/source/as_gcc/samd10d14am_flash.ld | 0 .../samd10/source/as_gcc/samd10d14am_sram.ld | 0 .../samd10/source/as_gcc/samd10d14as_flash.ld | 0 .../samd10/source/as_gcc/samd10d14as_sram.ld | 0 .../samd10/source/as_gcc/startup_samd10.c | 0 .../ATMEL/samd10/source/system_samd10.c | 0 .../ATMEL/samd11/include/component/ac.h | 0 .../ATMEL/samd11/include/component/adc.h | 0 .../ATMEL/samd11/include/component/dac.h | 0 .../ATMEL/samd11/include/component/dmac.h | 0 .../ATMEL/samd11/include/component/dsu.h | 0 .../ATMEL/samd11/include/component/eic.h | 0 .../ATMEL/samd11/include/component/evsys.h | 0 .../ATMEL/samd11/include/component/gclk.h | 0 .../ATMEL/samd11/include/component/hmatrixb.h | 0 .../ATMEL/samd11/include/component/mtb.h | 0 .../ATMEL/samd11/include/component/nvmctrl.h | 0 .../ATMEL/samd11/include/component/pac.h | 0 .../ATMEL/samd11/include/component/pm.h | 0 .../ATMEL/samd11/include/component/port.h | 0 .../ATMEL/samd11/include/component/rtc.h | 0 .../ATMEL/samd11/include/component/sercom.h | 0 .../ATMEL/samd11/include/component/sysctrl.h | 0 .../ATMEL/samd11/include/component/tc.h | 0 .../ATMEL/samd11/include/component/tcc.h | 0 .../ATMEL/samd11/include/component/usb.h | 0 .../ATMEL/samd11/include/component/wdt.h | 0 .../Device/ATMEL/samd11/include/instance/ac.h | 0 .../ATMEL/samd11/include/instance/adc.h | 0 .../ATMEL/samd11/include/instance/dac.h | 0 .../ATMEL/samd11/include/instance/dmac.h | 0 .../ATMEL/samd11/include/instance/dsu.h | 0 .../ATMEL/samd11/include/instance/eic.h | 0 .../ATMEL/samd11/include/instance/evsys.h | 0 .../ATMEL/samd11/include/instance/gclk.h | 0 .../ATMEL/samd11/include/instance/mtb.h | 0 .../ATMEL/samd11/include/instance/nvmctrl.h | 0 .../ATMEL/samd11/include/instance/pac0.h | 0 .../ATMEL/samd11/include/instance/pac1.h | 0 .../ATMEL/samd11/include/instance/pac2.h | 0 .../Device/ATMEL/samd11/include/instance/pm.h | 0 .../ATMEL/samd11/include/instance/port.h | 0 .../ATMEL/samd11/include/instance/rtc.h | 0 .../ATMEL/samd11/include/instance/sbmatrix.h | 0 .../ATMEL/samd11/include/instance/sercom0.h | 0 .../ATMEL/samd11/include/instance/sercom1.h | 0 .../ATMEL/samd11/include/instance/sercom2.h | 0 .../ATMEL/samd11/include/instance/sysctrl.h | 0 .../ATMEL/samd11/include/instance/tc1.h | 0 .../ATMEL/samd11/include/instance/tc2.h | 0 .../ATMEL/samd11/include/instance/tcc0.h | 0 .../ATMEL/samd11/include/instance/usb.h | 0 .../ATMEL/samd11/include/instance/wdt.h | 0 .../ATMEL/samd11/include/pio/samd11c14a.h | 0 .../ATMEL/samd11/include/pio/samd11d14am.h | 0 .../ATMEL/samd11/include/pio/samd11d14as.h | 0 .../Device/ATMEL/samd11/include/samd11.h | 0 .../Device/ATMEL/samd11/include/samd11c14a.h | 0 .../Device/ATMEL/samd11/include/samd11d14am.h | 0 .../Device/ATMEL/samd11/include/samd11d14as.h | 0 .../ATMEL/samd11/include/system_samd11.h | 0 .../samd11/source/as_gcc/samd11c14a_flash.ld | 0 .../samd11/source/as_gcc/samd11c14a_sram.ld | 0 .../samd11/source/as_gcc/samd11d14am_flash.ld | 0 .../samd11/source/as_gcc/samd11d14am_sram.ld | 0 .../samd11/source/as_gcc/samd11d14as_flash.ld | 0 .../samd11/source/as_gcc/samd11d14as_sram.ld | 0 .../samd11/source/as_gcc/startup_samd11.c | 0 .../ATMEL/samd11/source/system_samd11.c | 0 .../ATMEL/samd20/include/component/ac.h | 0 .../ATMEL/samd20/include/component/adc.h | 0 .../ATMEL/samd20/include/component/dac.h | 0 .../ATMEL/samd20/include/component/dsu.h | 0 .../ATMEL/samd20/include/component/eic.h | 0 .../ATMEL/samd20/include/component/evsys.h | 0 .../ATMEL/samd20/include/component/gclk.h | 0 .../ATMEL/samd20/include/component/nvmctrl.h | 0 .../ATMEL/samd20/include/component/pac.h | 0 .../ATMEL/samd20/include/component/pm.h | 0 .../ATMEL/samd20/include/component/port.h | 0 .../ATMEL/samd20/include/component/rtc.h | 0 .../ATMEL/samd20/include/component/sercom.h | 0 .../ATMEL/samd20/include/component/sysctrl.h | 0 .../ATMEL/samd20/include/component/tc.h | 0 .../ATMEL/samd20/include/component/wdt.h | 0 .../Device/ATMEL/samd20/include/instance/ac.h | 0 .../ATMEL/samd20/include/instance/adc.h | 0 .../ATMEL/samd20/include/instance/dac.h | 0 .../ATMEL/samd20/include/instance/dsu.h | 0 .../ATMEL/samd20/include/instance/eic.h | 0 .../ATMEL/samd20/include/instance/evsys.h | 0 .../ATMEL/samd20/include/instance/gclk.h | 0 .../ATMEL/samd20/include/instance/nvmctrl.h | 0 .../ATMEL/samd20/include/instance/pac0.h | 0 .../ATMEL/samd20/include/instance/pac1.h | 0 .../ATMEL/samd20/include/instance/pac2.h | 0 .../Device/ATMEL/samd20/include/instance/pm.h | 0 .../ATMEL/samd20/include/instance/port.h | 0 .../ATMEL/samd20/include/instance/rtc.h | 0 .../ATMEL/samd20/include/instance/sercom0.h | 0 .../ATMEL/samd20/include/instance/sercom1.h | 0 .../ATMEL/samd20/include/instance/sercom2.h | 0 .../ATMEL/samd20/include/instance/sercom3.h | 0 .../ATMEL/samd20/include/instance/sercom4.h | 0 .../ATMEL/samd20/include/instance/sercom5.h | 0 .../ATMEL/samd20/include/instance/sysctrl.h | 0 .../ATMEL/samd20/include/instance/tc0.h | 0 .../ATMEL/samd20/include/instance/tc1.h | 0 .../ATMEL/samd20/include/instance/tc2.h | 0 .../ATMEL/samd20/include/instance/tc3.h | 0 .../ATMEL/samd20/include/instance/tc4.h | 0 .../ATMEL/samd20/include/instance/tc5.h | 0 .../ATMEL/samd20/include/instance/tc6.h | 0 .../ATMEL/samd20/include/instance/tc7.h | 0 .../ATMEL/samd20/include/instance/wdt.h | 0 .../ATMEL/samd20/include/pio/samd20e14.h | 0 .../ATMEL/samd20/include/pio/samd20e15.h | 0 .../ATMEL/samd20/include/pio/samd20e16.h | 0 .../ATMEL/samd20/include/pio/samd20e17.h | 0 .../ATMEL/samd20/include/pio/samd20e18.h | 0 .../ATMEL/samd20/include/pio/samd20g14.h | 0 .../ATMEL/samd20/include/pio/samd20g15.h | 0 .../ATMEL/samd20/include/pio/samd20g16.h | 0 .../ATMEL/samd20/include/pio/samd20g17.h | 0 .../ATMEL/samd20/include/pio/samd20g17u.h | 0 .../ATMEL/samd20/include/pio/samd20g18.h | 0 .../ATMEL/samd20/include/pio/samd20g18u.h | 0 .../ATMEL/samd20/include/pio/samd20j14.h | 0 .../ATMEL/samd20/include/pio/samd20j15.h | 0 .../ATMEL/samd20/include/pio/samd20j16.h | 0 .../ATMEL/samd20/include/pio/samd20j17.h | 0 .../ATMEL/samd20/include/pio/samd20j18.h | 0 .../Device/ATMEL/samd20/include/samd20.h | 0 .../Device/ATMEL/samd20/include/samd20e14.h | 0 .../Device/ATMEL/samd20/include/samd20e15.h | 0 .../Device/ATMEL/samd20/include/samd20e16.h | 0 .../Device/ATMEL/samd20/include/samd20e17.h | 0 .../Device/ATMEL/samd20/include/samd20e18.h | 0 .../Device/ATMEL/samd20/include/samd20g14.h | 0 .../Device/ATMEL/samd20/include/samd20g15.h | 0 .../Device/ATMEL/samd20/include/samd20g16.h | 0 .../Device/ATMEL/samd20/include/samd20g17.h | 0 .../Device/ATMEL/samd20/include/samd20g17u.h | 0 .../Device/ATMEL/samd20/include/samd20g18.h | 0 .../Device/ATMEL/samd20/include/samd20g18u.h | 0 .../Device/ATMEL/samd20/include/samd20j14.h | 0 .../Device/ATMEL/samd20/include/samd20j15.h | 0 .../Device/ATMEL/samd20/include/samd20j16.h | 0 .../Device/ATMEL/samd20/include/samd20j17.h | 0 .../Device/ATMEL/samd20/include/samd20j18.h | 0 .../ATMEL/samd20/include/system_samd20.h | 0 .../samd20/source/as_gcc/samd20e14_flash.ld | 0 .../samd20/source/as_gcc/samd20e14_sram.ld | 0 .../samd20/source/as_gcc/samd20e15_flash.ld | 0 .../samd20/source/as_gcc/samd20e15_sram.ld | 0 .../samd20/source/as_gcc/samd20e16_flash.ld | 0 .../samd20/source/as_gcc/samd20e16_sram.ld | 0 .../samd20/source/as_gcc/samd20e17_flash.ld | 0 .../samd20/source/as_gcc/samd20e17_sram.ld | 0 .../samd20/source/as_gcc/samd20e18_flash.ld | 0 .../samd20/source/as_gcc/samd20e18_sram.ld | 0 .../samd20/source/as_gcc/samd20g14_flash.ld | 0 .../samd20/source/as_gcc/samd20g14_sram.ld | 0 .../samd20/source/as_gcc/samd20g15_flash.ld | 0 .../samd20/source/as_gcc/samd20g15_sram.ld | 0 .../samd20/source/as_gcc/samd20g16_flash.ld | 0 .../samd20/source/as_gcc/samd20g16_sram.ld | 0 .../samd20/source/as_gcc/samd20g17_flash.ld | 0 .../samd20/source/as_gcc/samd20g17_sram.ld | 0 .../samd20/source/as_gcc/samd20g17u_flash.ld | 0 .../samd20/source/as_gcc/samd20g17u_sram.ld | 0 .../samd20/source/as_gcc/samd20g18_flash.ld | 0 .../samd20/source/as_gcc/samd20g18_sram.ld | 0 .../samd20/source/as_gcc/samd20g18u_flash.ld | 0 .../samd20/source/as_gcc/samd20g18u_sram.ld | 0 .../samd20/source/as_gcc/samd20j14_flash.ld | 0 .../samd20/source/as_gcc/samd20j14_sram.ld | 0 .../samd20/source/as_gcc/samd20j15_flash.ld | 0 .../samd20/source/as_gcc/samd20j15_sram.ld | 0 .../samd20/source/as_gcc/samd20j16_flash.ld | 0 .../samd20/source/as_gcc/samd20j16_sram.ld | 0 .../samd20/source/as_gcc/samd20j17_flash.ld | 0 .../samd20/source/as_gcc/samd20j17_sram.ld | 0 .../samd20/source/as_gcc/samd20j18_flash.ld | 0 .../samd20/source/as_gcc/samd20j18_sram.ld | 0 .../samd20/source/as_gcc/startup_samd20.c | 0 .../ATMEL/samd20/source/system_samd20.c | 0 .../ATMEL/samd21/include/component/ac.h | 0 .../ATMEL/samd21/include/component/adc.h | 0 .../ATMEL/samd21/include/component/dac.h | 0 .../ATMEL/samd21/include/component/dmac.h | 0 .../ATMEL/samd21/include/component/dsu.h | 0 .../ATMEL/samd21/include/component/eic.h | 0 .../ATMEL/samd21/include/component/evsys.h | 0 .../ATMEL/samd21/include/component/gclk.h | 0 .../ATMEL/samd21/include/component/hmatrixb.h | 0 .../ATMEL/samd21/include/component/i2s.h | 0 .../ATMEL/samd21/include/component/mtb.h | 0 .../ATMEL/samd21/include/component/nvmctrl.h | 0 .../ATMEL/samd21/include/component/pac.h | 0 .../ATMEL/samd21/include/component/pm.h | 0 .../ATMEL/samd21/include/component/port.h | 0 .../ATMEL/samd21/include/component/rtc.h | 0 .../ATMEL/samd21/include/component/sercom.h | 0 .../ATMEL/samd21/include/component/sysctrl.h | 0 .../ATMEL/samd21/include/component/tc.h | 0 .../ATMEL/samd21/include/component/tcc.h | 0 .../samd21/include/component/tcc_lighting.h | 0 .../ATMEL/samd21/include/component/usb.h | 0 .../ATMEL/samd21/include/component/wdt.h | 0 .../Device/ATMEL/samd21/include/instance/ac.h | 0 .../ATMEL/samd21/include/instance/ac1.h | 0 .../ATMEL/samd21/include/instance/adc.h | 0 .../ATMEL/samd21/include/instance/dac.h | 0 .../ATMEL/samd21/include/instance/dmac.h | 0 .../ATMEL/samd21/include/instance/dsu.h | 0 .../ATMEL/samd21/include/instance/eic.h | 0 .../ATMEL/samd21/include/instance/evsys.h | 0 .../ATMEL/samd21/include/instance/gclk.h | 0 .../ATMEL/samd21/include/instance/i2s.h | 0 .../ATMEL/samd21/include/instance/mtb.h | 0 .../ATMEL/samd21/include/instance/nvmctrl.h | 0 .../ATMEL/samd21/include/instance/pac0.h | 0 .../ATMEL/samd21/include/instance/pac1.h | 0 .../ATMEL/samd21/include/instance/pac2.h | 0 .../Device/ATMEL/samd21/include/instance/pm.h | 0 .../ATMEL/samd21/include/instance/port.h | 0 .../ATMEL/samd21/include/instance/rtc.h | 0 .../ATMEL/samd21/include/instance/sbmatrix.h | 0 .../ATMEL/samd21/include/instance/sercom0.h | 0 .../ATMEL/samd21/include/instance/sercom1.h | 0 .../ATMEL/samd21/include/instance/sercom2.h | 0 .../ATMEL/samd21/include/instance/sercom3.h | 0 .../ATMEL/samd21/include/instance/sercom4.h | 0 .../ATMEL/samd21/include/instance/sercom5.h | 0 .../ATMEL/samd21/include/instance/sysctrl.h | 0 .../ATMEL/samd21/include/instance/tc3.h | 0 .../ATMEL/samd21/include/instance/tc4.h | 0 .../ATMEL/samd21/include/instance/tc5.h | 0 .../ATMEL/samd21/include/instance/tc6.h | 0 .../ATMEL/samd21/include/instance/tc7.h | 0 .../ATMEL/samd21/include/instance/tcc0.h | 0 .../ATMEL/samd21/include/instance/tcc1.h | 0 .../ATMEL/samd21/include/instance/tcc2.h | 0 .../ATMEL/samd21/include/instance/usb.h | 0 .../ATMEL/samd21/include/instance/wdt.h | 0 .../ATMEL/samd21/include/pio/samd21e15a.h | 0 .../ATMEL/samd21/include/pio/samd21e16a.h | 0 .../ATMEL/samd21/include/pio/samd21e17a.h | 0 .../ATMEL/samd21/include/pio/samd21e18a.h | 0 .../ATMEL/samd21/include/pio/samd21g15a.h | 0 .../ATMEL/samd21/include/pio/samd21g16a.h | 0 .../ATMEL/samd21/include/pio/samd21g17a.h | 0 .../ATMEL/samd21/include/pio/samd21g18a.h | 0 .../ATMEL/samd21/include/pio/samd21j15a.h | 0 .../ATMEL/samd21/include/pio/samd21j16a.h | 0 .../ATMEL/samd21/include/pio/samd21j16b.h | 0 .../ATMEL/samd21/include/pio/samd21j17a.h | 0 .../ATMEL/samd21/include/pio/samd21j18a.h | 0 .../Device/ATMEL/samd21/include/samd21.h | 0 .../Device/ATMEL/samd21/include/samd21e15a.h | 0 .../Device/ATMEL/samd21/include/samd21e16a.h | 0 .../Device/ATMEL/samd21/include/samd21e17a.h | 0 .../Device/ATMEL/samd21/include/samd21e18a.h | 0 .../Device/ATMEL/samd21/include/samd21g15a.h | 0 .../Device/ATMEL/samd21/include/samd21g16a.h | 0 .../Device/ATMEL/samd21/include/samd21g17a.h | 0 .../Device/ATMEL/samd21/include/samd21g18a.h | 0 .../Device/ATMEL/samd21/include/samd21j15a.h | 0 .../Device/ATMEL/samd21/include/samd21j16a.h | 0 .../Device/ATMEL/samd21/include/samd21j16b.h | 0 .../Device/ATMEL/samd21/include/samd21j17a.h | 0 .../Device/ATMEL/samd21/include/samd21j18a.h | 0 .../ATMEL/samd21/include/system_samd21.h | 0 .../samd21/source/as_gcc/samd21e15a_flash.ld | 0 .../samd21/source/as_gcc/samd21e15a_sram.ld | 0 .../samd21/source/as_gcc/samd21e16a_flash.ld | 0 .../samd21/source/as_gcc/samd21e16a_sram.ld | 0 .../samd21/source/as_gcc/samd21e17a_flash.ld | 0 .../samd21/source/as_gcc/samd21e17a_sram.ld | 0 .../samd21/source/as_gcc/samd21e18a_flash.ld | 0 .../samd21/source/as_gcc/samd21e18a_sram.ld | 0 .../samd21/source/as_gcc/samd21g15a_flash.ld | 0 .../samd21/source/as_gcc/samd21g15a_sram.ld | 0 .../samd21/source/as_gcc/samd21g16a_flash.ld | 0 .../samd21/source/as_gcc/samd21g16a_sram.ld | 0 .../samd21/source/as_gcc/samd21g17a_flash.ld | 0 .../samd21/source/as_gcc/samd21g17a_sram.ld | 0 .../samd21/source/as_gcc/samd21g18a_flash.ld | 0 .../samd21/source/as_gcc/samd21g18a_sram.ld | 0 .../samd21/source/as_gcc/samd21j15a_flash.ld | 0 .../samd21/source/as_gcc/samd21j15a_sram.ld | 0 .../samd21/source/as_gcc/samd21j16a_flash.ld | 0 .../samd21/source/as_gcc/samd21j16a_sram.ld | 0 .../samd21/source/as_gcc/samd21j16b_flash.ld | 0 .../samd21/source/as_gcc/samd21j16b_sram.ld | 0 .../samd21/source/as_gcc/samd21j17a_flash.ld | 0 .../samd21/source/as_gcc/samd21j17a_sram.ld | 0 .../samd21/source/as_gcc/samd21j18a_flash.ld | 0 .../samd21/source/as_gcc/samd21j18a_sram.ld | 0 .../samd21/source/as_gcc/startup_samd21.c | 0 .../ATMEL/samd21/source/system_samd21.c | 0 .../samd21/CMSIS-Atmel/Device/ATMEL/wisc.h | 0 .../armv6m/samd21/README.md | 0 .../system_samd21_XPlainedPro_48MHz.c | 0 .../armv6m/samd21/startup_samd.c | 0 .../armv6m/samd21/tpl_machine_samd.c | 0 .../armv6m/samd21/utils/clock.h | 0 .../armv6m/samd21/utils/eic.c | 0 .../armv6m/samd21/utils/eic.h | 0 .../armv6m/samd21/utils/pinAccess.c | 0 .../armv6m/samd21/utils/pinAccess.h | 0 .../armv6m/samd21/utils/pinMux.c | 0 .../armv6m/samd21/utils/pinMux.h | 0 .../armv6m/sys_handlers.c | 0 .../armv6m/tpl_ctx_switch.S | 0 .../armv6m/tpl_ctx_switch_under_it.S | 0 .../armv6m/tpl_interrupts.S | 0 .../armv7em/mk20dx256/README.md | 0 .../mk20dx256/core_cm_func_mk20dx256.h | 2 +- .../armv7em/mk20dx256/handlers_mk20dx256.c | 0 .../mk20dx256/libraries/ftm/ftm_mk20dx256.c | 0 .../mk20dx256/libraries/ftm/ftm_mk20dx256.h | 0 .../mk20dx256/libraries/gpio/gpio_mk20dx256.h | 0 .../mk20dx256/libraries/pit/pit_mk20dx256.c | 0 .../mk20dx256/libraries/pit/pit_mk20dx256.h | 0 .../armv7em/mk20dx256/mk20dx256.h | 0 .../armv7em/mk20dx256/startup_mk20dx256.c | 0 .../armv7em/mk20dx256/syscalls.c | 0 .../armv7em/mk20dx256/syscalls.h | 0 .../armv7em/mk20dx256/teensy31/Arduino.h | 0 .../armv7em/mk20dx256/teensy31/WProgram.h | 0 .../armv7em/mk20dx256/teensy31/avr/dtostrf.c | 0 .../armv7em/mk20dx256/teensy31/avr/dtostrf.h | 0 .../mk20dx256/teensy31/avr/interrupt.h | 0 .../armv7em/mk20dx256/teensy31/avr/pgmspace.h | 0 .../armv7em/mk20dx256/teensy31/binary.h | 0 .../armv7em/mk20dx256/teensy31/core_id.h | 0 .../armv7em/mk20dx256/teensy31/core_pins.h | 0 .../armv7em/mk20dx256/teensy31/gpio.c | 0 .../armv7em/mk20dx256/teensy31/gpio.h | 0 .../armv7em/mk20dx256/teensy31/itoa.c | 0 .../armv7em/mk20dx256/teensy31/itoa.h | 0 .../LiquidCrystalFast/LiquidCrystalFast.cpp | 0 .../LiquidCrystalFast/LiquidCrystalFast.h | 0 .../libraries/LiquidCrystalFast/README.md | 0 .../libraries/LiquidCrystalFast/readme.txt | 0 .../teensy31/libraries/Print/Print.cpp | 0 .../teensy31/libraries/Print/Print.h | 0 .../teensy31/libraries/Print/Printable.h | 0 .../teensy31/libraries/WString/WString.cpp | 0 .../teensy31/libraries/WString/WString.h | 0 .../armv7em/mk20dx256/teensy31/pins_arduino.h | 0 .../armv7em/mk20dx256/teensy31/tp.c | 0 .../armv7em/mk20dx256/teensy31/tp.h | 0 .../armv7em/mk20dx256/teensy31/wiring.h | 0 .../armv7em/mk20dx256/tpl_machine_mk20dx256.c | 0 .../Device/ST/STM32F3xx/Include/stm32f303x8.h | 0 .../Device/ST/STM32F3xx/Include/stm32f303xe.h | 0 .../Device/ST/STM32F3xx/Include/stm32f3xx.h | 0 .../ST/STM32F3xx/Include/system_stm32f3xx.h | 0 .../armv7em/stm32f303/CMSIS-ST/STM32F303x.svd | 0 .../stm32f303/coroLabBoard/coroBoard.cpp | 0 .../stm32f303/coroLabBoard/coroBoard.h | 0 .../stm32f303/coroLabBoard/mcp23s17.cpp | 0 .../armv7em/stm32f303/coroLabBoard/mcp23s17.h | 0 .../armv7em/stm32f303/coroLabBoard/spi.c | 0 .../armv7em/stm32f303/coroLabBoard/spi.h | 0 .../tft/Adafruit-GFX-Library/.travis.yml | 0 .../tft/Adafruit-GFX-Library/Adafruit_GFX.cpp | 0 .../tft/Adafruit-GFX-Library/Adafruit_GFX.h | 0 .../Adafruit-GFX-Library/Adafruit_SPITFT.cpp | 0 .../Adafruit-GFX-Library/Adafruit_SPITFT.h | 0 .../Adafruit_SPITFT_Macros.h | 0 .../Fonts/FreeMono12pt7b.h | 0 .../Fonts/FreeMono18pt7b.h | 0 .../Fonts/FreeMono24pt7b.h | 0 .../Fonts/FreeMono9pt7b.h | 0 .../Fonts/FreeMonoBold12pt7b.h | 0 .../Fonts/FreeMonoBold18pt7b.h | 0 .../Fonts/FreeMonoBold24pt7b.h | 0 .../Fonts/FreeMonoBold9pt7b.h | 0 .../Fonts/FreeMonoBoldOblique12pt7b.h | 0 .../Fonts/FreeMonoBoldOblique18pt7b.h | 0 .../Fonts/FreeMonoBoldOblique24pt7b.h | 0 .../Fonts/FreeMonoBoldOblique9pt7b.h | 0 .../Fonts/FreeMonoOblique12pt7b.h | 0 .../Fonts/FreeMonoOblique18pt7b.h | 0 .../Fonts/FreeMonoOblique24pt7b.h | 0 .../Fonts/FreeMonoOblique9pt7b.h | 0 .../Fonts/FreeSans12pt7b.h | 0 .../Fonts/FreeSans18pt7b.h | 0 .../Fonts/FreeSans24pt7b.h | 0 .../Fonts/FreeSans9pt7b.h | 0 .../Fonts/FreeSansBold12pt7b.h | 0 .../Fonts/FreeSansBold18pt7b.h | 0 .../Fonts/FreeSansBold24pt7b.h | 0 .../Fonts/FreeSansBold9pt7b.h | 0 .../Fonts/FreeSansBoldOblique12pt7b.h | 0 .../Fonts/FreeSansBoldOblique18pt7b.h | 0 .../Fonts/FreeSansBoldOblique24pt7b.h | 0 .../Fonts/FreeSansBoldOblique9pt7b.h | 0 .../Fonts/FreeSansOblique12pt7b.h | 0 .../Fonts/FreeSansOblique18pt7b.h | 0 .../Fonts/FreeSansOblique24pt7b.h | 0 .../Fonts/FreeSansOblique9pt7b.h | 0 .../Fonts/FreeSerif12pt7b.h | 0 .../Fonts/FreeSerif18pt7b.h | 0 .../Fonts/FreeSerif24pt7b.h | 0 .../Fonts/FreeSerif9pt7b.h | 0 .../Fonts/FreeSerifBold12pt7b.h | 0 .../Fonts/FreeSerifBold18pt7b.h | 0 .../Fonts/FreeSerifBold24pt7b.h | 0 .../Fonts/FreeSerifBold9pt7b.h | 0 .../Fonts/FreeSerifBoldItalic12pt7b.h | 0 .../Fonts/FreeSerifBoldItalic18pt7b.h | 0 .../Fonts/FreeSerifBoldItalic24pt7b.h | 0 .../Fonts/FreeSerifBoldItalic9pt7b.h | 0 .../Fonts/FreeSerifItalic12pt7b.h | 0 .../Fonts/FreeSerifItalic18pt7b.h | 0 .../Fonts/FreeSerifItalic24pt7b.h | 0 .../Fonts/FreeSerifItalic9pt7b.h | 0 .../tft/Adafruit-GFX-Library/Fonts/Org_01.h | 0 .../Adafruit-GFX-Library/Fonts/Picopixel.h | 0 .../Adafruit-GFX-Library/Fonts/Tiny3x3a2pt7b | 0 .../tft/Adafruit-GFX-Library/Fonts/TomThumb.h | 0 .../tft/Adafruit-GFX-Library/README.md | 0 .../examples/mock_ili9341/mock_ili9341.ino | 0 .../Adafruit-GFX-Library/fontconvert/Makefile | 0 .../fontconvert/fontconvert.c | 0 .../fontconvert/fontconvert_win.md | 0 .../fontconvert/makefonts.sh | 0 .../fontconvert/veraMono6.h | 0 .../fontconvert/veraMono7.h | 0 .../fontconvert/veraMono8.h | 0 .../fontconvert/veraMono9.h | 0 .../tft/Adafruit-GFX-Library/gfxfont.h | 0 .../tft/Adafruit-GFX-Library/glcdfont.c | 0 .../Adafruit-GFX-Library/library.properties | 0 .../tft/Adafruit-GFX-Library/license.txt | 0 .../tft/Adafruit-ST7735-Library/.travis.yml | 0 .../Adafruit_ST7735.cpp | 0 .../Adafruit-ST7735-Library/Adafruit_ST7735.h | 0 .../Adafruit_ST7789.cpp | 0 .../Adafruit-ST7735-Library/Adafruit_ST7789.h | 0 .../Adafruit_ST77xx.cpp | 0 .../Adafruit-ST7735-Library/Adafruit_ST77xx.h | 0 .../tft/Adafruit-ST7735-Library/README.txt | 0 .../shieldtest/shieldtest.ino | 0 .../examples/graphicstest/graphicstest.ino | 0 .../miniTFTWing/basic/.mega2560.test.skip | 0 .../examples/miniTFTWing/basic/basic.ino | 0 .../graphicstest/.mega2560.test.skip | 0 .../miniTFTWing/graphicstest/graphicstest.ino | 0 .../examples/rotationtest/rotationtest.ino | 0 .../examples/shieldtest/shieldtest.ino | 0 .../examples/spitftbitmap/spitftbitmap.ino | 0 .../library.properties | 0 .../coroLabBoard/tft/arduinoCore/Print.cpp | 0 .../coroLabBoard/tft/arduinoCore/Print.h | 0 .../coroLabBoard/tft/arduinoCore/Printable.h | 0 .../stm32f303/coroLabBoard/tft/tft.cpp | 0 .../armv7em/stm32f303/coroLabBoard/tft/tft.h | 0 .../armv7em/stm32f303/handlers_stm32f3xx.c | 0 .../armv7em/stm32f303/handlers_stm32f3xx.h | 0 .../armv7em/stm32f303/lib/pinAccess.c | 0 .../armv7em/stm32f303/lib/pinAccess.h | 0 .../armv7em/stm32f303/lib/serial.c | 0 .../armv7em/stm32f303/lib/serial.h | 0 .../armv7em/stm32f303/startup_stm32f3xx.c | 0 .../armv7em/stm32f303/stm32f30x_conf.h | 0 .../armv7em/stm32f303/system_stm32f30x.c | 0 .../armv7em/stm32f303/tpl_machine_stm32f303.c | 0 .../armv7em/stm32f303/tpl_memory_protection.c | 0 .../armv7em/stm32f303/tpl_memory_protection.h | 0 .../armv7em/stm32f303/tpl_trace.c | 0 .../Device/ST/STM32F4xx/Include/stm32f4xx.h | 0 .../ST/STM32F4xx/Include/system_stm32f4xx.h | 0 .../Device/ST/STM32F4xx/Release_Notes.html | 0 .../Templates/SW4STM32/startup_stm32f401xx.s | 0 .../SW4STM32/startup_stm32f40_41xxx.s | 0 .../Templates/SW4STM32/startup_stm32f40xx.s | 0 .../Templates/SW4STM32/startup_stm32f410xx.s | 0 .../Templates/SW4STM32/startup_stm32f411xe.s | 0 .../SW4STM32/startup_stm32f427_437xx.s | 0 .../Templates/SW4STM32/startup_stm32f427xx.s | 0 .../SW4STM32/startup_stm32f429_439xx.s | 0 .../Templates/SW4STM32/startup_stm32f446xx.s | 0 .../SW4STM32/startup_stm32f469_479xx.s | 0 .../Templates/TASKING/cstart_thumb2.asm | 0 .../TrueSTUDIO/startup_stm32f401xx.s | 0 .../TrueSTUDIO/startup_stm32f40_41xxx.s | 0 .../Templates/TrueSTUDIO/startup_stm32f40xx.s | 0 .../TrueSTUDIO/startup_stm32f410xx.s | 0 .../TrueSTUDIO/startup_stm32f411xe.s | 0 .../TrueSTUDIO/startup_stm32f427_437xx.s | 0 .../TrueSTUDIO/startup_stm32f427xx.s | 0 .../TrueSTUDIO/startup_stm32f429_439xx.s | 0 .../TrueSTUDIO/startup_stm32f446xx.s | 0 .../TrueSTUDIO/startup_stm32f469_479xx.s | 0 .../Templates/arm/startup_stm32f401xx.s | 0 .../Templates/arm/startup_stm32f40_41xxx.s | 0 .../Source/Templates/arm/startup_stm32f40xx.s | 0 .../Templates/arm/startup_stm32f410xx.s | 0 .../Templates/arm/startup_stm32f411xe.s | 0 .../Templates/arm/startup_stm32f427_437xx.s | 0 .../Source/Templates/arm/startup_stm32f427x.s | 0 .../Templates/arm/startup_stm32f429_439xx.s | 0 .../Templates/arm/startup_stm32f446xx.s | 0 .../Templates/arm/startup_stm32f469_479xx.s | 0 .../Templates/gcc_ride7/startup_stm32f401xx.s | 0 .../gcc_ride7/startup_stm32f40_41xxx.s | 0 .../Templates/gcc_ride7/startup_stm32f40xx.s | 0 .../gcc_ride7/startup_stm32f427_437xx.s | 0 .../Templates/gcc_ride7/startup_stm32f427x.s | 0 .../gcc_ride7/startup_stm32f429_439xx.s | 0 .../Templates/iar/startup_stm32f401xx.s | 0 .../Templates/iar/startup_stm32f40_41xxx.s | 0 .../Source/Templates/iar/startup_stm32f40xx.s | 0 .../Templates/iar/startup_stm32f410xx.s | 0 .../Templates/iar/startup_stm32f411xe.s | 0 .../Templates/iar/startup_stm32f427_437xx.s | 0 .../Source/Templates/iar/startup_stm32f427x.s | 0 .../Templates/iar/startup_stm32f429_439xx.s | 0 .../Templates/iar/startup_stm32f446xx.s | 0 .../Templates/iar/startup_stm32f469_479xx.s | 0 .../Source/Templates/system_stm32f4xx.c | 0 .../Release_Notes.html | 0 .../STM32F4xx_StdPeriph_Driver/misc.c | 0 .../STM32F4xx_StdPeriph_Driver/misc.h | 0 .../stm32f4xx_adc.c | 0 .../stm32f4xx_adc.h | 0 .../stm32f4xx_can.c | 0 .../stm32f4xx_can.h | 0 .../stm32f4xx_cec.c | 0 .../stm32f4xx_cec.h | 0 .../stm32f4xx_crc.c | 0 .../stm32f4xx_crc.h | 0 .../stm32f4xx_cryp.c | 0 .../stm32f4xx_cryp.h | 0 .../stm32f4xx_cryp_aes.c | 0 .../stm32f4xx_cryp_des.c | 0 .../stm32f4xx_cryp_tdes.c | 0 .../stm32f4xx_dac.c | 0 .../stm32f4xx_dac.h | 0 .../stm32f4xx_dbgmcu.c | 0 .../stm32f4xx_dbgmcu.h | 0 .../stm32f4xx_dcmi.c | 0 .../stm32f4xx_dcmi.h | 0 .../stm32f4xx_dma.c | 0 .../stm32f4xx_dma.h | 0 .../stm32f4xx_dma2d.c | 0 .../stm32f4xx_dma2d.h | 0 .../stm32f4xx_dsi.c | 0 .../stm32f4xx_dsi.h | 0 .../stm32f4xx_exti.c | 0 .../stm32f4xx_exti.h | 0 .../stm32f4xx_flash.c | 0 .../stm32f4xx_flash.h | 0 .../stm32f4xx_flash_ramfunc.c | 0 .../stm32f4xx_flash_ramfunc.h | 0 .../stm32f4xx_fmc.c | 0 .../stm32f4xx_fmc.h | 0 .../stm32f4xx_fmpi2c.c | 0 .../stm32f4xx_fmpi2c.h | 0 .../stm32f4xx_fsmc.c | 0 .../stm32f4xx_fsmc.h | 0 .../stm32f4xx_gpio.c | 0 .../stm32f4xx_gpio.h | 0 .../stm32f4xx_hash.c | 0 .../stm32f4xx_hash.h | 0 .../stm32f4xx_hash_md5.c | 0 .../stm32f4xx_hash_sha1.c | 0 .../stm32f4xx_i2c.c | 0 .../stm32f4xx_i2c.h | 0 .../stm32f4xx_iwdg.c | 0 .../stm32f4xx_iwdg.h | 0 .../stm32f4xx_lptim.c | 0 .../stm32f4xx_lptim.h | 0 .../stm32f4xx_ltdc.c | 0 .../stm32f4xx_ltdc.h | 0 .../stm32f4xx_pwr.c | 0 .../stm32f4xx_pwr.h | 0 .../stm32f4xx_qspi.c | 0 .../stm32f4xx_qspi.h | 0 .../stm32f4xx_rcc.c | 0 .../stm32f4xx_rcc.h | 0 .../stm32f4xx_rng.c | 0 .../stm32f4xx_rng.h | 0 .../stm32f4xx_rtc.c | 0 .../stm32f4xx_rtc.h | 0 .../stm32f4xx_sai.c | 0 .../stm32f4xx_sai.h | 0 .../stm32f4xx_sdio.c | 0 .../stm32f4xx_sdio.h | 0 .../stm32f4xx_spdifrx.c | 0 .../stm32f4xx_spdifrx.h | 0 .../stm32f4xx_spi.c | 0 .../stm32f4xx_spi.h | 0 .../stm32f4xx_syscfg.c | 0 .../stm32f4xx_syscfg.h | 0 .../stm32f4xx_tim.c | 0 .../stm32f4xx_tim.h | 0 .../stm32f4xx_usart.c | 0 .../stm32f4xx_usart.h | 0 .../stm32f4xx_wwdg.c | 0 .../stm32f4xx_wwdg.h | 0 .../armv7em/stm32f407/handlers_stm32f4xx.c | 0 .../armv7em/stm32f407/handlers_stm32f4xx.h | 0 .../armv7em/stm32f407/lib/pinAccess.c | 0 .../armv7em/stm32f407/lib/pinAccess.h | 0 .../armv7em/stm32f407/startup_stm32f4xx.c | 0 .../stm32f4discovery/stm32f4_discovery.c | 0 .../stm32f4discovery/stm32f4_discovery.h | 0 .../armv7em/stm32f407/stm32f4discovery/tp.c | 0 .../armv7em/stm32f407/stm32f4discovery/tp.h | 0 .../armv7em/stm32f407/stm32f4xx_conf.h | 0 .../armv7em/stm32f407/system_stm32f4xx.c | 0 .../armv7em/stm32f407/system_stm32f4xx.h | 0 .../armv7em/stm32f407/tpl_machine_stm32f407.c | 0 .../armv7em/stm32f407/tpl_memory_protection.c | 0 .../armv7em/stm32f407/tpl_memory_protection.h | 0 .../Device/ST/STM32L4xx/Include/stm32l412xx.h | 0 .../Device/ST/STM32L4xx/Include/stm32l422xx.h | 0 .../Device/ST/STM32L4xx/Include/stm32l431xx.h | 0 .../Device/ST/STM32L4xx/Include/stm32l432xx.h | 0 .../Device/ST/STM32L4xx/Include/stm32l433xx.h | 0 .../Device/ST/STM32L4xx/Include/stm32l442xx.h | 0 .../Device/ST/STM32L4xx/Include/stm32l443xx.h | 0 .../Device/ST/STM32L4xx/Include/stm32l451xx.h | 0 .../Device/ST/STM32L4xx/Include/stm32l452xx.h | 0 .../Device/ST/STM32L4xx/Include/stm32l462xx.h | 0 .../Device/ST/STM32L4xx/Include/stm32l471xx.h | 0 .../Device/ST/STM32L4xx/Include/stm32l475xx.h | 0 .../Device/ST/STM32L4xx/Include/stm32l476xx.h | 0 .../Device/ST/STM32L4xx/Include/stm32l485xx.h | 0 .../Device/ST/STM32L4xx/Include/stm32l486xx.h | 0 .../Device/ST/STM32L4xx/Include/stm32l496xx.h | 0 .../Device/ST/STM32L4xx/Include/stm32l4a6xx.h | 0 .../Device/ST/STM32L4xx/Include/stm32l4r5xx.h | 0 .../Device/ST/STM32L4xx/Include/stm32l4r7xx.h | 0 .../Device/ST/STM32L4xx/Include/stm32l4r9xx.h | 0 .../Device/ST/STM32L4xx/Include/stm32l4s5xx.h | 0 .../Device/ST/STM32L4xx/Include/stm32l4s7xx.h | 0 .../Device/ST/STM32L4xx/Include/stm32l4s9xx.h | 0 .../Device/ST/STM32L4xx/Include/stm32l4xx.h | 0 .../ST/STM32L4xx/Include/system_stm32l4xx.h | 0 .../Device/ST/STM32L4xx/Release_Notes.html | 0 .../armv7em/stm32l432/CMSIS-ST/STM32L4x2.svd | 0 .../armv7em/stm32l432/handlers_stm32l432.c | 0 .../armv7em/stm32l432/handlers_stm32l432.h | 0 .../armv7em/stm32l432/lib/pinAccess.c | 0 .../armv7em/stm32l432/lib/pinAccess.h | 0 .../armv7em/stm32l432/lib/serial.c | 0 .../armv7em/stm32l432/lib/serial.h | 0 .../armv7em/stm32l432/startup_stm32l432.c | 0 .../armv7em/stm32l432/system_stm32l4xx.c | 0 .../armv7em/stm32l432/tpl_machine_stm32l432.c | 0 .../armv7em/stm32l432/tpl_memory_protection.c | 0 .../armv7em/stm32l432/tpl_memory_protection.h | 0 .../armv7em/stm32l432/tpl_trace.c | 0 .../armv7em/tpl_ctx_switch.S | 0 .../armv7em/tpl_ctx_switch_under_it.S | 0 .../armv7em/tpl_interrupts.S | 0 .../armv7m/SmartFusion2/CMSIS/hw_reg_io.h | 0 .../armv7m/SmartFusion2/CMSIS/m2sxxx.h | 0 .../armv7m/SmartFusion2/CMSIS/mss_assert.h | 0 .../debug-in-microsemi-smartfusion2-envm.ld | 0 .../debug-in-microsemi-smartfusion2-esram.ld | 0 ...-in-microsemi-smartfusion2-external-ram.ld | 0 .../CMSIS/startup_gcc/newlib_stubs.c | 0 ...roduction-smartfusion2-execute-in-place.ld | 0 ...n-smartfusion2-relocate-to-external-ram.ld | 0 .../CMSIS/startup_gcc/startup_m2sxxx.S | 0 .../SmartFusion2/CMSIS/sys_init_cfg_types.h | 0 .../armv7m/SmartFusion2/CMSIS/system_m2sxxx.c | 0 .../armv7m/SmartFusion2/CMSIS/system_m2sxxx.h | 0 .../SmartFusion2/drivers/mss_gpio/mss_gpio.c | 0 .../SmartFusion2/drivers/mss_gpio/mss_gpio.h | 0 .../SmartFusion2/drivers/mss_nvm/mss_nvm.c | 0 .../SmartFusion2/drivers/mss_nvm/mss_nvm.h | 0 .../SmartFusion2/drivers/mss_uart/mss_uart.c | 0 .../SmartFusion2/drivers/mss_uart/mss_uart.h | 0 .../drivers/mss_uart/mss_uart_regs.h | 0 ...N_FIRMWARE_SmartFusion2_CMSIS_0_config.cxf | 0 .../drivers_config/sys_config/sys_config.c | 0 .../drivers_config/sys_config/sys_config.h | 0 .../sys_config/sys_config_mddr_define.h | 0 .../sys_config/sys_config_mss_clocks.h | 0 .../SmartFusion2/hal/CortexM3/GNU/cpu_types.h | 0 .../SmartFusion2/hal/CortexM3/GNU/hal.S | 0 .../SmartFusion2/hal/CortexM3/GNU/hw_macros.h | 0 .../hal/CortexM3/GNU/hw_reg_access.S | 0 .../SmartFusion2/hal/CortexM3/cortex_nvic.c | 0 .../SmartFusion2/hal/CortexM3/cortex_nvic.h | 0 .../armv7m/SmartFusion2/hal/hal.h | 0 .../armv7m/SmartFusion2/hal/hal_assert.h | 0 .../armv7m/SmartFusion2/hal/hw_reg_access.h | 0 .../armv7m/SmartFusion2/handlers_m2sxxx.c | 0 .../armv7m/SmartFusion2/startup_m2sxxx.c | 0 .../armv7m/SmartFusion2/tpl_machine_m2sxxx.c | 0 .../atsam3x8e/CMSIS/sam-headers-version.txt | 0 .../armv7m/atsam3x8e/CMSIS/sam.h | 0 .../armv7m/atsam3x8e/CMSIS/sam3.h | 0 .../CMSIS/sam3xa/include/component/adc.h | 0 .../CMSIS/sam3xa/include/component/can.h | 0 .../CMSIS/sam3xa/include/component/chipid.h | 0 .../CMSIS/sam3xa/include/component/dacc.h | 0 .../CMSIS/sam3xa/include/component/dmac.h | 0 .../CMSIS/sam3xa/include/component/efc.h | 0 .../CMSIS/sam3xa/include/component/emac.h | 0 .../CMSIS/sam3xa/include/component/gpbr.h | 0 .../CMSIS/sam3xa/include/component/hsmci.h | 0 .../CMSIS/sam3xa/include/component/matrix.h | 0 .../CMSIS/sam3xa/include/component/pdc.h | 0 .../CMSIS/sam3xa/include/component/pio.h | 0 .../CMSIS/sam3xa/include/component/pmc.h | 0 .../CMSIS/sam3xa/include/component/pwm.h | 0 .../CMSIS/sam3xa/include/component/rstc.h | 0 .../CMSIS/sam3xa/include/component/rtc.h | 0 .../CMSIS/sam3xa/include/component/rtt.h | 0 .../CMSIS/sam3xa/include/component/sdramc.h | 0 .../CMSIS/sam3xa/include/component/smc.h | 0 .../CMSIS/sam3xa/include/component/spi.h | 0 .../CMSIS/sam3xa/include/component/ssc.h | 0 .../CMSIS/sam3xa/include/component/supc.h | 0 .../CMSIS/sam3xa/include/component/tc.h | 0 .../CMSIS/sam3xa/include/component/trng.h | 0 .../CMSIS/sam3xa/include/component/twi.h | 0 .../CMSIS/sam3xa/include/component/uart.h | 0 .../CMSIS/sam3xa/include/component/uotghs.h | 0 .../CMSIS/sam3xa/include/component/usart.h | 0 .../CMSIS/sam3xa/include/component/wdt.h | 0 .../CMSIS/sam3xa/include/pio/sam3x8e.h | 0 .../atsam3x8e/CMSIS/sam3xa/include/sam3x8e.h | 0 .../atsam3x8e/CMSIS/sam3xa/include/sam3xa.h | 0 .../CMSIS/sam3xa/include/system_sam3xa.h | 0 .../sam3xa/source/as_gcc/sam3a4c_flash.ld | 0 .../sam3xa/source/as_gcc/sam3a8c_flash.ld | 0 .../sam3xa/source/as_gcc/sam3x4c_flash.ld | 0 .../sam3xa/source/as_gcc/sam3x4e_flash.ld | 0 .../sam3xa/source/as_gcc/sam3x8c_flash.ld | 0 .../sam3xa/source/as_gcc/sam3x8e_flash.ld | 0 .../sam3xa/source/as_gcc/sam3x8h_flash.ld | 0 .../sam3xa/source/as_gcc/sam3xa_flash.ld | 0 .../sam3xa/source/as_gcc/startup_sam3xa.c | 0 .../CMSIS/sam3xa/source/system_sam3xa.c | 0 .../armv7m/atsam3x8e/arduino/Arduino.h | 0 .../arduino/arch_arm/CoreHardwareSerial.hpp | 0 .../atsam3x8e/arduino/arch_arm/CorePrint.cpp | 0 .../atsam3x8e/arduino/arch_arm/CorePrint.hpp | 0 .../arduino/arch_arm/CorePrintable.hpp | 0 .../arduino/arch_arm/CoreRingBuffer.cpp | 0 .../arduino/arch_arm/CoreRingBuffer.hpp | 0 .../atsam3x8e/arduino/arch_arm/CoreStream.cpp | 0 .../atsam3x8e/arduino/arch_arm/CoreStream.hpp | 0 .../atsam3x8e/arduino/arch_arm/CoreString.cpp | 0 .../atsam3x8e/arduino/arch_arm/CoreString.hpp | 0 .../atsam3x8e/arduino/arch_arm/IPAddress.cpp | 0 .../atsam3x8e/arduino/arch_arm/IPAddress.hpp | 0 .../atsam3x8e/arduino/arch_arm/core_abi.cpp | 0 .../arduino/arch_arm/core_character.h | 0 .../arduino/arch_arm/core_cortex_vectors.c | 0 .../arduino/arch_arm/core_cortex_vectors.h | 0 .../atsam3x8e/arduino/arch_arm/core_hooks.c | 0 .../atsam3x8e/arduino/arch_arm/core_hooks.h | 0 .../atsam3x8e/arduino/arch_arm/core_init.h | 0 .../atsam3x8e/arduino/arch_arm/core_itoa.c | 0 .../atsam3x8e/arduino/arch_arm/core_itoa.h | 0 .../atsam3x8e/arduino/arch_arm/core_main.cpp | 0 .../atsam3x8e/arduino/arch_arm/core_math.cpp | 0 .../atsam3x8e/arduino/arch_arm/core_math.hpp | 0 .../atsam3x8e/arduino/arch_arm/core_shift.c | 0 .../atsam3x8e/arduino/arch_arm/core_shift.h | 0 .../atsam3x8e/arduino/arch_common/Client.hpp | 0 .../atsam3x8e/arduino/arch_common/Server.hpp | 0 .../atsam3x8e/arduino/arch_common/Udp.hpp | 0 .../arduino/arch_common/core_binary.h | 0 .../arduino/arch_common/core_constants.h | 0 .../arduino/arch_common/core_new.cpp | 0 .../arduino/arch_common/core_new.hpp | 0 .../arduino/arch_common/core_reset.h | 0 .../arduino/arch_common/core_watchdog.h | 0 .../arduino/avr_compat/core_dtostrf.c | 0 .../arduino/avr_compat/core_dtostrf.h | 0 .../arduino/avr_compat/core_interrupt.h | 0 .../arduino/avr_compat/core_pgmspace.h | 0 .../atsam3x8e/arduino/port_sam/CoreSPI.cpp | 0 .../atsam3x8e/arduino/port_sam/CoreSPI.hpp | 0 .../atsam3x8e/arduino/port_sam/CoreSerial.cpp | 0 .../atsam3x8e/arduino/port_sam/CoreSerial.hpp | 0 .../atsam3x8e/arduino/port_sam/CoreWire.cpp | 0 .../atsam3x8e/arduino/port_sam/CoreWire.hpp | 0 .../atsam3x8e/arduino/port_sam/core_analog.c | 0 .../atsam3x8e/arduino/port_sam/core_analog.h | 0 .../atsam3x8e/arduino/port_sam/core_delay.c | 0 .../atsam3x8e/arduino/port_sam/core_delay.h | 0 .../atsam3x8e/arduino/port_sam/core_digital.c | 0 .../atsam3x8e/arduino/port_sam/core_digital.h | 0 .../atsam3x8e/arduino/port_sam/core_init.c | 0 .../arduino/port_sam/core_interrupts.c | 0 .../arduino/port_sam/core_interrupts.h | 0 .../atsam3x8e/arduino/port_sam/core_private.c | 0 .../atsam3x8e/arduino/port_sam/core_private.h | 0 .../atsam3x8e/arduino/port_sam/core_pulse.cpp | 0 .../atsam3x8e/arduino/port_sam/core_pulse.hpp | 0 .../atsam3x8e/arduino/port_sam/core_reset.c | 0 .../atsam3x8e/arduino/port_sam/core_tone.cpp | 0 .../atsam3x8e/arduino/port_sam/core_tone.hpp | 0 .../atsam3x8e/arduino/port_sam/core_variant.h | 0 .../arduino/port_sam/core_watchdog.c | 0 .../armv7m/atsam3x8e/arduino/variant.cpp | 0 .../armv7m/atsam3x8e/arduino/variant.h | 0 .../armv7m/atsam3x8e/handlers_atsam3x8e.c | 0 .../armv7m/atsam3x8e/handlers_atsam3x8e.h | 0 .../armv7m/atsam3x8e/startup_sam3x.c | 0 .../armv7m/atsam3x8e/system_sam3xa.c | 0 .../armv7m/atsam3x8e/system_sam3xa.h | 0 .../armv7m/atsam3x8e/tpl_machine_atsam3x8e.c | 0 .../armv7m/tpl_ctx_switch.S | 0 .../armv7m/tpl_ctx_switch_under_it.S | 0 .../armv7m/tpl_interrupts.S | 0 .../tpl_asm_definitions.h | 0 machines/{cortex => cortex-m}/tpl_assembler.h | 0 machines/{cortex => cortex-m}/tpl_machine.h | 0 .../{cortex => cortex-m}/tpl_machine_cortex.c | 0 .../{cortex => cortex-m}/tpl_machine_cortex.h | 0 .../tpl_os_kernel_stack.h | 0 .../{cortex => cortex-m}/tpl_os_std_types.h | 0 .../{cortex => cortex-m}/tpl_sc_handler.S | 0 machines/{cortex => cortex-m}/tpl_startup.S | 0 3316 files changed, 150 insertions(+), 150 deletions(-) rename examples/{cortex => cortex-m}/armv6m/samd21/ArduinoM0/blink/README.md (91%) rename examples/{cortex => cortex-m}/armv6m/samd21/ArduinoM0/blink/blink.c (100%) rename examples/{cortex => cortex-m}/armv6m/samd21/ArduinoM0/blink/blink.oil (100%) rename examples/{cortex => cortex-m}/armv6m/samd21/XPlainedPro/blink/.gitignore (100%) rename examples/{cortex => cortex-m}/armv6m/samd21/XPlainedPro/blink/README.md (91%) rename examples/{cortex => cortex-m}/armv6m/samd21/XPlainedPro/blink/blink.c (100%) rename examples/{cortex => cortex-m}/armv6m/samd21/XPlainedPro/blink/blink.oil (100%) rename examples/{cortex => cortex-m}/armv6m/samd21/XPlainedPro/readbutton/.gitignore (100%) rename examples/{cortex => cortex-m}/armv6m/samd21/XPlainedPro/readbutton/README.md (92%) rename examples/{cortex => cortex-m}/armv6m/samd21/XPlainedPro/readbutton/readbutton.c (92%) rename examples/{cortex => cortex-m}/armv6m/samd21/XPlainedPro/readbutton/readbutton.oil (100%) rename examples/{cortex => cortex-m}/armv6m/samd21/XPlainedPro/readbutton_isr/.gitignore (100%) rename examples/{cortex => cortex-m}/armv6m/samd21/XPlainedPro/readbutton_isr/README.md (94%) rename examples/{cortex => cortex-m}/armv6m/samd21/XPlainedPro/readbutton_isr/readbutton_isr.c (81%) rename examples/{cortex => cortex-m}/armv6m/samd21/XPlainedPro/readbutton_isr/readbutton_isr.oil (100%) rename examples/{cortex => cortex-m}/armv7em/mk20dx256/teensy31/README.md (100%) rename examples/{cortex => cortex-m}/armv7em/mk20dx256/teensy31/blink/.gitignore (100%) rename examples/{cortex => cortex-m}/armv7em/mk20dx256/teensy31/blink/README.md (89%) rename examples/{cortex => cortex-m}/armv7em/mk20dx256/teensy31/blink/blink.c (100%) rename examples/{cortex => cortex-m}/armv7em/mk20dx256/teensy31/blink/blink.oil (100%) rename examples/{cortex => cortex-m}/armv7em/mk20dx256/teensy31/isr1onFTM/.gitignore (100%) rename examples/{cortex => cortex-m}/armv7em/mk20dx256/teensy31/isr1onFTM/README.md (89%) rename examples/{cortex => cortex-m}/armv7em/mk20dx256/teensy31/isr1onFTM/isr1onFTM.cpp (100%) rename examples/{cortex => cortex-m}/armv7em/mk20dx256/teensy31/isr1onFTM/isr1onFTM.oil (100%) rename examples/{cortex => cortex-m}/armv7em/mk20dx256/teensy31/isr2onExternalInterrupt/.gitignore (100%) rename examples/{cortex/armv7em/mk20dx256/teensy31/isr2onPIT => cortex-m/armv7em/mk20dx256/teensy31/isr2onExternalInterrupt}/README.md (87%) rename examples/{cortex => cortex-m}/armv7em/mk20dx256/teensy31/isr2onExternalInterrupt/isr2onExternalInterrupt.cpp (100%) rename examples/{cortex => cortex-m}/armv7em/mk20dx256/teensy31/isr2onExternalInterrupt/isr2onExternalInterrupt.oil (100%) rename examples/{cortex => cortex-m}/armv7em/mk20dx256/teensy31/isr2onPIT/.gitignore (100%) rename examples/{cortex/armv7em/mk20dx256/teensy31/isr2onExternalInterrupt => cortex-m/armv7em/mk20dx256/teensy31/isr2onPIT}/README.md (87%) rename examples/{cortex => cortex-m}/armv7em/mk20dx256/teensy31/isr2onPIT/isr2onPIT.cpp (100%) rename examples/{cortex => cortex-m}/armv7em/mk20dx256/teensy31/isr2onPIT/isr2onPIT.oil (100%) rename examples/{cortex => cortex-m}/armv7em/mk20dx256/teensy31/liquidCrystal/.gitignore (100%) rename examples/{cortex => cortex-m}/armv7em/mk20dx256/teensy31/liquidCrystal/README.md (79%) rename examples/{cortex => cortex-m}/armv7em/mk20dx256/teensy31/liquidCrystal/liquidCrystal.cpp (100%) rename examples/{cortex => cortex-m}/armv7em/mk20dx256/teensy31/liquidCrystal/liquidCrystal.oil (100%) rename examples/{cortex => cortex-m}/armv7em/mk20dx256/teensy31/startStopBlink/.gitignore (100%) rename examples/{cortex => cortex-m}/armv7em/mk20dx256/teensy31/startStopBlink/README.md (88%) rename examples/{cortex => cortex-m}/armv7em/mk20dx256/teensy31/startStopBlink/startStopBlink.c (100%) rename examples/{cortex => cortex-m}/armv7em/mk20dx256/teensy31/startStopBlink/startStopBlink.oil (100%) rename examples/{cortex => cortex-m}/armv7em/stm32f303/Nucleo-32/README.md (94%) rename examples/{cortex => cortex-m}/armv7em/stm32f303/Nucleo-32/blink/.gitignore (100%) rename examples/{cortex/armv7em/stm32l432 => cortex-m/armv7em/stm32f303}/Nucleo-32/blink/README.md (83%) rename examples/{cortex => cortex-m}/armv7em/stm32f303/Nucleo-32/blink/blink.c (100%) rename examples/{cortex => cortex-m}/armv7em/stm32f303/Nucleo-32/blink/blink.oil (100%) rename examples/{cortex => cortex-m}/armv7em/stm32f303/Nucleo-32/blink/init.gdb (100%) rename examples/{cortex => cortex-m}/armv7em/stm32f303/Nucleo-32/readbutton_isr/.gitignore (100%) rename examples/{cortex/armv7em/stm32l432 => cortex-m/armv7em/stm32f303}/Nucleo-32/readbutton_isr/README.md (88%) rename examples/{cortex => cortex-m}/armv7em/stm32f303/Nucleo-32/readbutton_isr/init.gdb (100%) rename examples/{cortex => cortex-m}/armv7em/stm32f303/Nucleo-32/readbutton_isr/readbutton_isr.c (100%) rename examples/{cortex => cortex-m}/armv7em/stm32f303/Nucleo-32/readbutton_isr/readbutton_isr.oil (100%) rename examples/{cortex => cortex-m}/armv7em/stm32f303/Nucleo-32/serial/.gitignore (100%) rename examples/{cortex => cortex-m}/armv7em/stm32f303/Nucleo-32/serial/README.md (84%) rename examples/{cortex => cortex-m}/armv7em/stm32f303/Nucleo-32/serial/serial.c (92%) rename examples/{cortex => cortex-m}/armv7em/stm32f303/Nucleo-32/serial/serial.oil (100%) rename examples/{cortex => cortex-m}/armv7em/stm32f303/Nucleo-32/trace/.gitignore (100%) rename examples/{cortex => cortex-m}/armv7em/stm32f303/Nucleo-32/trace/README.md (91%) rename examples/{cortex => cortex-m}/armv7em/stm32f303/Nucleo-32/trace/trace.c (100%) rename examples/{cortex => cortex-m}/armv7em/stm32f303/Nucleo-32/trace/trace.oil (100%) rename examples/{cortex => cortex-m}/armv7em/stm32f303/coroLab/base/.gitignore (100%) rename examples/{cortex => cortex-m}/armv7em/stm32f303/coroLab/base/README.md (73%) rename examples/{cortex => cortex-m}/armv7em/stm32f303/coroLab/base/base.oil (100%) rename examples/{cortex => cortex-m}/armv7em/stm32f303/coroLab/base/blink.cpp (100%) rename examples/{cortex => cortex-m}/armv7em/stm32f303/coroLab/base/buttonTasks.cpp (100%) rename examples/{cortex => cortex-m}/armv7em/stm32f303/coroLab/base/buttonTasks.h (100%) rename examples/{cortex => cortex-m}/armv7em/stm32f303/coroLab/base/init.gdb (100%) rename examples/{cortex => cortex-m}/armv7em/stm32f303/coroLab/baseCMake/.gitignore (100%) rename examples/{cortex => cortex-m}/armv7em/stm32f303/coroLab/baseCMake/README.md (88%) rename examples/{cortex => cortex-m}/armv7em/stm32f303/coroLab/baseCMake/base.oil (100%) rename examples/{cortex => cortex-m}/armv7em/stm32f303/coroLab/baseCMake/blink.cpp (100%) rename examples/{cortex => cortex-m}/armv7em/stm32f303/coroLab/baseCMake/buttonTasks.cpp (100%) rename examples/{cortex => cortex-m}/armv7em/stm32f303/coroLab/baseCMake/buttonTasks.h (100%) rename examples/{cortex => cortex-m}/armv7em/stm32f303/coroLab/baseCMake/init.gdb (100%) rename examples/{cortex => cortex-m}/armv7em/stm32f303/coroLab/trace/.gitignore (100%) rename examples/{cortex => cortex-m}/armv7em/stm32f303/coroLab/trace/README.md (74%) rename examples/{cortex => cortex-m}/armv7em/stm32f303/coroLab/trace/trace.cpp (100%) rename examples/{cortex => cortex-m}/armv7em/stm32f303/coroLab/trace/trace.oil (100%) rename examples/{cortex => cortex-m}/armv7em/stm32f407/stm32f4discovery/README.md (92%) rename examples/{cortex => cortex-m}/armv7em/stm32f407/stm32f4discovery/alarms/.gitignore (100%) rename examples/{cortex => cortex-m}/armv7em/stm32f407/stm32f4discovery/alarms/README.md (90%) rename examples/{cortex => cortex-m}/armv7em/stm32f407/stm32f4discovery/alarms/alarms.c (100%) rename examples/{cortex => cortex-m}/armv7em/stm32f407/stm32f4discovery/alarms/alarms.oil (100%) rename examples/{cortex => cortex-m}/armv7em/stm32f407/stm32f4discovery/alarms/init.gdb (100%) rename examples/{cortex => cortex-m}/armv7em/stm32f407/stm32f4discovery/blink/.gitignore (100%) rename examples/{cortex => cortex-m}/armv7em/stm32f407/stm32f4discovery/blink/README.md (81%) rename examples/{cortex => cortex-m}/armv7em/stm32f407/stm32f4discovery/blink/blink.c (100%) rename examples/{cortex => cortex-m}/armv7em/stm32f407/stm32f4discovery/blink/blink.oil (100%) rename examples/{cortex => cortex-m}/armv7em/stm32f407/stm32f4discovery/blink/init.gdb (100%) rename examples/{cortex => cortex-m}/armv7em/stm32f407/stm32f4discovery/readbutton/.gitignore (100%) rename examples/{cortex => cortex-m}/armv7em/stm32f407/stm32f4discovery/readbutton/README.md (85%) rename examples/{cortex => cortex-m}/armv7em/stm32f407/stm32f4discovery/readbutton/init.gdb (100%) rename examples/{cortex => cortex-m}/armv7em/stm32f407/stm32f4discovery/readbutton/readbutton.c (100%) rename examples/{cortex => cortex-m}/armv7em/stm32f407/stm32f4discovery/readbutton/readbutton.oil (100%) rename examples/{cortex => cortex-m}/armv7em/stm32f407/stm32f4discovery/readbutton_isr/.gitignore (100%) rename examples/{cortex => cortex-m}/armv7em/stm32f407/stm32f4discovery/readbutton_isr/README.md (86%) rename examples/{cortex => cortex-m}/armv7em/stm32f407/stm32f4discovery/readbutton_isr/init.gdb (100%) rename examples/{cortex => cortex-m}/armv7em/stm32f407/stm32f4discovery/readbutton_isr/readbutton_isr.c (100%) rename examples/{cortex => cortex-m}/armv7em/stm32f407/stm32f4discovery/readbutton_isr/readbutton_isr.oil (100%) rename examples/{cortex => cortex-m}/armv7em/stm32f407/stm32f4discovery/readbutton_isr1/.gitignore (100%) rename examples/{cortex => cortex-m}/armv7em/stm32f407/stm32f4discovery/readbutton_isr1/README.md (54%) rename examples/{cortex => cortex-m}/armv7em/stm32f407/stm32f4discovery/readbutton_isr1/init.gdb (100%) rename examples/{cortex => cortex-m}/armv7em/stm32f407/stm32f4discovery/readbutton_isr1/readbutton_isr.c (100%) rename examples/{cortex => cortex-m}/armv7em/stm32f407/stm32f4discovery/readbutton_isr1/readbutton_isr.oil (100%) rename examples/{cortex => cortex-m}/armv7em/stm32f407/stm32f4discovery/testDisableEnable/.gitignore (100%) rename examples/{cortex => cortex-m}/armv7em/stm32f407/stm32f4discovery/testDisableEnable/README.md (87%) rename examples/{cortex => cortex-m}/armv7em/stm32f407/stm32f4discovery/testDisableEnable/init.gdb (100%) rename examples/{cortex => cortex-m}/armv7em/stm32f407/stm32f4discovery/testDisableEnable/testDisableEnable.c (100%) rename examples/{cortex => cortex-m}/armv7em/stm32f407/stm32f4discovery/testDisableEnable/testDisableEnable.oil (100%) rename examples/{cortex => cortex-m}/armv7em/stm32f407/stm32f4discovery/timer/.gitignore (100%) rename examples/{cortex => cortex-m}/armv7em/stm32f407/stm32f4discovery/timer/README.md (83%) rename examples/{cortex => cortex-m}/armv7em/stm32f407/stm32f4discovery/timer/init.gdb (100%) rename examples/{cortex => cortex-m}/armv7em/stm32f407/stm32f4discovery/timer/timer.c (100%) rename examples/{cortex => cortex-m}/armv7em/stm32f407/stm32f4discovery/timer/timer.oil (100%) rename examples/{cortex => cortex-m}/armv7em/stm32l432/Nucleo-32/README.md (93%) rename examples/{cortex => cortex-m}/armv7em/stm32l432/Nucleo-32/blink/.gitignore (100%) rename examples/{cortex/armv7em/stm32f303 => cortex-m/armv7em/stm32l432}/Nucleo-32/blink/README.md (83%) rename examples/{cortex => cortex-m}/armv7em/stm32l432/Nucleo-32/blink/blink.c (90%) rename examples/{cortex => cortex-m}/armv7em/stm32l432/Nucleo-32/blink/blink.oil (100%) rename examples/{cortex => cortex-m}/armv7em/stm32l432/Nucleo-32/blink/init.gdb (100%) rename examples/{cortex => cortex-m}/armv7em/stm32l432/Nucleo-32/readbutton/.gitignore (100%) rename examples/{cortex => cortex-m}/armv7em/stm32l432/Nucleo-32/readbutton/README.md (89%) rename examples/{cortex => cortex-m}/armv7em/stm32l432/Nucleo-32/readbutton/init.gdb (100%) rename examples/{cortex => cortex-m}/armv7em/stm32l432/Nucleo-32/readbutton/readbutton.c (100%) rename examples/{cortex => cortex-m}/armv7em/stm32l432/Nucleo-32/readbutton/readbutton.oil (100%) rename examples/{cortex => cortex-m}/armv7em/stm32l432/Nucleo-32/readbutton_isr/.gitignore (100%) rename examples/{cortex/armv7em/stm32f303 => cortex-m/armv7em/stm32l432}/Nucleo-32/readbutton_isr/README.md (88%) rename examples/{cortex => cortex-m}/armv7em/stm32l432/Nucleo-32/readbutton_isr/init.gdb (100%) rename examples/{cortex => cortex-m}/armv7em/stm32l432/Nucleo-32/readbutton_isr/readbutton_isr.c (100%) rename examples/{cortex => cortex-m}/armv7em/stm32l432/Nucleo-32/readbutton_isr/readbutton_isr.oil (100%) rename examples/{cortex => cortex-m}/armv7em/stm32l432/Nucleo-32/serial/.gitignore (100%) rename examples/{cortex => cortex-m}/armv7em/stm32l432/Nucleo-32/serial/README.md (84%) rename examples/{cortex => cortex-m}/armv7em/stm32l432/Nucleo-32/serial/serial.c (92%) rename examples/{cortex => cortex-m}/armv7em/stm32l432/Nucleo-32/serial/serial.oil (100%) rename examples/{cortex => cortex-m}/armv7em/stm32l432/Nucleo-32/trace/.gitignore (100%) rename examples/{cortex => cortex-m}/armv7em/stm32l432/Nucleo-32/trace/README.md (91%) rename examples/{cortex => cortex-m}/armv7em/stm32l432/Nucleo-32/trace/trace.c (100%) rename examples/{cortex => cortex-m}/armv7em/stm32l432/Nucleo-32/trace/trace.oil (100%) rename examples/{cortex => cortex-m}/armv7m/SmartFusion2/starterKit/blink/.gitignore (100%) rename examples/{cortex => cortex-m}/armv7m/SmartFusion2/starterKit/blink/README.md (79%) rename examples/{cortex => cortex-m}/armv7m/SmartFusion2/starterKit/blink/blink.c (100%) rename examples/{cortex => cortex-m}/armv7m/SmartFusion2/starterKit/blink/blink.oil (100%) rename examples/{cortex => cortex-m}/armv7m/SmartFusion2/starterKit/fpgaInterrupt/.gitignore (100%) rename examples/{cortex => cortex-m}/armv7m/SmartFusion2/starterKit/fpgaInterrupt/README.md (84%) rename examples/{cortex => cortex-m}/armv7m/SmartFusion2/starterKit/fpgaInterrupt/blinkAndFPGA.c (100%) rename examples/{cortex => cortex-m}/armv7m/SmartFusion2/starterKit/fpgaInterrupt/blinkAndFPGA.oil (100%) rename examples/{cortex => cortex-m}/armv7m/atsam3x8e/arduino_due/blink/.gitignore (100%) rename examples/{cortex => cortex-m}/armv7m/atsam3x8e/arduino_due/blink/README.md (81%) rename examples/{cortex => cortex-m}/armv7m/atsam3x8e/arduino_due/blink/blink.c (100%) rename examples/{cortex => cortex-m}/armv7m/atsam3x8e/arduino_due/blink/blink.oil (100%) rename examples/{cortex => cortex-m}/armv7m/atsam3x8e/arduino_due/blink/flash_script.jlink (100%) rename goil/templates/assembler/gnu_as/{cortex => cortex-m}/AsMemMap_h.goilTemplate (100%) rename goil/templates/build/{cortex => cortex-m}/armv7em/stm32f303/vscode_c_cpp_properties_json.goilTemplate (100%) rename goil/templates/build/{cortex => cortex-m}/armv7em/stm32f303/vscode_launch_json.goilTemplate (89%) rename goil/templates/build/{cortex => cortex-m}/armv7em/stm32f303/vscode_settings_json.goilTemplate (100%) rename goil/templates/build/{cortex => cortex-m}/armv7em/stm32l432/vscode_c_cpp_properties_json.goilTemplate (100%) rename goil/templates/build/{cortex => cortex-m}/armv7em/stm32l432/vscode_launch_json.goilTemplate (89%) rename goil/templates/build/{cortex => cortex-m}/armv7em/stm32l432/vscode_settings_json.goilTemplate (100%) rename goil/templates/check/{cortex => cortex-m}/isr1_priority_check.goilTemplate (100%) rename goil/templates/code/{cortex => cortex-m}/armv6m/counter_call.goilTemplate (100%) rename goil/templates/code/{cortex => cortex-m}/armv6m/custom_code.goilTemplate (100%) rename goil/templates/code/{cortex => cortex-m}/armv6m/interrupt_table.goilTemplate (100%) rename goil/templates/code/{cortex => cortex-m}/armv6m/samd21/tpl_external_interrupts_c.goilTemplate (100%) rename goil/templates/code/{cortex => cortex-m}/armv6m/samd21/tpl_interrupt_ack_with_no_vector_start.goilTemplate (100%) rename goil/templates/code/{cortex => cortex-m}/armv6m/samd21/tpl_interrupt_ack_with_no_vector_stop.goilTemplate (100%) rename goil/templates/code/{cortex => cortex-m}/armv6m/samd21/tpl_wrapper.goilTemplate (100%) rename goil/templates/code/{cortex => cortex-m}/armv6m/tpl_cortex_definitions_h.goilTemplate (100%) rename goil/templates/code/{cortex => cortex-m}/armv6m/tpl_interrupt_vectors.goilTemplate (100%) rename goil/templates/code/{cortex => cortex-m}/armv7em/counter_call.goilTemplate (100%) rename goil/templates/code/{cortex => cortex-m}/armv7em/custom_code.goilTemplate (100%) rename goil/templates/code/{cortex => cortex-m}/armv7em/interrupt_table.goilTemplate (100%) rename goil/templates/code/{cortex => cortex-m}/armv7em/mk20dx256/teensy31/custom_code.goilTemplate (100%) rename goil/templates/code/{cortex => cortex-m}/armv7em/mk20dx256/teensy31/extra_headers.goilTemplate (100%) rename goil/templates/code/{cortex => cortex-m}/armv7em/mk20dx256/tpl_external_interrupts_c.goilTemplate (100%) rename goil/templates/code/{cortex => cortex-m}/armv7em/mk20dx256/tpl_wrapper.goilTemplate (100%) rename goil/templates/code/{cortex => cortex-m}/armv7em/stm32f303/custom_app_define_h.goilTemplate (100%) rename goil/templates/code/{cortex => cortex-m}/armv7em/stm32f303/tpl_external_interrupt_call_and_ack.goilTemplate (100%) rename goil/templates/code/{cortex => cortex-m}/armv7em/stm32f303/tpl_external_interrupts_c.goilTemplate (100%) rename goil/templates/code/{cortex => cortex-m}/armv7em/stm32f303/tpl_library_defines.goilTemplate (100%) rename goil/templates/code/{cortex => cortex-m}/armv7em/stm32f303/tpl_wrapper.goilTemplate (100%) rename goil/templates/code/{cortex => cortex-m}/armv7em/stm32f407/tpl_external_interrupt_call_and_ack.goilTemplate (100%) rename goil/templates/code/{cortex => cortex-m}/armv7em/stm32f407/tpl_external_interrupts_c.goilTemplate (100%) rename goil/templates/code/{cortex => cortex-m}/armv7em/stm32f407/tpl_wrapper.goilTemplate (100%) rename goil/templates/code/{cortex => cortex-m}/armv7em/stm32f407/uart_ack.goilTemplate (100%) rename goil/templates/code/{cortex => cortex-m}/armv7em/stm32f407/uart_dispatch.goilTemplate (100%) rename goil/templates/code/{cortex => cortex-m}/armv7em/stm32l432/custom_app_define_h.goilTemplate (100%) rename goil/templates/code/{cortex => cortex-m}/armv7em/stm32l432/tpl_external_interrupt_call_and_ack.goilTemplate (100%) rename goil/templates/code/{cortex => cortex-m}/armv7em/stm32l432/tpl_external_interrupts_c.goilTemplate (100%) rename goil/templates/code/{cortex => cortex-m}/armv7em/stm32l432/tpl_library_defines.goilTemplate (100%) rename goil/templates/code/{cortex => cortex-m}/armv7em/stm32l432/tpl_wrapper.goilTemplate (100%) rename goil/templates/code/{cortex => cortex-m}/armv7em/tpl_interrupt_vectors.goilTemplate (100%) rename goil/templates/code/{cortex => cortex-m}/armv7m/SmartFusion2/tpl_external_interrupts_c.goilTemplate (100%) rename goil/templates/code/{cortex => cortex-m}/armv7m/SmartFusion2/tpl_wrapper.goilTemplate (100%) rename goil/templates/code/{cortex => cortex-m}/armv7m/atsam3x8e/tpl_external_interrupts_c.goilTemplate (100%) rename goil/templates/code/{cortex => cortex-m}/armv7m/atsam3x8e/tpl_wrapper.goilTemplate (100%) rename goil/templates/code/{cortex => cortex-m}/armv7m/counter_call.goilTemplate (100%) rename goil/templates/code/{cortex => cortex-m}/armv7m/custom_code.goilTemplate (100%) rename goil/templates/code/{cortex => cortex-m}/armv7m/interrupt_table.goilTemplate (100%) rename goil/templates/code/{cortex => cortex-m}/armv7m/tpl_interrupt_vectors.goilTemplate (100%) rename goil/templates/code/{cortex => cortex-m}/enable_disable_it.goilTemplate (100%) rename goil/templates/code/{cortex => cortex-m}/handler_body.goilTemplate (100%) rename goil/templates/code/{cortex => cortex-m}/instruction_specific.goilTemplate (100%) rename goil/templates/code/{cortex => cortex-m}/invoque_specific.goilTemplate (100%) rename goil/templates/code/{cortex => cortex-m}/process_specific.goilTemplate (100%) rename goil/templates/code/{cortex => cortex-m}/service_call.goilTemplate (100%) rename goil/templates/code/{cortex => cortex-m}/tpl_app_interrupts_c.goilTemplate (100%) rename goil/templates/code/{cortex => cortex-m}/tpl_cortex_definitions_h.goilTemplate (100%) rename goil/templates/code/{cortex => cortex-m}/tpl_invoque_s.goilTemplate (100%) rename goil/templates/code/{cortex => cortex-m}/tpl_primary_irq.goilTemplate (100%) rename goil/templates/config/{cortex => cortex-m}/armv6m/buildOptions.oil (100%) rename goil/templates/config/{cortex => cortex-m}/armv6m/config.oil (92%) rename goil/templates/config/{cortex => cortex-m}/armv6m/samd21/ArduinoM0/config.oil (69%) rename goil/templates/config/{cortex => cortex-m}/armv6m/samd21/XPlainedPro/config.oil (69%) rename goil/templates/config/{cortex => cortex-m}/armv6m/samd21/config.oil (97%) rename goil/templates/config/{cortex => cortex-m}/armv6m/samd21/interruptSources.oil (100%) rename goil/templates/config/{cortex => cortex-m}/armv6m/sensibility.oil (100%) rename goil/templates/config/{cortex => cortex-m}/armv7em/buildOptions.oil (100%) rename goil/templates/config/{cortex => cortex-m}/armv7em/config.oil (94%) rename goil/templates/config/{cortex => cortex-m}/armv7em/mk20dx256/config.oil (98%) rename goil/templates/config/{cortex => cortex-m}/armv7em/mk20dx256/interruptSources.oil (100%) rename goil/templates/config/{cortex => cortex-m}/armv7em/mk20dx256/pins.oil (100%) rename goil/templates/config/{cortex => cortex-m}/armv7em/mk20dx256/teensy31/config.oil (74%) rename goil/templates/config/{cortex => cortex-m}/armv7em/sensibility.oil (100%) rename goil/templates/config/{cortex => cortex-m}/armv7em/stm32f303/config.oil (97%) rename goil/templates/config/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/config.oil (75%) rename goil/templates/config/{cortex => cortex-m}/armv7em/stm32f303/interruptSources.oil (100%) rename goil/templates/config/{cortex => cortex-m}/armv7em/stm32f407/config.oil (98%) rename goil/templates/config/{cortex => cortex-m}/armv7em/stm32f407/interruptSources.oil (100%) rename goil/templates/config/{cortex => cortex-m}/armv7em/stm32f407/stm32f4discovery/config.oil (68%) rename goil/templates/config/{cortex => cortex-m}/armv7em/stm32l432/config.oil (98%) rename goil/templates/config/{cortex => cortex-m}/armv7em/stm32l432/interruptSources.oil (100%) rename goil/templates/config/{cortex => cortex-m}/armv7m/SmartFusion2/config.oil (95%) rename goil/templates/config/{cortex => cortex-m}/armv7m/SmartFusion2/interruptSources.oil (100%) rename goil/templates/config/{cortex => cortex-m}/armv7m/atsam3x8e/arduino_due/config.oil (81%) rename goil/templates/config/{cortex => cortex-m}/armv7m/atsam3x8e/config.oil (99%) rename goil/templates/config/{cortex => cortex-m}/armv7m/atsam3x8e/interruptSources.oil (100%) rename goil/templates/config/{cortex => cortex-m}/armv7m/buildOptions.oil (100%) rename goil/templates/config/{cortex => cortex-m}/armv7m/config.oil (94%) rename goil/templates/config/{cortex => cortex-m}/config.oil (98%) rename goil/templates/linker/gnu_ld/{cortex => cortex-m}/armv6m/samd21/memory_map.goilTemplate (100%) rename goil/templates/linker/gnu_ld/{cortex => cortex-m}/armv6m/samd21/script.goilTemplate (100%) rename goil/templates/linker/gnu_ld/{cortex => cortex-m}/armv6m/samd21/script_specific.goilTemplate (100%) rename goil/templates/linker/gnu_ld/{cortex => cortex-m}/armv7em/mk20dx256/memory_map.goilTemplate (100%) rename goil/templates/linker/gnu_ld/{cortex => cortex-m}/armv7em/mk20dx256/script.goilTemplate (100%) rename goil/templates/linker/gnu_ld/{cortex => cortex-m}/armv7em/mk20dx256/script_specific.goilTemplate (100%) rename goil/templates/linker/gnu_ld/{cortex => cortex-m}/armv7em/stm32f303/memory_map.goilTemplate (100%) rename goil/templates/linker/gnu_ld/{cortex => cortex-m}/armv7em/stm32f303/script.goilTemplate (100%) rename goil/templates/linker/gnu_ld/{cortex => cortex-m}/armv7em/stm32f303/script_specific.goilTemplate (100%) rename goil/templates/linker/gnu_ld/{cortex => cortex-m}/armv7em/stm32f407/memory_map.goilTemplate (100%) rename goil/templates/linker/gnu_ld/{cortex => cortex-m}/armv7em/stm32f407/script.goilTemplate (100%) rename goil/templates/linker/gnu_ld/{cortex => cortex-m}/armv7em/stm32f407/script_specific.goilTemplate (100%) rename goil/templates/linker/gnu_ld/{cortex => cortex-m}/armv7em/stm32l432/memory_map.goilTemplate (100%) rename goil/templates/linker/gnu_ld/{cortex => cortex-m}/armv7em/stm32l432/script.goilTemplate (100%) rename goil/templates/linker/gnu_ld/{cortex => cortex-m}/armv7em/stm32l432/script_specific.goilTemplate (100%) rename goil/templates/linker/gnu_ld/{cortex => cortex-m}/armv7m/SmartFusion2/memory_map.goilTemplate (100%) rename goil/templates/linker/gnu_ld/{cortex => cortex-m}/armv7m/SmartFusion2/script.goilTemplate (100%) rename goil/templates/linker/gnu_ld/{cortex => cortex-m}/armv7m/SmartFusion2/script_specific.goilTemplate (100%) rename goil/templates/linker/gnu_ld/{cortex => cortex-m}/armv7m/atsam3x8e/memory_map.goilTemplate (100%) rename goil/templates/linker/gnu_ld/{cortex => cortex-m}/armv7m/atsam3x8e/script.goilTemplate (100%) rename goil/templates/linker/gnu_ld/{cortex => cortex-m}/armv7m/atsam3x8e/script_specific.goilTemplate (100%) rename machines/{cortex => cortex-m}/CMSIS/CMSIS_END_USER_LICENCE_AGREEMENT.pdf (100%) rename machines/{cortex => cortex-m}/CMSIS/CMSIS_END_USER_LICENCE_AGREEMENT.rtf (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/arm_class_marks_example_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/arm_class_marks_example_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/arm_convolution_example_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/math_helper.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/math_helper.h (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/arm_convolution_example_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/math_helper.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/math_helper.h (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/arm_dotproduct_example_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/GCC/arm_dotproduct_example_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/arm_fft_bin_data.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/arm_fft_bin_example_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/GCC/arm_fft_bin_data.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/GCC/arm_fft_bin_example_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/arm_fir_data.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/arm_fir_example_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/math_helper.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/math_helper.h (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/arm_graphic_equalizer_data.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/arm_graphic_equalizer_example_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/math_helper.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/math_helper.h (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/arm_linear_interp_data.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/arm_linear_interp_example_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/math_helper.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/math_helper.h (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/arm_matrix_example_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/math_helper.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/math_helper.h (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/arm_signal_converge_data.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/arm_signal_converge_example_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/math_helper.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/math_helper.h (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/arm_sin_cos_example_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/arm_variance_example_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q7.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q7.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q7.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q7.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q7.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q7.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q7.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q7.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q7.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/CommonTables/arm_common_tables.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/CommonTables/arm_const_structs.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_sin_cos_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_sin_cos_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sqrt_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sqrt_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_32x64_init_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_32x64_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_fast_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_fast_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_init_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_init_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_init_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df2T_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df2T_f64.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df2T_init_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df2T_init_f64.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_stereo_df2T_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_stereo_df2T_init_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_fast_opt_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_fast_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_fast_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_opt_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_opt_q7.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_fast_opt_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_fast_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_fast_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_opt_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_opt_q7.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_q7.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_q7.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_fast_opt_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_fast_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_fast_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_opt_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_opt_q7.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_q7.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_fast_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_fast_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_init_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_init_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_init_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_fast_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_fast_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_q7.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_init_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_init_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_init_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_init_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_init_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_init_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_q7.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_q7.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_q7.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_init_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_init_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_init_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_init_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_init_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_init_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_init_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_init_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_init_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_add_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_add_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_add_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_cmplx_mult_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_cmplx_mult_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_cmplx_mult_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_init_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_init_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_init_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_inverse_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_inverse_f64.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_fast_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_fast_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_scale_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_scale_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_scale_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_sub_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_sub_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_sub_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_trans_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_trans_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_trans_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_q7.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_q7.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_q7.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_q7.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_rms_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_rms_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_rms_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_std_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_std_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_std_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_var_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_var_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_var_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_q7.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_q7.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/SupportFunctions/arm_float_to_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/SupportFunctions/arm_float_to_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/SupportFunctions/arm_float_to_q7.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q15_to_float.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q15_to_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q15_to_q7.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q31_to_float.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q31_to_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q31_to_q7.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q7_to_float.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q7_to_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q7_to_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/TransformFunctions/arm_bitreversal.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/TransformFunctions/arm_bitreversal2.S (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix2_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix2_init_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix2_init_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix2_init_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix2_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix2_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_init_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_init_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_init_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix8_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_init_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_init_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_init_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_fast_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_fast_init_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_init_f32.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_init_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_init_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_q15.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_q31.c (100%) rename machines/{cortex => cortex-m}/CMSIS/DSP_Lib/license.txt (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/CMSIS_CORE_Files.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/CMSIS_CORE_Files_user.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/CMSIS_Logo_Final.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/_c_o_r_e__m_i_s_r_a__exceptions_pg.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/_reg_map_pg.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/_templates_pg.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/_templates_pg.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/_using__a_r_m_pg.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/_using__c_m_s_i_s.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/_using__v_t_o_r_pg.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/_using_pg.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/_using_pg.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/annotated.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/annotated.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/bc_s.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/bdwn.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/check.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/classes.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/closed.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/cmsis.css (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/device_h_pg.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/doxygen.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/dynsections.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/ftv2blank.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/ftv2cl.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/ftv2doc.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/ftv2folderclosed.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/ftv2folderopen.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/ftv2lastnode.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/ftv2link.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/ftv2mlastnode.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/ftv2mnode.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/ftv2mo.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/ftv2node.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/ftv2ns.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/ftv2plastnode.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/ftv2pnode.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/ftv2splitbar.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/ftv2vertline.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/functions.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/functions_vars.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/globals.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/globals_enum.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/globals_eval.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/globals_func.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/globals_vars.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/group___core___register__gr.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/group___core___register__gr.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/group___i_t_m___debug__gr.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/group___i_t_m___debug__gr.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/group___n_v_i_c__gr.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/group___n_v_i_c__gr.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/group___sys_tick__gr.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/group___sys_tick__gr.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/group__intrinsic___c_p_u__gr.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/group__intrinsic___c_p_u__gr.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/group__intrinsic___s_i_m_d__gr.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/group__intrinsic___s_i_m_d__gr.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/group__peripheral__gr.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/group__system__init__gr.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/group__system__init__gr.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/index.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/jquery.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/modules.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/modules.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/nav_f.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/nav_g.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/nav_h.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/navtree.css (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/navtree.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/navtreeindex0.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/navtreeindex1.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/open.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/pages.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/resize.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search.css (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/all_5f.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/all_5f.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/all_61.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/all_61.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/all_62.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/all_62.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/all_63.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/all_63.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/all_64.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/all_64.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/all_65.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/all_65.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/all_66.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/all_66.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/all_68.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/all_68.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/all_69.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/all_69.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/all_6c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/all_6c.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/all_6d.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/all_6d.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/all_6e.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/all_6e.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/all_6f.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/all_6f.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/all_70.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/all_70.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/all_71.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/all_71.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/all_72.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/all_72.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/all_73.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/all_73.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/all_74.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/all_74.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/all_75.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/all_75.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/all_76.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/all_76.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/all_77.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/all_77.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/all_78.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/all_78.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/all_7a.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/all_7a.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/classes_61.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/classes_61.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/classes_63.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/classes_63.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/classes_64.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/classes_64.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/classes_66.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/classes_66.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/classes_69.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/classes_69.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/classes_6d.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/classes_6d.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/classes_6e.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/classes_6e.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/classes_73.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/classes_73.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/classes_74.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/classes_74.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/classes_78.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/classes_78.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/close.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/enums_69.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/enums_69.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/enumvalues_62.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/enumvalues_62.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/enumvalues_64.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/enumvalues_64.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/enumvalues_68.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/enumvalues_68.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/enumvalues_6d.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/enumvalues_6d.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/enumvalues_6e.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/enumvalues_6e.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/enumvalues_70.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/enumvalues_70.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/enumvalues_73.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/enumvalues_73.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/enumvalues_75.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/enumvalues_75.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/enumvalues_77.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/enumvalues_77.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/files_6d.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/files_6d.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/files_6f.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/files_6f.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/files_72.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/files_72.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/files_74.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/files_74.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/files_75.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/files_75.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/functions_5f.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/functions_5f.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/functions_69.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/functions_69.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/functions_6e.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/functions_6e.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/functions_73.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/functions_73.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/groups_63.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/groups_63.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/groups_64.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/groups_64.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/groups_69.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/groups_69.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/groups_70.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/groups_70.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/groups_73.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/groups_73.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/mag_sel.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/nomatches.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/pages_62.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/pages_62.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/pages_64.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/pages_64.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/pages_6d.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/pages_6d.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/pages_6f.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/pages_6f.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/pages_72.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/pages_72.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/pages_73.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/pages_73.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/pages_74.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/pages_74.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/pages_75.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/pages_75.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/search.css (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/search.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/search_l.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/search_m.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/search_r.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/variables_5f.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/variables_5f.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/variables_61.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/variables_61.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/variables_62.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/variables_62.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/variables_63.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/variables_63.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/variables_64.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/variables_64.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/variables_65.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/variables_65.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/variables_66.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/variables_66.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/variables_68.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/variables_68.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/variables_69.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/variables_69.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/variables_6c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/variables_6c.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/variables_6d.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/variables_6d.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/variables_6e.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/variables_6e.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/variables_70.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/variables_70.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/variables_71.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/variables_71.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/variables_72.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/variables_72.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/variables_73.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/variables_73.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/variables_74.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/variables_74.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/variables_75.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/variables_75.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/variables_76.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/variables_76.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/variables_77.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/variables_77.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/variables_7a.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/search/variables_7a.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/startup_s_pg.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/struct_core_debug___type.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/struct_core_debug___type.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/struct_d_w_t___type.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/struct_d_w_t___type.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/struct_f_p_u___type.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/struct_f_p_u___type.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/struct_i_t_m___type.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/struct_i_t_m___type.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/struct_m_p_u___type.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/struct_m_p_u___type.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/struct_n_v_i_c___type.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/struct_n_v_i_c___type.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/struct_s_c_b___type.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/struct_s_c_b___type.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/struct_s_cn_s_c_b___type.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/struct_s_cn_s_c_b___type.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/struct_sys_tick___type.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/struct_sys_tick___type.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/struct_t_p_i___type.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/struct_t_p_i___type.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/sync_off.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/sync_on.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/system_c_pg.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/tab_a.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/tab_b.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/tab_h.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/tab_s.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/tab_topnav.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/tabs.css (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/todo.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/union_a_p_s_r___type.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/union_a_p_s_r___type.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/union_c_o_n_t_r_o_l___type.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/union_c_o_n_t_r_o_l___type.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/union_i_p_s_r___type.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/union_i_p_s_r___type.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/unionx_p_s_r___type.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/Core/html/unionx_p_s_r___type.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/Biquad.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/BiquadCascade.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/BiquadDF2Transposed.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/BiquadPostshift.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/CFFT.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/CFFTQ15.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/CFFTQ31.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/CIFFTQ15.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/CIFFTQ31.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/CMSIS_Logo_Final.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/Convolution.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/ConvolutionEquation.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/CorrelateEquation.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/DCT4.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/DCT4Equation.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/FFTBin.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/FFTBinInput.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/FFTBinOutput.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/FIR.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/FIRDecimator.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/FIRInterpolator.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/FIRLPF_coeffs.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/FIRLPF_input.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/FIRLPF_output.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/FIRLPF_response.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/FIRLPF_signalflow.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/FIRLattice.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/FIRSparse.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/GEQ_allbandresponse.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/GEQ_bandresponse.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/GEQ_inputchirp.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/GEQ_outputchirp.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/GEQ_signalflow.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/IDCT4Equation.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/IIRLattice.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/LMS.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/LinearInterp.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/MatrixAddition.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/MatrixInverse.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/MatrixMultiplication.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/MatrixScale.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/MatrixSubtraction.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/MatrixTranspose.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/PID.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/RFFT.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/RFFTQ15.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/RFFTQ31.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/RIFFT.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/RIFFTQ15.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/RIFFTQ31.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/SignalFlow.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/Variance.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/_a_r_m_2arm__class__marks__example__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/_a_r_m_2arm__convolution__example__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/_a_r_m_2arm__dotproduct__example__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/_a_r_m_2arm__fft__bin__data_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/_a_r_m_2arm__fft__bin__example__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/_change_01_log_8txt.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/_change_log_pg.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/_g_c_c_2arm__class__marks__example__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/_g_c_c_2arm__convolution__example__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/_g_c_c_2arm__dotproduct__example__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/_g_c_c_2arm__fft__bin__data_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/_g_c_c_2arm__fft__bin__example__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/annotated.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/annotated.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__abs__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__abs__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__abs__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__abs__q7_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__add__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__add__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__add__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__add__q7_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df1__32x64__init__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df1__32x64__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df1__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df1__fast__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df1__fast__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df1__init__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df1__init__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df1__init__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df1__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df1__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df2_t__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df2_t__f64_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df2_t__init__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df2_t__init__f64_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__biquad__cascade__stereo__df2_t__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__biquad__cascade__stereo__df2_t__init__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__bitreversal_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__cfft__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__cfft__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__cfft__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__cfft__radix2__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__cfft__radix2__init__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__cfft__radix2__init__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__cfft__radix2__init__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__cfft__radix2__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__cfft__radix2__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__cfft__radix4__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__cfft__radix4__init__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__cfft__radix4__init__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__cfft__radix4__init__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__cfft__radix4__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__cfft__radix4__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__cfft__radix8__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__class__marks__example_2_a_r_m_2_abstract_8txt.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__class__marks__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m0_2system___a_r_m_c_m0_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__class__marks__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m3_2system___a_r_m_c_m3_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__class__marks__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m4___f_p_2system___a_r_m_c_m4_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__class__marks__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m7___s_p_2system___a_r_m_c_m7_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__class__marks__example_2_a_r_m_2_r_t_e_2_r_t_e___components_8h.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__class__marks__example_2_g_c_c_2_abstract_8txt.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__class__marks__example_2_g_c_c_2_startup_2system___a_r_m_c_m0_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__class__marks__example_2_g_c_c_2_startup_2system___a_r_m_c_m3_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__class__marks__example_2_g_c_c_2_startup_2system___a_r_m_c_m4_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__cmplx__conj__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__cmplx__conj__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__cmplx__conj__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__cmplx__dot__prod__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__cmplx__dot__prod__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__cmplx__dot__prod__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__cmplx__mag__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__cmplx__mag__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__cmplx__mag__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__cmplx__mag__squared__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__cmplx__mag__squared__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__cmplx__mag__squared__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__cmplx__mult__cmplx__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__cmplx__mult__cmplx__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__cmplx__mult__cmplx__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__cmplx__mult__real__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__cmplx__mult__real__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__cmplx__mult__real__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__common__tables_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__common__tables_8h.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__const__structs_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__const__structs_8h.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__conv__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__conv__fast__opt__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__conv__fast__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__conv__fast__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__conv__opt__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__conv__opt__q7_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__conv__partial__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__conv__partial__fast__opt__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__conv__partial__fast__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__conv__partial__fast__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__conv__partial__opt__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__conv__partial__opt__q7_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__conv__partial__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__conv__partial__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__conv__partial__q7_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__conv__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__conv__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__conv__q7_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__convolution__example_2_a_r_m_2_abstract_8txt.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__convolution__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m0_2system___a_r_m_c_m0_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__convolution__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m3_2system___a_r_m_c_m3_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__convolution__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m4___f_p_2system___a_r_m_c_m4_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__convolution__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m7___s_p_2system___a_r_m_c_m7_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__convolution__example_2_a_r_m_2_r_t_e_2_r_t_e___components_8h.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__convolution__example_2_a_r_m_2math__helper_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__convolution__example_2_a_r_m_2math__helper_8h.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__convolution__example_2_g_c_c_2_abstract_8txt.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__convolution__example_2_g_c_c_2_startup_2system___a_r_m_c_m0_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__convolution__example_2_g_c_c_2_startup_2system___a_r_m_c_m3_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__convolution__example_2_g_c_c_2_startup_2system___a_r_m_c_m4_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__convolution__example_2_g_c_c_2math__helper_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__convolution__example_2_g_c_c_2math__helper_8h.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__copy__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__copy__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__copy__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__copy__q7_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__correlate__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__correlate__fast__opt__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__correlate__fast__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__correlate__fast__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__correlate__opt__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__correlate__opt__q7_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__correlate__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__correlate__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__correlate__q7_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__cos__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__cos__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__cos__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__dct4__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__dct4__init__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__dct4__init__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__dct4__init__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__dct4__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__dct4__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__dot__prod__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__dot__prod__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__dot__prod__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__dot__prod__q7_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__dotproduct__example_2_a_r_m_2_abstract_8txt.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__dotproduct__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m0_2system___a_r_m_c_m0_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__dotproduct__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m3_2system___a_r_m_c_m3_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__dotproduct__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m4___f_p_2system___a_r_m_c_m4_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__dotproduct__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m7___s_p_2system___a_r_m_c_m7_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__dotproduct__example_2_a_r_m_2_r_t_e_2_r_t_e___components_8h.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__dotproduct__example_2_g_c_c_2_abstract_8txt.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__dotproduct__example_2_g_c_c_2_startup_2system___a_r_m_c_m0_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__dotproduct__example_2_g_c_c_2_startup_2system___a_r_m_c_m3_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__dotproduct__example_2_g_c_c_2_startup_2system___a_r_m_c_m4_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__fft__bin__example_2_a_r_m_2_abstract_8txt.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__fft__bin__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m0_2system___a_r_m_c_m0_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__fft__bin__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m3_2system___a_r_m_c_m3_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__fft__bin__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m4___f_p_2system___a_r_m_c_m4_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__fft__bin__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m7___s_p_2system___a_r_m_c_m7_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__fft__bin__example_2_a_r_m_2_r_t_e_2_r_t_e___components_8h.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__fft__bin__example_2_g_c_c_2_abstract_8txt.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__fft__bin__example_2_g_c_c_2_startup_2system___a_r_m_c_m0_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__fft__bin__example_2_g_c_c_2_startup_2system___a_r_m_c_m3_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__fft__bin__example_2_g_c_c_2_startup_2system___a_r_m_c_m4_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__fill__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__fill__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__fill__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__fill__q7_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__fir__data_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__fir__decimate__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__fir__decimate__fast__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__fir__decimate__fast__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__fir__decimate__init__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__fir__decimate__init__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__fir__decimate__init__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__fir__decimate__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__fir__decimate__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__fir__example_2_a_r_m_2_abstract_8txt.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__fir__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m0_2system___a_r_m_c_m0_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__fir__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m3_2system___a_r_m_c_m3_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__fir__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m4___f_p_2system___a_r_m_c_m4_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__fir__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m7___s_p_2system___a_r_m_c_m7_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__fir__example_2_a_r_m_2_r_t_e_2_r_t_e___components_8h.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__fir__example_2_a_r_m_2math__helper_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__fir__example_2_a_r_m_2math__helper_8h.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__fir__example__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__fir__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__fir__fast__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__fir__fast__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__fir__init__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__fir__init__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__fir__init__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__fir__init__q7_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__fir__interpolate__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__fir__interpolate__init__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__fir__interpolate__init__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__fir__interpolate__init__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__fir__interpolate__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__fir__interpolate__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__fir__lattice__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__fir__lattice__init__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__fir__lattice__init__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__fir__lattice__init__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__fir__lattice__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__fir__lattice__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__fir__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__fir__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__fir__q7_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__fir__sparse__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__fir__sparse__init__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__fir__sparse__init__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__fir__sparse__init__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__fir__sparse__init__q7_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__fir__sparse__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__fir__sparse__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__fir__sparse__q7_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__float__to__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__float__to__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__float__to__q7_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__graphic__equalizer__data_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__graphic__equalizer__example_2_a_r_m_2_abstract_8txt.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__graphic__equalizer__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m0_2system___a_r_m_c_m0_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__graphic__equalizer__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m3_2system___a_r_m_c_m3_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__graphic__equalizer__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m4___f_p_2system___a_r_m_c_m4_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__graphic__equalizer__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m7___s_p_2system___a_r_m_c_m7_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__graphic__equalizer__example_2_a_r_m_2_r_t_e_2_r_t_e___components_8h.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__graphic__equalizer__example_2_a_r_m_2math__helper_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__graphic__equalizer__example_2_a_r_m_2math__helper_8h.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__graphic__equalizer__example__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__iir__lattice__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__iir__lattice__init__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__iir__lattice__init__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__iir__lattice__init__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__iir__lattice__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__iir__lattice__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__linear__interp__data_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__linear__interp__example_2_a_r_m_2_abstract_8txt.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__linear__interp__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m0_2system___a_r_m_c_m0_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__linear__interp__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m3_2system___a_r_m_c_m3_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__linear__interp__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m4___f_p_2system___a_r_m_c_m4_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__linear__interp__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m7___s_p_2system___a_r_m_c_m7_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__linear__interp__example_2_a_r_m_2_r_t_e_2_r_t_e___components_8h.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__linear__interp__example_2_a_r_m_2math__helper_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__linear__interp__example_2_a_r_m_2math__helper_8h.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__linear__interp__example__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__lms__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__lms__init__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__lms__init__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__lms__init__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__lms__norm__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__lms__norm__init__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__lms__norm__init__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__lms__norm__init__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__lms__norm__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__lms__norm__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__lms__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__lms__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__mat__add__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__mat__add__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__mat__add__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__mat__cmplx__mult__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__mat__cmplx__mult__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__mat__cmplx__mult__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__mat__init__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__mat__init__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__mat__init__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__mat__inverse__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__mat__inverse__f64_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__mat__mult__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__mat__mult__fast__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__mat__mult__fast__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__mat__mult__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__mat__mult__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__mat__scale__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__mat__scale__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__mat__scale__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__mat__sub__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__mat__sub__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__mat__sub__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__mat__trans__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__mat__trans__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__mat__trans__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__math_8h.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__matrix__example_2_a_r_m_2_abstract_8txt.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__matrix__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m0_2system___a_r_m_c_m0_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__matrix__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m3_2system___a_r_m_c_m3_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__matrix__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m4___f_p_2system___a_r_m_c_m4_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__matrix__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m7___s_p_2system___a_r_m_c_m7_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__matrix__example_2_a_r_m_2_r_t_e_2_r_t_e___components_8h.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__matrix__example_2_a_r_m_2math__helper_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__matrix__example_2_a_r_m_2math__helper_8h.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__matrix__example__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__max__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__max__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__max__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__max__q7_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__mean__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__mean__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__mean__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__mean__q7_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__min__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__min__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__min__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__min__q7_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__mult__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__mult__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__mult__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__mult__q7_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__negate__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__negate__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__negate__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__negate__q7_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__offset__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__offset__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__offset__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__offset__q7_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__pid__init__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__pid__init__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__pid__init__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__pid__reset__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__pid__reset__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__pid__reset__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__power__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__power__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__power__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__power__q7_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__q15__to__float_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__q15__to__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__q15__to__q7_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__q31__to__float_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__q31__to__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__q31__to__q7_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__q7__to__float_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__q7__to__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__q7__to__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__rfft__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__rfft__fast__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__rfft__fast__init__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__rfft__init__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__rfft__init__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__rfft__init__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__rfft__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__rfft__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__rms__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__rms__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__rms__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__scale__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__scale__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__scale__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__scale__q7_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__shift__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__shift__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__shift__q7_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__signal__converge__data_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__signal__converge__example_2_a_r_m_2_abstract_8txt.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__signal__converge__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m0_2system___a_r_m_c_m0_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__signal__converge__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m3_2system___a_r_m_c_m3_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__signal__converge__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m4___f_p_2system___a_r_m_c_m4_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__signal__converge__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m7___s_p_2system___a_r_m_c_m7_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__signal__converge__example_2_a_r_m_2_r_t_e_2_r_t_e___components_8h.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__signal__converge__example_2_a_r_m_2math__helper_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__signal__converge__example_2_a_r_m_2math__helper_8h.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__signal__converge__example__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__sin__cos__example_2_a_r_m_2_abstract_8txt.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__sin__cos__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m0_2system___a_r_m_c_m0_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__sin__cos__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m3_2system___a_r_m_c_m3_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__sin__cos__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m4___f_p_2system___a_r_m_c_m4_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__sin__cos__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m7___s_p_2system___a_r_m_c_m7_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__sin__cos__example_2_a_r_m_2_r_t_e_2_r_t_e___components_8h.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__sin__cos__example__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__sin__cos__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__sin__cos__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__sin__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__sin__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__sin__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__sqrt__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__sqrt__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__std__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__std__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__std__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__sub__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__sub__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__sub__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__sub__q7_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__var__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__var__q15_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__var__q31_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__variance__example_2_a_r_m_2_abstract_8txt.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__variance__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m0_2system___a_r_m_c_m0_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__variance__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m3_2system___a_r_m_c_m3_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__variance__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m4___f_p_2system___a_r_m_c_m4_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__variance__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m7___s_p_2system___a_r_m_c_m7_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__variance__example_2_a_r_m_2_r_t_e_2_r_t_e___components_8h.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm__variance__example__f32_8c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm_class_marks_example_f32_8c-example.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm_convolution_example_f32_8c-example.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm_dotproduct_example_f32_8c-example.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm_fft_bin_example_f32_8c-example.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm_fir_example_f32_8c-example.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm_graphic_equalizer_example_q31_8c-example.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm_linear_interp_example_f32_8c-example.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm_matrix_example_f32_8c-example.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm_signal_converge_example_f32_8c-example.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm_sin_cos_example_f32_8c-example.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/arm_variance_example_f32_8c-example.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/bc_s.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/bdwn.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/clarke.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/clarkeFormula.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/clarkeInvFormula.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/classes.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/closed.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/cmsis.css (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dct4FormatsQ15Table.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dct4FormatsQ31Table.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dct4NormalizingF32Table.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dct4NormalizingQ15Table.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dct4NormalizingQ31Table.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/deprecated.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_05485b5eab41976e219ba5522ae8a40f.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_09e8ef8785a41675b984fd022d87f1bc.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_0a655a63e9fde46c9762ddfc77ca04bf.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_0a68311637137c2c11b8e5c250252a09.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_0bd53153155fe3870c529e4f415d4a7e.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_12597927a5d871eba77af159658f8e9f.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_180f1cc07eaa223183e2db63ad84fc96.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_1a6938f21b9d3ee9631dba1cb5e9a79b.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_1bf7dc2439436c9055bff1493a609d16.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_1ca531cbfb5f1e8e78bee380ead506db.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_2089eff899a94c0329c5038f55baabab.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_2483b5ef8110e34ae07dadd52b31fd81.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_2540fe3bf997579a35b40d050fd58db0.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_276d6fac6319afec12f7159fe8d37de0.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_28efb39eb514d721c34bfd1d219ba1df.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_2bac5604b95d5833788d2de8744eebd8.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_2c6bf793c39a551cb3665287541dc62d.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_3196f85a8347e7c6cf5419f06f7f0a5c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_33ac94cce96a0d93808878c5f6f288bf.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_34727d50220656242b857ddf64f52361.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_38b9476ff75f3e6ddc67484ee999428d.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_38d31328c42027cc5452e7496de7b88f.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_3963cad04f3c79af62d382ba0bd29283.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_3d1fa2b43a5e654514cd51dbe031762c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_3d9b1fb18a6a04e0681aa143a1b11e83.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_3f2a337fe451aa47758dbb077bdba7b5.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_4104b0ce39688295b07e7d8423237024.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_424029d631ed0326d927fecdf0eb5714.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_446217fa41e7971f13d66a5ff592433f.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_45f8bb2d42ec552d5107a3dfe6860678.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_4646a6ed5faa53e0aa863c10960e3ab2.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_4714731cfbb1de4dc44e33e6cd6e4a5c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_4c7fce71cdbef82378782cbb366558c3.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_4e28292bc057704f3d2041cc99d8a5e9.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_50f4d4f91ce5cd72cb6928b47e85a7f8.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_51a4a1a9da33f8f5fceef63d25a48bab.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_555dbbdc9f25fff28408fc741ceff093.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_56c57e2f0b48b2b8a51ef27bd8c502e6.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_56cec670f0bb78d679862f48f54d3df2.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_59a4e177523ec142602b8d9a69e8f1ad.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_5a70ee658078194b161f81d2720845c2.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_5a7314d68003d6d6c9cc9bdbf9474558.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_5ac065bab6b325e909a2891e62c4bc06.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_5f5bccfc6fe085bc51be756ab8f90283.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_6128d62f89366c4b8843a6e619831037.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_640aa2eed9b78c9534642de10c55cd76.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_64e2a74b8b7bbc67c7b58e8d27693791.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_677f903d85fbea9a56056645305fd3cb.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_67fa1d0aab2310595b9aeb6c7b217b31.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_68b896fe322128a858fd31091509f536.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_6ba48a5a8374668719ef019fe5c253cc.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_6f165a89e15e99ac3f22d8f869410ac4.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_6fa7a20b876299d97755d41c2d48a6a5.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_7101093b4d1c318dab4c75d3b6d4e65e.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_7b31f24274e1fbd0785fc4576840c524.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_7c360855219f51fadbd92197472e63eb.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_7d4cec4b61e1207b4d4e94667e8b33c4.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_7d5684d3cdce709028a67dede40715c9.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_7e8aa87db1ad6b3d9b1f25792e7c5208.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_81c44c586c907f45c06b9b0a1d54e536.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_822489d6fe1c800fff671c2e07883531.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_82f440d47881c253175a7975df0d431b.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_8414b1b93f9b578e0e4fd694ad6d561d.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_856524284ebe840938865dc061f982fb.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_8964a87ec8901bd068212c6dbdc5667e.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_8e3293b977a6b314227f0cbb91dff730.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_8ec650f333a7a305dec681cfacaa8edc.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_8f74d965c767f9f408b01fb8ac42c08d.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_918b1d9c020a9c8774a15ad3971a73ba.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_925317a6e91dbb02ffd51da5d221b046.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_92c426a233a3fdd85d56996e21a98e0e.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_99f4521c725f0e333e2b206f562a5db7.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_9aca731d350c1cdbae92b5821b7281b6.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_9bbc0b803a378696e320e7975798d136.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_9c857f0e41082f634e50072d001e0d4f.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_9ec4a86676306e0fd116a00bf2906438.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_a318715356e0ddd7f0022cb090f89fc2.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_a368b1aeece590aaffe7782f861e3d24.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_a4dee065d84ef6ffe4004c9ef0acf573.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_a757f05afb4eb2e937a151caf65a9259.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_a9b08443a15a54b29b0454fe878922b3.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_aa7ef7d51ba6279587b659bb78c926be.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_af59df418deac60c7129b68088884655.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_b175b6a1b0e91b31e821dead0757e039.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_b4620baec99d7beabdab610e4d749ef9.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_b5d45ad7eb5bf398416f62f8980ddf77.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_b88714652b8aa1e1c1599fa05e2dbc2f.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_ba345a22c23c468dbe342a31a3980d31.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_be2d3df67661aefe0e3f0071a1d6f8f1.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_c2e666cea3ed7c127463edfe7b3abed4.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_cc6125d285775e245d68db3d4ce69092.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_cd8c33382d73f02781c40066dbd2f0d5.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_cf417d728100a167f563acfac33cb7c7.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_d1af19de43f00bd515b519c982d49d68.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_d1d61a1361fc579da85c1b709ed868d7.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_d3331dca3948a91095eeb99d07575db0.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_d6b73ad7e408302c29ea0ebadf42639d.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_daf4f5c4da18fbee2cc01397e7059227.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_dcc7392e27ceedcb8fca5c4cd07c4b5c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_e04602aba7b2f9f43e3429e32fb5dc36.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_e4eb7b834609f1fe20523c66b23e4a87.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_e677fc34f5347e58d43c339b53e9b418.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_e69484b12825f40a4799c3db7df7c339.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_e850fff378e36258e2a085808e9d898c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_eaa4f497a3f9bf201d37aaf8d8603deb.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_ed0f06d1d48a5e921d9f4bc3a2223aa6.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_f31395880d34591c756e13478059d1a5.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_f3f90e767886505989b4baa9d4b81390.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_fa76c9f4334252cb8d941364a7ed9feb.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dir_fccaebac91eec4cb351e86457c5d1310.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dotProduct.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/doxygen.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/dynsections.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/examples.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/files.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/ftv2blank.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/ftv2cl.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/ftv2doc.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/ftv2folderclosed.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/ftv2folderopen.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/ftv2lastnode.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/ftv2link.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/ftv2mlastnode.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/ftv2mnode.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/ftv2mo.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/ftv2node.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/ftv2ns.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/ftv2plastnode.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/ftv2pnode.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/ftv2splitbar.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/ftv2vertline.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/functions.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/functions_0x62.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/functions_0x65.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/functions_0x66.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/functions_0x69.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/functions_0x6b.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/functions_0x6c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/functions_0x6d.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/functions_0x6e.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/functions_0x6f.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/functions_0x70.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/functions_0x72.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/functions_0x73.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/functions_0x74.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/functions_0x78.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/functions_dup.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/functions_vars.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/functions_vars.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/functions_vars_0x62.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/functions_vars_0x65.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/functions_vars_0x66.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/functions_vars_0x69.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/functions_vars_0x6b.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/functions_vars_0x6c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/functions_vars_0x6d.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/functions_vars_0x6e.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/functions_vars_0x6f.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/functions_vars_0x70.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/functions_vars_0x72.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/functions_vars_0x73.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/functions_vars_0x74.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/functions_vars_0x78.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_0x61.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_0x62.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_0x63.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_0x64.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_0x65.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_0x66.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_0x67.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_0x69.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_0x6c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_0x6d.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_0x6e.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_0x6f.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_0x70.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_0x71.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_0x72.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_0x73.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_0x74.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_0x75.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_0x76.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_0x77.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_0x78.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_defs.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_defs_0x61.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_defs_0x62.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_defs_0x63.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_defs_0x64.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_defs_0x66.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_defs_0x69.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_defs_0x6d.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_defs_0x6e.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_defs_0x70.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_defs_0x73.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_defs_0x74.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_defs_0x75.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_defs_0x78.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_enum.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_eval.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_func.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_func_0x62.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_func_0x63.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_func_0x64.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_func_0x66.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_func_0x67.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_func_0x69.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_func_0x6c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_func_0x6d.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_func_0x6e.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_func_0x6f.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_func_0x70.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_func_0x71.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_func_0x72.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_func_0x73.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_func_0x74.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_func_0x76.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_type.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_vars.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_vars_0x62.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_vars_0x63.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_vars_0x64.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_vars_0x65.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_vars_0x66.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_vars_0x67.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_vars_0x69.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_vars_0x6c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_vars_0x6d.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_vars_0x6e.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_vars_0x6f.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_vars_0x72.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_vars_0x73.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_vars_0x74.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_vars_0x76.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_vars_0x77.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/globals_vars_0x78.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___basic_abs.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___basic_abs.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___basic_add.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___basic_add.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___basic_mult.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___basic_mult.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___basic_sub.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___basic_sub.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___bilinear_interpolate.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___bilinear_interpolate.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___biquad_cascade_d_f1.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___biquad_cascade_d_f1.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___biquad_cascade_d_f1__32x64.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___biquad_cascade_d_f1__32x64.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___biquad_cascade_d_f2_t.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___biquad_cascade_d_f2_t.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___c_f_f_t___c_i_f_f_t.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___c_f_f_t___c_i_f_f_t.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___class_marks.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___cmplx_by_cmplx_mult.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___cmplx_by_cmplx_mult.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___cmplx_by_real_mult.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___cmplx_by_real_mult.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___cmplx_matrix_mult.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___cmplx_matrix_mult.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___complex_f_f_t.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___complex_f_f_t.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___conv.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___conv.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___convolution_example.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___corr.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___corr.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___d_c_t4___i_d_c_t4.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___d_c_t4___i_d_c_t4.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___dotproduct_example.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___f_i_r.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___f_i_r.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___f_i_r___interpolate.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___f_i_r___interpolate.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___f_i_r___lattice.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___f_i_r___lattice.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___f_i_r___sparse.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___f_i_r___sparse.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___f_i_r__decimate.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___f_i_r__decimate.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___f_i_r_l_p_f.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___fast.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___fill.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___fill.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___frequency_bin.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___g_e_q5_band.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___i_i_r___lattice.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___i_i_r___lattice.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___l_m_s.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___l_m_s.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___l_m_s___n_o_r_m.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___l_m_s___n_o_r_m.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___linear_interp_example.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___linear_interpolate.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___linear_interpolate.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___matrix_add.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___matrix_add.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___matrix_example.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___matrix_init.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___matrix_init.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___matrix_inv.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___matrix_inv.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___matrix_mult.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___matrix_mult.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___matrix_scale.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___matrix_scale.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___matrix_sub.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___matrix_sub.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___matrix_trans.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___matrix_trans.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___max.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___max.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___min.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___min.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___p_i_d.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___p_i_d.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___partial_conv.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___partial_conv.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___r_m_s.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___r_m_s.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___radix8___c_f_f_t___c_i_f_f_t.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___real_f_f_t.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___real_f_f_t.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___s_q_r_t.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___s_q_r_t.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___s_t_d.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___s_t_d.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___signal_convergence.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___sin_cos.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___sin_cos.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___sin_cos_example.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group___variance_example.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__clarke.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__clarke.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__cmplx__conj.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__cmplx__conj.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__cmplx__dot__prod.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__cmplx__dot__prod.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__cmplx__mag.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__cmplx__mag.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__cmplx__mag__squared.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__cmplx__mag__squared.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__copy.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__copy.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__cos.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__cos.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__dot__prod.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__dot__prod.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__float__to__x.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__float__to__x.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__group_cmplx_math.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__group_cmplx_math.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__group_controller.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__group_controller.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__group_examples.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__group_examples.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__group_fast_math.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__group_fast_math.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__group_filters.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__group_filters.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__group_interpolation.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__group_interpolation.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__group_math.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__group_math.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__group_matrix.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__group_matrix.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__group_stats.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__group_stats.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__group_support.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__group_support.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__group_transforms.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__group_transforms.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__inv__clarke.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__inv__clarke.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__inv__park.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__inv__park.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__mean.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__mean.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__negate.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__negate.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__offset.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__offset.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__park.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__park.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__power.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__power.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__q15__to__x.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__q15__to__x.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__q31__to__x.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__q31__to__x.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__q7__to__x.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__q7__to__x.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__scale.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__scale.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__shift.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__shift.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__sin.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__sin.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__variance.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/group__variance.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/index.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/jquery.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/license_8txt.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/linearInterpExampleMethod1.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/linearInterpExampleMethod2.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/matrixExample.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/modules.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/modules.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/nav_f.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/nav_g.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/nav_h.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/navtree.css (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/navtree.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/navtreeindex0.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/navtreeindex1.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/navtreeindex2.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/navtreeindex3.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/open.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/pages.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/park.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/parkFormula.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/parkInvFormula.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/resize.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/all_5f.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/all_5f.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/all_61.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/all_61.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/all_62.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/all_62.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/all_63.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/all_63.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/all_64.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/all_64.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/all_65.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/all_65.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/all_66.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/all_66.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/all_67.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/all_67.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/all_68.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/all_68.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/all_69.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/all_69.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/all_6b.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/all_6b.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/all_6c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/all_6c.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/all_6d.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/all_6d.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/all_6e.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/all_6e.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/all_6f.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/all_6f.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/all_70.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/all_70.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/all_71.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/all_71.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/all_72.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/all_72.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/all_73.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/all_73.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/all_74.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/all_74.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/all_75.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/all_75.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/all_76.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/all_76.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/all_77.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/all_77.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/all_78.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/all_78.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/classes_61.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/classes_61.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/close.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/defines_5f.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/defines_5f.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/defines_61.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/defines_61.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/defines_62.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/defines_62.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/defines_63.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/defines_63.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/defines_64.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/defines_64.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/defines_66.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/defines_66.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/defines_69.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/defines_69.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/defines_6d.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/defines_6d.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/defines_6e.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/defines_6e.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/defines_70.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/defines_70.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/defines_73.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/defines_73.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/defines_74.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/defines_74.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/defines_75.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/defines_75.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/defines_78.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/defines_78.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/enums_61.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/enums_61.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/enumvalues_61.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/enumvalues_61.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/files_61.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/files_61.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/files_63.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/files_63.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/files_67.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/files_67.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/files_6c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/files_6c.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/functions_61.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/functions_61.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/functions_63.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/functions_63.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/functions_64.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/functions_64.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/functions_67.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/functions_67.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/functions_6d.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/functions_6d.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/functions_73.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/functions_73.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/functions_74.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/functions_74.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/groups_62.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/groups_62.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/groups_63.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/groups_63.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/groups_64.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/groups_64.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/groups_65.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/groups_65.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/groups_66.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/groups_66.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/groups_67.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/groups_67.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/groups_68.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/groups_68.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/groups_69.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/groups_69.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/groups_6c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/groups_6c.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/groups_6d.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/groups_6d.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/groups_6e.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/groups_6e.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/groups_70.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/groups_70.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/groups_72.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/groups_72.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/groups_73.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/groups_73.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/groups_74.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/groups_74.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/groups_76.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/groups_76.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/mag_sel.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/nomatches.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/pages_63.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/pages_63.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/pages_64.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/pages_64.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/search.css (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/search.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/search_l.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/search_m.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/search_r.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/typedefs_66.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/typedefs_66.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/typedefs_71.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/typedefs_71.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/variables_61.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/variables_61.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/variables_62.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/variables_62.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/variables_63.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/variables_63.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/variables_64.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/variables_64.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/variables_65.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/variables_65.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/variables_66.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/variables_66.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/variables_67.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/variables_67.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/variables_69.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/variables_69.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/variables_6b.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/variables_6b.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/variables_6c.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/variables_6c.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/variables_6d.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/variables_6d.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/variables_6e.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/variables_6e.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/variables_6f.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/variables_6f.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/variables_70.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/variables_70.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/variables_72.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/variables_72.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/variables_73.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/variables_73.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/variables_74.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/variables_74.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/variables_76.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/variables_76.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/variables_77.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/variables_77.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/variables_78.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/search/variables_78.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/sinCos.gif (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__bilinear__interp__instance__f32.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__bilinear__interp__instance__f32.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__bilinear__interp__instance__q15.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__bilinear__interp__instance__q15.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__bilinear__interp__instance__q31.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__bilinear__interp__instance__q31.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__bilinear__interp__instance__q7.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__bilinear__interp__instance__q7.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__biquad__cas__df1__32x64__ins__q31.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__biquad__cas__df1__32x64__ins__q31.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__biquad__cascade__df2_t__instance__f32.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__biquad__cascade__df2_t__instance__f32.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__biquad__cascade__df2_t__instance__f64.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__biquad__cascade__df2_t__instance__f64.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__biquad__cascade__stereo__df2_t__instance__f32.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__biquad__cascade__stereo__df2_t__instance__f32.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__biquad__casd__df1__inst__f32.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__biquad__casd__df1__inst__f32.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__biquad__casd__df1__inst__q15.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__biquad__casd__df1__inst__q15.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__biquad__casd__df1__inst__q31.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__biquad__casd__df1__inst__q31.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__cfft__instance__f32.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__cfft__instance__f32.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__cfft__instance__q15.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__cfft__instance__q15.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__cfft__instance__q31.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__cfft__instance__q31.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__cfft__radix2__instance__f32.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__cfft__radix2__instance__f32.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__cfft__radix2__instance__q15.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__cfft__radix2__instance__q15.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__cfft__radix2__instance__q31.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__cfft__radix2__instance__q31.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__cfft__radix4__instance__f32.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__cfft__radix4__instance__f32.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__cfft__radix4__instance__q15.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__cfft__radix4__instance__q15.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__cfft__radix4__instance__q31.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__cfft__radix4__instance__q31.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__dct4__instance__f32.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__dct4__instance__f32.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__dct4__instance__q15.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__dct4__instance__q15.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__dct4__instance__q31.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__dct4__instance__q31.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__fir__decimate__instance__f32.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__fir__decimate__instance__f32.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__fir__decimate__instance__q15.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__fir__decimate__instance__q15.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__fir__decimate__instance__q31.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__fir__decimate__instance__q31.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__fir__instance__f32.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__fir__instance__f32.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__fir__instance__q15.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__fir__instance__q15.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__fir__instance__q31.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__fir__instance__q31.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__fir__instance__q7.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__fir__instance__q7.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__fir__interpolate__instance__f32.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__fir__interpolate__instance__f32.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__fir__interpolate__instance__q15.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__fir__interpolate__instance__q15.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__fir__interpolate__instance__q31.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__fir__interpolate__instance__q31.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__fir__lattice__instance__f32.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__fir__lattice__instance__f32.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__fir__lattice__instance__q15.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__fir__lattice__instance__q15.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__fir__lattice__instance__q31.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__fir__lattice__instance__q31.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__fir__sparse__instance__f32.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__fir__sparse__instance__f32.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__fir__sparse__instance__q15.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__fir__sparse__instance__q15.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__fir__sparse__instance__q31.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__fir__sparse__instance__q31.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__fir__sparse__instance__q7.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__fir__sparse__instance__q7.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__iir__lattice__instance__f32.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__iir__lattice__instance__f32.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__iir__lattice__instance__q15.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__iir__lattice__instance__q15.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__iir__lattice__instance__q31.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__iir__lattice__instance__q31.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__linear__interp__instance__f32.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__linear__interp__instance__f32.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__lms__instance__f32.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__lms__instance__f32.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__lms__instance__q15.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__lms__instance__q15.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__lms__instance__q31.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__lms__instance__q31.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__lms__norm__instance__f32.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__lms__norm__instance__f32.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__lms__norm__instance__q15.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__lms__norm__instance__q15.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__lms__norm__instance__q31.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__lms__norm__instance__q31.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__matrix__instance__f32.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__matrix__instance__f32.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__matrix__instance__f64.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__matrix__instance__f64.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__matrix__instance__q15.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__matrix__instance__q15.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__matrix__instance__q31.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__matrix__instance__q31.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__pid__instance__f32.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__pid__instance__f32.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__pid__instance__q15.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__pid__instance__q15.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__pid__instance__q31.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__pid__instance__q31.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__rfft__fast__instance__f32.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__rfft__fast__instance__f32.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__rfft__instance__f32.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__rfft__instance__f32.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__rfft__instance__q15.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__rfft__instance__q15.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__rfft__instance__q31.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/structarm__rfft__instance__q31.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/sync_off.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/sync_on.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/tab_a.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/tab_b.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/tab_h.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/tab_s.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/tab_topnav.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/DSP/html/tabs.css (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/General/html/CMSIS_END_USER_LICENCE_AGREEMENT.pdf (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/General/html/CMSIS_Logo_Final.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/General/html/CMSISv4_small.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/General/html/bc_s.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/General/html/bdwn.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/General/html/closed.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/General/html/cmsis.css (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/General/html/doxygen.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/General/html/dynsections.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/General/html/ftv2blank.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/General/html/ftv2cl.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/General/html/ftv2doc.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/General/html/ftv2folderclosed.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/General/html/ftv2folderopen.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/General/html/ftv2lastnode.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/General/html/ftv2link.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/General/html/ftv2mlastnode.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/General/html/ftv2mnode.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/General/html/ftv2mo.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/General/html/ftv2node.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/General/html/ftv2ns.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/General/html/ftv2plastnode.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/General/html/ftv2pnode.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/General/html/ftv2splitbar.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/General/html/ftv2vertline.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/General/html/index.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/General/html/jquery.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/General/html/nav_f.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/General/html/nav_g.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/General/html/nav_h.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/General/html/navtree.css (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/General/html/navtree.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/General/html/navtreeindex0.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/General/html/open.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/General/html/resize.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/General/html/sync_off.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/General/html/sync_on.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/General/html/tab_a.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/General/html/tab_b.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/General/html/tab_h.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/General/html/tab_s.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/General/html/tab_topnav.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/General/html/tabs.css (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/API_Structure.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/CMSIS_Logo_Final.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/CMSIS_RTOS_Files.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/MailQueue.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/MessageQueue.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/Mutex.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/Semaphore.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/ThreadStatus.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/Timer.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/_function_overview.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/_using_o_s.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/annotated.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/annotated.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/bc_s.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/bdwn.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/classes.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/closed.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/cmsis.css (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/cmsis__os_8h.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/cmsis__os_8txt.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/cmsis_os_h.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/dir_67baed4ff719a838d401a6dc7774cf41.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/dir_9afdeffb8e409a4e0df5c5bf9ab1a7d2.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/doxygen.css (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/doxygen.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/dynsections.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/files.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/ftv2blank.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/ftv2cl.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/ftv2doc.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/ftv2folderclosed.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/ftv2folderopen.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/ftv2lastnode.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/ftv2link.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/ftv2mlastnode.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/ftv2mnode.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/ftv2mo.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/ftv2node.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/ftv2ns.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/ftv2plastnode.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/ftv2pnode.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/ftv2splitbar.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/ftv2vertline.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/functions.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/functions_vars.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/globals.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/globals_defs.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/globals_enum.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/globals_eval.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/globals_func.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/globals_type.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___definitions.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___definitions.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___kernel_ctrl.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___kernel_ctrl.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___mail.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___mail.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___message.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___message.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___mutex_mgmt.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___mutex_mgmt.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___pool_mgmt.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___pool_mgmt.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___semaphore_mgmt.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___semaphore_mgmt.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___signal_mgmt.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___signal_mgmt.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___status.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___status.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___thread_mgmt.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___thread_mgmt.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___timer_mgmt.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___timer_mgmt.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___wait.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___wait.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/index.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/jquery.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/modules.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/modules.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/nav_f.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/nav_g.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/nav_h.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/navtree.css (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/navtree.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/navtreeindex0.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/open.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/pages.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/resize.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/all_63.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/all_63.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/all_64.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/all_64.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/all_66.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/all_66.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/all_67.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/all_67.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/all_68.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/all_68.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/all_69.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/all_69.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/all_6b.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/all_6b.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/all_6d.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/all_6d.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/all_6f.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/all_6f.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/all_70.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/all_70.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/all_71.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/all_71.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/all_73.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/all_73.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/all_74.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/all_74.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/all_75.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/all_75.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/all_76.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/all_76.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/classes_6f.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/classes_6f.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/close.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/defines_6f.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/defines_6f.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/enums_6f.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/enums_6f.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/enumvalues_6f.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/enumvalues_6f.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/files_63.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/files_63.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/functions_6f.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/functions_6f.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/groups_63.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/groups_63.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/groups_67.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/groups_67.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/groups_6b.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/groups_6b.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/groups_6d.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/groups_6d.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/groups_73.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/groups_73.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/groups_74.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/groups_74.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/mag_sel.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/nomatches.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/pages_66.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/pages_66.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/pages_68.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/pages_68.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/pages_6f.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/pages_6f.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/pages_75.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/pages_75.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/search.css (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/search.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/search_l.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/search_m.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/search_r.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/typedefs_6f.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/typedefs_6f.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/variables_64.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/variables_64.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/variables_69.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/variables_69.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/variables_6d.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/variables_6d.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/variables_70.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/variables_70.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/variables_71.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/variables_71.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/variables_73.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/variables_73.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/variables_74.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/variables_74.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/variables_76.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/search/variables_76.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/structos_mail_q_def__t.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/structos_mail_q_def__t.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/structos_message_q_def__t.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/structos_message_q_def__t.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/structos_mutex_def__t.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/structos_mutex_def__t.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/structos_pool_def__t.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/structos_pool_def__t.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/structos_semaphore_def__t.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/structos_semaphore_def__t.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/structos_thread_def__t.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/structos_thread_def__t.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/structos_timer_def__t.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/structos_timer_def__t.js (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/sync_off.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/sync_on.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/tab_a.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/tab_b.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/tab_h.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/tab_s.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/tab_topnav.png (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/RTOS/html/tabs.css (100%) rename machines/{cortex => cortex-m}/CMSIS/Documentation/index.html (100%) rename machines/{cortex => cortex-m}/CMSIS/Include/arm_common_tables.h (100%) rename machines/{cortex => cortex-m}/CMSIS/Include/arm_const_structs.h (100%) rename machines/{cortex => cortex-m}/CMSIS/Include/arm_math.h (100%) rename machines/{cortex => cortex-m}/CMSIS/Include/core_cm0.h (100%) rename machines/{cortex => cortex-m}/CMSIS/Include/core_cm0plus.h (100%) rename machines/{cortex => cortex-m}/CMSIS/Include/core_cm3.h (100%) rename machines/{cortex => cortex-m}/CMSIS/Include/core_cm4.h (100%) rename machines/{cortex => cortex-m}/CMSIS/Include/core_cm7.h (100%) rename machines/{cortex => cortex-m}/CMSIS/Include/core_cmFunc.h (100%) rename machines/{cortex => cortex-m}/CMSIS/Include/core_cmInstr.h (100%) rename machines/{cortex => cortex-m}/CMSIS/Include/core_cmSimd.h (100%) rename machines/{cortex => cortex-m}/CMSIS/Include/core_sc000.h (100%) rename machines/{cortex => cortex-m}/CMSIS/Include/core_sc300.h (100%) rename machines/{cortex => cortex-m}/CMSIS/Lib/ARM/arm_cortexM0b_math.lib (100%) rename machines/{cortex => cortex-m}/CMSIS/Lib/ARM/arm_cortexM0l_math.lib (100%) rename machines/{cortex => cortex-m}/CMSIS/Lib/ARM/arm_cortexM3b_math.lib (100%) rename machines/{cortex => cortex-m}/CMSIS/Lib/ARM/arm_cortexM3l_math.lib (100%) rename machines/{cortex => cortex-m}/CMSIS/Lib/ARM/arm_cortexM4b_math.lib (100%) rename machines/{cortex => cortex-m}/CMSIS/Lib/ARM/arm_cortexM4bf_math.lib (100%) rename machines/{cortex => cortex-m}/CMSIS/Lib/ARM/arm_cortexM4l_math.lib (100%) rename machines/{cortex => cortex-m}/CMSIS/Lib/ARM/arm_cortexM4lf_math.lib (100%) rename machines/{cortex => cortex-m}/CMSIS/Lib/ARM/arm_cortexM7b_math.lib (100%) rename machines/{cortex => cortex-m}/CMSIS/Lib/ARM/arm_cortexM7bfdp_math.lib (100%) rename machines/{cortex => cortex-m}/CMSIS/Lib/ARM/arm_cortexM7bfsp_math.lib (100%) rename machines/{cortex => cortex-m}/CMSIS/Lib/ARM/arm_cortexM7l_math.lib (100%) rename machines/{cortex => cortex-m}/CMSIS/Lib/ARM/arm_cortexM7lfdp_math.lib (100%) rename machines/{cortex => cortex-m}/CMSIS/Lib/ARM/arm_cortexM7lfsp_math.lib (100%) rename machines/{cortex => cortex-m}/CMSIS/Lib/license.txt (100%) rename machines/{cortex => cortex-m}/CMSIS/README.txt (100%) rename machines/{cortex => cortex-m}/CMSIS/RTOS/Template/cmsis_os.h (100%) rename machines/{cortex => cortex-m}/CMSIS/index.html (100%) rename machines/{cortex => cortex-m}/README.md (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/ArduinoM0/system_samd21_ArduinoM0_48MHz.c (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/sam-headers-version.txt (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/sam.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/adc.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/dmac.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/dsu.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/eic.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/evsys.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/gclk.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/hmatrixb.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/mtb.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/nvmctrl.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/pac.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/pm.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/port.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/rtc.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/sercom.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/sysctrl.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/tc.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/tcc.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/wdt.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/adc.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/dmac.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/dsu.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/eic.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/evsys.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/gclk.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/mtb.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/nvmctrl.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/pac0.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/pac1.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/pac2.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/pm.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/port.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/rtc.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/sbmatrix.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/sercom0.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/sercom1.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/sysctrl.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/tc1.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/tc2.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/tcc0.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/wdt.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/pio/samd09c13a.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/samd09.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/samd09c13a.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/system_samd09.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/source/as_gcc/samd09c13a_flash.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/source/as_gcc/samd09c13a_sram.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/source/as_gcc/startup_samd09.c (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/source/system_samd09.c (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/ac.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/adc.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/dac.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/dmac.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/dsu.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/eic.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/evsys.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/gclk.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/hmatrixb.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/mtb.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/nvmctrl.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/pac.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/pm.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/port.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/rtc.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/sercom.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/sysctrl.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/tc.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/tcc.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/wdt.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/ac.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/adc.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/dac.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/dmac.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/dsu.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/eic.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/evsys.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/gclk.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/mtb.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/nvmctrl.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/pac0.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/pac1.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/pac2.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/pm.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/port.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/rtc.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/sbmatrix.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/sercom0.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/sercom1.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/sercom2.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/sysctrl.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/tc1.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/tc2.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/tcc0.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/wdt.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/pio/samd10c13a.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/pio/samd10c14a.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/pio/samd10d13am.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/pio/samd10d13as.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/pio/samd10d14am.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/pio/samd10d14as.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/samd10.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/samd10c13a.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/samd10c14a.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/samd10d13am.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/samd10d13as.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/samd10d14am.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/samd10d14as.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/system_samd10.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/as_gcc/samd10c13a_flash.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/as_gcc/samd10c13a_sram.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/as_gcc/samd10c14a_flash.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/as_gcc/samd10c14a_sram.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/as_gcc/samd10d13am_flash.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/as_gcc/samd10d13am_sram.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/as_gcc/samd10d13as_flash.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/as_gcc/samd10d13as_sram.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/as_gcc/samd10d14am_flash.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/as_gcc/samd10d14am_sram.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/as_gcc/samd10d14as_flash.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/as_gcc/samd10d14as_sram.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/as_gcc/startup_samd10.c (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/system_samd10.c (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/ac.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/adc.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/dac.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/dmac.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/dsu.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/eic.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/evsys.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/gclk.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/hmatrixb.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/mtb.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/nvmctrl.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/pac.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/pm.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/port.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/rtc.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/sercom.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/sysctrl.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/tc.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/tcc.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/usb.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/wdt.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/ac.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/adc.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/dac.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/dmac.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/dsu.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/eic.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/evsys.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/gclk.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/mtb.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/nvmctrl.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/pac0.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/pac1.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/pac2.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/pm.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/port.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/rtc.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/sbmatrix.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/sercom0.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/sercom1.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/sercom2.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/sysctrl.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/tc1.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/tc2.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/tcc0.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/usb.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/wdt.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/pio/samd11c14a.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/pio/samd11d14am.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/pio/samd11d14as.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/samd11.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/samd11c14a.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/samd11d14am.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/samd11d14as.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/system_samd11.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/source/as_gcc/samd11c14a_flash.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/source/as_gcc/samd11c14a_sram.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/source/as_gcc/samd11d14am_flash.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/source/as_gcc/samd11d14am_sram.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/source/as_gcc/samd11d14as_flash.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/source/as_gcc/samd11d14as_sram.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/source/as_gcc/startup_samd11.c (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/source/system_samd11.c (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/ac.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/adc.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/dac.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/dsu.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/eic.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/evsys.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/gclk.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/nvmctrl.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/pac.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/pm.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/port.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/rtc.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/sercom.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/sysctrl.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/tc.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/wdt.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/ac.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/adc.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/dac.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/dsu.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/eic.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/evsys.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/gclk.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/nvmctrl.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/pac0.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/pac1.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/pac2.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/pm.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/port.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/rtc.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/sercom0.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/sercom1.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/sercom2.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/sercom3.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/sercom4.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/sercom5.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/sysctrl.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/tc0.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/tc1.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/tc2.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/tc3.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/tc4.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/tc5.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/tc6.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/tc7.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/wdt.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20e14.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20e15.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20e16.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20e17.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20e18.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20g14.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20g15.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20g16.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20g17.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20g17u.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20g18.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20g18u.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20j14.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20j15.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20j16.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20j17.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20j18.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20e14.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20e15.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20e16.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20e17.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20e18.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20g14.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20g15.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20g16.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20g17.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20g17u.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20g18.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20g18u.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20j14.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20j15.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20j16.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20j17.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20j18.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/system_samd20.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20e14_flash.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20e14_sram.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20e15_flash.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20e15_sram.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20e16_flash.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20e16_sram.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20e17_flash.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20e17_sram.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20e18_flash.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20e18_sram.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g14_flash.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g14_sram.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g15_flash.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g15_sram.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g16_flash.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g16_sram.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g17_flash.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g17_sram.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g17u_flash.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g17u_sram.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g18_flash.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g18_sram.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g18u_flash.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g18u_sram.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20j14_flash.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20j14_sram.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20j15_flash.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20j15_sram.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20j16_flash.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20j16_sram.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20j17_flash.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20j17_sram.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20j18_flash.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20j18_sram.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/startup_samd20.c (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/system_samd20.c (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/ac.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/adc.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/dac.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/dmac.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/dsu.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/eic.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/evsys.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/gclk.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/hmatrixb.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/i2s.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/mtb.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/nvmctrl.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/pac.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/pm.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/port.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/rtc.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/sercom.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/sysctrl.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/tc.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/tcc.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/tcc_lighting.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/usb.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/wdt.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/ac.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/ac1.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/adc.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/dac.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/dmac.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/dsu.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/eic.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/evsys.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/gclk.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/i2s.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/mtb.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/nvmctrl.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/pac0.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/pac1.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/pac2.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/pm.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/port.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/rtc.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/sbmatrix.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/sercom0.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/sercom1.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/sercom2.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/sercom3.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/sercom4.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/sercom5.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/sysctrl.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/tc3.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/tc4.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/tc5.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/tc6.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/tc7.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/tcc0.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/tcc1.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/tcc2.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/usb.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/wdt.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/pio/samd21e15a.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/pio/samd21e16a.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/pio/samd21e17a.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/pio/samd21e18a.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/pio/samd21g15a.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/pio/samd21g16a.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/pio/samd21g17a.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/pio/samd21g18a.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/pio/samd21j15a.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/pio/samd21j16a.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/pio/samd21j16b.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/pio/samd21j17a.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/pio/samd21j18a.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21e15a.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21e16a.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21e17a.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21e18a.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21g15a.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21g16a.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21g17a.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21g18a.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21j15a.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21j16a.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21j16b.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21j17a.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21j18a.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/system_samd21.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21e15a_flash.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21e15a_sram.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21e16a_flash.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21e16a_sram.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21e17a_flash.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21e17a_sram.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21e18a_flash.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21e18a_sram.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21g15a_flash.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21g15a_sram.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21g16a_flash.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21g16a_sram.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21g17a_flash.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21g17a_sram.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21g18a_flash.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21g18a_sram.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21j15a_flash.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21j15a_sram.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21j16a_flash.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21j16a_sram.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21j16b_flash.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21j16b_sram.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21j17a_flash.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21j17a_sram.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21j18a_flash.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21j18a_sram.ld (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/startup_samd21.c (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/system_samd21.c (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/wisc.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/README.md (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/XPlainedPro/system_samd21_XPlainedPro_48MHz.c (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/startup_samd.c (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/tpl_machine_samd.c (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/utils/clock.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/utils/eic.c (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/utils/eic.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/utils/pinAccess.c (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/utils/pinAccess.h (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/utils/pinMux.c (100%) rename machines/{cortex => cortex-m}/armv6m/samd21/utils/pinMux.h (100%) rename machines/{cortex => cortex-m}/armv6m/sys_handlers.c (100%) rename machines/{cortex => cortex-m}/armv6m/tpl_ctx_switch.S (100%) rename machines/{cortex => cortex-m}/armv6m/tpl_ctx_switch_under_it.S (100%) rename machines/{cortex => cortex-m}/armv6m/tpl_interrupts.S (100%) rename machines/{cortex => cortex-m}/armv7em/mk20dx256/README.md (100%) rename machines/{cortex => cortex-m}/armv7em/mk20dx256/core_cm_func_mk20dx256.h (99%) rename machines/{cortex => cortex-m}/armv7em/mk20dx256/handlers_mk20dx256.c (100%) rename machines/{cortex => cortex-m}/armv7em/mk20dx256/libraries/ftm/ftm_mk20dx256.c (100%) rename machines/{cortex => cortex-m}/armv7em/mk20dx256/libraries/ftm/ftm_mk20dx256.h (100%) rename machines/{cortex => cortex-m}/armv7em/mk20dx256/libraries/gpio/gpio_mk20dx256.h (100%) rename machines/{cortex => cortex-m}/armv7em/mk20dx256/libraries/pit/pit_mk20dx256.c (100%) rename machines/{cortex => cortex-m}/armv7em/mk20dx256/libraries/pit/pit_mk20dx256.h (100%) rename machines/{cortex => cortex-m}/armv7em/mk20dx256/mk20dx256.h (100%) rename machines/{cortex => cortex-m}/armv7em/mk20dx256/startup_mk20dx256.c (100%) rename machines/{cortex => cortex-m}/armv7em/mk20dx256/syscalls.c (100%) rename machines/{cortex => cortex-m}/armv7em/mk20dx256/syscalls.h (100%) rename machines/{cortex => cortex-m}/armv7em/mk20dx256/teensy31/Arduino.h (100%) rename machines/{cortex => cortex-m}/armv7em/mk20dx256/teensy31/WProgram.h (100%) rename machines/{cortex => cortex-m}/armv7em/mk20dx256/teensy31/avr/dtostrf.c (100%) rename machines/{cortex => cortex-m}/armv7em/mk20dx256/teensy31/avr/dtostrf.h (100%) rename machines/{cortex => cortex-m}/armv7em/mk20dx256/teensy31/avr/interrupt.h (100%) rename machines/{cortex => cortex-m}/armv7em/mk20dx256/teensy31/avr/pgmspace.h (100%) rename machines/{cortex => cortex-m}/armv7em/mk20dx256/teensy31/binary.h (100%) rename machines/{cortex => cortex-m}/armv7em/mk20dx256/teensy31/core_id.h (100%) rename machines/{cortex => cortex-m}/armv7em/mk20dx256/teensy31/core_pins.h (100%) rename machines/{cortex => cortex-m}/armv7em/mk20dx256/teensy31/gpio.c (100%) rename machines/{cortex => cortex-m}/armv7em/mk20dx256/teensy31/gpio.h (100%) rename machines/{cortex => cortex-m}/armv7em/mk20dx256/teensy31/itoa.c (100%) rename machines/{cortex => cortex-m}/armv7em/mk20dx256/teensy31/itoa.h (100%) rename machines/{cortex => cortex-m}/armv7em/mk20dx256/teensy31/libraries/LiquidCrystalFast/LiquidCrystalFast.cpp (100%) rename machines/{cortex => cortex-m}/armv7em/mk20dx256/teensy31/libraries/LiquidCrystalFast/LiquidCrystalFast.h (100%) rename machines/{cortex => cortex-m}/armv7em/mk20dx256/teensy31/libraries/LiquidCrystalFast/README.md (100%) rename machines/{cortex => cortex-m}/armv7em/mk20dx256/teensy31/libraries/LiquidCrystalFast/readme.txt (100%) rename machines/{cortex => cortex-m}/armv7em/mk20dx256/teensy31/libraries/Print/Print.cpp (100%) rename machines/{cortex => cortex-m}/armv7em/mk20dx256/teensy31/libraries/Print/Print.h (100%) rename machines/{cortex => cortex-m}/armv7em/mk20dx256/teensy31/libraries/Print/Printable.h (100%) rename machines/{cortex => cortex-m}/armv7em/mk20dx256/teensy31/libraries/WString/WString.cpp (100%) rename machines/{cortex => cortex-m}/armv7em/mk20dx256/teensy31/libraries/WString/WString.h (100%) rename machines/{cortex => cortex-m}/armv7em/mk20dx256/teensy31/pins_arduino.h (100%) rename machines/{cortex => cortex-m}/armv7em/mk20dx256/teensy31/tp.c (100%) rename machines/{cortex => cortex-m}/armv7em/mk20dx256/teensy31/tp.h (100%) rename machines/{cortex => cortex-m}/armv7em/mk20dx256/teensy31/wiring.h (100%) rename machines/{cortex => cortex-m}/armv7em/mk20dx256/tpl_machine_mk20dx256.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/CMSIS-ST/Device/ST/STM32F3xx/Include/stm32f303x8.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/CMSIS-ST/Device/ST/STM32F3xx/Include/stm32f303xe.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/CMSIS-ST/Device/ST/STM32F3xx/Include/stm32f3xx.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/CMSIS-ST/Device/ST/STM32F3xx/Include/system_stm32f3xx.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/CMSIS-ST/STM32F303x.svd (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/coroBoard.cpp (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/coroBoard.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/mcp23s17.cpp (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/mcp23s17.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/spi.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/spi.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/.travis.yml (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Adafruit_GFX.cpp (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Adafruit_GFX.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Adafruit_SPITFT.cpp (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Adafruit_SPITFT.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Adafruit_SPITFT_Macros.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMono12pt7b.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMono18pt7b.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMono24pt7b.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMono9pt7b.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMonoBold12pt7b.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMonoBold18pt7b.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMonoBold24pt7b.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMonoBold9pt7b.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMonoBoldOblique12pt7b.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMonoBoldOblique18pt7b.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMonoBoldOblique24pt7b.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMonoBoldOblique9pt7b.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMonoOblique12pt7b.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMonoOblique18pt7b.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMonoOblique24pt7b.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMonoOblique9pt7b.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSans12pt7b.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSans18pt7b.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSans24pt7b.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSans9pt7b.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSansBold12pt7b.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSansBold18pt7b.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSansBold24pt7b.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSansBold9pt7b.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSansBoldOblique12pt7b.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSansBoldOblique18pt7b.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSansBoldOblique24pt7b.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSansBoldOblique9pt7b.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSansOblique12pt7b.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSansOblique18pt7b.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSansOblique24pt7b.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSansOblique9pt7b.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerif12pt7b.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerif18pt7b.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerif24pt7b.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerif9pt7b.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerifBold12pt7b.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerifBold18pt7b.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerifBold24pt7b.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerifBold9pt7b.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerifBoldItalic12pt7b.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerifBoldItalic18pt7b.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerifBoldItalic24pt7b.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerifBoldItalic9pt7b.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerifItalic12pt7b.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerifItalic18pt7b.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerifItalic24pt7b.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerifItalic9pt7b.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/Org_01.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/Picopixel.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/Tiny3x3a2pt7b (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/TomThumb.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/README.md (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/examples/mock_ili9341/mock_ili9341.ino (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/fontconvert/Makefile (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/fontconvert/fontconvert.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/fontconvert/fontconvert_win.md (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/fontconvert/makefonts.sh (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/fontconvert/veraMono6.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/fontconvert/veraMono7.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/fontconvert/veraMono8.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/fontconvert/veraMono9.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/gfxfont.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/glcdfont.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/library.properties (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/license.txt (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/.travis.yml (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/Adafruit_ST7735.cpp (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/Adafruit_ST7735.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/Adafruit_ST7789.cpp (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/Adafruit_ST7789.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/Adafruit_ST77xx.cpp (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/Adafruit_ST77xx.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/README.txt (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/examples/TFTShield18_seesaw/shieldtest/shieldtest.ino (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/examples/graphicstest/graphicstest.ino (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/examples/miniTFTWing/basic/.mega2560.test.skip (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/examples/miniTFTWing/basic/basic.ino (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/examples/miniTFTWing/graphicstest/.mega2560.test.skip (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/examples/miniTFTWing/graphicstest/graphicstest.ino (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/examples/rotationtest/rotationtest.ino (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/examples/shieldtest/shieldtest.ino (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/examples/spitftbitmap/spitftbitmap.ino (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/library.properties (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/arduinoCore/Print.cpp (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/arduinoCore/Print.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/arduinoCore/Printable.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/tft.cpp (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/coroLabBoard/tft/tft.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/handlers_stm32f3xx.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/handlers_stm32f3xx.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/lib/pinAccess.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/lib/pinAccess.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/lib/serial.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/lib/serial.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/startup_stm32f3xx.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/stm32f30x_conf.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/system_stm32f30x.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/tpl_machine_stm32f303.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/tpl_memory_protection.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/tpl_memory_protection.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f303/tpl_trace.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Include/stm32f4xx.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Include/system_stm32f4xx.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Release_Notes.html (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/SW4STM32/startup_stm32f401xx.s (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/SW4STM32/startup_stm32f40_41xxx.s (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/SW4STM32/startup_stm32f40xx.s (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/SW4STM32/startup_stm32f410xx.s (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/SW4STM32/startup_stm32f411xe.s (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/SW4STM32/startup_stm32f427_437xx.s (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/SW4STM32/startup_stm32f427xx.s (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/SW4STM32/startup_stm32f429_439xx.s (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/SW4STM32/startup_stm32f446xx.s (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/SW4STM32/startup_stm32f469_479xx.s (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/TASKING/cstart_thumb2.asm (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/TrueSTUDIO/startup_stm32f401xx.s (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/TrueSTUDIO/startup_stm32f40_41xxx.s (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/TrueSTUDIO/startup_stm32f40xx.s (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/TrueSTUDIO/startup_stm32f410xx.s (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/TrueSTUDIO/startup_stm32f411xe.s (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/TrueSTUDIO/startup_stm32f427_437xx.s (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/TrueSTUDIO/startup_stm32f427xx.s (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/TrueSTUDIO/startup_stm32f429_439xx.s (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/TrueSTUDIO/startup_stm32f446xx.s (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/TrueSTUDIO/startup_stm32f469_479xx.s (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f401xx.s (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f40_41xxx.s (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f40xx.s (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f410xx.s (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f411xe.s (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f427_437xx.s (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f427x.s (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f429_439xx.s (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f446xx.s (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f469_479xx.s (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/gcc_ride7/startup_stm32f401xx.s (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/gcc_ride7/startup_stm32f40_41xxx.s (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/gcc_ride7/startup_stm32f40xx.s (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/gcc_ride7/startup_stm32f427_437xx.s (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/gcc_ride7/startup_stm32f427x.s (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/gcc_ride7/startup_stm32f429_439xx.s (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f401xx.s (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f40_41xxx.s (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f40xx.s (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f410xx.s (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f411xe.s (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f427_437xx.s (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f427x.s (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f429_439xx.s (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f446xx.s (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f469_479xx.s (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/system_stm32f4xx.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/Release_Notes.html (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/misc.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/misc.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_adc.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_adc.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_can.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_can.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_cec.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_cec.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_crc.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_crc.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_cryp.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_cryp.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_cryp_aes.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_cryp_des.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_cryp_tdes.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_dac.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_dac.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_dbgmcu.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_dbgmcu.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_dcmi.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_dcmi.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_dma.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_dma.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_dma2d.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_dma2d.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_dsi.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_dsi.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_exti.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_exti.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_flash.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_flash.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_flash_ramfunc.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_flash_ramfunc.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_fmc.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_fmc.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_fmpi2c.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_fmpi2c.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_fsmc.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_fsmc.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_gpio.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_gpio.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_hash.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_hash.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_hash_md5.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_hash_sha1.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_i2c.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_i2c.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_iwdg.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_iwdg.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_lptim.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_lptim.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_ltdc.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_ltdc.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_pwr.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_pwr.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_qspi.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_qspi.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_rcc.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_rcc.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_rng.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_rng.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_rtc.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_rtc.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_sai.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_sai.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_sdio.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_sdio.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_spdifrx.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_spdifrx.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_spi.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_spi.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_syscfg.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_syscfg.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_tim.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_tim.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_usart.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_usart.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_wwdg.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_wwdg.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/handlers_stm32f4xx.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/handlers_stm32f4xx.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/lib/pinAccess.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/lib/pinAccess.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/startup_stm32f4xx.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/stm32f4discovery/stm32f4_discovery.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/stm32f4discovery/stm32f4_discovery.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/stm32f4discovery/tp.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/stm32f4discovery/tp.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/stm32f4xx_conf.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/system_stm32f4xx.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/system_stm32f4xx.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/tpl_machine_stm32f407.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/tpl_memory_protection.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32f407/tpl_memory_protection.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l412xx.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l422xx.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l431xx.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l432xx.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l433xx.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l442xx.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l443xx.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l451xx.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l452xx.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l462xx.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l471xx.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l475xx.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l476xx.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l485xx.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l486xx.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l496xx.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l4a6xx.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l4r5xx.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l4r7xx.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l4r9xx.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l4s5xx.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l4s7xx.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l4s9xx.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l4xx.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/system_stm32l4xx.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Release_Notes.html (100%) rename machines/{cortex => cortex-m}/armv7em/stm32l432/CMSIS-ST/STM32L4x2.svd (100%) rename machines/{cortex => cortex-m}/armv7em/stm32l432/handlers_stm32l432.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32l432/handlers_stm32l432.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32l432/lib/pinAccess.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32l432/lib/pinAccess.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32l432/lib/serial.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32l432/lib/serial.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32l432/startup_stm32l432.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32l432/system_stm32l4xx.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32l432/tpl_machine_stm32l432.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32l432/tpl_memory_protection.c (100%) rename machines/{cortex => cortex-m}/armv7em/stm32l432/tpl_memory_protection.h (100%) rename machines/{cortex => cortex-m}/armv7em/stm32l432/tpl_trace.c (100%) rename machines/{cortex => cortex-m}/armv7em/tpl_ctx_switch.S (100%) rename machines/{cortex => cortex-m}/armv7em/tpl_ctx_switch_under_it.S (100%) rename machines/{cortex => cortex-m}/armv7em/tpl_interrupts.S (100%) rename machines/{cortex => cortex-m}/armv7m/SmartFusion2/CMSIS/hw_reg_io.h (100%) rename machines/{cortex => cortex-m}/armv7m/SmartFusion2/CMSIS/m2sxxx.h (100%) rename machines/{cortex => cortex-m}/armv7m/SmartFusion2/CMSIS/mss_assert.h (100%) rename machines/{cortex => cortex-m}/armv7m/SmartFusion2/CMSIS/startup_gcc/debug-in-microsemi-smartfusion2-envm.ld (100%) rename machines/{cortex => cortex-m}/armv7m/SmartFusion2/CMSIS/startup_gcc/debug-in-microsemi-smartfusion2-esram.ld (100%) rename machines/{cortex => cortex-m}/armv7m/SmartFusion2/CMSIS/startup_gcc/debug-in-microsemi-smartfusion2-external-ram.ld (100%) rename machines/{cortex => cortex-m}/armv7m/SmartFusion2/CMSIS/startup_gcc/newlib_stubs.c (100%) rename machines/{cortex => cortex-m}/armv7m/SmartFusion2/CMSIS/startup_gcc/production-smartfusion2-execute-in-place.ld (100%) rename machines/{cortex => cortex-m}/armv7m/SmartFusion2/CMSIS/startup_gcc/production-smartfusion2-relocate-to-external-ram.ld (100%) rename machines/{cortex => cortex-m}/armv7m/SmartFusion2/CMSIS/startup_gcc/startup_m2sxxx.S (100%) rename machines/{cortex => cortex-m}/armv7m/SmartFusion2/CMSIS/sys_init_cfg_types.h (100%) rename machines/{cortex => cortex-m}/armv7m/SmartFusion2/CMSIS/system_m2sxxx.c (100%) rename machines/{cortex => cortex-m}/armv7m/SmartFusion2/CMSIS/system_m2sxxx.h (100%) rename machines/{cortex => cortex-m}/armv7m/SmartFusion2/drivers/mss_gpio/mss_gpio.c (100%) rename machines/{cortex => cortex-m}/armv7m/SmartFusion2/drivers/mss_gpio/mss_gpio.h (100%) rename machines/{cortex => cortex-m}/armv7m/SmartFusion2/drivers/mss_nvm/mss_nvm.c (100%) rename machines/{cortex => cortex-m}/armv7m/SmartFusion2/drivers/mss_nvm/mss_nvm.h (100%) rename machines/{cortex => cortex-m}/armv7m/SmartFusion2/drivers/mss_uart/mss_uart.c (100%) rename machines/{cortex => cortex-m}/armv7m/SmartFusion2/drivers/mss_uart/mss_uart.h (100%) rename machines/{cortex => cortex-m}/armv7m/SmartFusion2/drivers/mss_uart/mss_uart_regs.h (100%) rename machines/{cortex => cortex-m}/armv7m/SmartFusion2/drivers_config/DESIGN_FIRMWARE_SmartFusion2_CMSIS_0_config.cxf (100%) rename machines/{cortex => cortex-m}/armv7m/SmartFusion2/drivers_config/sys_config/sys_config.c (100%) rename machines/{cortex => cortex-m}/armv7m/SmartFusion2/drivers_config/sys_config/sys_config.h (100%) rename machines/{cortex => cortex-m}/armv7m/SmartFusion2/drivers_config/sys_config/sys_config_mddr_define.h (100%) rename machines/{cortex => cortex-m}/armv7m/SmartFusion2/drivers_config/sys_config/sys_config_mss_clocks.h (100%) rename machines/{cortex => cortex-m}/armv7m/SmartFusion2/hal/CortexM3/GNU/cpu_types.h (100%) rename machines/{cortex => cortex-m}/armv7m/SmartFusion2/hal/CortexM3/GNU/hal.S (100%) rename machines/{cortex => cortex-m}/armv7m/SmartFusion2/hal/CortexM3/GNU/hw_macros.h (100%) rename machines/{cortex => cortex-m}/armv7m/SmartFusion2/hal/CortexM3/GNU/hw_reg_access.S (100%) rename machines/{cortex => cortex-m}/armv7m/SmartFusion2/hal/CortexM3/cortex_nvic.c (100%) rename machines/{cortex => cortex-m}/armv7m/SmartFusion2/hal/CortexM3/cortex_nvic.h (100%) rename machines/{cortex => cortex-m}/armv7m/SmartFusion2/hal/hal.h (100%) rename machines/{cortex => cortex-m}/armv7m/SmartFusion2/hal/hal_assert.h (100%) rename machines/{cortex => cortex-m}/armv7m/SmartFusion2/hal/hw_reg_access.h (100%) rename machines/{cortex => cortex-m}/armv7m/SmartFusion2/handlers_m2sxxx.c (100%) rename machines/{cortex => cortex-m}/armv7m/SmartFusion2/startup_m2sxxx.c (100%) rename machines/{cortex => cortex-m}/armv7m/SmartFusion2/tpl_machine_m2sxxx.c (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/CMSIS/sam-headers-version.txt (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/CMSIS/sam.h (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/CMSIS/sam3.h (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/adc.h (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/can.h (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/chipid.h (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/dacc.h (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/dmac.h (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/efc.h (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/emac.h (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/gpbr.h (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/hsmci.h (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/matrix.h (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/pdc.h (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/pio.h (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/pmc.h (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/pwm.h (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/rstc.h (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/rtc.h (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/rtt.h (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/sdramc.h (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/smc.h (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/spi.h (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/ssc.h (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/supc.h (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/tc.h (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/trng.h (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/twi.h (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/uart.h (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/uotghs.h (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/usart.h (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/wdt.h (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/CMSIS/sam3xa/include/pio/sam3x8e.h (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/CMSIS/sam3xa/include/sam3x8e.h (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/CMSIS/sam3xa/include/sam3xa.h (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/CMSIS/sam3xa/include/system_sam3xa.h (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/CMSIS/sam3xa/source/as_gcc/sam3a4c_flash.ld (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/CMSIS/sam3xa/source/as_gcc/sam3a8c_flash.ld (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/CMSIS/sam3xa/source/as_gcc/sam3x4c_flash.ld (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/CMSIS/sam3xa/source/as_gcc/sam3x4e_flash.ld (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/CMSIS/sam3xa/source/as_gcc/sam3x8c_flash.ld (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/CMSIS/sam3xa/source/as_gcc/sam3x8e_flash.ld (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/CMSIS/sam3xa/source/as_gcc/sam3x8h_flash.ld (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/CMSIS/sam3xa/source/as_gcc/sam3xa_flash.ld (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/CMSIS/sam3xa/source/as_gcc/startup_sam3xa.c (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/CMSIS/sam3xa/source/system_sam3xa.c (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/arduino/Arduino.h (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/arduino/arch_arm/CoreHardwareSerial.hpp (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/arduino/arch_arm/CorePrint.cpp (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/arduino/arch_arm/CorePrint.hpp (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/arduino/arch_arm/CorePrintable.hpp (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/arduino/arch_arm/CoreRingBuffer.cpp (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/arduino/arch_arm/CoreRingBuffer.hpp (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/arduino/arch_arm/CoreStream.cpp (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/arduino/arch_arm/CoreStream.hpp (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/arduino/arch_arm/CoreString.cpp (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/arduino/arch_arm/CoreString.hpp (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/arduino/arch_arm/IPAddress.cpp (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/arduino/arch_arm/IPAddress.hpp (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/arduino/arch_arm/core_abi.cpp (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/arduino/arch_arm/core_character.h (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/arduino/arch_arm/core_cortex_vectors.c (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/arduino/arch_arm/core_cortex_vectors.h (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/arduino/arch_arm/core_hooks.c (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/arduino/arch_arm/core_hooks.h (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/arduino/arch_arm/core_init.h (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/arduino/arch_arm/core_itoa.c (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/arduino/arch_arm/core_itoa.h (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/arduino/arch_arm/core_main.cpp (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/arduino/arch_arm/core_math.cpp (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/arduino/arch_arm/core_math.hpp (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/arduino/arch_arm/core_shift.c (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/arduino/arch_arm/core_shift.h (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/arduino/arch_common/Client.hpp (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/arduino/arch_common/Server.hpp (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/arduino/arch_common/Udp.hpp (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/arduino/arch_common/core_binary.h (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/arduino/arch_common/core_constants.h (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/arduino/arch_common/core_new.cpp (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/arduino/arch_common/core_new.hpp (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/arduino/arch_common/core_reset.h (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/arduino/arch_common/core_watchdog.h (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/arduino/avr_compat/core_dtostrf.c (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/arduino/avr_compat/core_dtostrf.h (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/arduino/avr_compat/core_interrupt.h (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/arduino/avr_compat/core_pgmspace.h (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/arduino/port_sam/CoreSPI.cpp (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/arduino/port_sam/CoreSPI.hpp (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/arduino/port_sam/CoreSerial.cpp (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/arduino/port_sam/CoreSerial.hpp (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/arduino/port_sam/CoreWire.cpp (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/arduino/port_sam/CoreWire.hpp (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/arduino/port_sam/core_analog.c (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/arduino/port_sam/core_analog.h (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/arduino/port_sam/core_delay.c (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/arduino/port_sam/core_delay.h (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/arduino/port_sam/core_digital.c (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/arduino/port_sam/core_digital.h (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/arduino/port_sam/core_init.c (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/arduino/port_sam/core_interrupts.c (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/arduino/port_sam/core_interrupts.h (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/arduino/port_sam/core_private.c (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/arduino/port_sam/core_private.h (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/arduino/port_sam/core_pulse.cpp (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/arduino/port_sam/core_pulse.hpp (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/arduino/port_sam/core_reset.c (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/arduino/port_sam/core_tone.cpp (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/arduino/port_sam/core_tone.hpp (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/arduino/port_sam/core_variant.h (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/arduino/port_sam/core_watchdog.c (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/arduino/variant.cpp (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/arduino/variant.h (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/handlers_atsam3x8e.c (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/handlers_atsam3x8e.h (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/startup_sam3x.c (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/system_sam3xa.c (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/system_sam3xa.h (100%) rename machines/{cortex => cortex-m}/armv7m/atsam3x8e/tpl_machine_atsam3x8e.c (100%) rename machines/{cortex => cortex-m}/armv7m/tpl_ctx_switch.S (100%) rename machines/{cortex => cortex-m}/armv7m/tpl_ctx_switch_under_it.S (100%) rename machines/{cortex => cortex-m}/armv7m/tpl_interrupts.S (100%) rename machines/{cortex => cortex-m}/tpl_asm_definitions.h (100%) rename machines/{cortex => cortex-m}/tpl_assembler.h (100%) rename machines/{cortex => cortex-m}/tpl_machine.h (100%) rename machines/{cortex => cortex-m}/tpl_machine_cortex.c (100%) rename machines/{cortex => cortex-m}/tpl_machine_cortex.h (100%) rename machines/{cortex => cortex-m}/tpl_os_kernel_stack.h (100%) rename machines/{cortex => cortex-m}/tpl_os_std_types.h (100%) rename machines/{cortex => cortex-m}/tpl_sc_handler.S (100%) rename machines/{cortex => cortex-m}/tpl_startup.S (100%) diff --git a/.github/workflows/build-examples.yaml b/.github/workflows/build-examples.yaml index f68a1cd87..ed5a56dca 100644 --- a/.github/workflows/build-examples.yaml +++ b/.github/workflows/build-examples.yaml @@ -136,11 +136,11 @@ jobs: path: ${{ github.workspace }} key: ${{ env.CACHE_KEY }} - name: Generate the code - run: ${{ env.GOIL }} --target=cortex/armv6m/samd21/ArduinoM0 --templates=../../../../../../goil/templates/ ${{ matrix.example_name }}.oil - working-directory: examples/cortex/armv6m/samd21/ArduinoM0/${{ matrix.example_name }} + run: ${{ env.GOIL }} --target=cortex-m/armv6m/samd21/ArduinoM0 --templates=../../../../../../goil/templates/ ${{ matrix.example_name }}.oil + working-directory: examples/cortex-m/armv6m/samd21/ArduinoM0/${{ matrix.example_name }} - name: Build the code run: ./make.py - working-directory: examples/cortex/armv6m/samd21/ArduinoM0/${{ matrix.example_name }} + working-directory: examples/cortex-m/armv6m/samd21/ArduinoM0/${{ matrix.example_name }} cortex-m-xplained-pro-examples: name: Build Cortex-M Xplained Pro examples @@ -160,11 +160,11 @@ jobs: path: ${{ github.workspace }} key: ${{ env.CACHE_KEY }} - name: Generate the code - run: ${{ env.GOIL }} --target=cortex/armv6m/samd21/XPlainedPro --templates=../../../../../../goil/templates/ ${{ matrix.example_name }}.oil - working-directory: examples/cortex/armv6m/samd21/XPlainedPro/${{ matrix.example_name }} + run: ${{ env.GOIL }} --target=cortex-m/armv6m/samd21/XPlainedPro --templates=../../../../../../goil/templates/ ${{ matrix.example_name }}.oil + working-directory: examples/cortex-m/armv6m/samd21/XPlainedPro/${{ matrix.example_name }} - name: Build the code run: ./make.py - working-directory: examples/cortex/armv6m/samd21/XPlainedPro/${{ matrix.example_name }} + working-directory: examples/cortex-m/armv6m/samd21/XPlainedPro/${{ matrix.example_name }} cortex-m-arduino-due-examples: name: Build Cortex-M Arduino Due examples @@ -184,11 +184,11 @@ jobs: path: ${{ github.workspace }} key: ${{ env.CACHE_KEY }} - name: Generate the code - run: ${{ env.GOIL }} --target=cortex/armv7m/atsam3x8e/arduino_due --templates=../../../../../../goil/templates/ ${{ matrix.example_name }}.oil - working-directory: examples/cortex/armv7m/atsam3x8e/arduino_due/${{ matrix.example_name }} + run: ${{ env.GOIL }} --target=cortex-m/armv7m/atsam3x8e/arduino_due --templates=../../../../../../goil/templates/ ${{ matrix.example_name }}.oil + working-directory: examples/cortex-m/armv7m/atsam3x8e/arduino_due/${{ matrix.example_name }} - name: Build the code run: ./make.py - working-directory: examples/cortex/armv7m/atsam3x8e/arduino_due/${{ matrix.example_name }} + working-directory: examples/cortex-m/armv7m/atsam3x8e/arduino_due/${{ matrix.example_name }} cortex-m-smart-fusion-2-examples: name: Build Cortex-M SmartFusion2 examples @@ -209,11 +209,11 @@ jobs: path: ${{ github.workspace }} key: ${{ env.CACHE_KEY }} - name: Generate the code - run: ${{ env.GOIL }} --target=cortex/armv7m/SmartFusion2 --templates=../../../../../../goil/templates/ ${{ matrix.example_name }}.oil - working-directory: examples/cortex/armv7m/SmartFusion2/starterKit/${{ matrix.example_name }} + run: ${{ env.GOIL }} --target=cortex-m/armv7m/SmartFusion2 --templates=../../../../../../goil/templates/ ${{ matrix.example_name }}.oil + working-directory: examples/cortex-m/armv7m/SmartFusion2/starterKit/${{ matrix.example_name }} - name: Build the code run: ./make.py - working-directory: examples/cortex/armv7m/SmartFusion2/starterKit/${{ matrix.example_name }} + working-directory: examples/cortex-m/armv7m/SmartFusion2/starterKit/${{ matrix.example_name }} cortex-m-smart-nucleo-f303-examples: name: Build Cortex-M Nucleo-F303 examples @@ -234,11 +234,11 @@ jobs: path: ${{ github.workspace }} key: ${{ env.CACHE_KEY }} - name: Generate the code - run: ${{ env.GOIL }} --target=cortex/armv7em/stm32f303 --templates=../../../../../../goil/templates/ ${{ matrix.example_name }}.oil - working-directory: examples/cortex/armv7em/stm32f303/Nucleo-32/${{ matrix.example_name }} + run: ${{ env.GOIL }} --target=cortex-m/armv7em/stm32f303 --templates=../../../../../../goil/templates/ ${{ matrix.example_name }}.oil + working-directory: examples/cortex-m/armv7em/stm32f303/Nucleo-32/${{ matrix.example_name }} - name: Build the code run: ./make.py - working-directory: examples/cortex/armv7em/stm32f303/Nucleo-32/${{ matrix.example_name }} + working-directory: examples/cortex-m/armv7em/stm32f303/Nucleo-32/${{ matrix.example_name }} cortex-m-smart-nucleo-l432-examples: name: Build Cortex-M Nucleo-F432 examples @@ -259,11 +259,11 @@ jobs: path: ${{ github.workspace }} key: ${{ env.CACHE_KEY }} - name: Generate the code - run: ${{ env.GOIL }} --target=cortex/armv7em/stm32l432 --templates=../../../../../../goil/templates/ ${{ matrix.example_name }}.oil - working-directory: examples/cortex/armv7em/stm32l432/Nucleo-32/${{ matrix.example_name }} + run: ${{ env.GOIL }} --target=cortex-m/armv7em/stm32l432 --templates=../../../../../../goil/templates/ ${{ matrix.example_name }}.oil + working-directory: examples/cortex-m/armv7em/stm32l432/Nucleo-32/${{ matrix.example_name }} - name: Build the code run: ./make.py - working-directory: examples/cortex/armv7em/stm32l432/Nucleo-32/${{ matrix.example_name }} + working-directory: examples/cortex-m/armv7em/stm32l432/Nucleo-32/${{ matrix.example_name }} cortex-m-smart-stm32f4discovery-examples: name: Build Cortex-M STM32F4DISCOVERY examples @@ -284,8 +284,8 @@ jobs: path: ${{ github.workspace }} key: ${{ env.CACHE_KEY }} - name: Generate the code - run: ${{ env.GOIL }} --target=cortex/armv7em/stm32f407/stm32f4discovery --templates=../../../../../../goil/templates/ ${{ matrix.example_name }}.oil - working-directory: examples/cortex/armv7em/stm32f407/stm32f4discovery/${{ matrix.example_name }} + run: ${{ env.GOIL }} --target=cortex-m/armv7em/stm32f407/stm32f4discovery --templates=../../../../../../goil/templates/ ${{ matrix.example_name }}.oil + working-directory: examples/cortex-m/armv7em/stm32f407/stm32f4discovery/${{ matrix.example_name }} - name: Build the code run: ./make.py - working-directory: examples/cortex/armv7em/stm32f407/stm32f4discovery/${{ matrix.example_name }} + working-directory: examples/cortex-m/armv7em/stm32f407/stm32f4discovery/${{ matrix.example_name }} diff --git a/README.md b/README.md index e4ab6e318..d20b01fdc 100644 --- a/README.md +++ b/README.md @@ -40,28 +40,28 @@ Trampoline runs on the following platforms : Some examples are available (check examples): -* Cortex M4 with µC stm32f407: `cortex/armv7em/stm32f407/stf32f4discovery` +* Cortex M4 with µC stm32f407: `cortex-m/armv7em/stm32f407/stf32f4discovery` * **blink**. Blinks a LED using an alarm and a task. * **readButton**. The example polls the button to start an alarm that activates a task to blink a LED * **readButton_isr**. Same but the button triggers an ISR. * **alarms**. It is the same example than readButton_isr but we test the return value of SetRelAlarm for return parameters when in kernel (system call) mode. * **timer**. ISR2 trigered by timer TIM2. -* Cortex M4 with MCU stm32f303K8: `cortex/armv7em/stm32f303/Nucleo-32`. There are few differences from the `stm32f407` target, and examples should be easily imported. +* Cortex M4 with MCU stm32f303K8: `cortex-m/armv7em/stm32f303/Nucleo-32`. There are few differences from the `stm32f407` target, and examples should be easily imported. * **blink**. Blinks a LED using an alarm and a task. -* Cortex M4 with MCU stm32L432KC: `cortex/armv7em/stm32l432/Nucleo-32`. +* Cortex M4 with MCU stm32L432KC: `cortex-m/armv7em/stm32l432/Nucleo-32`. * **blink**. Blinks a LED using an alarm and a task. * **readButton**. The example polls the button to start an alarm that activates a task to blink a LED * **readButton_isr**. Same but the button triggers an ISR. -* Cortex M4 with µC mk20dx256 : `cortex/armv7em/mk20dx256/teensy31` +* Cortex M4 with µC mk20dx256 : `cortex-m/armv7em/mk20dx256/teensy31` * **blink**. Blinks the Teensy 3.1 LED using an alarm and a task. * **startStopBlink**. The example polls a button connected to pin 8 to start an alarm that activates a task to blink a LED. * **liquidCrystal**. startStopBlink extended. In addition the periodic task prints a value on a LCD. * **isr2onPIT**. Use the PIT channel 0 to trigger an ISR2. * **isr1onFTM**. Use the FTM0 to trigger an ISR1 and generate a variable width pulse. -* Cortex M3 with µC SmartFusion2: `cortex/armv7m/SmartFusion2`. +* Cortex M3 with µC SmartFusion2: `cortex-m/armv7m/SmartFusion2`. * **blink**. a simple periodic example which toggles the two green leds (DS3, DS4) of the board * **fpgaInterrupt** an interrupt from the FPGA fabriq toggles the green led DS4 of the board (and a periodic task blinks another Led). -* Cortex M0+ with µC samd21: `cortex/armv6m/samd21/XPlainedPro`. +* Cortex M0+ with µC samd21: `cortex-m/armv6m/samd21/XPlainedPro`. * **blink**. Blinks a LED using an alarm and a task. * **readButton**. The example polls the button to start an alarm that activates a task to blink a LED * **readButton_isr**. Same but the button triggers an ISR. diff --git a/documentation/manual/building.tex b/documentation/manual/building.tex index 99dd649f2..8cc0872ae 100644 --- a/documentation/manual/building.tex +++ b/documentation/manual/building.tex @@ -75,9 +75,9 @@ \section{Build system} \subsection{Python build} The python system generates 2 files \file{build.py} and \file{make.py}. The script will take into account all the dependancies. For example, modifying an object in the oil file will result in calling goil (and generating again the \file{build.py} file again), before doing the rest of the build step. As a result, \goil\ should be called only once (bootstrap), and then \com{./make.py} will do all the stuff. -A basic run is (from \file{examples/cortex/armv7em/stm32f303/Nucleo-32/blink}) +A basic run is (from \file{examples/cortex-m/armv7em/stm32f303/Nucleo-32/blink}) \begin{verbatim} -% goil --target=cortex/armv7em/stm32f303 --templates=../../../../../../goil/templates/ blink.oil +% goil --target=cortex-m/armv7em/stm32f303 --templates=../../../../../../goil/templates/ blink.oil Created 'blink/tpl_dispatch_table.c'. Created 'blink/tpl_invoque.S'. Created 'blink/tpl_os.h'. @@ -102,7 +102,7 @@ \subsection{Python build} Created 'blink/tpl_cortex_definitions.h'. Created 'blink/stm_structure.c'. executing plugin gdb_commands.goilTemplate -Created '/home/mik/prog/trampoline/examples/cortex/armv7em/stm32f303/Nucleo-32/blink/build/blink.oil.dep'. +Created '/home/mik/prog/trampoline/examples/cortex-m/armv7em/stm32f303/Nucleo-32/blink/build/blink.oil.dep'. No warning, no error. \end{verbatim} Then, we call the python script \com{./make.py}: @@ -113,7 +113,7 @@ \subsection{Python build} [ 3%] Compiling ../../../../../../os/tpl_os_kernel.c [ 6%] Compiling ../../../../../../os/tpl_os_timeobj_kernel.c … -[ 96%] Compiling ../../../../../../machines/cortex/armv7em/stm32f303/tpl_trace.c +[ 96%] Compiling ../../../../../../machines/cortex-m/armv7em/stm32f303/tpl_trace.c [100%] Linking blink_exe Generating binary blink_exe.bin from blink_exe \end{verbatim} @@ -130,7 +130,7 @@ \subsection{CMake build system} The bootstrap using \goil\ is the same as in PYTHON: \begin{verbatim} -% goil --target=cortex/armv7em/stm32f303 --templates=../../../../../../goil/templates/ blink.oil +% goil --target=cortex-m/armv7em/stm32f303 --templates=../../../../../../goil/templates/ blink.oil Created 'blink/tpl_dispatch_table.c'. Created 'blink/tpl_invoque.S'. Created 'blink/tpl_os.h'. @@ -155,7 +155,7 @@ \subsection{CMake build system} Created 'blink/tpl_cortex_definitions.h'. Created 'blink/stm_structure.c'. executing plugin gdb_commands.goilTemplate -Created '/home/mik/prog/trampoline/examples/cortex/armv7em/stm32f303/Nucleo-32/blink/build/blink.oil.dep'. +Created '/home/mik/prog/trampoline/examples/cortex-m/armv7em/stm32f303/Nucleo-32/blink/build/blink.oil.dep'. No warning, no error. \end{verbatim} @@ -182,7 +182,7 @@ \subsection{CMake build system} -- Found assembler: /opt/gcc-arm/bin/arm-none-eabi-gcc -- Configuring done -- Generating done --- Build files have been written to: /home/mik/prog/trampoline/examples/cortex/armv7em/stm32f303/Nucleo-32/blink/build +-- Build files have been written to: /home/mik/prog/trampoline/examples/cortex-m/armv7em/stm32f303/Nucleo-32/blink/build -> % make Scanning dependencies of target blink_exe [ 3%] Building C object CMakeFiles/blink_exe.dir/blink.c.obj @@ -211,7 +211,7 @@ \section{Goil related features} \subsection{Compilation flags} -Some flags may be defined globally for a specific target. It can be retrieved in the \goil\ templates, in the \file{config/} subfolders. The file is named \file{buildOptions.oil}. For instance, on ARM Cortex-M4 (armv7em ISA), the path is \file{goil/templates/config/cortex/armv7em/buildOptions.oil}. +Some flags may be defined globally for a specific target. It can be retrieved in the \goil\ templates, in the \file{config/} subfolders. The file is named \file{buildOptions.oil}. For instance, on ARM Cortex-M4 (armv7em ISA), the path is \file{goil/templates/config/cortex-m/armv7em/buildOptions.oil}. begin Some other flags can be added directly in the main \file{config.oil} file in the templates. diff --git a/documentation/manual/porting.tex b/documentation/manual/porting.tex index 1477cc7e5..8ba46a29c 100644 --- a/documentation/manual/porting.tex +++ b/documentation/manual/porting.tex @@ -124,7 +124,7 @@ \subsection{Interrupt management} So at step \ref{item:caltheservice}, the interrupt handler uses the interrupt source number as an index in the \var{tpl_it_table}, get the corresponding interrupt handling function pointer and calls the function. -If interrupts are fully vectorized, i.e. each interrupt source has its own interrupt vector, goil should generate the code for each vector. See how it is done in \file{cortex/armv7em} port. +If interrupts are fully vectorized, i.e. each interrupt source has its own interrupt vector, goil should generate the code for each vector. See how it is done in \file{cortex-m/armv7em} port. \section{Target specific structures} diff --git a/documentation/manual/traces.tex b/documentation/manual/traces.tex index 89008c38d..227bfb625 100644 --- a/documentation/manual/traces.tex +++ b/documentation/manual/traces.tex @@ -114,7 +114,7 @@ \subsubsection{MSP430 target} In all cases, a trace event should take as low room as possible, and is stored in binary format (see section \ref{sec:traceBinFormat}). \subsubsection{STM32 target} -On STM32 (Nucleo STM32F303 and STM32L432), the Serial target is implemented. There is a full example in \texttt{examples/cortex/armv7em/stm32f303/Nucleo-32/trace} +On STM32 (Nucleo STM32F303 and STM32L432), the Serial target is implemented. There is a full example in \texttt{examples/cortex-m/armv7em/stm32f303/Nucleo-32/trace} \begin{lstlisting}[language=OIL] TRACE = TRUE { @@ -263,7 +263,7 @@ \subsection{Binary format} \subsection{How to port \texttt{trace} to another target} -The \texttt{tpl\_trace.c} is target specific. It should be defined in the \lstinline{machine} hierarchy. A good starting point is the stm32's version\footnote{file \file{machines/cortex/armv7em/stm32f303/tpl_trace.c}}, with a SERIAL implementation. In the \texttt{avr/arduino} version, a C++ example is provided. +The \texttt{tpl\_trace.c} is target specific. It should be defined in the \lstinline{machine} hierarchy. A good starting point is the stm32's version\footnote{file \file{machines/cortex-m/armv7em/stm32f303/tpl_trace.c}}, with a SERIAL implementation. In the \texttt{avr/arduino} version, a C++ example is provided. Then, the goil templates should be updated. This is done in 2 steps: diff --git a/examples/cortex-a/armv7/bcm2836/rpi2/readbutton_isr/README.md b/examples/cortex-a/armv7/bcm2836/rpi2/readbutton_isr/README.md index af9f7c9c0..da09599f9 100644 --- a/examples/cortex-a/armv7/bcm2836/rpi2/readbutton_isr/README.md +++ b/examples/cortex-a/armv7/bcm2836/rpi2/readbutton_isr/README.md @@ -23,5 +23,5 @@ The system is based scheduled with a 1ms SysTick `SystemCounter`. Configure the application with: ``` -goil --target=cortex/armv7em/stm32f407/stm32f4discovery --templates=../../../../../../goil/templates/ readbutton_isr.oil +goil --target=cortex-m/armv7em/stm32f407/stm32f4discovery --templates=../../../../../../goil/templates/ readbutton_isr.oil ``` diff --git a/examples/cortex/armv6m/samd21/ArduinoM0/blink/README.md b/examples/cortex-m/armv6m/samd21/ArduinoM0/blink/README.md similarity index 91% rename from examples/cortex/armv6m/samd21/ArduinoM0/blink/README.md rename to examples/cortex-m/armv6m/samd21/ArduinoM0/blink/README.md index 45b44e372..e25cef5fe 100644 --- a/examples/cortex/armv6m/samd21/ArduinoM0/blink/README.md +++ b/examples/cortex-m/armv6m/samd21/ArduinoM0/blink/README.md @@ -30,7 +30,7 @@ The option `CPU->OS->BUILD->SYSTEM` should be set to `PYTHON`. Configure the application with: ``` -goil --target=cortex/armv6m/samd21/ArduinoM0 --templates=../../../../../../goil/templates blink.oil +goil --target=cortex-m/armv6m/samd21/ArduinoM0 --templates=../../../../../../goil/templates blink.oil ``` The `goil` compiler generates the `make.py` [python build script](https://github.com/TrampolineRTOS/trampoline/wiki/Application-Build-system). Then run the script: diff --git a/examples/cortex/armv6m/samd21/ArduinoM0/blink/blink.c b/examples/cortex-m/armv6m/samd21/ArduinoM0/blink/blink.c similarity index 100% rename from examples/cortex/armv6m/samd21/ArduinoM0/blink/blink.c rename to examples/cortex-m/armv6m/samd21/ArduinoM0/blink/blink.c diff --git a/examples/cortex/armv6m/samd21/ArduinoM0/blink/blink.oil b/examples/cortex-m/armv6m/samd21/ArduinoM0/blink/blink.oil similarity index 100% rename from examples/cortex/armv6m/samd21/ArduinoM0/blink/blink.oil rename to examples/cortex-m/armv6m/samd21/ArduinoM0/blink/blink.oil diff --git a/examples/cortex/armv6m/samd21/XPlainedPro/blink/.gitignore b/examples/cortex-m/armv6m/samd21/XPlainedPro/blink/.gitignore similarity index 100% rename from examples/cortex/armv6m/samd21/XPlainedPro/blink/.gitignore rename to examples/cortex-m/armv6m/samd21/XPlainedPro/blink/.gitignore diff --git a/examples/cortex/armv6m/samd21/XPlainedPro/blink/README.md b/examples/cortex-m/armv6m/samd21/XPlainedPro/blink/README.md similarity index 91% rename from examples/cortex/armv6m/samd21/XPlainedPro/blink/README.md rename to examples/cortex-m/armv6m/samd21/XPlainedPro/blink/README.md index 933f77137..5b920c17b 100644 --- a/examples/cortex/armv6m/samd21/XPlainedPro/blink/README.md +++ b/examples/cortex-m/armv6m/samd21/XPlainedPro/blink/README.md @@ -26,7 +26,7 @@ The option `CPU->OS->BUILD->SYSTEM` should be set to `PYTHON`. Configure the application with: ``` -goil --target=cortex/armv6m/samd21/XPlainedPro --templates=../../../../../../goil/templates/ blink.oil +goil --target=cortex-m/armv6m/samd21/XPlainedPro --templates=../../../../../../goil/templates/ blink.oil ``` The `goil` compiler generates the `make.py` [python build script](https://github.com/TrampolineRTOS/trampoline/wiki/Application-Build-system). Then run the script: diff --git a/examples/cortex/armv6m/samd21/XPlainedPro/blink/blink.c b/examples/cortex-m/armv6m/samd21/XPlainedPro/blink/blink.c similarity index 100% rename from examples/cortex/armv6m/samd21/XPlainedPro/blink/blink.c rename to examples/cortex-m/armv6m/samd21/XPlainedPro/blink/blink.c diff --git a/examples/cortex/armv6m/samd21/XPlainedPro/blink/blink.oil b/examples/cortex-m/armv6m/samd21/XPlainedPro/blink/blink.oil similarity index 100% rename from examples/cortex/armv6m/samd21/XPlainedPro/blink/blink.oil rename to examples/cortex-m/armv6m/samd21/XPlainedPro/blink/blink.oil diff --git a/examples/cortex/armv6m/samd21/XPlainedPro/readbutton/.gitignore b/examples/cortex-m/armv6m/samd21/XPlainedPro/readbutton/.gitignore similarity index 100% rename from examples/cortex/armv6m/samd21/XPlainedPro/readbutton/.gitignore rename to examples/cortex-m/armv6m/samd21/XPlainedPro/readbutton/.gitignore diff --git a/examples/cortex/armv6m/samd21/XPlainedPro/readbutton/README.md b/examples/cortex-m/armv6m/samd21/XPlainedPro/readbutton/README.md similarity index 92% rename from examples/cortex/armv6m/samd21/XPlainedPro/readbutton/README.md rename to examples/cortex-m/armv6m/samd21/XPlainedPro/readbutton/README.md index ff95eda29..5cc20d7ad 100644 --- a/examples/cortex/armv6m/samd21/XPlainedPro/readbutton/README.md +++ b/examples/cortex-m/armv6m/samd21/XPlainedPro/readbutton/README.md @@ -27,7 +27,7 @@ You should have: Configure the application with: ``` -goil --target=cortex/armv6m/samd21/XPlainedPro --templates=../../../../../../goil/templates/ readbutton.oil +goil --target=cortex-m/armv6m/samd21/XPlainedPro --templates=../../../../../../goil/templates/ readbutton.oil ``` The `goil` compiler generates the `make.py` [python build script](https://github.com/TrampolineRTOS/trampoline/wiki/Application-Build-system). Then run the script: diff --git a/examples/cortex/armv6m/samd21/XPlainedPro/readbutton/readbutton.c b/examples/cortex-m/armv6m/samd21/XPlainedPro/readbutton/readbutton.c similarity index 92% rename from examples/cortex/armv6m/samd21/XPlainedPro/readbutton/readbutton.c rename to examples/cortex-m/armv6m/samd21/XPlainedPro/readbutton/readbutton.c index eecadb795..e6193bb7c 100644 --- a/examples/cortex/armv6m/samd21/XPlainedPro/readbutton/readbutton.c +++ b/examples/cortex-m/armv6m/samd21/XPlainedPro/readbutton/readbutton.c @@ -1,7 +1,7 @@ #include "tpl_os.h" //the READY tasks state definition conflicts with registers definition (in sam.h) #undef READY -#include "pinAccess.h" //provided in machines/cortex/armv6m/samd21/utils +#include "pinAccess.h" //provided in machines/cortex-m/armv6m/samd21/utils #define APP_Task_read_button_START_SEC_CODE #include "tpl_memmap.h" diff --git a/examples/cortex/armv6m/samd21/XPlainedPro/readbutton/readbutton.oil b/examples/cortex-m/armv6m/samd21/XPlainedPro/readbutton/readbutton.oil similarity index 100% rename from examples/cortex/armv6m/samd21/XPlainedPro/readbutton/readbutton.oil rename to examples/cortex-m/armv6m/samd21/XPlainedPro/readbutton/readbutton.oil diff --git a/examples/cortex/armv6m/samd21/XPlainedPro/readbutton_isr/.gitignore b/examples/cortex-m/armv6m/samd21/XPlainedPro/readbutton_isr/.gitignore similarity index 100% rename from examples/cortex/armv6m/samd21/XPlainedPro/readbutton_isr/.gitignore rename to examples/cortex-m/armv6m/samd21/XPlainedPro/readbutton_isr/.gitignore diff --git a/examples/cortex/armv6m/samd21/XPlainedPro/readbutton_isr/README.md b/examples/cortex-m/armv6m/samd21/XPlainedPro/readbutton_isr/README.md similarity index 94% rename from examples/cortex/armv6m/samd21/XPlainedPro/readbutton_isr/README.md rename to examples/cortex-m/armv6m/samd21/XPlainedPro/readbutton_isr/README.md index 8f9a630ce..9504105fd 100644 --- a/examples/cortex/armv6m/samd21/XPlainedPro/readbutton_isr/README.md +++ b/examples/cortex-m/armv6m/samd21/XPlainedPro/readbutton_isr/README.md @@ -41,7 +41,7 @@ You should have: Configure the application with: ``` -goil --target=cortex/armv6m/samd21/XPlainedPro --templates=../../../../../../goil/templates/ readbutton_isr.oil +goil --target=cortex-m/armv6m/samd21/XPlainedPro --templates=../../../../../../goil/templates/ readbutton_isr.oil ``` The `goil` compiler generates the `make.py` [python build script](https://github.com/TrampolineRTOS/trampoline/wiki/Application-Build-system). Then run the script: diff --git a/examples/cortex/armv6m/samd21/XPlainedPro/readbutton_isr/readbutton_isr.c b/examples/cortex-m/armv6m/samd21/XPlainedPro/readbutton_isr/readbutton_isr.c similarity index 81% rename from examples/cortex/armv6m/samd21/XPlainedPro/readbutton_isr/readbutton_isr.c rename to examples/cortex-m/armv6m/samd21/XPlainedPro/readbutton_isr/readbutton_isr.c index 707855b7a..e44ee0bdb 100644 --- a/examples/cortex/armv6m/samd21/XPlainedPro/readbutton_isr/readbutton_isr.c +++ b/examples/cortex-m/armv6m/samd21/XPlainedPro/readbutton_isr/readbutton_isr.c @@ -1,9 +1,9 @@ #include "tpl_os.h" //the READY tasks state definition conflicts with registers definition (in sam.h) #undef READY -#include "pinAccess.h" //provided in machines/cortex/armv6m/samd21/utils -#include "eic.h" //provided in machines/cortex/armv6m/samd21/utils -#include "pinMux.h" //provided in machines/cortex/armv6m/samd21/utils +#include "pinAccess.h" //provided in machines/cortex-m/armv6m/samd21/utils +#include "eic.h" //provided in machines/cortex-m/armv6m/samd21/utils +#include "pinMux.h" //provided in machines/cortex-m/armv6m/samd21/utils diff --git a/examples/cortex/armv6m/samd21/XPlainedPro/readbutton_isr/readbutton_isr.oil b/examples/cortex-m/armv6m/samd21/XPlainedPro/readbutton_isr/readbutton_isr.oil similarity index 100% rename from examples/cortex/armv6m/samd21/XPlainedPro/readbutton_isr/readbutton_isr.oil rename to examples/cortex-m/armv6m/samd21/XPlainedPro/readbutton_isr/readbutton_isr.oil diff --git a/examples/cortex/armv7em/mk20dx256/teensy31/README.md b/examples/cortex-m/armv7em/mk20dx256/teensy31/README.md similarity index 100% rename from examples/cortex/armv7em/mk20dx256/teensy31/README.md rename to examples/cortex-m/armv7em/mk20dx256/teensy31/README.md diff --git a/examples/cortex/armv7em/mk20dx256/teensy31/blink/.gitignore b/examples/cortex-m/armv7em/mk20dx256/teensy31/blink/.gitignore similarity index 100% rename from examples/cortex/armv7em/mk20dx256/teensy31/blink/.gitignore rename to examples/cortex-m/armv7em/mk20dx256/teensy31/blink/.gitignore diff --git a/examples/cortex/armv7em/mk20dx256/teensy31/blink/README.md b/examples/cortex-m/armv7em/mk20dx256/teensy31/blink/README.md similarity index 89% rename from examples/cortex/armv7em/mk20dx256/teensy31/blink/README.md rename to examples/cortex-m/armv7em/mk20dx256/teensy31/blink/README.md index c010e7760..1237cb450 100644 --- a/examples/cortex/armv7em/mk20dx256/teensy31/blink/README.md +++ b/examples/cortex-m/armv7em/mk20dx256/teensy31/blink/README.md @@ -18,7 +18,7 @@ Look at the CFLAGS in the blink.oil file. The tools are arm-none-eabi-xxx and th Configure the application with: ``` -goil --target=cortex/armv7em/mk20dx256/teensy31 --templates=../../../../../../goil/templates blink.oil +goil --target=cortex-m/armv7em/mk20dx256/teensy31 --templates=../../../../../../goil/templates blink.oil ``` Then compile the application: diff --git a/examples/cortex/armv7em/mk20dx256/teensy31/blink/blink.c b/examples/cortex-m/armv7em/mk20dx256/teensy31/blink/blink.c similarity index 100% rename from examples/cortex/armv7em/mk20dx256/teensy31/blink/blink.c rename to examples/cortex-m/armv7em/mk20dx256/teensy31/blink/blink.c diff --git a/examples/cortex/armv7em/mk20dx256/teensy31/blink/blink.oil b/examples/cortex-m/armv7em/mk20dx256/teensy31/blink/blink.oil similarity index 100% rename from examples/cortex/armv7em/mk20dx256/teensy31/blink/blink.oil rename to examples/cortex-m/armv7em/mk20dx256/teensy31/blink/blink.oil diff --git a/examples/cortex/armv7em/mk20dx256/teensy31/isr1onFTM/.gitignore b/examples/cortex-m/armv7em/mk20dx256/teensy31/isr1onFTM/.gitignore similarity index 100% rename from examples/cortex/armv7em/mk20dx256/teensy31/isr1onFTM/.gitignore rename to examples/cortex-m/armv7em/mk20dx256/teensy31/isr1onFTM/.gitignore diff --git a/examples/cortex/armv7em/mk20dx256/teensy31/isr1onFTM/README.md b/examples/cortex-m/armv7em/mk20dx256/teensy31/isr1onFTM/README.md similarity index 89% rename from examples/cortex/armv7em/mk20dx256/teensy31/isr1onFTM/README.md rename to examples/cortex-m/armv7em/mk20dx256/teensy31/isr1onFTM/README.md index 0886d6ae0..b33748116 100644 --- a/examples/cortex/armv7em/mk20dx256/teensy31/isr1onFTM/README.md +++ b/examples/cortex-m/armv7em/mk20dx256/teensy31/isr1onFTM/README.md @@ -21,7 +21,7 @@ The system is based scheduled with a 1ms SysTick "SystemCounter". Configure the application with: ``` -goil --target=cortex/armv7em/mk20dx256/teensy31 --templates=../../../../../../goil/templates isr1onFTM.oil +goil --target=cortex-m/armv7em/mk20dx256/teensy31 --templates=../../../../../../goil/templates isr1onFTM.oil ``` Then compile the application: diff --git a/examples/cortex/armv7em/mk20dx256/teensy31/isr1onFTM/isr1onFTM.cpp b/examples/cortex-m/armv7em/mk20dx256/teensy31/isr1onFTM/isr1onFTM.cpp similarity index 100% rename from examples/cortex/armv7em/mk20dx256/teensy31/isr1onFTM/isr1onFTM.cpp rename to examples/cortex-m/armv7em/mk20dx256/teensy31/isr1onFTM/isr1onFTM.cpp diff --git a/examples/cortex/armv7em/mk20dx256/teensy31/isr1onFTM/isr1onFTM.oil b/examples/cortex-m/armv7em/mk20dx256/teensy31/isr1onFTM/isr1onFTM.oil similarity index 100% rename from examples/cortex/armv7em/mk20dx256/teensy31/isr1onFTM/isr1onFTM.oil rename to examples/cortex-m/armv7em/mk20dx256/teensy31/isr1onFTM/isr1onFTM.oil diff --git a/examples/cortex/armv7em/mk20dx256/teensy31/isr2onExternalInterrupt/.gitignore b/examples/cortex-m/armv7em/mk20dx256/teensy31/isr2onExternalInterrupt/.gitignore similarity index 100% rename from examples/cortex/armv7em/mk20dx256/teensy31/isr2onExternalInterrupt/.gitignore rename to examples/cortex-m/armv7em/mk20dx256/teensy31/isr2onExternalInterrupt/.gitignore diff --git a/examples/cortex/armv7em/mk20dx256/teensy31/isr2onPIT/README.md b/examples/cortex-m/armv7em/mk20dx256/teensy31/isr2onExternalInterrupt/README.md similarity index 87% rename from examples/cortex/armv7em/mk20dx256/teensy31/isr2onPIT/README.md rename to examples/cortex-m/armv7em/mk20dx256/teensy31/isr2onExternalInterrupt/README.md index 9769b730c..38dcad173 100644 --- a/examples/cortex/armv7em/mk20dx256/teensy31/isr2onPIT/README.md +++ b/examples/cortex-m/armv7em/mk20dx256/teensy31/isr2onExternalInterrupt/README.md @@ -16,7 +16,7 @@ The system is based scheduled with a 1ms SysTick "SystemCounter". Configure the application with: ``` -goil --target=cortex/armv7em/mk20dx256/teensy31 --templates=../../../../../../goil/templates isr2onPIT.oil +goil --target=cortex-m/armv7em/mk20dx256/teensy31 --templates=../../../../../../goil/templates isr2onPIT.oil ``` Then compile the application: diff --git a/examples/cortex/armv7em/mk20dx256/teensy31/isr2onExternalInterrupt/isr2onExternalInterrupt.cpp b/examples/cortex-m/armv7em/mk20dx256/teensy31/isr2onExternalInterrupt/isr2onExternalInterrupt.cpp similarity index 100% rename from examples/cortex/armv7em/mk20dx256/teensy31/isr2onExternalInterrupt/isr2onExternalInterrupt.cpp rename to examples/cortex-m/armv7em/mk20dx256/teensy31/isr2onExternalInterrupt/isr2onExternalInterrupt.cpp diff --git a/examples/cortex/armv7em/mk20dx256/teensy31/isr2onExternalInterrupt/isr2onExternalInterrupt.oil b/examples/cortex-m/armv7em/mk20dx256/teensy31/isr2onExternalInterrupt/isr2onExternalInterrupt.oil similarity index 100% rename from examples/cortex/armv7em/mk20dx256/teensy31/isr2onExternalInterrupt/isr2onExternalInterrupt.oil rename to examples/cortex-m/armv7em/mk20dx256/teensy31/isr2onExternalInterrupt/isr2onExternalInterrupt.oil diff --git a/examples/cortex/armv7em/mk20dx256/teensy31/isr2onPIT/.gitignore b/examples/cortex-m/armv7em/mk20dx256/teensy31/isr2onPIT/.gitignore similarity index 100% rename from examples/cortex/armv7em/mk20dx256/teensy31/isr2onPIT/.gitignore rename to examples/cortex-m/armv7em/mk20dx256/teensy31/isr2onPIT/.gitignore diff --git a/examples/cortex/armv7em/mk20dx256/teensy31/isr2onExternalInterrupt/README.md b/examples/cortex-m/armv7em/mk20dx256/teensy31/isr2onPIT/README.md similarity index 87% rename from examples/cortex/armv7em/mk20dx256/teensy31/isr2onExternalInterrupt/README.md rename to examples/cortex-m/armv7em/mk20dx256/teensy31/isr2onPIT/README.md index 9769b730c..38dcad173 100644 --- a/examples/cortex/armv7em/mk20dx256/teensy31/isr2onExternalInterrupt/README.md +++ b/examples/cortex-m/armv7em/mk20dx256/teensy31/isr2onPIT/README.md @@ -16,7 +16,7 @@ The system is based scheduled with a 1ms SysTick "SystemCounter". Configure the application with: ``` -goil --target=cortex/armv7em/mk20dx256/teensy31 --templates=../../../../../../goil/templates isr2onPIT.oil +goil --target=cortex-m/armv7em/mk20dx256/teensy31 --templates=../../../../../../goil/templates isr2onPIT.oil ``` Then compile the application: diff --git a/examples/cortex/armv7em/mk20dx256/teensy31/isr2onPIT/isr2onPIT.cpp b/examples/cortex-m/armv7em/mk20dx256/teensy31/isr2onPIT/isr2onPIT.cpp similarity index 100% rename from examples/cortex/armv7em/mk20dx256/teensy31/isr2onPIT/isr2onPIT.cpp rename to examples/cortex-m/armv7em/mk20dx256/teensy31/isr2onPIT/isr2onPIT.cpp diff --git a/examples/cortex/armv7em/mk20dx256/teensy31/isr2onPIT/isr2onPIT.oil b/examples/cortex-m/armv7em/mk20dx256/teensy31/isr2onPIT/isr2onPIT.oil similarity index 100% rename from examples/cortex/armv7em/mk20dx256/teensy31/isr2onPIT/isr2onPIT.oil rename to examples/cortex-m/armv7em/mk20dx256/teensy31/isr2onPIT/isr2onPIT.oil diff --git a/examples/cortex/armv7em/mk20dx256/teensy31/liquidCrystal/.gitignore b/examples/cortex-m/armv7em/mk20dx256/teensy31/liquidCrystal/.gitignore similarity index 100% rename from examples/cortex/armv7em/mk20dx256/teensy31/liquidCrystal/.gitignore rename to examples/cortex-m/armv7em/mk20dx256/teensy31/liquidCrystal/.gitignore diff --git a/examples/cortex/armv7em/mk20dx256/teensy31/liquidCrystal/README.md b/examples/cortex-m/armv7em/mk20dx256/teensy31/liquidCrystal/README.md similarity index 79% rename from examples/cortex/armv7em/mk20dx256/teensy31/liquidCrystal/README.md rename to examples/cortex-m/armv7em/mk20dx256/teensy31/liquidCrystal/README.md index d86a4f278..27623b004 100644 --- a/examples/cortex/armv7em/mk20dx256/teensy31/liquidCrystal/README.md +++ b/examples/cortex-m/armv7em/mk20dx256/teensy31/liquidCrystal/README.md @@ -10,7 +10,7 @@ The system is based scheduled with a 1ms SysTick "SystemCounter". Configure the application with: ``` -goil --target=cortex/armv7em/mk20dx256/teensy31 --templates=../../../../../../goil/templates liquidCrystal.oil +goil --target=cortex-m/armv7em/mk20dx256/teensy31 --templates=../../../../../../goil/templates liquidCrystal.oil ``` Then compile the application: diff --git a/examples/cortex/armv7em/mk20dx256/teensy31/liquidCrystal/liquidCrystal.cpp b/examples/cortex-m/armv7em/mk20dx256/teensy31/liquidCrystal/liquidCrystal.cpp similarity index 100% rename from examples/cortex/armv7em/mk20dx256/teensy31/liquidCrystal/liquidCrystal.cpp rename to examples/cortex-m/armv7em/mk20dx256/teensy31/liquidCrystal/liquidCrystal.cpp diff --git a/examples/cortex/armv7em/mk20dx256/teensy31/liquidCrystal/liquidCrystal.oil b/examples/cortex-m/armv7em/mk20dx256/teensy31/liquidCrystal/liquidCrystal.oil similarity index 100% rename from examples/cortex/armv7em/mk20dx256/teensy31/liquidCrystal/liquidCrystal.oil rename to examples/cortex-m/armv7em/mk20dx256/teensy31/liquidCrystal/liquidCrystal.oil diff --git a/examples/cortex/armv7em/mk20dx256/teensy31/startStopBlink/.gitignore b/examples/cortex-m/armv7em/mk20dx256/teensy31/startStopBlink/.gitignore similarity index 100% rename from examples/cortex/armv7em/mk20dx256/teensy31/startStopBlink/.gitignore rename to examples/cortex-m/armv7em/mk20dx256/teensy31/startStopBlink/.gitignore diff --git a/examples/cortex/armv7em/mk20dx256/teensy31/startStopBlink/README.md b/examples/cortex-m/armv7em/mk20dx256/teensy31/startStopBlink/README.md similarity index 88% rename from examples/cortex/armv7em/mk20dx256/teensy31/startStopBlink/README.md rename to examples/cortex-m/armv7em/mk20dx256/teensy31/startStopBlink/README.md index 2dec8116f..b73e35f18 100644 --- a/examples/cortex/armv7em/mk20dx256/teensy31/startStopBlink/README.md +++ b/examples/cortex-m/armv7em/mk20dx256/teensy31/startStopBlink/README.md @@ -17,7 +17,7 @@ Look at the CFLAGS in the blink.oil file. The tools are arm-none-eabi-xxx and th Configure the application with: ``` -goil --target=cortex/armv7em/mk20dx256/teensy31 --templates=../../../../../../goil/templates startStopBlink.oil +goil --target=cortex-m/armv7em/mk20dx256/teensy31 --templates=../../../../../../goil/templates startStopBlink.oil ``` Then compile the application: diff --git a/examples/cortex/armv7em/mk20dx256/teensy31/startStopBlink/startStopBlink.c b/examples/cortex-m/armv7em/mk20dx256/teensy31/startStopBlink/startStopBlink.c similarity index 100% rename from examples/cortex/armv7em/mk20dx256/teensy31/startStopBlink/startStopBlink.c rename to examples/cortex-m/armv7em/mk20dx256/teensy31/startStopBlink/startStopBlink.c diff --git a/examples/cortex/armv7em/mk20dx256/teensy31/startStopBlink/startStopBlink.oil b/examples/cortex-m/armv7em/mk20dx256/teensy31/startStopBlink/startStopBlink.oil similarity index 100% rename from examples/cortex/armv7em/mk20dx256/teensy31/startStopBlink/startStopBlink.oil rename to examples/cortex-m/armv7em/mk20dx256/teensy31/startStopBlink/startStopBlink.oil diff --git a/examples/cortex/armv7em/stm32f303/Nucleo-32/README.md b/examples/cortex-m/armv7em/stm32f303/Nucleo-32/README.md similarity index 94% rename from examples/cortex/armv7em/stm32f303/Nucleo-32/README.md rename to examples/cortex-m/armv7em/stm32f303/Nucleo-32/README.md index 63ee3f8ae..f17b4547c 100644 --- a/examples/cortex/armv7em/stm32f303/Nucleo-32/README.md +++ b/examples/cortex-m/armv7em/stm32f303/Nucleo-32/README.md @@ -42,13 +42,13 @@ We present hereafter the successive steps to follow to get the first example [ b 1 - Step into the example directory ```sh -cd examples/cortex/armv7em/stm32f303/Nucleo-32/blink +cd examples/cortex-m/armv7em/stm32f303/Nucleo-32/blink ``` 2 - Generate all source files from a configuration with the command : ```sh -goil --target=cortex/armv7em/stm32f303 --templates=../../../../../../goil/templates/ blink.oil +goil --target=cortex-m/armv7em/stm32f303 --templates=../../../../../../goil/templates/ blink.oil ``` 3 - Compile diff --git a/examples/cortex/armv7em/stm32f303/Nucleo-32/blink/.gitignore b/examples/cortex-m/armv7em/stm32f303/Nucleo-32/blink/.gitignore similarity index 100% rename from examples/cortex/armv7em/stm32f303/Nucleo-32/blink/.gitignore rename to examples/cortex-m/armv7em/stm32f303/Nucleo-32/blink/.gitignore diff --git a/examples/cortex/armv7em/stm32l432/Nucleo-32/blink/README.md b/examples/cortex-m/armv7em/stm32f303/Nucleo-32/blink/README.md similarity index 83% rename from examples/cortex/armv7em/stm32l432/Nucleo-32/blink/README.md rename to examples/cortex-m/armv7em/stm32f303/Nucleo-32/blink/README.md index 0afa18ac5..edefcb2fb 100644 --- a/examples/cortex/armv7em/stm32l432/Nucleo-32/blink/README.md +++ b/examples/cortex-m/armv7em/stm32f303/Nucleo-32/blink/README.md @@ -15,5 +15,5 @@ This alarm has a 100ms (CYCLETIME) period. Configure the application with ` -goil --target=cortex/armv7em/stm32l432 --templates=../../../../../../goil/templates/ blink.oil +goil --target=cortex-m/armv7em/stm32f303 --templates=../../../../../../goil/templates/ blink.oil ` diff --git a/examples/cortex/armv7em/stm32f303/Nucleo-32/blink/blink.c b/examples/cortex-m/armv7em/stm32f303/Nucleo-32/blink/blink.c similarity index 100% rename from examples/cortex/armv7em/stm32f303/Nucleo-32/blink/blink.c rename to examples/cortex-m/armv7em/stm32f303/Nucleo-32/blink/blink.c diff --git a/examples/cortex/armv7em/stm32f303/Nucleo-32/blink/blink.oil b/examples/cortex-m/armv7em/stm32f303/Nucleo-32/blink/blink.oil similarity index 100% rename from examples/cortex/armv7em/stm32f303/Nucleo-32/blink/blink.oil rename to examples/cortex-m/armv7em/stm32f303/Nucleo-32/blink/blink.oil diff --git a/examples/cortex/armv7em/stm32f303/Nucleo-32/blink/init.gdb b/examples/cortex-m/armv7em/stm32f303/Nucleo-32/blink/init.gdb similarity index 100% rename from examples/cortex/armv7em/stm32f303/Nucleo-32/blink/init.gdb rename to examples/cortex-m/armv7em/stm32f303/Nucleo-32/blink/init.gdb diff --git a/examples/cortex/armv7em/stm32f303/Nucleo-32/readbutton_isr/.gitignore b/examples/cortex-m/armv7em/stm32f303/Nucleo-32/readbutton_isr/.gitignore similarity index 100% rename from examples/cortex/armv7em/stm32f303/Nucleo-32/readbutton_isr/.gitignore rename to examples/cortex-m/armv7em/stm32f303/Nucleo-32/readbutton_isr/.gitignore diff --git a/examples/cortex/armv7em/stm32l432/Nucleo-32/readbutton_isr/README.md b/examples/cortex-m/armv7em/stm32f303/Nucleo-32/readbutton_isr/README.md similarity index 88% rename from examples/cortex/armv7em/stm32l432/Nucleo-32/readbutton_isr/README.md rename to examples/cortex-m/armv7em/stm32f303/Nucleo-32/readbutton_isr/README.md index cdfea7df1..4a9f242be 100644 --- a/examples/cortex/armv7em/stm32l432/Nucleo-32/readbutton_isr/README.md +++ b/examples/cortex-m/armv7em/stm32f303/Nucleo-32/readbutton_isr/README.md @@ -19,5 +19,5 @@ The system is based scheduled with a 1ms SysTick `SystemCounter`. Configure the application with: ``` -goil --target=cortex/armv7em/stm32l432 --templates=../../../../../../goil/templates/ readbutton_isr.oil +goil --target=cortex-m/armv7em/stm32f303 --templates=../../../../../../goil/templates/ readbutton_isr.oil ``` diff --git a/examples/cortex/armv7em/stm32f303/Nucleo-32/readbutton_isr/init.gdb b/examples/cortex-m/armv7em/stm32f303/Nucleo-32/readbutton_isr/init.gdb similarity index 100% rename from examples/cortex/armv7em/stm32f303/Nucleo-32/readbutton_isr/init.gdb rename to examples/cortex-m/armv7em/stm32f303/Nucleo-32/readbutton_isr/init.gdb diff --git a/examples/cortex/armv7em/stm32f303/Nucleo-32/readbutton_isr/readbutton_isr.c b/examples/cortex-m/armv7em/stm32f303/Nucleo-32/readbutton_isr/readbutton_isr.c similarity index 100% rename from examples/cortex/armv7em/stm32f303/Nucleo-32/readbutton_isr/readbutton_isr.c rename to examples/cortex-m/armv7em/stm32f303/Nucleo-32/readbutton_isr/readbutton_isr.c diff --git a/examples/cortex/armv7em/stm32f303/Nucleo-32/readbutton_isr/readbutton_isr.oil b/examples/cortex-m/armv7em/stm32f303/Nucleo-32/readbutton_isr/readbutton_isr.oil similarity index 100% rename from examples/cortex/armv7em/stm32f303/Nucleo-32/readbutton_isr/readbutton_isr.oil rename to examples/cortex-m/armv7em/stm32f303/Nucleo-32/readbutton_isr/readbutton_isr.oil diff --git a/examples/cortex/armv7em/stm32f303/Nucleo-32/serial/.gitignore b/examples/cortex-m/armv7em/stm32f303/Nucleo-32/serial/.gitignore similarity index 100% rename from examples/cortex/armv7em/stm32f303/Nucleo-32/serial/.gitignore rename to examples/cortex-m/armv7em/stm32f303/Nucleo-32/serial/.gitignore diff --git a/examples/cortex/armv7em/stm32f303/Nucleo-32/serial/README.md b/examples/cortex-m/armv7em/stm32f303/Nucleo-32/serial/README.md similarity index 84% rename from examples/cortex/armv7em/stm32f303/Nucleo-32/serial/README.md rename to examples/cortex-m/armv7em/stm32f303/Nucleo-32/serial/README.md index 912f27b77..301e456a9 100644 --- a/examples/cortex/armv7em/stm32f303/Nucleo-32/serial/README.md +++ b/examples/cortex-m/armv7em/stm32f303/Nucleo-32/serial/README.md @@ -15,5 +15,5 @@ The serial library should be declared in the .oil file, with the size (in bytes) The serial configuration is 115200, 8N1, with the serial line connected to the debugger (/dev/ttyACM0 on Linux). ` -goil --target=cortex/armv7em/stm32f303 --templates=../../../../../../goil/templates/ serial.oil +goil --target=cortex-m/armv7em/stm32f303 --templates=../../../../../../goil/templates/ serial.oil ` diff --git a/examples/cortex/armv7em/stm32f303/Nucleo-32/serial/serial.c b/examples/cortex-m/armv7em/stm32f303/Nucleo-32/serial/serial.c similarity index 92% rename from examples/cortex/armv7em/stm32f303/Nucleo-32/serial/serial.c rename to examples/cortex-m/armv7em/stm32f303/Nucleo-32/serial/serial.c index 74a9c1158..5ce0adcd3 100644 --- a/examples/cortex/armv7em/stm32f303/Nucleo-32/serial/serial.c +++ b/examples/cortex-m/armv7em/stm32f303/Nucleo-32/serial/serial.c @@ -1,7 +1,7 @@ #include "tpl_os.h" #include "pinAccess.h" -//see machines/cortex/armv7em/stm32f303/lib/serial.h +//see machines/cortex-m/armv7em/stm32f303/lib/serial.h #include "serial.h" #define APP_Task_serial_TX_START_SEC_CODE diff --git a/examples/cortex/armv7em/stm32f303/Nucleo-32/serial/serial.oil b/examples/cortex-m/armv7em/stm32f303/Nucleo-32/serial/serial.oil similarity index 100% rename from examples/cortex/armv7em/stm32f303/Nucleo-32/serial/serial.oil rename to examples/cortex-m/armv7em/stm32f303/Nucleo-32/serial/serial.oil diff --git a/examples/cortex/armv7em/stm32f303/Nucleo-32/trace/.gitignore b/examples/cortex-m/armv7em/stm32f303/Nucleo-32/trace/.gitignore similarity index 100% rename from examples/cortex/armv7em/stm32f303/Nucleo-32/trace/.gitignore rename to examples/cortex-m/armv7em/stm32f303/Nucleo-32/trace/.gitignore diff --git a/examples/cortex/armv7em/stm32f303/Nucleo-32/trace/README.md b/examples/cortex-m/armv7em/stm32f303/Nucleo-32/trace/README.md similarity index 91% rename from examples/cortex/armv7em/stm32f303/Nucleo-32/trace/README.md rename to examples/cortex-m/armv7em/stm32f303/Nucleo-32/trace/README.md index 16c72961a..878de942d 100644 --- a/examples/cortex/armv7em/stm32f303/Nucleo-32/trace/README.md +++ b/examples/cortex-m/armv7em/stm32f303/Nucleo-32/trace/README.md @@ -21,13 +21,13 @@ on the serial line). There are some overflows with TXBUFFER = 128 bytes. 1 - Step into the example directory ```sh -cd examples/cortex/armv7em/stm32f303/Nucleo-32/trace +cd examples/cortex-m/armv7em/stm32f303/Nucleo-32/trace ``` 2 - Generate all source files from a configuration with the command ```sh -goil --target=cortex/armv7em/stm32f303 --templates=../../../../../../goil/templates/ trace.oil +goil --target=cortex-m/armv7em/stm32f303 --templates=../../../../../../goil/templates/ trace.oil ``` 3 - Connect a stm32f303 board with a USB cable, you can find your board through this command diff --git a/examples/cortex/armv7em/stm32f303/Nucleo-32/trace/trace.c b/examples/cortex-m/armv7em/stm32f303/Nucleo-32/trace/trace.c similarity index 100% rename from examples/cortex/armv7em/stm32f303/Nucleo-32/trace/trace.c rename to examples/cortex-m/armv7em/stm32f303/Nucleo-32/trace/trace.c diff --git a/examples/cortex/armv7em/stm32f303/Nucleo-32/trace/trace.oil b/examples/cortex-m/armv7em/stm32f303/Nucleo-32/trace/trace.oil similarity index 100% rename from examples/cortex/armv7em/stm32f303/Nucleo-32/trace/trace.oil rename to examples/cortex-m/armv7em/stm32f303/Nucleo-32/trace/trace.oil diff --git a/examples/cortex/armv7em/stm32f303/coroLab/base/.gitignore b/examples/cortex-m/armv7em/stm32f303/coroLab/base/.gitignore similarity index 100% rename from examples/cortex/armv7em/stm32f303/coroLab/base/.gitignore rename to examples/cortex-m/armv7em/stm32f303/coroLab/base/.gitignore diff --git a/examples/cortex/armv7em/stm32f303/coroLab/base/README.md b/examples/cortex-m/armv7em/stm32f303/coroLab/base/README.md similarity index 73% rename from examples/cortex/armv7em/stm32f303/coroLab/base/README.md rename to examples/cortex-m/armv7em/stm32f303/coroLab/base/README.md index 13906ee67..de80cac77 100644 --- a/examples/cortex/armv7em/stm32f303/coroLab/base/README.md +++ b/examples/cortex-m/armv7em/stm32f303/coroLab/base/README.md @@ -6,5 +6,5 @@ ` -goil --target=cortex/armv7em/stm32f303/coroLabBoard --templates=../../../../../../goil/templates/ base.oil +goil --target=cortex-m/armv7em/stm32f303/coroLabBoard --templates=../../../../../../goil/templates/ base.oil ` diff --git a/examples/cortex/armv7em/stm32f303/coroLab/base/base.oil b/examples/cortex-m/armv7em/stm32f303/coroLab/base/base.oil similarity index 100% rename from examples/cortex/armv7em/stm32f303/coroLab/base/base.oil rename to examples/cortex-m/armv7em/stm32f303/coroLab/base/base.oil diff --git a/examples/cortex/armv7em/stm32f303/coroLab/base/blink.cpp b/examples/cortex-m/armv7em/stm32f303/coroLab/base/blink.cpp similarity index 100% rename from examples/cortex/armv7em/stm32f303/coroLab/base/blink.cpp rename to examples/cortex-m/armv7em/stm32f303/coroLab/base/blink.cpp diff --git a/examples/cortex/armv7em/stm32f303/coroLab/base/buttonTasks.cpp b/examples/cortex-m/armv7em/stm32f303/coroLab/base/buttonTasks.cpp similarity index 100% rename from examples/cortex/armv7em/stm32f303/coroLab/base/buttonTasks.cpp rename to examples/cortex-m/armv7em/stm32f303/coroLab/base/buttonTasks.cpp diff --git a/examples/cortex/armv7em/stm32f303/coroLab/base/buttonTasks.h b/examples/cortex-m/armv7em/stm32f303/coroLab/base/buttonTasks.h similarity index 100% rename from examples/cortex/armv7em/stm32f303/coroLab/base/buttonTasks.h rename to examples/cortex-m/armv7em/stm32f303/coroLab/base/buttonTasks.h diff --git a/examples/cortex/armv7em/stm32f303/coroLab/base/init.gdb b/examples/cortex-m/armv7em/stm32f303/coroLab/base/init.gdb similarity index 100% rename from examples/cortex/armv7em/stm32f303/coroLab/base/init.gdb rename to examples/cortex-m/armv7em/stm32f303/coroLab/base/init.gdb diff --git a/examples/cortex/armv7em/stm32f303/coroLab/baseCMake/.gitignore b/examples/cortex-m/armv7em/stm32f303/coroLab/baseCMake/.gitignore similarity index 100% rename from examples/cortex/armv7em/stm32f303/coroLab/baseCMake/.gitignore rename to examples/cortex-m/armv7em/stm32f303/coroLab/baseCMake/.gitignore diff --git a/examples/cortex/armv7em/stm32f303/coroLab/baseCMake/README.md b/examples/cortex-m/armv7em/stm32f303/coroLab/baseCMake/README.md similarity index 88% rename from examples/cortex/armv7em/stm32f303/coroLab/baseCMake/README.md rename to examples/cortex-m/armv7em/stm32f303/coroLab/baseCMake/README.md index e58506305..73decdcd8 100644 --- a/examples/cortex/armv7em/stm32f303/coroLab/baseCMake/README.md +++ b/examples/cortex-m/armv7em/stm32f303/coroLab/baseCMake/README.md @@ -5,7 +5,7 @@ * TaskB4 to TaskB7, depending on the button pressed. ` -goil --target=cortex/armv7em/stm32f303/coroLabBoard --templates=../../../../../../goil/templates/ base.oil +goil --target=cortex-m/armv7em/stm32f303/coroLabBoard --templates=../../../../../../goil/templates/ base.oil ` This example uses CMake to build binary and add VSCode integration. VSCode requires extensions: diff --git a/examples/cortex/armv7em/stm32f303/coroLab/baseCMake/base.oil b/examples/cortex-m/armv7em/stm32f303/coroLab/baseCMake/base.oil similarity index 100% rename from examples/cortex/armv7em/stm32f303/coroLab/baseCMake/base.oil rename to examples/cortex-m/armv7em/stm32f303/coroLab/baseCMake/base.oil diff --git a/examples/cortex/armv7em/stm32f303/coroLab/baseCMake/blink.cpp b/examples/cortex-m/armv7em/stm32f303/coroLab/baseCMake/blink.cpp similarity index 100% rename from examples/cortex/armv7em/stm32f303/coroLab/baseCMake/blink.cpp rename to examples/cortex-m/armv7em/stm32f303/coroLab/baseCMake/blink.cpp diff --git a/examples/cortex/armv7em/stm32f303/coroLab/baseCMake/buttonTasks.cpp b/examples/cortex-m/armv7em/stm32f303/coroLab/baseCMake/buttonTasks.cpp similarity index 100% rename from examples/cortex/armv7em/stm32f303/coroLab/baseCMake/buttonTasks.cpp rename to examples/cortex-m/armv7em/stm32f303/coroLab/baseCMake/buttonTasks.cpp diff --git a/examples/cortex/armv7em/stm32f303/coroLab/baseCMake/buttonTasks.h b/examples/cortex-m/armv7em/stm32f303/coroLab/baseCMake/buttonTasks.h similarity index 100% rename from examples/cortex/armv7em/stm32f303/coroLab/baseCMake/buttonTasks.h rename to examples/cortex-m/armv7em/stm32f303/coroLab/baseCMake/buttonTasks.h diff --git a/examples/cortex/armv7em/stm32f303/coroLab/baseCMake/init.gdb b/examples/cortex-m/armv7em/stm32f303/coroLab/baseCMake/init.gdb similarity index 100% rename from examples/cortex/armv7em/stm32f303/coroLab/baseCMake/init.gdb rename to examples/cortex-m/armv7em/stm32f303/coroLab/baseCMake/init.gdb diff --git a/examples/cortex/armv7em/stm32f303/coroLab/trace/.gitignore b/examples/cortex-m/armv7em/stm32f303/coroLab/trace/.gitignore similarity index 100% rename from examples/cortex/armv7em/stm32f303/coroLab/trace/.gitignore rename to examples/cortex-m/armv7em/stm32f303/coroLab/trace/.gitignore diff --git a/examples/cortex/armv7em/stm32f303/coroLab/trace/README.md b/examples/cortex-m/armv7em/stm32f303/coroLab/trace/README.md similarity index 74% rename from examples/cortex/armv7em/stm32f303/coroLab/trace/README.md rename to examples/cortex-m/armv7em/stm32f303/coroLab/trace/README.md index 4806eafc7..08eab9ad1 100644 --- a/examples/cortex/armv7em/stm32f303/coroLab/trace/README.md +++ b/examples/cortex-m/armv7em/stm32f303/coroLab/trace/README.md @@ -1,7 +1,7 @@ # Basic example demonstrating module of trace for the Coro Lab board (based on Nucleo-32 STM32F303 with TFT display and O/I Expander) ` -goil --target=cortex/armv7em/stm32f303/coroLabBoard --templates=../../../../../../goil/templates/ trace.oil +goil --target=cortex-m/armv7em/stm32f303/coroLabBoard --templates=../../../../../../goil/templates/ trace.oil ` # Script for saving, reading and processing trace is available. diff --git a/examples/cortex/armv7em/stm32f303/coroLab/trace/trace.cpp b/examples/cortex-m/armv7em/stm32f303/coroLab/trace/trace.cpp similarity index 100% rename from examples/cortex/armv7em/stm32f303/coroLab/trace/trace.cpp rename to examples/cortex-m/armv7em/stm32f303/coroLab/trace/trace.cpp diff --git a/examples/cortex/armv7em/stm32f303/coroLab/trace/trace.oil b/examples/cortex-m/armv7em/stm32f303/coroLab/trace/trace.oil similarity index 100% rename from examples/cortex/armv7em/stm32f303/coroLab/trace/trace.oil rename to examples/cortex-m/armv7em/stm32f303/coroLab/trace/trace.oil diff --git a/examples/cortex/armv7em/stm32f407/stm32f4discovery/README.md b/examples/cortex-m/armv7em/stm32f407/stm32f4discovery/README.md similarity index 92% rename from examples/cortex/armv7em/stm32f407/stm32f4discovery/README.md rename to examples/cortex-m/armv7em/stm32f407/stm32f4discovery/README.md index eecf4727a..24b706c9a 100644 --- a/examples/cortex/armv7em/stm32f407/stm32f4discovery/README.md +++ b/examples/cortex-m/armv7em/stm32f407/stm32f4discovery/README.md @@ -41,11 +41,11 @@ We present hereafter the successive steps to follow to get the first example [ b 1 - Step into the example directory - > cd examples/cortex/armv7em/stm32f407/stm32f4discovery/blink + > cd examples/cortex-m/armv7em/stm32f407/stm32f4discovery/blink 2 - Generate all source files from a configuration with the command : - > goil --target=cortex/armv7em/stm32f407/stm32f4discovery -v --templates=../../../../../../goil/templates/ blink.oil + > goil --target=cortex-m/armv7em/stm32f407/stm32f4discovery -v --templates=../../../../../../goil/templates/ blink.oil 3 - Compile diff --git a/examples/cortex/armv7em/stm32f407/stm32f4discovery/alarms/.gitignore b/examples/cortex-m/armv7em/stm32f407/stm32f4discovery/alarms/.gitignore similarity index 100% rename from examples/cortex/armv7em/stm32f407/stm32f4discovery/alarms/.gitignore rename to examples/cortex-m/armv7em/stm32f407/stm32f4discovery/alarms/.gitignore diff --git a/examples/cortex/armv7em/stm32f407/stm32f4discovery/alarms/README.md b/examples/cortex-m/armv7em/stm32f407/stm32f4discovery/alarms/README.md similarity index 90% rename from examples/cortex/armv7em/stm32f407/stm32f4discovery/alarms/README.md rename to examples/cortex-m/armv7em/stm32f407/stm32f4discovery/alarms/README.md index dd5b7285e..085d0182e 100644 --- a/examples/cortex/armv7em/stm32f407/stm32f4discovery/alarms/README.md +++ b/examples/cortex-m/armv7em/stm32f407/stm32f4discovery/alarms/README.md @@ -26,5 +26,5 @@ The system is based scheduled with a 1ms SysTick "SystemCounter". Configure the application with: ``` -goil --target=cortex/armv7em/stm32f407/stm32f4discovery --templates=../../../../../../goil/templates/ alarms.oil +goil --target=cortex-m/armv7em/stm32f407/stm32f4discovery --templates=../../../../../../goil/templates/ alarms.oil ``` diff --git a/examples/cortex/armv7em/stm32f407/stm32f4discovery/alarms/alarms.c b/examples/cortex-m/armv7em/stm32f407/stm32f4discovery/alarms/alarms.c similarity index 100% rename from examples/cortex/armv7em/stm32f407/stm32f4discovery/alarms/alarms.c rename to examples/cortex-m/armv7em/stm32f407/stm32f4discovery/alarms/alarms.c diff --git a/examples/cortex/armv7em/stm32f407/stm32f4discovery/alarms/alarms.oil b/examples/cortex-m/armv7em/stm32f407/stm32f4discovery/alarms/alarms.oil similarity index 100% rename from examples/cortex/armv7em/stm32f407/stm32f4discovery/alarms/alarms.oil rename to examples/cortex-m/armv7em/stm32f407/stm32f4discovery/alarms/alarms.oil diff --git a/examples/cortex/armv7em/stm32f407/stm32f4discovery/alarms/init.gdb b/examples/cortex-m/armv7em/stm32f407/stm32f4discovery/alarms/init.gdb similarity index 100% rename from examples/cortex/armv7em/stm32f407/stm32f4discovery/alarms/init.gdb rename to examples/cortex-m/armv7em/stm32f407/stm32f4discovery/alarms/init.gdb diff --git a/examples/cortex/armv7em/stm32f407/stm32f4discovery/blink/.gitignore b/examples/cortex-m/armv7em/stm32f407/stm32f4discovery/blink/.gitignore similarity index 100% rename from examples/cortex/armv7em/stm32f407/stm32f4discovery/blink/.gitignore rename to examples/cortex-m/armv7em/stm32f407/stm32f4discovery/blink/.gitignore diff --git a/examples/cortex/armv7em/stm32f407/stm32f4discovery/blink/README.md b/examples/cortex-m/armv7em/stm32f407/stm32f4discovery/blink/README.md similarity index 81% rename from examples/cortex/armv7em/stm32f407/stm32f4discovery/blink/README.md rename to examples/cortex-m/armv7em/stm32f407/stm32f4discovery/blink/README.md index 6abe08e6b..083bb1812 100644 --- a/examples/cortex/armv7em/stm32f407/stm32f4discovery/blink/README.md +++ b/examples/cortex-m/armv7em/stm32f407/stm32f4discovery/blink/README.md @@ -15,5 +15,5 @@ This alarm has a 250ms (CYCLETIME) period. Configure the application with ` -goil --target=cortex/armv7em/stm32f407/stm32f4discovery --templates=../../../../../../goil/templates/ blink.oil +goil --target=cortex-m/armv7em/stm32f407/stm32f4discovery --templates=../../../../../../goil/templates/ blink.oil ` diff --git a/examples/cortex/armv7em/stm32f407/stm32f4discovery/blink/blink.c b/examples/cortex-m/armv7em/stm32f407/stm32f4discovery/blink/blink.c similarity index 100% rename from examples/cortex/armv7em/stm32f407/stm32f4discovery/blink/blink.c rename to examples/cortex-m/armv7em/stm32f407/stm32f4discovery/blink/blink.c diff --git a/examples/cortex/armv7em/stm32f407/stm32f4discovery/blink/blink.oil b/examples/cortex-m/armv7em/stm32f407/stm32f4discovery/blink/blink.oil similarity index 100% rename from examples/cortex/armv7em/stm32f407/stm32f4discovery/blink/blink.oil rename to examples/cortex-m/armv7em/stm32f407/stm32f4discovery/blink/blink.oil diff --git a/examples/cortex/armv7em/stm32f407/stm32f4discovery/blink/init.gdb b/examples/cortex-m/armv7em/stm32f407/stm32f4discovery/blink/init.gdb similarity index 100% rename from examples/cortex/armv7em/stm32f407/stm32f4discovery/blink/init.gdb rename to examples/cortex-m/armv7em/stm32f407/stm32f4discovery/blink/init.gdb diff --git a/examples/cortex/armv7em/stm32f407/stm32f4discovery/readbutton/.gitignore b/examples/cortex-m/armv7em/stm32f407/stm32f4discovery/readbutton/.gitignore similarity index 100% rename from examples/cortex/armv7em/stm32f407/stm32f4discovery/readbutton/.gitignore rename to examples/cortex-m/armv7em/stm32f407/stm32f4discovery/readbutton/.gitignore diff --git a/examples/cortex/armv7em/stm32f407/stm32f4discovery/readbutton/README.md b/examples/cortex-m/armv7em/stm32f407/stm32f4discovery/readbutton/README.md similarity index 85% rename from examples/cortex/armv7em/stm32f407/stm32f4discovery/readbutton/README.md rename to examples/cortex-m/armv7em/stm32f407/stm32f4discovery/readbutton/README.md index 4cc6da5bb..971ea89e0 100644 --- a/examples/cortex/armv7em/stm32f407/stm32f4discovery/readbutton/README.md +++ b/examples/cortex-m/armv7em/stm32f407/stm32f4discovery/readbutton/README.md @@ -18,5 +18,5 @@ At the beginning of the execution, the alarm "read_button_alarm" is started, and Configure the application with: ``` -goil --target=cortex/armv7em/stm32f407/stm32f4discovery --templates=../../../../../../goil/templates/ readbutton.oil +goil --target=cortex-m/armv7em/stm32f407/stm32f4discovery --templates=../../../../../../goil/templates/ readbutton.oil ``` diff --git a/examples/cortex/armv7em/stm32f407/stm32f4discovery/readbutton/init.gdb b/examples/cortex-m/armv7em/stm32f407/stm32f4discovery/readbutton/init.gdb similarity index 100% rename from examples/cortex/armv7em/stm32f407/stm32f4discovery/readbutton/init.gdb rename to examples/cortex-m/armv7em/stm32f407/stm32f4discovery/readbutton/init.gdb diff --git a/examples/cortex/armv7em/stm32f407/stm32f4discovery/readbutton/readbutton.c b/examples/cortex-m/armv7em/stm32f407/stm32f4discovery/readbutton/readbutton.c similarity index 100% rename from examples/cortex/armv7em/stm32f407/stm32f4discovery/readbutton/readbutton.c rename to examples/cortex-m/armv7em/stm32f407/stm32f4discovery/readbutton/readbutton.c diff --git a/examples/cortex/armv7em/stm32f407/stm32f4discovery/readbutton/readbutton.oil b/examples/cortex-m/armv7em/stm32f407/stm32f4discovery/readbutton/readbutton.oil similarity index 100% rename from examples/cortex/armv7em/stm32f407/stm32f4discovery/readbutton/readbutton.oil rename to examples/cortex-m/armv7em/stm32f407/stm32f4discovery/readbutton/readbutton.oil diff --git a/examples/cortex/armv7em/stm32f407/stm32f4discovery/readbutton_isr/.gitignore b/examples/cortex-m/armv7em/stm32f407/stm32f4discovery/readbutton_isr/.gitignore similarity index 100% rename from examples/cortex/armv7em/stm32f407/stm32f4discovery/readbutton_isr/.gitignore rename to examples/cortex-m/armv7em/stm32f407/stm32f4discovery/readbutton_isr/.gitignore diff --git a/examples/cortex/armv7em/stm32f407/stm32f4discovery/readbutton_isr/README.md b/examples/cortex-m/armv7em/stm32f407/stm32f4discovery/readbutton_isr/README.md similarity index 86% rename from examples/cortex/armv7em/stm32f407/stm32f4discovery/readbutton_isr/README.md rename to examples/cortex-m/armv7em/stm32f407/stm32f4discovery/readbutton_isr/README.md index af9f7c9c0..da09599f9 100644 --- a/examples/cortex/armv7em/stm32f407/stm32f4discovery/readbutton_isr/README.md +++ b/examples/cortex-m/armv7em/stm32f407/stm32f4discovery/readbutton_isr/README.md @@ -23,5 +23,5 @@ The system is based scheduled with a 1ms SysTick `SystemCounter`. Configure the application with: ``` -goil --target=cortex/armv7em/stm32f407/stm32f4discovery --templates=../../../../../../goil/templates/ readbutton_isr.oil +goil --target=cortex-m/armv7em/stm32f407/stm32f4discovery --templates=../../../../../../goil/templates/ readbutton_isr.oil ``` diff --git a/examples/cortex/armv7em/stm32f407/stm32f4discovery/readbutton_isr/init.gdb b/examples/cortex-m/armv7em/stm32f407/stm32f4discovery/readbutton_isr/init.gdb similarity index 100% rename from examples/cortex/armv7em/stm32f407/stm32f4discovery/readbutton_isr/init.gdb rename to examples/cortex-m/armv7em/stm32f407/stm32f4discovery/readbutton_isr/init.gdb diff --git a/examples/cortex/armv7em/stm32f407/stm32f4discovery/readbutton_isr/readbutton_isr.c b/examples/cortex-m/armv7em/stm32f407/stm32f4discovery/readbutton_isr/readbutton_isr.c similarity index 100% rename from examples/cortex/armv7em/stm32f407/stm32f4discovery/readbutton_isr/readbutton_isr.c rename to examples/cortex-m/armv7em/stm32f407/stm32f4discovery/readbutton_isr/readbutton_isr.c diff --git a/examples/cortex/armv7em/stm32f407/stm32f4discovery/readbutton_isr/readbutton_isr.oil b/examples/cortex-m/armv7em/stm32f407/stm32f4discovery/readbutton_isr/readbutton_isr.oil similarity index 100% rename from examples/cortex/armv7em/stm32f407/stm32f4discovery/readbutton_isr/readbutton_isr.oil rename to examples/cortex-m/armv7em/stm32f407/stm32f4discovery/readbutton_isr/readbutton_isr.oil diff --git a/examples/cortex/armv7em/stm32f407/stm32f4discovery/readbutton_isr1/.gitignore b/examples/cortex-m/armv7em/stm32f407/stm32f4discovery/readbutton_isr1/.gitignore similarity index 100% rename from examples/cortex/armv7em/stm32f407/stm32f4discovery/readbutton_isr1/.gitignore rename to examples/cortex-m/armv7em/stm32f407/stm32f4discovery/readbutton_isr1/.gitignore diff --git a/examples/cortex/armv7em/stm32f407/stm32f4discovery/readbutton_isr1/README.md b/examples/cortex-m/armv7em/stm32f407/stm32f4discovery/readbutton_isr1/README.md similarity index 54% rename from examples/cortex/armv7em/stm32f407/stm32f4discovery/readbutton_isr1/README.md rename to examples/cortex-m/armv7em/stm32f407/stm32f4discovery/readbutton_isr1/README.md index 072866a69..5784ee8c4 100644 --- a/examples/cortex/armv7em/stm32f407/stm32f4discovery/readbutton_isr1/README.md +++ b/examples/cortex-m/armv7em/stm32f407/stm32f4discovery/readbutton_isr1/README.md @@ -5,5 +5,5 @@ This application deals with ISR1, with the same EXTI handler. Configure the application with: ``` -goil --target=cortex/armv7em/stm32f407/stm32f4discovery --templates=../../../../../../goil/templates/ readbutton_isr.oil +goil --target=cortex-m/armv7em/stm32f407/stm32f4discovery --templates=../../../../../../goil/templates/ readbutton_isr.oil ``` diff --git a/examples/cortex/armv7em/stm32f407/stm32f4discovery/readbutton_isr1/init.gdb b/examples/cortex-m/armv7em/stm32f407/stm32f4discovery/readbutton_isr1/init.gdb similarity index 100% rename from examples/cortex/armv7em/stm32f407/stm32f4discovery/readbutton_isr1/init.gdb rename to examples/cortex-m/armv7em/stm32f407/stm32f4discovery/readbutton_isr1/init.gdb diff --git a/examples/cortex/armv7em/stm32f407/stm32f4discovery/readbutton_isr1/readbutton_isr.c b/examples/cortex-m/armv7em/stm32f407/stm32f4discovery/readbutton_isr1/readbutton_isr.c similarity index 100% rename from examples/cortex/armv7em/stm32f407/stm32f4discovery/readbutton_isr1/readbutton_isr.c rename to examples/cortex-m/armv7em/stm32f407/stm32f4discovery/readbutton_isr1/readbutton_isr.c diff --git a/examples/cortex/armv7em/stm32f407/stm32f4discovery/readbutton_isr1/readbutton_isr.oil b/examples/cortex-m/armv7em/stm32f407/stm32f4discovery/readbutton_isr1/readbutton_isr.oil similarity index 100% rename from examples/cortex/armv7em/stm32f407/stm32f4discovery/readbutton_isr1/readbutton_isr.oil rename to examples/cortex-m/armv7em/stm32f407/stm32f4discovery/readbutton_isr1/readbutton_isr.oil diff --git a/examples/cortex/armv7em/stm32f407/stm32f4discovery/testDisableEnable/.gitignore b/examples/cortex-m/armv7em/stm32f407/stm32f4discovery/testDisableEnable/.gitignore similarity index 100% rename from examples/cortex/armv7em/stm32f407/stm32f4discovery/testDisableEnable/.gitignore rename to examples/cortex-m/armv7em/stm32f407/stm32f4discovery/testDisableEnable/.gitignore diff --git a/examples/cortex/armv7em/stm32f407/stm32f4discovery/testDisableEnable/README.md b/examples/cortex-m/armv7em/stm32f407/stm32f4discovery/testDisableEnable/README.md similarity index 87% rename from examples/cortex/armv7em/stm32f407/stm32f4discovery/testDisableEnable/README.md rename to examples/cortex-m/armv7em/stm32f407/stm32f4discovery/testDisableEnable/README.md index ec87c2fa3..fa89716e1 100644 --- a/examples/cortex/armv7em/stm32f407/stm32f4discovery/testDisableEnable/README.md +++ b/examples/cortex-m/armv7em/stm32f407/stm32f4discovery/testDisableEnable/README.md @@ -24,5 +24,5 @@ The expected behavior is to not observe RED led toggles when the BLUE led is on. Configure the application with: ``` -goil --target=cortex/armv7em/stm32f407/stm32f4discovery --templates=../../../../../../goil/templates/ testDisableEnable.oil +goil --target=cortex-m/armv7em/stm32f407/stm32f4discovery --templates=../../../../../../goil/templates/ testDisableEnable.oil ``` diff --git a/examples/cortex/armv7em/stm32f407/stm32f4discovery/testDisableEnable/init.gdb b/examples/cortex-m/armv7em/stm32f407/stm32f4discovery/testDisableEnable/init.gdb similarity index 100% rename from examples/cortex/armv7em/stm32f407/stm32f4discovery/testDisableEnable/init.gdb rename to examples/cortex-m/armv7em/stm32f407/stm32f4discovery/testDisableEnable/init.gdb diff --git a/examples/cortex/armv7em/stm32f407/stm32f4discovery/testDisableEnable/testDisableEnable.c b/examples/cortex-m/armv7em/stm32f407/stm32f4discovery/testDisableEnable/testDisableEnable.c similarity index 100% rename from examples/cortex/armv7em/stm32f407/stm32f4discovery/testDisableEnable/testDisableEnable.c rename to examples/cortex-m/armv7em/stm32f407/stm32f4discovery/testDisableEnable/testDisableEnable.c diff --git a/examples/cortex/armv7em/stm32f407/stm32f4discovery/testDisableEnable/testDisableEnable.oil b/examples/cortex-m/armv7em/stm32f407/stm32f4discovery/testDisableEnable/testDisableEnable.oil similarity index 100% rename from examples/cortex/armv7em/stm32f407/stm32f4discovery/testDisableEnable/testDisableEnable.oil rename to examples/cortex-m/armv7em/stm32f407/stm32f4discovery/testDisableEnable/testDisableEnable.oil diff --git a/examples/cortex/armv7em/stm32f407/stm32f4discovery/timer/.gitignore b/examples/cortex-m/armv7em/stm32f407/stm32f4discovery/timer/.gitignore similarity index 100% rename from examples/cortex/armv7em/stm32f407/stm32f4discovery/timer/.gitignore rename to examples/cortex-m/armv7em/stm32f407/stm32f4discovery/timer/.gitignore diff --git a/examples/cortex/armv7em/stm32f407/stm32f4discovery/timer/README.md b/examples/cortex-m/armv7em/stm32f407/stm32f4discovery/timer/README.md similarity index 83% rename from examples/cortex/armv7em/stm32f407/stm32f4discovery/timer/README.md rename to examples/cortex-m/armv7em/stm32f407/stm32f4discovery/timer/README.md index be9cab2b6..3787c4ef8 100644 --- a/examples/cortex/armv7em/stm32f407/stm32f4discovery/timer/README.md +++ b/examples/cortex-m/armv7em/stm32f407/stm32f4discovery/timer/README.md @@ -17,5 +17,5 @@ Have a look into `timer.oil` file. The system is based scheduled with a 1ms SysTick `SystemCounter`. Configure the application with -goil --target=cortex/armv7em/stm32f407/stm32f4discovery --templates=../../../../../../goil/templates/ timer.oil +goil --target=cortex-m/armv7em/stm32f407/stm32f4discovery --templates=../../../../../../goil/templates/ timer.oil diff --git a/examples/cortex/armv7em/stm32f407/stm32f4discovery/timer/init.gdb b/examples/cortex-m/armv7em/stm32f407/stm32f4discovery/timer/init.gdb similarity index 100% rename from examples/cortex/armv7em/stm32f407/stm32f4discovery/timer/init.gdb rename to examples/cortex-m/armv7em/stm32f407/stm32f4discovery/timer/init.gdb diff --git a/examples/cortex/armv7em/stm32f407/stm32f4discovery/timer/timer.c b/examples/cortex-m/armv7em/stm32f407/stm32f4discovery/timer/timer.c similarity index 100% rename from examples/cortex/armv7em/stm32f407/stm32f4discovery/timer/timer.c rename to examples/cortex-m/armv7em/stm32f407/stm32f4discovery/timer/timer.c diff --git a/examples/cortex/armv7em/stm32f407/stm32f4discovery/timer/timer.oil b/examples/cortex-m/armv7em/stm32f407/stm32f4discovery/timer/timer.oil similarity index 100% rename from examples/cortex/armv7em/stm32f407/stm32f4discovery/timer/timer.oil rename to examples/cortex-m/armv7em/stm32f407/stm32f4discovery/timer/timer.oil diff --git a/examples/cortex/armv7em/stm32l432/Nucleo-32/README.md b/examples/cortex-m/armv7em/stm32l432/Nucleo-32/README.md similarity index 93% rename from examples/cortex/armv7em/stm32l432/Nucleo-32/README.md rename to examples/cortex-m/armv7em/stm32l432/Nucleo-32/README.md index 1a6a3faa1..dd2324dbb 100644 --- a/examples/cortex/armv7em/stm32l432/Nucleo-32/README.md +++ b/examples/cortex-m/armv7em/stm32l432/Nucleo-32/README.md @@ -42,13 +42,13 @@ We present hereafter the successive steps to follow to get the first example [ b 1 - Step into the example directory ```sh -cd examples/cortex/armv7em/stm32l432/Nucleo-32/blink +cd examples/cortex-m/armv7em/stm32l432/Nucleo-32/blink ``` 2 - Generate all source files from a configuration with the command : ```sh -goil --target=cortex/armv7em/stm32l432 --templates=../../../../../../goil/templates/ blink.oil +goil --target=cortex-m/armv7em/stm32l432 --templates=../../../../../../goil/templates/ blink.oil ``` 3 - Compile diff --git a/examples/cortex/armv7em/stm32l432/Nucleo-32/blink/.gitignore b/examples/cortex-m/armv7em/stm32l432/Nucleo-32/blink/.gitignore similarity index 100% rename from examples/cortex/armv7em/stm32l432/Nucleo-32/blink/.gitignore rename to examples/cortex-m/armv7em/stm32l432/Nucleo-32/blink/.gitignore diff --git a/examples/cortex/armv7em/stm32f303/Nucleo-32/blink/README.md b/examples/cortex-m/armv7em/stm32l432/Nucleo-32/blink/README.md similarity index 83% rename from examples/cortex/armv7em/stm32f303/Nucleo-32/blink/README.md rename to examples/cortex-m/armv7em/stm32l432/Nucleo-32/blink/README.md index 54edd9eb5..2b572a4c7 100644 --- a/examples/cortex/armv7em/stm32f303/Nucleo-32/blink/README.md +++ b/examples/cortex-m/armv7em/stm32l432/Nucleo-32/blink/README.md @@ -15,5 +15,5 @@ This alarm has a 100ms (CYCLETIME) period. Configure the application with ` -goil --target=cortex/armv7em/stm32f303 --templates=../../../../../../goil/templates/ blink.oil +goil --target=cortex-m/armv7em/stm32l432 --templates=../../../../../../goil/templates/ blink.oil ` diff --git a/examples/cortex/armv7em/stm32l432/Nucleo-32/blink/blink.c b/examples/cortex-m/armv7em/stm32l432/Nucleo-32/blink/blink.c similarity index 90% rename from examples/cortex/armv7em/stm32l432/Nucleo-32/blink/blink.c rename to examples/cortex-m/armv7em/stm32l432/Nucleo-32/blink/blink.c index da7a9eb78..996c02669 100644 --- a/examples/cortex/armv7em/stm32l432/Nucleo-32/blink/blink.c +++ b/examples/cortex-m/armv7em/stm32l432/Nucleo-32/blink/blink.c @@ -1,6 +1,6 @@ #include "tpl_os.h" #include "stm32l4xx.h" -// see in machines/cortex/armv7em/stm32l432/lib/ +// see in machines/cortex-m/armv7em/stm32l432/lib/ #include "pinAccess.h" #define APP_Task_blink_START_SEC_CODE diff --git a/examples/cortex/armv7em/stm32l432/Nucleo-32/blink/blink.oil b/examples/cortex-m/armv7em/stm32l432/Nucleo-32/blink/blink.oil similarity index 100% rename from examples/cortex/armv7em/stm32l432/Nucleo-32/blink/blink.oil rename to examples/cortex-m/armv7em/stm32l432/Nucleo-32/blink/blink.oil diff --git a/examples/cortex/armv7em/stm32l432/Nucleo-32/blink/init.gdb b/examples/cortex-m/armv7em/stm32l432/Nucleo-32/blink/init.gdb similarity index 100% rename from examples/cortex/armv7em/stm32l432/Nucleo-32/blink/init.gdb rename to examples/cortex-m/armv7em/stm32l432/Nucleo-32/blink/init.gdb diff --git a/examples/cortex/armv7em/stm32l432/Nucleo-32/readbutton/.gitignore b/examples/cortex-m/armv7em/stm32l432/Nucleo-32/readbutton/.gitignore similarity index 100% rename from examples/cortex/armv7em/stm32l432/Nucleo-32/readbutton/.gitignore rename to examples/cortex-m/armv7em/stm32l432/Nucleo-32/readbutton/.gitignore diff --git a/examples/cortex/armv7em/stm32l432/Nucleo-32/readbutton/README.md b/examples/cortex-m/armv7em/stm32l432/Nucleo-32/readbutton/README.md similarity index 89% rename from examples/cortex/armv7em/stm32l432/Nucleo-32/readbutton/README.md rename to examples/cortex-m/armv7em/stm32l432/Nucleo-32/readbutton/README.md index f1144e5f8..6413680f6 100644 --- a/examples/cortex/armv7em/stm32l432/Nucleo-32/readbutton/README.md +++ b/examples/cortex-m/armv7em/stm32l432/Nucleo-32/readbutton/README.md @@ -19,5 +19,5 @@ At the beginning of the execution, the alarm "read_button_alarm" is started, and Configure the application with: ``` -goil --target=cortex/armv7em/stm32l432 --templates=../../../../../../goil/templates/ readbutton.oil +goil --target=cortex-m/armv7em/stm32l432 --templates=../../../../../../goil/templates/ readbutton.oil ``` diff --git a/examples/cortex/armv7em/stm32l432/Nucleo-32/readbutton/init.gdb b/examples/cortex-m/armv7em/stm32l432/Nucleo-32/readbutton/init.gdb similarity index 100% rename from examples/cortex/armv7em/stm32l432/Nucleo-32/readbutton/init.gdb rename to examples/cortex-m/armv7em/stm32l432/Nucleo-32/readbutton/init.gdb diff --git a/examples/cortex/armv7em/stm32l432/Nucleo-32/readbutton/readbutton.c b/examples/cortex-m/armv7em/stm32l432/Nucleo-32/readbutton/readbutton.c similarity index 100% rename from examples/cortex/armv7em/stm32l432/Nucleo-32/readbutton/readbutton.c rename to examples/cortex-m/armv7em/stm32l432/Nucleo-32/readbutton/readbutton.c diff --git a/examples/cortex/armv7em/stm32l432/Nucleo-32/readbutton/readbutton.oil b/examples/cortex-m/armv7em/stm32l432/Nucleo-32/readbutton/readbutton.oil similarity index 100% rename from examples/cortex/armv7em/stm32l432/Nucleo-32/readbutton/readbutton.oil rename to examples/cortex-m/armv7em/stm32l432/Nucleo-32/readbutton/readbutton.oil diff --git a/examples/cortex/armv7em/stm32l432/Nucleo-32/readbutton_isr/.gitignore b/examples/cortex-m/armv7em/stm32l432/Nucleo-32/readbutton_isr/.gitignore similarity index 100% rename from examples/cortex/armv7em/stm32l432/Nucleo-32/readbutton_isr/.gitignore rename to examples/cortex-m/armv7em/stm32l432/Nucleo-32/readbutton_isr/.gitignore diff --git a/examples/cortex/armv7em/stm32f303/Nucleo-32/readbutton_isr/README.md b/examples/cortex-m/armv7em/stm32l432/Nucleo-32/readbutton_isr/README.md similarity index 88% rename from examples/cortex/armv7em/stm32f303/Nucleo-32/readbutton_isr/README.md rename to examples/cortex-m/armv7em/stm32l432/Nucleo-32/readbutton_isr/README.md index e95a16392..e72427a69 100644 --- a/examples/cortex/armv7em/stm32f303/Nucleo-32/readbutton_isr/README.md +++ b/examples/cortex-m/armv7em/stm32l432/Nucleo-32/readbutton_isr/README.md @@ -19,5 +19,5 @@ The system is based scheduled with a 1ms SysTick `SystemCounter`. Configure the application with: ``` -goil --target=cortex/armv7em/stm32f303 --templates=../../../../../../goil/templates/ readbutton_isr.oil +goil --target=cortex-m/armv7em/stm32l432 --templates=../../../../../../goil/templates/ readbutton_isr.oil ``` diff --git a/examples/cortex/armv7em/stm32l432/Nucleo-32/readbutton_isr/init.gdb b/examples/cortex-m/armv7em/stm32l432/Nucleo-32/readbutton_isr/init.gdb similarity index 100% rename from examples/cortex/armv7em/stm32l432/Nucleo-32/readbutton_isr/init.gdb rename to examples/cortex-m/armv7em/stm32l432/Nucleo-32/readbutton_isr/init.gdb diff --git a/examples/cortex/armv7em/stm32l432/Nucleo-32/readbutton_isr/readbutton_isr.c b/examples/cortex-m/armv7em/stm32l432/Nucleo-32/readbutton_isr/readbutton_isr.c similarity index 100% rename from examples/cortex/armv7em/stm32l432/Nucleo-32/readbutton_isr/readbutton_isr.c rename to examples/cortex-m/armv7em/stm32l432/Nucleo-32/readbutton_isr/readbutton_isr.c diff --git a/examples/cortex/armv7em/stm32l432/Nucleo-32/readbutton_isr/readbutton_isr.oil b/examples/cortex-m/armv7em/stm32l432/Nucleo-32/readbutton_isr/readbutton_isr.oil similarity index 100% rename from examples/cortex/armv7em/stm32l432/Nucleo-32/readbutton_isr/readbutton_isr.oil rename to examples/cortex-m/armv7em/stm32l432/Nucleo-32/readbutton_isr/readbutton_isr.oil diff --git a/examples/cortex/armv7em/stm32l432/Nucleo-32/serial/.gitignore b/examples/cortex-m/armv7em/stm32l432/Nucleo-32/serial/.gitignore similarity index 100% rename from examples/cortex/armv7em/stm32l432/Nucleo-32/serial/.gitignore rename to examples/cortex-m/armv7em/stm32l432/Nucleo-32/serial/.gitignore diff --git a/examples/cortex/armv7em/stm32l432/Nucleo-32/serial/README.md b/examples/cortex-m/armv7em/stm32l432/Nucleo-32/serial/README.md similarity index 84% rename from examples/cortex/armv7em/stm32l432/Nucleo-32/serial/README.md rename to examples/cortex-m/armv7em/stm32l432/Nucleo-32/serial/README.md index 658c07de9..a2c2217ca 100644 --- a/examples/cortex/armv7em/stm32l432/Nucleo-32/serial/README.md +++ b/examples/cortex-m/armv7em/stm32l432/Nucleo-32/serial/README.md @@ -15,5 +15,5 @@ The serial library should be declared in the .oil file, with the size (in bytes) The serial configuration is 115200, 8N1, with the serial line connected to the debugger (/dev/ttyACM0 on Linux). ` -goil --target=cortex/armv7em/stm32l432 --templates=../../../../../../goil/templates/ serial.oil +goil --target=cortex-m/armv7em/stm32l432 --templates=../../../../../../goil/templates/ serial.oil ` diff --git a/examples/cortex/armv7em/stm32l432/Nucleo-32/serial/serial.c b/examples/cortex-m/armv7em/stm32l432/Nucleo-32/serial/serial.c similarity index 92% rename from examples/cortex/armv7em/stm32l432/Nucleo-32/serial/serial.c rename to examples/cortex-m/armv7em/stm32l432/Nucleo-32/serial/serial.c index 38b5ac927..ecebaab2f 100644 --- a/examples/cortex/armv7em/stm32l432/Nucleo-32/serial/serial.c +++ b/examples/cortex-m/armv7em/stm32l432/Nucleo-32/serial/serial.c @@ -2,7 +2,7 @@ #include "stm32l4xx.h" #include "pinAccess.h" -//see machines/cortex/armv7em/stm32l432/lib/serial.h +//see machines/cortex-m/armv7em/stm32l432/lib/serial.h #include "serial.h" #define APP_Task_serial_TX_START_SEC_CODE diff --git a/examples/cortex/armv7em/stm32l432/Nucleo-32/serial/serial.oil b/examples/cortex-m/armv7em/stm32l432/Nucleo-32/serial/serial.oil similarity index 100% rename from examples/cortex/armv7em/stm32l432/Nucleo-32/serial/serial.oil rename to examples/cortex-m/armv7em/stm32l432/Nucleo-32/serial/serial.oil diff --git a/examples/cortex/armv7em/stm32l432/Nucleo-32/trace/.gitignore b/examples/cortex-m/armv7em/stm32l432/Nucleo-32/trace/.gitignore similarity index 100% rename from examples/cortex/armv7em/stm32l432/Nucleo-32/trace/.gitignore rename to examples/cortex-m/armv7em/stm32l432/Nucleo-32/trace/.gitignore diff --git a/examples/cortex/armv7em/stm32l432/Nucleo-32/trace/README.md b/examples/cortex-m/armv7em/stm32l432/Nucleo-32/trace/README.md similarity index 91% rename from examples/cortex/armv7em/stm32l432/Nucleo-32/trace/README.md rename to examples/cortex-m/armv7em/stm32l432/Nucleo-32/trace/README.md index a0f28c4f6..0f6bad4e5 100644 --- a/examples/cortex/armv7em/stm32l432/Nucleo-32/trace/README.md +++ b/examples/cortex-m/armv7em/stm32l432/Nucleo-32/trace/README.md @@ -21,13 +21,13 @@ on the serial line). There are some overflows with TXBUFFER = 128 bytes. 1 - Step into the example directory ```sh -cd examples/cortex/armv7em/stm32fl432/Nucleo-32/trace +cd examples/cortex-m/armv7em/stm32fl432/Nucleo-32/trace ``` 2 - Generate all source files from a configuration with the command ```sh -goil --target=cortex/armv7em/stm32l432 --templates=../../../../../../goil/templates/ trace.oil +goil --target=cortex-m/armv7em/stm32l432 --templates=../../../../../../goil/templates/ trace.oil ``` 3 - Connect a stm32fl432 board with a USB cable, you can find your board through this command diff --git a/examples/cortex/armv7em/stm32l432/Nucleo-32/trace/trace.c b/examples/cortex-m/armv7em/stm32l432/Nucleo-32/trace/trace.c similarity index 100% rename from examples/cortex/armv7em/stm32l432/Nucleo-32/trace/trace.c rename to examples/cortex-m/armv7em/stm32l432/Nucleo-32/trace/trace.c diff --git a/examples/cortex/armv7em/stm32l432/Nucleo-32/trace/trace.oil b/examples/cortex-m/armv7em/stm32l432/Nucleo-32/trace/trace.oil similarity index 100% rename from examples/cortex/armv7em/stm32l432/Nucleo-32/trace/trace.oil rename to examples/cortex-m/armv7em/stm32l432/Nucleo-32/trace/trace.oil diff --git a/examples/cortex/armv7m/SmartFusion2/starterKit/blink/.gitignore b/examples/cortex-m/armv7m/SmartFusion2/starterKit/blink/.gitignore similarity index 100% rename from examples/cortex/armv7m/SmartFusion2/starterKit/blink/.gitignore rename to examples/cortex-m/armv7m/SmartFusion2/starterKit/blink/.gitignore diff --git a/examples/cortex/armv7m/SmartFusion2/starterKit/blink/README.md b/examples/cortex-m/armv7m/SmartFusion2/starterKit/blink/README.md similarity index 79% rename from examples/cortex/armv7m/SmartFusion2/starterKit/blink/README.md rename to examples/cortex-m/armv7m/SmartFusion2/starterKit/blink/README.md index 6e59eff9b..8bd1411b8 100644 --- a/examples/cortex/armv7m/SmartFusion2/starterKit/blink/README.md +++ b/examples/cortex-m/armv7m/SmartFusion2/starterKit/blink/README.md @@ -8,7 +8,7 @@ The system is based scheduled with a 1ms SysTick "SystemCounter". Configure the application with `` -goil --target=cortex/armv7m/SmartFusion2 --templates=../../../../../../goil/templates/ blink.oil +goil --target=cortex-m/armv7m/SmartFusion2 --templates=../../../../../../goil/templates/ blink.oil `` Then make with: diff --git a/examples/cortex/armv7m/SmartFusion2/starterKit/blink/blink.c b/examples/cortex-m/armv7m/SmartFusion2/starterKit/blink/blink.c similarity index 100% rename from examples/cortex/armv7m/SmartFusion2/starterKit/blink/blink.c rename to examples/cortex-m/armv7m/SmartFusion2/starterKit/blink/blink.c diff --git a/examples/cortex/armv7m/SmartFusion2/starterKit/blink/blink.oil b/examples/cortex-m/armv7m/SmartFusion2/starterKit/blink/blink.oil similarity index 100% rename from examples/cortex/armv7m/SmartFusion2/starterKit/blink/blink.oil rename to examples/cortex-m/armv7m/SmartFusion2/starterKit/blink/blink.oil diff --git a/examples/cortex/armv7m/SmartFusion2/starterKit/fpgaInterrupt/.gitignore b/examples/cortex-m/armv7m/SmartFusion2/starterKit/fpgaInterrupt/.gitignore similarity index 100% rename from examples/cortex/armv7m/SmartFusion2/starterKit/fpgaInterrupt/.gitignore rename to examples/cortex-m/armv7m/SmartFusion2/starterKit/fpgaInterrupt/.gitignore diff --git a/examples/cortex/armv7m/SmartFusion2/starterKit/fpgaInterrupt/README.md b/examples/cortex-m/armv7m/SmartFusion2/starterKit/fpgaInterrupt/README.md similarity index 84% rename from examples/cortex/armv7m/SmartFusion2/starterKit/fpgaInterrupt/README.md rename to examples/cortex-m/armv7m/SmartFusion2/starterKit/fpgaInterrupt/README.md index 28ab487c5..14b862a9e 100644 --- a/examples/cortex/armv7m/SmartFusion2/starterKit/fpgaInterrupt/README.md +++ b/examples/cortex-m/armv7m/SmartFusion2/starterKit/fpgaInterrupt/README.md @@ -12,7 +12,7 @@ Obviously, the FPGA should be set to generate interrupts... Configure the application with `` -goil --target=cortex/armv7m/SmartFusion2 --templates=../../../../../../goil/templates/ blinkAndFPGA.oil +goil --target=cortex-m/armv7m/SmartFusion2 --templates=../../../../../../goil/templates/ blinkAndFPGA.oil `` Then make with: diff --git a/examples/cortex/armv7m/SmartFusion2/starterKit/fpgaInterrupt/blinkAndFPGA.c b/examples/cortex-m/armv7m/SmartFusion2/starterKit/fpgaInterrupt/blinkAndFPGA.c similarity index 100% rename from examples/cortex/armv7m/SmartFusion2/starterKit/fpgaInterrupt/blinkAndFPGA.c rename to examples/cortex-m/armv7m/SmartFusion2/starterKit/fpgaInterrupt/blinkAndFPGA.c diff --git a/examples/cortex/armv7m/SmartFusion2/starterKit/fpgaInterrupt/blinkAndFPGA.oil b/examples/cortex-m/armv7m/SmartFusion2/starterKit/fpgaInterrupt/blinkAndFPGA.oil similarity index 100% rename from examples/cortex/armv7m/SmartFusion2/starterKit/fpgaInterrupt/blinkAndFPGA.oil rename to examples/cortex-m/armv7m/SmartFusion2/starterKit/fpgaInterrupt/blinkAndFPGA.oil diff --git a/examples/cortex/armv7m/atsam3x8e/arduino_due/blink/.gitignore b/examples/cortex-m/armv7m/atsam3x8e/arduino_due/blink/.gitignore similarity index 100% rename from examples/cortex/armv7m/atsam3x8e/arduino_due/blink/.gitignore rename to examples/cortex-m/armv7m/atsam3x8e/arduino_due/blink/.gitignore diff --git a/examples/cortex/armv7m/atsam3x8e/arduino_due/blink/README.md b/examples/cortex-m/armv7m/atsam3x8e/arduino_due/blink/README.md similarity index 81% rename from examples/cortex/armv7m/atsam3x8e/arduino_due/blink/README.md rename to examples/cortex-m/armv7m/atsam3x8e/arduino_due/blink/README.md index 3d766707c..5637e27ef 100755 --- a/examples/cortex/armv7m/atsam3x8e/arduino_due/blink/README.md +++ b/examples/cortex-m/armv7m/atsam3x8e/arduino_due/blink/README.md @@ -8,7 +8,7 @@ The system is based scheduled with a 1ms SysTick "SystemCounter". Configure the application with `` -goil --target=cortex/armv7m/atsam3x8e/arduino_due --templates=../../../../../../goil/templates/ blink.oil +goil --target=cortex-m/armv7m/atsam3x8e/arduino_due --templates=../../../../../../goil/templates/ blink.oil `` Then make with: diff --git a/examples/cortex/armv7m/atsam3x8e/arduino_due/blink/blink.c b/examples/cortex-m/armv7m/atsam3x8e/arduino_due/blink/blink.c similarity index 100% rename from examples/cortex/armv7m/atsam3x8e/arduino_due/blink/blink.c rename to examples/cortex-m/armv7m/atsam3x8e/arduino_due/blink/blink.c diff --git a/examples/cortex/armv7m/atsam3x8e/arduino_due/blink/blink.oil b/examples/cortex-m/armv7m/atsam3x8e/arduino_due/blink/blink.oil similarity index 100% rename from examples/cortex/armv7m/atsam3x8e/arduino_due/blink/blink.oil rename to examples/cortex-m/armv7m/atsam3x8e/arduino_due/blink/blink.oil diff --git a/examples/cortex/armv7m/atsam3x8e/arduino_due/blink/flash_script.jlink b/examples/cortex-m/armv7m/atsam3x8e/arduino_due/blink/flash_script.jlink similarity index 100% rename from examples/cortex/armv7m/atsam3x8e/arduino_due/blink/flash_script.jlink rename to examples/cortex-m/armv7m/atsam3x8e/arduino_due/blink/flash_script.jlink diff --git a/goil/templates/assembler/gnu_as/cortex/AsMemMap_h.goilTemplate b/goil/templates/assembler/gnu_as/cortex-m/AsMemMap_h.goilTemplate similarity index 100% rename from goil/templates/assembler/gnu_as/cortex/AsMemMap_h.goilTemplate rename to goil/templates/assembler/gnu_as/cortex-m/AsMemMap_h.goilTemplate diff --git a/goil/templates/build/cortex/armv7em/stm32f303/vscode_c_cpp_properties_json.goilTemplate b/goil/templates/build/cortex-m/armv7em/stm32f303/vscode_c_cpp_properties_json.goilTemplate similarity index 100% rename from goil/templates/build/cortex/armv7em/stm32f303/vscode_c_cpp_properties_json.goilTemplate rename to goil/templates/build/cortex-m/armv7em/stm32f303/vscode_c_cpp_properties_json.goilTemplate diff --git a/goil/templates/build/cortex/armv7em/stm32f303/vscode_launch_json.goilTemplate b/goil/templates/build/cortex-m/armv7em/stm32f303/vscode_launch_json.goilTemplate similarity index 89% rename from goil/templates/build/cortex/armv7em/stm32f303/vscode_launch_json.goilTemplate rename to goil/templates/build/cortex-m/armv7em/stm32f303/vscode_launch_json.goilTemplate index b95901825..27feff124 100644 --- a/goil/templates/build/cortex/armv7em/stm32f303/vscode_launch_json.goilTemplate +++ b/goil/templates/build/cortex-m/armv7em/stm32f303/vscode_launch_json.goilTemplate @@ -19,7 +19,7 @@ end if% "runToEntryPoint": "main", "device": "STM32F303K8", "v1": false, - "svdFile": "% !basePath %/machines/cortex/armv7em/stm32f303/CMSIS-ST/STM32F303x.svd", + "svdFile": "% !basePath %/machines/cortex-m/armv7em/stm32f303/CMSIS-ST/STM32F303x.svd", } ] } diff --git a/goil/templates/build/cortex/armv7em/stm32f303/vscode_settings_json.goilTemplate b/goil/templates/build/cortex-m/armv7em/stm32f303/vscode_settings_json.goilTemplate similarity index 100% rename from goil/templates/build/cortex/armv7em/stm32f303/vscode_settings_json.goilTemplate rename to goil/templates/build/cortex-m/armv7em/stm32f303/vscode_settings_json.goilTemplate diff --git a/goil/templates/build/cortex/armv7em/stm32l432/vscode_c_cpp_properties_json.goilTemplate b/goil/templates/build/cortex-m/armv7em/stm32l432/vscode_c_cpp_properties_json.goilTemplate similarity index 100% rename from goil/templates/build/cortex/armv7em/stm32l432/vscode_c_cpp_properties_json.goilTemplate rename to goil/templates/build/cortex-m/armv7em/stm32l432/vscode_c_cpp_properties_json.goilTemplate diff --git a/goil/templates/build/cortex/armv7em/stm32l432/vscode_launch_json.goilTemplate b/goil/templates/build/cortex-m/armv7em/stm32l432/vscode_launch_json.goilTemplate similarity index 89% rename from goil/templates/build/cortex/armv7em/stm32l432/vscode_launch_json.goilTemplate rename to goil/templates/build/cortex-m/armv7em/stm32l432/vscode_launch_json.goilTemplate index c7f604537..45ca4548c 100644 --- a/goil/templates/build/cortex/armv7em/stm32l432/vscode_launch_json.goilTemplate +++ b/goil/templates/build/cortex-m/armv7em/stm32l432/vscode_launch_json.goilTemplate @@ -19,7 +19,7 @@ end if% "runToEntryPoint": "main", "device": "STM32L432KC", "v1": false, - "svdFile": "% !basePath %/machines/cortex/armv7em/stm32l432/CMSIS-ST/STM32L4x2.svd", + "svdFile": "% !basePath %/machines/cortex-m/armv7em/stm32l432/CMSIS-ST/STM32L4x2.svd", } ] } diff --git a/goil/templates/build/cortex/armv7em/stm32l432/vscode_settings_json.goilTemplate b/goil/templates/build/cortex-m/armv7em/stm32l432/vscode_settings_json.goilTemplate similarity index 100% rename from goil/templates/build/cortex/armv7em/stm32l432/vscode_settings_json.goilTemplate rename to goil/templates/build/cortex-m/armv7em/stm32l432/vscode_settings_json.goilTemplate diff --git a/goil/templates/check/cortex/isr1_priority_check.goilTemplate b/goil/templates/check/cortex-m/isr1_priority_check.goilTemplate similarity index 100% rename from goil/templates/check/cortex/isr1_priority_check.goilTemplate rename to goil/templates/check/cortex-m/isr1_priority_check.goilTemplate diff --git a/goil/templates/code/cortex/armv6m/counter_call.goilTemplate b/goil/templates/code/cortex-m/armv6m/counter_call.goilTemplate similarity index 100% rename from goil/templates/code/cortex/armv6m/counter_call.goilTemplate rename to goil/templates/code/cortex-m/armv6m/counter_call.goilTemplate diff --git a/goil/templates/code/cortex/armv6m/custom_code.goilTemplate b/goil/templates/code/cortex-m/armv6m/custom_code.goilTemplate similarity index 100% rename from goil/templates/code/cortex/armv6m/custom_code.goilTemplate rename to goil/templates/code/cortex-m/armv6m/custom_code.goilTemplate diff --git a/goil/templates/code/cortex/armv6m/interrupt_table.goilTemplate b/goil/templates/code/cortex-m/armv6m/interrupt_table.goilTemplate similarity index 100% rename from goil/templates/code/cortex/armv6m/interrupt_table.goilTemplate rename to goil/templates/code/cortex-m/armv6m/interrupt_table.goilTemplate diff --git a/goil/templates/code/cortex/armv6m/samd21/tpl_external_interrupts_c.goilTemplate b/goil/templates/code/cortex-m/armv6m/samd21/tpl_external_interrupts_c.goilTemplate similarity index 100% rename from goil/templates/code/cortex/armv6m/samd21/tpl_external_interrupts_c.goilTemplate rename to goil/templates/code/cortex-m/armv6m/samd21/tpl_external_interrupts_c.goilTemplate diff --git a/goil/templates/code/cortex/armv6m/samd21/tpl_interrupt_ack_with_no_vector_start.goilTemplate b/goil/templates/code/cortex-m/armv6m/samd21/tpl_interrupt_ack_with_no_vector_start.goilTemplate similarity index 100% rename from goil/templates/code/cortex/armv6m/samd21/tpl_interrupt_ack_with_no_vector_start.goilTemplate rename to goil/templates/code/cortex-m/armv6m/samd21/tpl_interrupt_ack_with_no_vector_start.goilTemplate diff --git a/goil/templates/code/cortex/armv6m/samd21/tpl_interrupt_ack_with_no_vector_stop.goilTemplate b/goil/templates/code/cortex-m/armv6m/samd21/tpl_interrupt_ack_with_no_vector_stop.goilTemplate similarity index 100% rename from goil/templates/code/cortex/armv6m/samd21/tpl_interrupt_ack_with_no_vector_stop.goilTemplate rename to goil/templates/code/cortex-m/armv6m/samd21/tpl_interrupt_ack_with_no_vector_stop.goilTemplate diff --git a/goil/templates/code/cortex/armv6m/samd21/tpl_wrapper.goilTemplate b/goil/templates/code/cortex-m/armv6m/samd21/tpl_wrapper.goilTemplate similarity index 100% rename from goil/templates/code/cortex/armv6m/samd21/tpl_wrapper.goilTemplate rename to goil/templates/code/cortex-m/armv6m/samd21/tpl_wrapper.goilTemplate diff --git a/goil/templates/code/cortex/armv6m/tpl_cortex_definitions_h.goilTemplate b/goil/templates/code/cortex-m/armv6m/tpl_cortex_definitions_h.goilTemplate similarity index 100% rename from goil/templates/code/cortex/armv6m/tpl_cortex_definitions_h.goilTemplate rename to goil/templates/code/cortex-m/armv6m/tpl_cortex_definitions_h.goilTemplate diff --git a/goil/templates/code/cortex/armv6m/tpl_interrupt_vectors.goilTemplate b/goil/templates/code/cortex-m/armv6m/tpl_interrupt_vectors.goilTemplate similarity index 100% rename from goil/templates/code/cortex/armv6m/tpl_interrupt_vectors.goilTemplate rename to goil/templates/code/cortex-m/armv6m/tpl_interrupt_vectors.goilTemplate diff --git a/goil/templates/code/cortex/armv7em/counter_call.goilTemplate b/goil/templates/code/cortex-m/armv7em/counter_call.goilTemplate similarity index 100% rename from goil/templates/code/cortex/armv7em/counter_call.goilTemplate rename to goil/templates/code/cortex-m/armv7em/counter_call.goilTemplate diff --git a/goil/templates/code/cortex/armv7em/custom_code.goilTemplate b/goil/templates/code/cortex-m/armv7em/custom_code.goilTemplate similarity index 100% rename from goil/templates/code/cortex/armv7em/custom_code.goilTemplate rename to goil/templates/code/cortex-m/armv7em/custom_code.goilTemplate diff --git a/goil/templates/code/cortex/armv7em/interrupt_table.goilTemplate b/goil/templates/code/cortex-m/armv7em/interrupt_table.goilTemplate similarity index 100% rename from goil/templates/code/cortex/armv7em/interrupt_table.goilTemplate rename to goil/templates/code/cortex-m/armv7em/interrupt_table.goilTemplate diff --git a/goil/templates/code/cortex/armv7em/mk20dx256/teensy31/custom_code.goilTemplate b/goil/templates/code/cortex-m/armv7em/mk20dx256/teensy31/custom_code.goilTemplate similarity index 100% rename from goil/templates/code/cortex/armv7em/mk20dx256/teensy31/custom_code.goilTemplate rename to goil/templates/code/cortex-m/armv7em/mk20dx256/teensy31/custom_code.goilTemplate diff --git a/goil/templates/code/cortex/armv7em/mk20dx256/teensy31/extra_headers.goilTemplate b/goil/templates/code/cortex-m/armv7em/mk20dx256/teensy31/extra_headers.goilTemplate similarity index 100% rename from goil/templates/code/cortex/armv7em/mk20dx256/teensy31/extra_headers.goilTemplate rename to goil/templates/code/cortex-m/armv7em/mk20dx256/teensy31/extra_headers.goilTemplate diff --git a/goil/templates/code/cortex/armv7em/mk20dx256/tpl_external_interrupts_c.goilTemplate b/goil/templates/code/cortex-m/armv7em/mk20dx256/tpl_external_interrupts_c.goilTemplate similarity index 100% rename from goil/templates/code/cortex/armv7em/mk20dx256/tpl_external_interrupts_c.goilTemplate rename to goil/templates/code/cortex-m/armv7em/mk20dx256/tpl_external_interrupts_c.goilTemplate diff --git a/goil/templates/code/cortex/armv7em/mk20dx256/tpl_wrapper.goilTemplate b/goil/templates/code/cortex-m/armv7em/mk20dx256/tpl_wrapper.goilTemplate similarity index 100% rename from goil/templates/code/cortex/armv7em/mk20dx256/tpl_wrapper.goilTemplate rename to goil/templates/code/cortex-m/armv7em/mk20dx256/tpl_wrapper.goilTemplate diff --git a/goil/templates/code/cortex/armv7em/stm32f303/custom_app_define_h.goilTemplate b/goil/templates/code/cortex-m/armv7em/stm32f303/custom_app_define_h.goilTemplate similarity index 100% rename from goil/templates/code/cortex/armv7em/stm32f303/custom_app_define_h.goilTemplate rename to goil/templates/code/cortex-m/armv7em/stm32f303/custom_app_define_h.goilTemplate diff --git a/goil/templates/code/cortex/armv7em/stm32f303/tpl_external_interrupt_call_and_ack.goilTemplate b/goil/templates/code/cortex-m/armv7em/stm32f303/tpl_external_interrupt_call_and_ack.goilTemplate similarity index 100% rename from goil/templates/code/cortex/armv7em/stm32f303/tpl_external_interrupt_call_and_ack.goilTemplate rename to goil/templates/code/cortex-m/armv7em/stm32f303/tpl_external_interrupt_call_and_ack.goilTemplate diff --git a/goil/templates/code/cortex/armv7em/stm32f303/tpl_external_interrupts_c.goilTemplate b/goil/templates/code/cortex-m/armv7em/stm32f303/tpl_external_interrupts_c.goilTemplate similarity index 100% rename from goil/templates/code/cortex/armv7em/stm32f303/tpl_external_interrupts_c.goilTemplate rename to goil/templates/code/cortex-m/armv7em/stm32f303/tpl_external_interrupts_c.goilTemplate diff --git a/goil/templates/code/cortex/armv7em/stm32f303/tpl_library_defines.goilTemplate b/goil/templates/code/cortex-m/armv7em/stm32f303/tpl_library_defines.goilTemplate similarity index 100% rename from goil/templates/code/cortex/armv7em/stm32f303/tpl_library_defines.goilTemplate rename to goil/templates/code/cortex-m/armv7em/stm32f303/tpl_library_defines.goilTemplate diff --git a/goil/templates/code/cortex/armv7em/stm32f303/tpl_wrapper.goilTemplate b/goil/templates/code/cortex-m/armv7em/stm32f303/tpl_wrapper.goilTemplate similarity index 100% rename from goil/templates/code/cortex/armv7em/stm32f303/tpl_wrapper.goilTemplate rename to goil/templates/code/cortex-m/armv7em/stm32f303/tpl_wrapper.goilTemplate diff --git a/goil/templates/code/cortex/armv7em/stm32f407/tpl_external_interrupt_call_and_ack.goilTemplate b/goil/templates/code/cortex-m/armv7em/stm32f407/tpl_external_interrupt_call_and_ack.goilTemplate similarity index 100% rename from goil/templates/code/cortex/armv7em/stm32f407/tpl_external_interrupt_call_and_ack.goilTemplate rename to goil/templates/code/cortex-m/armv7em/stm32f407/tpl_external_interrupt_call_and_ack.goilTemplate diff --git a/goil/templates/code/cortex/armv7em/stm32f407/tpl_external_interrupts_c.goilTemplate b/goil/templates/code/cortex-m/armv7em/stm32f407/tpl_external_interrupts_c.goilTemplate similarity index 100% rename from goil/templates/code/cortex/armv7em/stm32f407/tpl_external_interrupts_c.goilTemplate rename to goil/templates/code/cortex-m/armv7em/stm32f407/tpl_external_interrupts_c.goilTemplate diff --git a/goil/templates/code/cortex/armv7em/stm32f407/tpl_wrapper.goilTemplate b/goil/templates/code/cortex-m/armv7em/stm32f407/tpl_wrapper.goilTemplate similarity index 100% rename from goil/templates/code/cortex/armv7em/stm32f407/tpl_wrapper.goilTemplate rename to goil/templates/code/cortex-m/armv7em/stm32f407/tpl_wrapper.goilTemplate diff --git a/goil/templates/code/cortex/armv7em/stm32f407/uart_ack.goilTemplate b/goil/templates/code/cortex-m/armv7em/stm32f407/uart_ack.goilTemplate similarity index 100% rename from goil/templates/code/cortex/armv7em/stm32f407/uart_ack.goilTemplate rename to goil/templates/code/cortex-m/armv7em/stm32f407/uart_ack.goilTemplate diff --git a/goil/templates/code/cortex/armv7em/stm32f407/uart_dispatch.goilTemplate b/goil/templates/code/cortex-m/armv7em/stm32f407/uart_dispatch.goilTemplate similarity index 100% rename from goil/templates/code/cortex/armv7em/stm32f407/uart_dispatch.goilTemplate rename to goil/templates/code/cortex-m/armv7em/stm32f407/uart_dispatch.goilTemplate diff --git a/goil/templates/code/cortex/armv7em/stm32l432/custom_app_define_h.goilTemplate b/goil/templates/code/cortex-m/armv7em/stm32l432/custom_app_define_h.goilTemplate similarity index 100% rename from goil/templates/code/cortex/armv7em/stm32l432/custom_app_define_h.goilTemplate rename to goil/templates/code/cortex-m/armv7em/stm32l432/custom_app_define_h.goilTemplate diff --git a/goil/templates/code/cortex/armv7em/stm32l432/tpl_external_interrupt_call_and_ack.goilTemplate b/goil/templates/code/cortex-m/armv7em/stm32l432/tpl_external_interrupt_call_and_ack.goilTemplate similarity index 100% rename from goil/templates/code/cortex/armv7em/stm32l432/tpl_external_interrupt_call_and_ack.goilTemplate rename to goil/templates/code/cortex-m/armv7em/stm32l432/tpl_external_interrupt_call_and_ack.goilTemplate diff --git a/goil/templates/code/cortex/armv7em/stm32l432/tpl_external_interrupts_c.goilTemplate b/goil/templates/code/cortex-m/armv7em/stm32l432/tpl_external_interrupts_c.goilTemplate similarity index 100% rename from goil/templates/code/cortex/armv7em/stm32l432/tpl_external_interrupts_c.goilTemplate rename to goil/templates/code/cortex-m/armv7em/stm32l432/tpl_external_interrupts_c.goilTemplate diff --git a/goil/templates/code/cortex/armv7em/stm32l432/tpl_library_defines.goilTemplate b/goil/templates/code/cortex-m/armv7em/stm32l432/tpl_library_defines.goilTemplate similarity index 100% rename from goil/templates/code/cortex/armv7em/stm32l432/tpl_library_defines.goilTemplate rename to goil/templates/code/cortex-m/armv7em/stm32l432/tpl_library_defines.goilTemplate diff --git a/goil/templates/code/cortex/armv7em/stm32l432/tpl_wrapper.goilTemplate b/goil/templates/code/cortex-m/armv7em/stm32l432/tpl_wrapper.goilTemplate similarity index 100% rename from goil/templates/code/cortex/armv7em/stm32l432/tpl_wrapper.goilTemplate rename to goil/templates/code/cortex-m/armv7em/stm32l432/tpl_wrapper.goilTemplate diff --git a/goil/templates/code/cortex/armv7em/tpl_interrupt_vectors.goilTemplate b/goil/templates/code/cortex-m/armv7em/tpl_interrupt_vectors.goilTemplate similarity index 100% rename from goil/templates/code/cortex/armv7em/tpl_interrupt_vectors.goilTemplate rename to goil/templates/code/cortex-m/armv7em/tpl_interrupt_vectors.goilTemplate diff --git a/goil/templates/code/cortex/armv7m/SmartFusion2/tpl_external_interrupts_c.goilTemplate b/goil/templates/code/cortex-m/armv7m/SmartFusion2/tpl_external_interrupts_c.goilTemplate similarity index 100% rename from goil/templates/code/cortex/armv7m/SmartFusion2/tpl_external_interrupts_c.goilTemplate rename to goil/templates/code/cortex-m/armv7m/SmartFusion2/tpl_external_interrupts_c.goilTemplate diff --git a/goil/templates/code/cortex/armv7m/SmartFusion2/tpl_wrapper.goilTemplate b/goil/templates/code/cortex-m/armv7m/SmartFusion2/tpl_wrapper.goilTemplate similarity index 100% rename from goil/templates/code/cortex/armv7m/SmartFusion2/tpl_wrapper.goilTemplate rename to goil/templates/code/cortex-m/armv7m/SmartFusion2/tpl_wrapper.goilTemplate diff --git a/goil/templates/code/cortex/armv7m/atsam3x8e/tpl_external_interrupts_c.goilTemplate b/goil/templates/code/cortex-m/armv7m/atsam3x8e/tpl_external_interrupts_c.goilTemplate similarity index 100% rename from goil/templates/code/cortex/armv7m/atsam3x8e/tpl_external_interrupts_c.goilTemplate rename to goil/templates/code/cortex-m/armv7m/atsam3x8e/tpl_external_interrupts_c.goilTemplate diff --git a/goil/templates/code/cortex/armv7m/atsam3x8e/tpl_wrapper.goilTemplate b/goil/templates/code/cortex-m/armv7m/atsam3x8e/tpl_wrapper.goilTemplate similarity index 100% rename from goil/templates/code/cortex/armv7m/atsam3x8e/tpl_wrapper.goilTemplate rename to goil/templates/code/cortex-m/armv7m/atsam3x8e/tpl_wrapper.goilTemplate diff --git a/goil/templates/code/cortex/armv7m/counter_call.goilTemplate b/goil/templates/code/cortex-m/armv7m/counter_call.goilTemplate similarity index 100% rename from goil/templates/code/cortex/armv7m/counter_call.goilTemplate rename to goil/templates/code/cortex-m/armv7m/counter_call.goilTemplate diff --git a/goil/templates/code/cortex/armv7m/custom_code.goilTemplate b/goil/templates/code/cortex-m/armv7m/custom_code.goilTemplate similarity index 100% rename from goil/templates/code/cortex/armv7m/custom_code.goilTemplate rename to goil/templates/code/cortex-m/armv7m/custom_code.goilTemplate diff --git a/goil/templates/code/cortex/armv7m/interrupt_table.goilTemplate b/goil/templates/code/cortex-m/armv7m/interrupt_table.goilTemplate similarity index 100% rename from goil/templates/code/cortex/armv7m/interrupt_table.goilTemplate rename to goil/templates/code/cortex-m/armv7m/interrupt_table.goilTemplate diff --git a/goil/templates/code/cortex/armv7m/tpl_interrupt_vectors.goilTemplate b/goil/templates/code/cortex-m/armv7m/tpl_interrupt_vectors.goilTemplate similarity index 100% rename from goil/templates/code/cortex/armv7m/tpl_interrupt_vectors.goilTemplate rename to goil/templates/code/cortex-m/armv7m/tpl_interrupt_vectors.goilTemplate diff --git a/goil/templates/code/cortex/enable_disable_it.goilTemplate b/goil/templates/code/cortex-m/enable_disable_it.goilTemplate similarity index 100% rename from goil/templates/code/cortex/enable_disable_it.goilTemplate rename to goil/templates/code/cortex-m/enable_disable_it.goilTemplate diff --git a/goil/templates/code/cortex/handler_body.goilTemplate b/goil/templates/code/cortex-m/handler_body.goilTemplate similarity index 100% rename from goil/templates/code/cortex/handler_body.goilTemplate rename to goil/templates/code/cortex-m/handler_body.goilTemplate diff --git a/goil/templates/code/cortex/instruction_specific.goilTemplate b/goil/templates/code/cortex-m/instruction_specific.goilTemplate similarity index 100% rename from goil/templates/code/cortex/instruction_specific.goilTemplate rename to goil/templates/code/cortex-m/instruction_specific.goilTemplate diff --git a/goil/templates/code/cortex/invoque_specific.goilTemplate b/goil/templates/code/cortex-m/invoque_specific.goilTemplate similarity index 100% rename from goil/templates/code/cortex/invoque_specific.goilTemplate rename to goil/templates/code/cortex-m/invoque_specific.goilTemplate diff --git a/goil/templates/code/cortex/process_specific.goilTemplate b/goil/templates/code/cortex-m/process_specific.goilTemplate similarity index 100% rename from goil/templates/code/cortex/process_specific.goilTemplate rename to goil/templates/code/cortex-m/process_specific.goilTemplate diff --git a/goil/templates/code/cortex/service_call.goilTemplate b/goil/templates/code/cortex-m/service_call.goilTemplate similarity index 100% rename from goil/templates/code/cortex/service_call.goilTemplate rename to goil/templates/code/cortex-m/service_call.goilTemplate diff --git a/goil/templates/code/cortex/tpl_app_interrupts_c.goilTemplate b/goil/templates/code/cortex-m/tpl_app_interrupts_c.goilTemplate similarity index 100% rename from goil/templates/code/cortex/tpl_app_interrupts_c.goilTemplate rename to goil/templates/code/cortex-m/tpl_app_interrupts_c.goilTemplate diff --git a/goil/templates/code/cortex/tpl_cortex_definitions_h.goilTemplate b/goil/templates/code/cortex-m/tpl_cortex_definitions_h.goilTemplate similarity index 100% rename from goil/templates/code/cortex/tpl_cortex_definitions_h.goilTemplate rename to goil/templates/code/cortex-m/tpl_cortex_definitions_h.goilTemplate diff --git a/goil/templates/code/cortex/tpl_invoque_s.goilTemplate b/goil/templates/code/cortex-m/tpl_invoque_s.goilTemplate similarity index 100% rename from goil/templates/code/cortex/tpl_invoque_s.goilTemplate rename to goil/templates/code/cortex-m/tpl_invoque_s.goilTemplate diff --git a/goil/templates/code/cortex/tpl_primary_irq.goilTemplate b/goil/templates/code/cortex-m/tpl_primary_irq.goilTemplate similarity index 100% rename from goil/templates/code/cortex/tpl_primary_irq.goilTemplate rename to goil/templates/code/cortex-m/tpl_primary_irq.goilTemplate diff --git a/goil/templates/config/cortex/armv6m/buildOptions.oil b/goil/templates/config/cortex-m/armv6m/buildOptions.oil similarity index 100% rename from goil/templates/config/cortex/armv6m/buildOptions.oil rename to goil/templates/config/cortex-m/armv6m/buildOptions.oil diff --git a/goil/templates/config/cortex/armv6m/config.oil b/goil/templates/config/cortex-m/armv6m/config.oil similarity index 92% rename from goil/templates/config/cortex/armv6m/config.oil rename to goil/templates/config/cortex-m/armv6m/config.oil index 15bba67e0..77c17069b 100755 --- a/goil/templates/config/cortex/armv6m/config.oil +++ b/goil/templates/config/cortex-m/armv6m/config.oil @@ -9,7 +9,7 @@ */ CPU armv6m { PLATFORM_FILES cortex_armv6m { - PATH = "cortex/armv6m"; + PATH = "cortex-m/armv6m"; CFILE = "sys_handlers.c"; CFILE = "tpl_ctx_switch.S"; CFILE = "tpl_ctx_switch_under_it.S"; diff --git a/goil/templates/config/cortex/armv6m/samd21/ArduinoM0/config.oil b/goil/templates/config/cortex-m/armv6m/samd21/ArduinoM0/config.oil similarity index 69% rename from goil/templates/config/cortex/armv6m/samd21/ArduinoM0/config.oil rename to goil/templates/config/cortex-m/armv6m/samd21/ArduinoM0/config.oil index 7fc924330..b8e1929de 100755 --- a/goil/templates/config/cortex/armv6m/samd21/ArduinoM0/config.oil +++ b/goil/templates/config/cortex-m/armv6m/samd21/ArduinoM0/config.oil @@ -1,6 +1,6 @@ CPU XPlainedPro { PLATFORM_FILES XPlainedPro { - PATH = "cortex/armv6m/samd21/ArduinoM0"; + PATH = "cortex-m/armv6m/samd21/ArduinoM0"; CFILE = "system_samd21_ArduinoM0_48MHz.c"; }; }; diff --git a/goil/templates/config/cortex/armv6m/samd21/XPlainedPro/config.oil b/goil/templates/config/cortex-m/armv6m/samd21/XPlainedPro/config.oil similarity index 69% rename from goil/templates/config/cortex/armv6m/samd21/XPlainedPro/config.oil rename to goil/templates/config/cortex-m/armv6m/samd21/XPlainedPro/config.oil index 9993712dd..c0575e9cc 100755 --- a/goil/templates/config/cortex/armv6m/samd21/XPlainedPro/config.oil +++ b/goil/templates/config/cortex-m/armv6m/samd21/XPlainedPro/config.oil @@ -1,6 +1,6 @@ CPU XPlainedPro { PLATFORM_FILES XPlainedPro { - PATH = "cortex/armv6m/samd21/XPlainedPro"; + PATH = "cortex-m/armv6m/samd21/XPlainedPro"; CFILE = "system_samd21_XPlainedPro_48MHz.c"; }; }; diff --git a/goil/templates/config/cortex/armv6m/samd21/config.oil b/goil/templates/config/cortex-m/armv6m/samd21/config.oil similarity index 97% rename from goil/templates/config/cortex/armv6m/samd21/config.oil rename to goil/templates/config/cortex-m/armv6m/samd21/config.oil index 69f449f7f..47075548e 100755 --- a/goil/templates/config/cortex/armv6m/samd21/config.oil +++ b/goil/templates/config/cortex-m/armv6m/samd21/config.oil @@ -239,17 +239,17 @@ CPU samd21 { }; PLATFORM_FILES samd21 { - PATH = "cortex/armv6m/samd21"; + PATH = "cortex-m/armv6m/samd21"; CFILE = "tpl_machine_samd.c"; CFILE = "startup_samd.c"; }; PLATFORM_FILES sam_cmsis { - PATH = "cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL"; + PATH = "cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL"; }; PLATFORM_FILES utils { - PATH = "cortex/armv6m/samd21/utils"; + PATH = "cortex-m/armv6m/samd21/utils"; CFILE = "pinAccess.c"; CFILE = "pinMux.c"; CFILE = "eic.c"; diff --git a/goil/templates/config/cortex/armv6m/samd21/interruptSources.oil b/goil/templates/config/cortex-m/armv6m/samd21/interruptSources.oil similarity index 100% rename from goil/templates/config/cortex/armv6m/samd21/interruptSources.oil rename to goil/templates/config/cortex-m/armv6m/samd21/interruptSources.oil diff --git a/goil/templates/config/cortex/armv6m/sensibility.oil b/goil/templates/config/cortex-m/armv6m/sensibility.oil similarity index 100% rename from goil/templates/config/cortex/armv6m/sensibility.oil rename to goil/templates/config/cortex-m/armv6m/sensibility.oil diff --git a/goil/templates/config/cortex/armv7em/buildOptions.oil b/goil/templates/config/cortex-m/armv7em/buildOptions.oil similarity index 100% rename from goil/templates/config/cortex/armv7em/buildOptions.oil rename to goil/templates/config/cortex-m/armv7em/buildOptions.oil diff --git a/goil/templates/config/cortex/armv7em/config.oil b/goil/templates/config/cortex-m/armv7em/config.oil similarity index 94% rename from goil/templates/config/cortex/armv7em/config.oil rename to goil/templates/config/cortex-m/armv7em/config.oil index faaa62f43..dfbfa643a 100755 --- a/goil/templates/config/cortex/armv7em/config.oil +++ b/goil/templates/config/cortex-m/armv7em/config.oil @@ -18,7 +18,7 @@ CPU armv7em { }; PLATFORM_FILES cortex_m4 { - PATH = "cortex/armv7em"; + PATH = "cortex-m/armv7em"; CFILE = "tpl_ctx_switch.S"; CFILE = "tpl_ctx_switch_under_it.S"; CFILE = "tpl_interrupts.S"; diff --git a/goil/templates/config/cortex/armv7em/mk20dx256/config.oil b/goil/templates/config/cortex-m/armv7em/mk20dx256/config.oil similarity index 98% rename from goil/templates/config/cortex/armv7em/mk20dx256/config.oil rename to goil/templates/config/cortex-m/armv7em/mk20dx256/config.oil index d631e2809..1c6bea95c 100755 --- a/goil/templates/config/cortex/armv7em/mk20dx256/config.oil +++ b/goil/templates/config/cortex-m/armv7em/mk20dx256/config.oil @@ -23,7 +23,7 @@ CPU mk20dx256 { }; PLATFORM_FILES cortex_armv7em_mk20dx256 { - PATH = "cortex/armv7em/mk20dx256"; + PATH = "cortex-m/armv7em/mk20dx256"; CFILE = "tpl_machine_mk20dx256.c"; CFILE = "handlers_mk20dx256.c"; CFILE = "startup_mk20dx256.c"; @@ -31,19 +31,19 @@ CPU mk20dx256 { }; LIBRARY pit { - PATH = "cortex/armv7em/mk20dx256/libraries/pit"; + PATH = "cortex-m/armv7em/mk20dx256/libraries/pit"; CHEADER = "pit_mk20dx256.h"; CFILE = "pit_mk20dx256.c"; }; LIBRARY ftm { - PATH = "cortex/armv7em/mk20dx256/libraries/ftm"; + PATH = "cortex-m/armv7em/mk20dx256/libraries/ftm"; CHEADER = "ftm_mk20dx256.h"; CFILE = "ftm_mk20dx256.c"; }; LIBRARY port { - PATH = "cortex/armv7em/mk20dx256/libraries/port"; + PATH = "cortex-m/armv7em/mk20dx256/libraries/port"; CHEADER = "port_mk20dx256.h"; }; diff --git a/goil/templates/config/cortex/armv7em/mk20dx256/interruptSources.oil b/goil/templates/config/cortex-m/armv7em/mk20dx256/interruptSources.oil similarity index 100% rename from goil/templates/config/cortex/armv7em/mk20dx256/interruptSources.oil rename to goil/templates/config/cortex-m/armv7em/mk20dx256/interruptSources.oil diff --git a/goil/templates/config/cortex/armv7em/mk20dx256/pins.oil b/goil/templates/config/cortex-m/armv7em/mk20dx256/pins.oil similarity index 100% rename from goil/templates/config/cortex/armv7em/mk20dx256/pins.oil rename to goil/templates/config/cortex-m/armv7em/mk20dx256/pins.oil diff --git a/goil/templates/config/cortex/armv7em/mk20dx256/teensy31/config.oil b/goil/templates/config/cortex-m/armv7em/mk20dx256/teensy31/config.oil similarity index 74% rename from goil/templates/config/cortex/armv7em/mk20dx256/teensy31/config.oil rename to goil/templates/config/cortex-m/armv7em/mk20dx256/teensy31/config.oil index 33875f191..40b742e27 100755 --- a/goil/templates/config/cortex/armv7em/mk20dx256/teensy31/config.oil +++ b/goil/templates/config/cortex-m/armv7em/mk20dx256/teensy31/config.oil @@ -14,33 +14,33 @@ IMPLEMENTATION teensy31 { CPU teensy31 { PLATFORM_FILES teensy31 { - PATH = "cortex/armv7em/mk20dx256/teensy31"; + PATH = "cortex-m/armv7em/mk20dx256/teensy31"; // CFILE = "tp.c"; CFILE = "gpio.c"; CFILE = "itoa.c"; }; PLATFORM_FILES teensy31CompAVR { - PATH = "cortex/armv7em/mk20dx256/teensy31/avr"; + PATH = "cortex-m/armv7em/mk20dx256/teensy31/avr"; CFILE = "dtostrf.c"; }; LIBRARY WString { - PATH = "cortex/armv7em/mk20dx256/teensy31/libraries/WString"; + PATH = "cortex-m/armv7em/mk20dx256/teensy31/libraries/WString"; CPPHEADER = "WString.h"; CPPFILE = "WString.cpp"; }; LIBRARY Print { NEEDS = WString; - PATH = "cortex/armv7em/mk20dx256/teensy31/libraries/Print"; + PATH = "cortex-m/armv7em/mk20dx256/teensy31/libraries/Print"; CPPHEADER = "Print.h"; CPPFILE = "Print.cpp"; }; LIBRARY LiquidCrystalFast { NEEDS = Print; - PATH = "cortex/armv7em/mk20dx256/teensy31/libraries/LiquidCrystalFast"; + PATH = "cortex-m/armv7em/mk20dx256/teensy31/libraries/LiquidCrystalFast"; CPPHEADER = "LiquidCrystalFast.h"; CPPFILE = "LiquidCrystalFast.cpp"; }; diff --git a/goil/templates/config/cortex/armv7em/sensibility.oil b/goil/templates/config/cortex-m/armv7em/sensibility.oil similarity index 100% rename from goil/templates/config/cortex/armv7em/sensibility.oil rename to goil/templates/config/cortex-m/armv7em/sensibility.oil diff --git a/goil/templates/config/cortex/armv7em/stm32f303/config.oil b/goil/templates/config/cortex-m/armv7em/stm32f303/config.oil similarity index 97% rename from goil/templates/config/cortex/armv7em/stm32f303/config.oil rename to goil/templates/config/cortex-m/armv7em/stm32f303/config.oil index 2c693a289..25ae291ef 100755 --- a/goil/templates/config/cortex/armv7em/stm32f303/config.oil +++ b/goil/templates/config/cortex-m/armv7em/stm32f303/config.oil @@ -440,7 +440,7 @@ CPU stm32f303 { } : "FPU global interrupt"; PLATFORM_FILES stm32f303 { - PATH = "cortex/armv7em/stm32f303"; + PATH = "cortex-m/armv7em/stm32f303"; CFILE = "handlers_stm32f3xx.c"; CFILE = "startup_stm32f3xx.c"; CFILE = "system_stm32f30x.c"; @@ -449,21 +449,21 @@ CPU stm32f303 { }; PLATFORM_FILES stm32f303_trace { - PATH = "cortex/armv7em/stm32f303"; + PATH = "cortex-m/armv7em/stm32f303"; CFILE = "tpl_trace.c"; }; PLATFORM_FILES stm32f303_cmsis { - PATH = "cortex/armv7em/stm32f303/CMSIS-ST/Device/ST/STM32F3xx/Include"; + PATH = "cortex-m/armv7em/stm32f303/CMSIS-ST/Device/ST/STM32F3xx/Include"; }; PLATFORM_FILES stm32f303IO { - PATH = "cortex/armv7em/stm32f303/lib"; + PATH = "cortex-m/armv7em/stm32f303/lib"; CFILE = "pinAccess.c"; }; LIBRARY serial { - PATH = "cortex/armv7em/stm32f303/lib"; + PATH = "cortex-m/armv7em/stm32f303/lib"; CHEADER = "serial.h"; CFILE = "serial.c"; }; diff --git a/goil/templates/config/cortex/armv7em/stm32f303/coroLabBoard/config.oil b/goil/templates/config/cortex-m/armv7em/stm32f303/coroLabBoard/config.oil similarity index 75% rename from goil/templates/config/cortex/armv7em/stm32f303/coroLabBoard/config.oil rename to goil/templates/config/cortex-m/armv7em/stm32f303/coroLabBoard/config.oil index babbc6748..ee54eacb6 100755 --- a/goil/templates/config/cortex/armv7em/stm32f303/coroLabBoard/config.oil +++ b/goil/templates/config/cortex-m/armv7em/stm32f303/coroLabBoard/config.oil @@ -13,14 +13,14 @@ IMPLEMENTATION stm32f303Coro { CPU coroLabBoard{ LIBRARY spi { - PATH = "cortex/armv7em/stm32f303/coroLabBoard"; + PATH = "cortex-m/armv7em/stm32f303/coroLabBoard"; CHEADER = "spi.h"; CFILE = "spi.c"; }; LIBRARY tftDriver { // low level driver - no text NEEDS = spi; - PATH = "cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library"; + PATH = "cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library"; CPPHEADER = "Adafruit_ST7735.h"; CPPHEADER = "Adafruit_ST77xx.h"; CPPFILE = "Adafruit_ST7735.cpp"; @@ -28,7 +28,7 @@ CPU coroLabBoard{ }; LIBRARY coroPrint { //get high level 'print' functions from Arduino - PATH = "cortex/armv7em/stm32f303/coroLabBoard/tft/arduinoCore"; + PATH = "cortex-m/armv7em/stm32f303/coroLabBoard/tft/arduinoCore"; CPPHEADER = "Print.h"; CPPHEADER = "Printable.h"; CPPFILE = "Print.cpp"; @@ -37,7 +37,7 @@ CPU coroLabBoard{ LIBRARY tftFontDriver { //font driver. NEEDS = tftDriver; NEEDS = coroPrint; - PATH = "cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library"; + PATH = "cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library"; CPPHEADER = "Adafruit_GFX.h"; CPPHEADER = "Adafruit_SPITFT.h"; CPPHEADER = "Adafruit_SPITFT_Macros.h"; @@ -48,14 +48,14 @@ CPU coroLabBoard{ LIBRARY tft { //all the tft stuff (low level, font, print and Tft object) NEEDS = tftFontDriver; - PATH = "cortex/armv7em/stm32f303/coroLabBoard/tft"; + PATH = "cortex-m/armv7em/stm32f303/coroLabBoard/tft"; CPPFILE = "tft.cpp"; CPPHEADER = "tft.h"; }; LIBRARY IOExpander { NEEDS = spi; - PATH = "cortex/armv7em/stm32f303/coroLabBoard"; + PATH = "cortex-m/armv7em/stm32f303/coroLabBoard"; CPPHEADER = "mcp23s17.h"; CPPFILE = "mcp23s17.cpp"; }; @@ -64,7 +64,7 @@ CPU coroLabBoard{ LIBRARY coroBoard { NEEDS = tft; NEEDS = IOExpander; - PATH = "cortex/armv7em/stm32f303/coroLabBoard"; + PATH = "cortex-m/armv7em/stm32f303/coroLabBoard"; CPPHEADER = "coroBoard.h"; CPPFILE = "coroBoard.cpp"; }; diff --git a/goil/templates/config/cortex/armv7em/stm32f303/interruptSources.oil b/goil/templates/config/cortex-m/armv7em/stm32f303/interruptSources.oil similarity index 100% rename from goil/templates/config/cortex/armv7em/stm32f303/interruptSources.oil rename to goil/templates/config/cortex-m/armv7em/stm32f303/interruptSources.oil diff --git a/goil/templates/config/cortex/armv7em/stm32f407/config.oil b/goil/templates/config/cortex-m/armv7em/stm32f407/config.oil similarity index 98% rename from goil/templates/config/cortex/armv7em/stm32f407/config.oil rename to goil/templates/config/cortex-m/armv7em/stm32f407/config.oil index 71d9576d7..5b58600a4 100755 --- a/goil/templates/config/cortex/armv7em/stm32f407/config.oil +++ b/goil/templates/config/cortex-m/armv7em/stm32f407/config.oil @@ -41,7 +41,7 @@ CPU stm32f407 { }; LIBRARY gpt { - PATH = "cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver"; + PATH = "cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver"; CHEADER = "stm32f4xx_tim.h"; CFILE = "stm32f4xx_tim.c"; }; @@ -985,7 +985,7 @@ CPU stm32f407 { } : "FPU global interrupt"; PLATFORM_FILES stm32f407 { - PATH = "cortex/armv7em/stm32f407"; + PATH = "cortex-m/armv7em/stm32f407"; CFILE = "tpl_memory_protection.c"; CFILE = "tpl_machine_stm32f407.c"; CFILE = "startup_stm32f4xx.c"; @@ -994,15 +994,15 @@ CPU stm32f407 { }; PLATFORM_FILES stm32f407_std_libs_includes { - PATH = "cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver"; + PATH = "cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver"; }; PLATFORM_FILES stm32f407_cmsis { - PATH = "cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Include"; + PATH = "cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Include"; }; PLATFORM_FILES stm32f407_std_libs_src { - PATH = "cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver"; + PATH = "cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver"; CFILE = "stm32f4xx_gpio.c"; CFILE = "stm32f4xx_rcc.c"; CFILE = "stm32f4xx_exti.c"; @@ -1011,7 +1011,7 @@ CPU stm32f407 { }; PLATFORM_FILES stm32f407IO { - PATH = "cortex/armv7em/stm32f407/lib"; + PATH = "cortex-m/armv7em/stm32f407/lib"; CFILE = "pinAccess.c"; }; diff --git a/goil/templates/config/cortex/armv7em/stm32f407/interruptSources.oil b/goil/templates/config/cortex-m/armv7em/stm32f407/interruptSources.oil similarity index 100% rename from goil/templates/config/cortex/armv7em/stm32f407/interruptSources.oil rename to goil/templates/config/cortex-m/armv7em/stm32f407/interruptSources.oil diff --git a/goil/templates/config/cortex/armv7em/stm32f407/stm32f4discovery/config.oil b/goil/templates/config/cortex-m/armv7em/stm32f407/stm32f4discovery/config.oil similarity index 68% rename from goil/templates/config/cortex/armv7em/stm32f407/stm32f4discovery/config.oil rename to goil/templates/config/cortex-m/armv7em/stm32f407/stm32f4discovery/config.oil index e34d3c6c3..649ac3a52 100755 --- a/goil/templates/config/cortex/armv7em/stm32f407/stm32f4discovery/config.oil +++ b/goil/templates/config/cortex-m/armv7em/stm32f407/stm32f4discovery/config.oil @@ -1,6 +1,6 @@ CPU stm32_discovery { PLATFORM_FILES stm32f4discovery { - PATH = "cortex/armv7em/stm32f407/stm32f4discovery"; + PATH = "cortex-m/armv7em/stm32f407/stm32f4discovery"; CFILE = "stm32f4_discovery.c"; CFILE = "tp.c"; }; diff --git a/goil/templates/config/cortex/armv7em/stm32l432/config.oil b/goil/templates/config/cortex-m/armv7em/stm32l432/config.oil similarity index 98% rename from goil/templates/config/cortex/armv7em/stm32l432/config.oil rename to goil/templates/config/cortex-m/armv7em/stm32l432/config.oil index 7343febc7..75bb9514f 100755 --- a/goil/templates/config/cortex/armv7em/stm32l432/config.oil +++ b/goil/templates/config/cortex-m/armv7em/stm32l432/config.oil @@ -582,7 +582,7 @@ CPU stm32l432 { } : "CRS global interrupt"; PLATFORM_FILES stm32l432 { - PATH = "cortex/armv7em/stm32l432"; + PATH = "cortex-m/armv7em/stm32l432"; CFILE = "handlers_stm32l432.c"; CFILE = "startup_stm32l432.c"; CFILE = "system_stm32l4xx.c"; @@ -591,21 +591,21 @@ CPU stm32l432 { }; PLATFORM_FILES stm32l432_trace { - PATH = "cortex/armv7em/stm32f303"; + PATH = "cortex-m/armv7em/stm32f303"; CFILE = "tpl_trace.c"; }; PLATFORM_FILES stm32fl432_cmsis { - PATH = "cortex/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include"; + PATH = "cortex-m/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include"; }; PLATFORM_FILES stm32l432IO { - PATH = "cortex/armv7em/stm32l432/lib"; + PATH = "cortex-m/armv7em/stm32l432/lib"; CFILE = "pinAccess.c"; }; LIBRARY serial { - PATH = "cortex/armv7em/stm32l432/lib"; + PATH = "cortex-m/armv7em/stm32l432/lib"; CHEADER = "serial.h"; CFILE = "serial.c"; }; diff --git a/goil/templates/config/cortex/armv7em/stm32l432/interruptSources.oil b/goil/templates/config/cortex-m/armv7em/stm32l432/interruptSources.oil similarity index 100% rename from goil/templates/config/cortex/armv7em/stm32l432/interruptSources.oil rename to goil/templates/config/cortex-m/armv7em/stm32l432/interruptSources.oil diff --git a/goil/templates/config/cortex/armv7m/SmartFusion2/config.oil b/goil/templates/config/cortex-m/armv7m/SmartFusion2/config.oil similarity index 95% rename from goil/templates/config/cortex/armv7m/SmartFusion2/config.oil rename to goil/templates/config/cortex-m/armv7m/SmartFusion2/config.oil index f715ec162..b65a4f3ec 100755 --- a/goil/templates/config/cortex/armv7m/SmartFusion2/config.oil +++ b/goil/templates/config/cortex-m/armv7m/SmartFusion2/config.oil @@ -13,19 +13,19 @@ IMPLEMENTATION SmartFusion2 { CPU SmartFusion2 { LIBRARY gpio { - PATH = "cortex/armv7m/SmartFusion2/drivers/mss_gpio"; + PATH = "cortex-m/armv7m/SmartFusion2/drivers/mss_gpio"; CHEADER = "mss_gpio.h"; CFILE = "mss_gpio.c"; }; LIBRARY nvm { - PATH = "cortex/armv7m/SmartFusion2/drivers/mss_nvm"; + PATH = "cortex-m/armv7m/SmartFusion2/drivers/mss_nvm"; CHEADER = "mss_nvm.h"; CFILE = "mss_nvm.c"; }; LIBRARY uart { - PATH = "cortex/armv7m/SmartFusion2/drivers/mss_uart"; + PATH = "cortex-m/armv7m/SmartFusion2/drivers/mss_uart"; CHEADER = "mss_uart.h"; CFILE = "mss_uart.c"; }; @@ -122,40 +122,40 @@ CPU SmartFusion2 { INTERRUPT GPIO31_IRQ { VECT = 97; SETPRIO = TRUE { NUMBER = 81;}; VECTOR_TYPE = HANDLER { NAME = "GPIO31_IRQ_Handler"; }; }; PLATFORM_FILES sf2_specific { - PATH = "cortex/armv7m/SmartFusion2"; + PATH = "cortex-m/armv7m/SmartFusion2"; CFILE = "handlers_m2sxxx.c"; CFILE = "tpl_machine_m2sxxx.c"; CFILE = "startup_m2sxxx.c"; }; PLATFORM_FILES sf2_hal { - PATH = "cortex/armv7m/SmartFusion2/hal"; + PATH = "cortex-m/armv7m/SmartFusion2/hal"; }; PLATFORM_FILES sf2_hal_CortexM3 { - PATH = "cortex/armv7m/SmartFusion2/hal/CortexM3"; + PATH = "cortex-m/armv7m/SmartFusion2/hal/CortexM3"; CFILE = "cortex_nvic.c"; }; PLATFORM_FILES sf2_hal_CortexM3_GNU { - PATH = "cortex/armv7m/SmartFusion2/hal/CortexM3/GNU"; + PATH = "cortex-m/armv7m/SmartFusion2/hal/CortexM3/GNU"; CFILE = "hw_reg_access.S"; CFILE = "hal.S"; }; PLATFORM_FILES sf2_cmsis { - PATH = "cortex/armv7m/SmartFusion2/CMSIS"; + PATH = "cortex-m/armv7m/SmartFusion2/CMSIS"; CFILE = "system_m2sxxx.c"; }; PLATFORM_FILES sf2_cmsis_gcc { - PATH = "cortex/armv7m/SmartFusion2/CMSIS/startup_gcc"; + PATH = "cortex-m/armv7m/SmartFusion2/CMSIS/startup_gcc"; // CFILE = "startup_m2sxxx.S"; }; PLATFORM_FILES CMSIS_startup_gcc_newlib_stub { - PATH = "cortex/armv7m/SmartFusion2/CMSIS/startup_gcc"; + PATH = "cortex-m/armv7m/SmartFusion2/CMSIS/startup_gcc"; CFILE = "newlib_stubs.c"; }; }; diff --git a/goil/templates/config/cortex/armv7m/SmartFusion2/interruptSources.oil b/goil/templates/config/cortex-m/armv7m/SmartFusion2/interruptSources.oil similarity index 100% rename from goil/templates/config/cortex/armv7m/SmartFusion2/interruptSources.oil rename to goil/templates/config/cortex-m/armv7m/SmartFusion2/interruptSources.oil diff --git a/goil/templates/config/cortex/armv7m/atsam3x8e/arduino_due/config.oil b/goil/templates/config/cortex-m/armv7m/atsam3x8e/arduino_due/config.oil similarity index 81% rename from goil/templates/config/cortex/armv7m/atsam3x8e/arduino_due/config.oil rename to goil/templates/config/cortex-m/armv7m/atsam3x8e/arduino_due/config.oil index 49bc6e742..3483ca73a 100644 --- a/goil/templates/config/cortex/armv7m/atsam3x8e/arduino_due/config.oil +++ b/goil/templates/config/cortex-m/armv7m/atsam3x8e/arduino_due/config.oil @@ -14,7 +14,7 @@ IMPLEMENTATION arduinoDue { CPU atsam3x8e_arduino { PLATFORM_FILES atsam3x8e_arduino { - PATH = "cortex/armv7m/atsam3x8e/arduino"; + PATH = "cortex-m/armv7m/atsam3x8e/arduino"; CFILE = "variant.cpp"; }; @@ -25,7 +25,7 @@ CPU atsam3x8e_arduino { }; PLATFORM_FILES arch_arm{ - PATH = "cortex/armv7m/atsam3x8e/arduino/arch_arm"; + PATH = "cortex-m/armv7m/atsam3x8e/arduino/arch_arm"; CPPFILE = "core_abi.cpp"; CFILE = "core_cortex_vectors.c"; CFILE = "core_hooks.c"; @@ -41,17 +41,17 @@ CPU atsam3x8e_arduino { }; PLATFORM_FILES arch_common{ - PATH = "cortex/armv7m/atsam3x8e/arduino/arch_common"; + PATH = "cortex-m/armv7m/atsam3x8e/arduino/arch_common"; CPPFILE = "core_new.cpp"; }; PLATFORM_FILES avr_compat{ - PATH = "cortex/armv7m/atsam3x8e/arduino/avr_compat"; + PATH = "cortex-m/armv7m/atsam3x8e/arduino/avr_compat"; CFILE = "core_dtostrf.c"; }; PLATFORM_FILES port_sam{ - PATH = "cortex/armv7m/atsam3x8e/arduino/port_sam"; + PATH = "cortex-m/armv7m/atsam3x8e/arduino/port_sam"; CFILE = "core_analog.c"; CFILE = "core_delay.c"; CFILE = "core_digital.c"; @@ -68,7 +68,7 @@ CPU atsam3x8e_arduino { }; LIBRARY sam_arduino{ - PATH = "cortex/armv7m/atsam3x8e/arduino/port_sam"; + PATH = "cortex-m/armv7m/atsam3x8e/arduino/port_sam"; CHEADER = "Arduino.h"; }; diff --git a/goil/templates/config/cortex/armv7m/atsam3x8e/config.oil b/goil/templates/config/cortex-m/armv7m/atsam3x8e/config.oil similarity index 99% rename from goil/templates/config/cortex/armv7m/atsam3x8e/config.oil rename to goil/templates/config/cortex-m/armv7m/atsam3x8e/config.oil index 22b455675..f03876b4e 100755 --- a/goil/templates/config/cortex/armv7m/atsam3x8e/config.oil +++ b/goil/templates/config/cortex-m/armv7m/atsam3x8e/config.oil @@ -357,7 +357,7 @@ CPU atsam3x8e { PLATFORM_FILES atsam3x8e { - PATH = "cortex/armv7m/atsam3x8e"; + PATH = "cortex-m/armv7m/atsam3x8e"; CFILE = "tpl_machine_atsam3x8e.c"; CFILE = "startup_sam3x.c"; CFILE = "system_sam3xa.c"; @@ -365,7 +365,7 @@ CPU atsam3x8e { }; PLATFORM_FILES atsam3x8e_cmsis { - PATH = "cortex/armv7m/atsam3x8e/CMSIS"; + PATH = "cortex-m/armv7m/atsam3x8e/CMSIS"; }; POSTBUILD all { diff --git a/goil/templates/config/cortex/armv7m/atsam3x8e/interruptSources.oil b/goil/templates/config/cortex-m/armv7m/atsam3x8e/interruptSources.oil similarity index 100% rename from goil/templates/config/cortex/armv7m/atsam3x8e/interruptSources.oil rename to goil/templates/config/cortex-m/armv7m/atsam3x8e/interruptSources.oil diff --git a/goil/templates/config/cortex/armv7m/buildOptions.oil b/goil/templates/config/cortex-m/armv7m/buildOptions.oil similarity index 100% rename from goil/templates/config/cortex/armv7m/buildOptions.oil rename to goil/templates/config/cortex-m/armv7m/buildOptions.oil diff --git a/goil/templates/config/cortex/armv7m/config.oil b/goil/templates/config/cortex-m/armv7m/config.oil similarity index 94% rename from goil/templates/config/cortex/armv7m/config.oil rename to goil/templates/config/cortex-m/armv7m/config.oil index 69866424e..e6d54f244 100755 --- a/goil/templates/config/cortex/armv7m/config.oil +++ b/goil/templates/config/cortex-m/armv7m/config.oil @@ -12,7 +12,7 @@ CPU armv7m { INTERRUPT SysTick { VECT = 15; VECTOR_TYPE = HANDLER { NAME = "SysTick_Handler"; }; ACK = FALSE; }; PLATFORM_FILES cortex_m3 { - PATH = "cortex/armv7m"; + PATH = "cortex-m/armv7m"; CFILE = "tpl_ctx_switch.S"; CFILE = "tpl_ctx_switch_under_it.S"; CFILE = "tpl_interrupts.S"; diff --git a/goil/templates/config/cortex/config.oil b/goil/templates/config/cortex-m/config.oil similarity index 98% rename from goil/templates/config/cortex/config.oil rename to goil/templates/config/cortex-m/config.oil index 740999c96..ff6bf0460 100755 --- a/goil/templates/config/cortex/config.oil +++ b/goil/templates/config/cortex-m/config.oil @@ -65,7 +65,7 @@ CPU thumb2_ressource { }; PLATFORM_FILES cortex { - PATH = "cortex"; + PATH = "cortex-m"; CFILE = "tpl_machine_cortex.c"; CFILE = "tpl_sc_handler.S"; CFILE = "tpl_startup.S"; @@ -79,7 +79,7 @@ CPU thumb2_ressource { }; PLATFORM_FILES cortex_cmsis { - PATH = "cortex/CMSIS/Include"; + PATH = "cortex-m/CMSIS/Include"; }; INTERRUPT InitialSPValue { diff --git a/goil/templates/linker/gnu_ld/cortex/armv6m/samd21/memory_map.goilTemplate b/goil/templates/linker/gnu_ld/cortex-m/armv6m/samd21/memory_map.goilTemplate similarity index 100% rename from goil/templates/linker/gnu_ld/cortex/armv6m/samd21/memory_map.goilTemplate rename to goil/templates/linker/gnu_ld/cortex-m/armv6m/samd21/memory_map.goilTemplate diff --git a/goil/templates/linker/gnu_ld/cortex/armv6m/samd21/script.goilTemplate b/goil/templates/linker/gnu_ld/cortex-m/armv6m/samd21/script.goilTemplate similarity index 100% rename from goil/templates/linker/gnu_ld/cortex/armv6m/samd21/script.goilTemplate rename to goil/templates/linker/gnu_ld/cortex-m/armv6m/samd21/script.goilTemplate diff --git a/goil/templates/linker/gnu_ld/cortex/armv6m/samd21/script_specific.goilTemplate b/goil/templates/linker/gnu_ld/cortex-m/armv6m/samd21/script_specific.goilTemplate similarity index 100% rename from goil/templates/linker/gnu_ld/cortex/armv6m/samd21/script_specific.goilTemplate rename to goil/templates/linker/gnu_ld/cortex-m/armv6m/samd21/script_specific.goilTemplate diff --git a/goil/templates/linker/gnu_ld/cortex/armv7em/mk20dx256/memory_map.goilTemplate b/goil/templates/linker/gnu_ld/cortex-m/armv7em/mk20dx256/memory_map.goilTemplate similarity index 100% rename from goil/templates/linker/gnu_ld/cortex/armv7em/mk20dx256/memory_map.goilTemplate rename to goil/templates/linker/gnu_ld/cortex-m/armv7em/mk20dx256/memory_map.goilTemplate diff --git a/goil/templates/linker/gnu_ld/cortex/armv7em/mk20dx256/script.goilTemplate b/goil/templates/linker/gnu_ld/cortex-m/armv7em/mk20dx256/script.goilTemplate similarity index 100% rename from goil/templates/linker/gnu_ld/cortex/armv7em/mk20dx256/script.goilTemplate rename to goil/templates/linker/gnu_ld/cortex-m/armv7em/mk20dx256/script.goilTemplate diff --git a/goil/templates/linker/gnu_ld/cortex/armv7em/mk20dx256/script_specific.goilTemplate b/goil/templates/linker/gnu_ld/cortex-m/armv7em/mk20dx256/script_specific.goilTemplate similarity index 100% rename from goil/templates/linker/gnu_ld/cortex/armv7em/mk20dx256/script_specific.goilTemplate rename to goil/templates/linker/gnu_ld/cortex-m/armv7em/mk20dx256/script_specific.goilTemplate diff --git a/goil/templates/linker/gnu_ld/cortex/armv7em/stm32f303/memory_map.goilTemplate b/goil/templates/linker/gnu_ld/cortex-m/armv7em/stm32f303/memory_map.goilTemplate similarity index 100% rename from goil/templates/linker/gnu_ld/cortex/armv7em/stm32f303/memory_map.goilTemplate rename to goil/templates/linker/gnu_ld/cortex-m/armv7em/stm32f303/memory_map.goilTemplate diff --git a/goil/templates/linker/gnu_ld/cortex/armv7em/stm32f303/script.goilTemplate b/goil/templates/linker/gnu_ld/cortex-m/armv7em/stm32f303/script.goilTemplate similarity index 100% rename from goil/templates/linker/gnu_ld/cortex/armv7em/stm32f303/script.goilTemplate rename to goil/templates/linker/gnu_ld/cortex-m/armv7em/stm32f303/script.goilTemplate diff --git a/goil/templates/linker/gnu_ld/cortex/armv7em/stm32f303/script_specific.goilTemplate b/goil/templates/linker/gnu_ld/cortex-m/armv7em/stm32f303/script_specific.goilTemplate similarity index 100% rename from goil/templates/linker/gnu_ld/cortex/armv7em/stm32f303/script_specific.goilTemplate rename to goil/templates/linker/gnu_ld/cortex-m/armv7em/stm32f303/script_specific.goilTemplate diff --git a/goil/templates/linker/gnu_ld/cortex/armv7em/stm32f407/memory_map.goilTemplate b/goil/templates/linker/gnu_ld/cortex-m/armv7em/stm32f407/memory_map.goilTemplate similarity index 100% rename from goil/templates/linker/gnu_ld/cortex/armv7em/stm32f407/memory_map.goilTemplate rename to goil/templates/linker/gnu_ld/cortex-m/armv7em/stm32f407/memory_map.goilTemplate diff --git a/goil/templates/linker/gnu_ld/cortex/armv7em/stm32f407/script.goilTemplate b/goil/templates/linker/gnu_ld/cortex-m/armv7em/stm32f407/script.goilTemplate similarity index 100% rename from goil/templates/linker/gnu_ld/cortex/armv7em/stm32f407/script.goilTemplate rename to goil/templates/linker/gnu_ld/cortex-m/armv7em/stm32f407/script.goilTemplate diff --git a/goil/templates/linker/gnu_ld/cortex/armv7em/stm32f407/script_specific.goilTemplate b/goil/templates/linker/gnu_ld/cortex-m/armv7em/stm32f407/script_specific.goilTemplate similarity index 100% rename from goil/templates/linker/gnu_ld/cortex/armv7em/stm32f407/script_specific.goilTemplate rename to goil/templates/linker/gnu_ld/cortex-m/armv7em/stm32f407/script_specific.goilTemplate diff --git a/goil/templates/linker/gnu_ld/cortex/armv7em/stm32l432/memory_map.goilTemplate b/goil/templates/linker/gnu_ld/cortex-m/armv7em/stm32l432/memory_map.goilTemplate similarity index 100% rename from goil/templates/linker/gnu_ld/cortex/armv7em/stm32l432/memory_map.goilTemplate rename to goil/templates/linker/gnu_ld/cortex-m/armv7em/stm32l432/memory_map.goilTemplate diff --git a/goil/templates/linker/gnu_ld/cortex/armv7em/stm32l432/script.goilTemplate b/goil/templates/linker/gnu_ld/cortex-m/armv7em/stm32l432/script.goilTemplate similarity index 100% rename from goil/templates/linker/gnu_ld/cortex/armv7em/stm32l432/script.goilTemplate rename to goil/templates/linker/gnu_ld/cortex-m/armv7em/stm32l432/script.goilTemplate diff --git a/goil/templates/linker/gnu_ld/cortex/armv7em/stm32l432/script_specific.goilTemplate b/goil/templates/linker/gnu_ld/cortex-m/armv7em/stm32l432/script_specific.goilTemplate similarity index 100% rename from goil/templates/linker/gnu_ld/cortex/armv7em/stm32l432/script_specific.goilTemplate rename to goil/templates/linker/gnu_ld/cortex-m/armv7em/stm32l432/script_specific.goilTemplate diff --git a/goil/templates/linker/gnu_ld/cortex/armv7m/SmartFusion2/memory_map.goilTemplate b/goil/templates/linker/gnu_ld/cortex-m/armv7m/SmartFusion2/memory_map.goilTemplate similarity index 100% rename from goil/templates/linker/gnu_ld/cortex/armv7m/SmartFusion2/memory_map.goilTemplate rename to goil/templates/linker/gnu_ld/cortex-m/armv7m/SmartFusion2/memory_map.goilTemplate diff --git a/goil/templates/linker/gnu_ld/cortex/armv7m/SmartFusion2/script.goilTemplate b/goil/templates/linker/gnu_ld/cortex-m/armv7m/SmartFusion2/script.goilTemplate similarity index 100% rename from goil/templates/linker/gnu_ld/cortex/armv7m/SmartFusion2/script.goilTemplate rename to goil/templates/linker/gnu_ld/cortex-m/armv7m/SmartFusion2/script.goilTemplate diff --git a/goil/templates/linker/gnu_ld/cortex/armv7m/SmartFusion2/script_specific.goilTemplate b/goil/templates/linker/gnu_ld/cortex-m/armv7m/SmartFusion2/script_specific.goilTemplate similarity index 100% rename from goil/templates/linker/gnu_ld/cortex/armv7m/SmartFusion2/script_specific.goilTemplate rename to goil/templates/linker/gnu_ld/cortex-m/armv7m/SmartFusion2/script_specific.goilTemplate diff --git a/goil/templates/linker/gnu_ld/cortex/armv7m/atsam3x8e/memory_map.goilTemplate b/goil/templates/linker/gnu_ld/cortex-m/armv7m/atsam3x8e/memory_map.goilTemplate similarity index 100% rename from goil/templates/linker/gnu_ld/cortex/armv7m/atsam3x8e/memory_map.goilTemplate rename to goil/templates/linker/gnu_ld/cortex-m/armv7m/atsam3x8e/memory_map.goilTemplate diff --git a/goil/templates/linker/gnu_ld/cortex/armv7m/atsam3x8e/script.goilTemplate b/goil/templates/linker/gnu_ld/cortex-m/armv7m/atsam3x8e/script.goilTemplate similarity index 100% rename from goil/templates/linker/gnu_ld/cortex/armv7m/atsam3x8e/script.goilTemplate rename to goil/templates/linker/gnu_ld/cortex-m/armv7m/atsam3x8e/script.goilTemplate diff --git a/goil/templates/linker/gnu_ld/cortex/armv7m/atsam3x8e/script_specific.goilTemplate b/goil/templates/linker/gnu_ld/cortex-m/armv7m/atsam3x8e/script_specific.goilTemplate similarity index 100% rename from goil/templates/linker/gnu_ld/cortex/armv7m/atsam3x8e/script_specific.goilTemplate rename to goil/templates/linker/gnu_ld/cortex-m/armv7m/atsam3x8e/script_specific.goilTemplate diff --git a/machines/cortex/CMSIS/CMSIS_END_USER_LICENCE_AGREEMENT.pdf b/machines/cortex-m/CMSIS/CMSIS_END_USER_LICENCE_AGREEMENT.pdf similarity index 100% rename from machines/cortex/CMSIS/CMSIS_END_USER_LICENCE_AGREEMENT.pdf rename to machines/cortex-m/CMSIS/CMSIS_END_USER_LICENCE_AGREEMENT.pdf diff --git a/machines/cortex/CMSIS/CMSIS_END_USER_LICENCE_AGREEMENT.rtf b/machines/cortex-m/CMSIS/CMSIS_END_USER_LICENCE_AGREEMENT.rtf similarity index 100% rename from machines/cortex/CMSIS/CMSIS_END_USER_LICENCE_AGREEMENT.rtf rename to machines/cortex-m/CMSIS/CMSIS_END_USER_LICENCE_AGREEMENT.rtf diff --git a/machines/cortex/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/arm_class_marks_example_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/arm_class_marks_example_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/arm_class_marks_example_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/arm_class_marks_example_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/arm_class_marks_example_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/arm_class_marks_example_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/arm_class_marks_example_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/arm_class_marks_example_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/arm_convolution_example_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/arm_convolution_example_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/arm_convolution_example_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/arm_convolution_example_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/math_helper.c b/machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/math_helper.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/math_helper.c rename to machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/math_helper.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/math_helper.h b/machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/math_helper.h similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/math_helper.h rename to machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/math_helper.h diff --git a/machines/cortex/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/arm_convolution_example_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/arm_convolution_example_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/arm_convolution_example_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/arm_convolution_example_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/math_helper.c b/machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/math_helper.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/math_helper.c rename to machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/math_helper.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/math_helper.h b/machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/math_helper.h similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/math_helper.h rename to machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/math_helper.h diff --git a/machines/cortex/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/arm_dotproduct_example_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/arm_dotproduct_example_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/arm_dotproduct_example_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/arm_dotproduct_example_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/GCC/arm_dotproduct_example_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/GCC/arm_dotproduct_example_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/GCC/arm_dotproduct_example_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/GCC/arm_dotproduct_example_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/arm_fft_bin_data.c b/machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/arm_fft_bin_data.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/arm_fft_bin_data.c rename to machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/arm_fft_bin_data.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/arm_fft_bin_example_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/arm_fft_bin_example_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/arm_fft_bin_example_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/arm_fft_bin_example_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/GCC/arm_fft_bin_data.c b/machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/GCC/arm_fft_bin_data.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/GCC/arm_fft_bin_data.c rename to machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/GCC/arm_fft_bin_data.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/GCC/arm_fft_bin_example_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/GCC/arm_fft_bin_example_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/GCC/arm_fft_bin_example_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/GCC/arm_fft_bin_example_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/arm_fir_data.c b/machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/arm_fir_data.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/arm_fir_data.c rename to machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/arm_fir_data.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/arm_fir_example_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/arm_fir_example_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/arm_fir_example_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/arm_fir_example_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/math_helper.c b/machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/math_helper.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/math_helper.c rename to machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/math_helper.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/math_helper.h b/machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/math_helper.h similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/math_helper.h rename to machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/math_helper.h diff --git a/machines/cortex/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/arm_graphic_equalizer_data.c b/machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/arm_graphic_equalizer_data.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/arm_graphic_equalizer_data.c rename to machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/arm_graphic_equalizer_data.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/arm_graphic_equalizer_example_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/arm_graphic_equalizer_example_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/arm_graphic_equalizer_example_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/arm_graphic_equalizer_example_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/math_helper.c b/machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/math_helper.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/math_helper.c rename to machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/math_helper.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/math_helper.h b/machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/math_helper.h similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/math_helper.h rename to machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/math_helper.h diff --git a/machines/cortex/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/arm_linear_interp_data.c b/machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/arm_linear_interp_data.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/arm_linear_interp_data.c rename to machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/arm_linear_interp_data.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/arm_linear_interp_example_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/arm_linear_interp_example_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/arm_linear_interp_example_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/arm_linear_interp_example_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/math_helper.c b/machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/math_helper.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/math_helper.c rename to machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/math_helper.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/math_helper.h b/machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/math_helper.h similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/math_helper.h rename to machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/math_helper.h diff --git a/machines/cortex/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/arm_matrix_example_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/arm_matrix_example_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/arm_matrix_example_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/arm_matrix_example_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/math_helper.c b/machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/math_helper.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/math_helper.c rename to machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/math_helper.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/math_helper.h b/machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/math_helper.h similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/math_helper.h rename to machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/math_helper.h diff --git a/machines/cortex/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/arm_signal_converge_data.c b/machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/arm_signal_converge_data.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/arm_signal_converge_data.c rename to machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/arm_signal_converge_data.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/arm_signal_converge_example_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/arm_signal_converge_example_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/arm_signal_converge_example_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/arm_signal_converge_example_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/math_helper.c b/machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/math_helper.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/math_helper.c rename to machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/math_helper.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/math_helper.h b/machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/math_helper.h similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/math_helper.h rename to machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/math_helper.h diff --git a/machines/cortex/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/arm_sin_cos_example_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/arm_sin_cos_example_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/arm_sin_cos_example_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/arm_sin_cos_example_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/arm_variance_example_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/arm_variance_example_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/arm_variance_example_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/arm_variance_example_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q7.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q7.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q7.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q7.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q7.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q7.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q7.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q7.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q7.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q7.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q7.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q7.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q7.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q7.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q7.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q7.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q7.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q7.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q7.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q7.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q7.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q7.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q7.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q7.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q7.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q7.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q7.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q7.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q7.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q7.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q7.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q7.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q7.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q7.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q7.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q7.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/CommonTables/arm_common_tables.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/CommonTables/arm_common_tables.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/CommonTables/arm_common_tables.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/CommonTables/arm_common_tables.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/CommonTables/arm_const_structs.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/CommonTables/arm_const_structs.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/CommonTables/arm_const_structs.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/CommonTables/arm_const_structs.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_sin_cos_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_sin_cos_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_sin_cos_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_sin_cos_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_sin_cos_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_sin_cos_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_sin_cos_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_sin_cos_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sqrt_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sqrt_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sqrt_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sqrt_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sqrt_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sqrt_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sqrt_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sqrt_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_32x64_init_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_32x64_init_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_32x64_init_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_32x64_init_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_32x64_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_32x64_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_32x64_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_32x64_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_fast_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_fast_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_fast_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_fast_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_fast_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_fast_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_fast_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_fast_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_init_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_init_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_init_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_init_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_init_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_init_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_init_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_init_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_init_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_init_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_init_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_init_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df2T_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df2T_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df2T_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df2T_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df2T_f64.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df2T_f64.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df2T_f64.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df2T_f64.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df2T_init_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df2T_init_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df2T_init_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df2T_init_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df2T_init_f64.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df2T_init_f64.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df2T_init_f64.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df2T_init_f64.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_stereo_df2T_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_stereo_df2T_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_stereo_df2T_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_stereo_df2T_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_stereo_df2T_init_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_stereo_df2T_init_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_stereo_df2T_init_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_stereo_df2T_init_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_fast_opt_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_fast_opt_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_fast_opt_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_fast_opt_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_fast_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_fast_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_fast_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_fast_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_fast_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_fast_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_fast_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_fast_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_opt_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_opt_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_opt_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_opt_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_opt_q7.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_opt_q7.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_opt_q7.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_opt_q7.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_fast_opt_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_fast_opt_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_fast_opt_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_fast_opt_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_fast_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_fast_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_fast_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_fast_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_fast_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_fast_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_fast_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_fast_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_opt_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_opt_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_opt_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_opt_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_opt_q7.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_opt_q7.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_opt_q7.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_opt_q7.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_q7.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_q7.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_q7.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_q7.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_q7.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_q7.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_q7.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_q7.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_fast_opt_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_fast_opt_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_fast_opt_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_fast_opt_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_fast_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_fast_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_fast_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_fast_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_fast_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_fast_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_fast_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_fast_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_opt_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_opt_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_opt_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_opt_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_opt_q7.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_opt_q7.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_opt_q7.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_opt_q7.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_q7.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_q7.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_q7.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_q7.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_fast_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_fast_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_fast_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_fast_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_fast_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_fast_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_fast_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_fast_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_init_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_init_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_init_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_init_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_init_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_init_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_init_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_init_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_init_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_init_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_init_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_init_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_fast_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_fast_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_fast_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_fast_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_fast_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_fast_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_fast_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_fast_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_q7.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_q7.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_q7.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_q7.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_init_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_init_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_init_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_init_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_init_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_init_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_init_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_init_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_init_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_init_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_init_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_init_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_init_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_init_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_init_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_init_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_init_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_init_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_init_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_init_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_init_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_init_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_init_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_init_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_q7.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_q7.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_q7.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_q7.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_q7.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_q7.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_q7.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_q7.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_q7.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_q7.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_q7.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_q7.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_init_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_init_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_init_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_init_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_init_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_init_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_init_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_init_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_init_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_init_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_init_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_init_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_init_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_init_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_init_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_init_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_init_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_init_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_init_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_init_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_init_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_init_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_init_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_init_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_init_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_init_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_init_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_init_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_init_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_init_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_init_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_init_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_init_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_init_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_init_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_init_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_add_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_add_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_add_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_add_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_add_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_add_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_add_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_add_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_add_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_add_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_add_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_add_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_cmplx_mult_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_cmplx_mult_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_cmplx_mult_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_cmplx_mult_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_cmplx_mult_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_cmplx_mult_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_cmplx_mult_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_cmplx_mult_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_cmplx_mult_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_cmplx_mult_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_cmplx_mult_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_cmplx_mult_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_init_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_init_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_init_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_init_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_init_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_init_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_init_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_init_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_init_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_init_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_init_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_init_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_inverse_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_inverse_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_inverse_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_inverse_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_inverse_f64.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_inverse_f64.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_inverse_f64.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_inverse_f64.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_fast_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_fast_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_fast_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_fast_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_fast_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_fast_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_fast_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_fast_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_scale_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_scale_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_scale_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_scale_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_scale_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_scale_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_scale_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_scale_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_scale_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_scale_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_scale_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_scale_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_sub_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_sub_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_sub_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_sub_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_sub_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_sub_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_sub_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_sub_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_sub_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_sub_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_sub_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_sub_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_trans_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_trans_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_trans_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_trans_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_trans_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_trans_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_trans_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_trans_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_trans_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_trans_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_trans_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_trans_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_q7.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_q7.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_q7.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_q7.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_q7.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_q7.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_q7.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_q7.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_q7.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_q7.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_q7.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_q7.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_q7.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_q7.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_q7.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_q7.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_rms_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_rms_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_rms_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_rms_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_rms_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_rms_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_rms_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_rms_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_rms_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_rms_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_rms_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_rms_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_std_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_std_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_std_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_std_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_std_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_std_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_std_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_std_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_std_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_std_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_std_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_std_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_var_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_var_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_var_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_var_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_var_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_var_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_var_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_var_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_var_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_var_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_var_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_var_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_q7.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_q7.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_q7.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_q7.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_q7.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_q7.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_q7.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_q7.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/SupportFunctions/arm_float_to_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/SupportFunctions/arm_float_to_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/SupportFunctions/arm_float_to_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/SupportFunctions/arm_float_to_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/SupportFunctions/arm_float_to_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/SupportFunctions/arm_float_to_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/SupportFunctions/arm_float_to_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/SupportFunctions/arm_float_to_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/SupportFunctions/arm_float_to_q7.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/SupportFunctions/arm_float_to_q7.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/SupportFunctions/arm_float_to_q7.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/SupportFunctions/arm_float_to_q7.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q15_to_float.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q15_to_float.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q15_to_float.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q15_to_float.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q15_to_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q15_to_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q15_to_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q15_to_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q15_to_q7.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q15_to_q7.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q15_to_q7.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q15_to_q7.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q31_to_float.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q31_to_float.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q31_to_float.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q31_to_float.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q31_to_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q31_to_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q31_to_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q31_to_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q31_to_q7.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q31_to_q7.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q31_to_q7.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q31_to_q7.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q7_to_float.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q7_to_float.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q7_to_float.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q7_to_float.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q7_to_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q7_to_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q7_to_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q7_to_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q7_to_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q7_to_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q7_to_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q7_to_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/TransformFunctions/arm_bitreversal.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/TransformFunctions/arm_bitreversal.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/TransformFunctions/arm_bitreversal.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/TransformFunctions/arm_bitreversal.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/TransformFunctions/arm_bitreversal2.S b/machines/cortex-m/CMSIS/DSP_Lib/Source/TransformFunctions/arm_bitreversal2.S similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/TransformFunctions/arm_bitreversal2.S rename to machines/cortex-m/CMSIS/DSP_Lib/Source/TransformFunctions/arm_bitreversal2.S diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix2_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix2_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix2_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix2_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix2_init_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix2_init_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix2_init_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix2_init_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix2_init_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix2_init_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix2_init_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix2_init_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix2_init_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix2_init_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix2_init_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix2_init_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix2_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix2_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix2_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix2_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix2_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix2_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix2_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix2_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_init_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_init_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_init_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_init_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_init_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_init_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_init_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_init_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_init_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_init_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_init_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_init_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix8_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix8_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix8_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix8_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_init_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_init_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_init_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_init_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_init_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_init_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_init_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_init_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_init_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_init_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_init_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_init_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_fast_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_fast_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_fast_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_fast_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_fast_init_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_fast_init_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_fast_init_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_fast_init_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_init_f32.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_init_f32.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_init_f32.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_init_f32.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_init_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_init_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_init_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_init_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_init_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_init_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_init_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_init_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_q15.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_q15.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_q15.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_q15.c diff --git a/machines/cortex/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_q31.c b/machines/cortex-m/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_q31.c similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_q31.c rename to machines/cortex-m/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_q31.c diff --git a/machines/cortex/CMSIS/DSP_Lib/license.txt b/machines/cortex-m/CMSIS/DSP_Lib/license.txt similarity index 100% rename from machines/cortex/CMSIS/DSP_Lib/license.txt rename to machines/cortex-m/CMSIS/DSP_Lib/license.txt diff --git a/machines/cortex/CMSIS/Documentation/Core/html/CMSIS_CORE_Files.png b/machines/cortex-m/CMSIS/Documentation/Core/html/CMSIS_CORE_Files.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/CMSIS_CORE_Files.png rename to machines/cortex-m/CMSIS/Documentation/Core/html/CMSIS_CORE_Files.png diff --git a/machines/cortex/CMSIS/Documentation/Core/html/CMSIS_CORE_Files_user.png b/machines/cortex-m/CMSIS/Documentation/Core/html/CMSIS_CORE_Files_user.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/CMSIS_CORE_Files_user.png rename to machines/cortex-m/CMSIS/Documentation/Core/html/CMSIS_CORE_Files_user.png diff --git a/machines/cortex/CMSIS/Documentation/Core/html/CMSIS_Logo_Final.png b/machines/cortex-m/CMSIS/Documentation/Core/html/CMSIS_Logo_Final.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/CMSIS_Logo_Final.png rename to machines/cortex-m/CMSIS/Documentation/Core/html/CMSIS_Logo_Final.png diff --git a/machines/cortex/CMSIS/Documentation/Core/html/_c_o_r_e__m_i_s_r_a__exceptions_pg.html b/machines/cortex-m/CMSIS/Documentation/Core/html/_c_o_r_e__m_i_s_r_a__exceptions_pg.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/_c_o_r_e__m_i_s_r_a__exceptions_pg.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/_c_o_r_e__m_i_s_r_a__exceptions_pg.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/_reg_map_pg.html b/machines/cortex-m/CMSIS/Documentation/Core/html/_reg_map_pg.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/_reg_map_pg.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/_reg_map_pg.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/_templates_pg.html b/machines/cortex-m/CMSIS/Documentation/Core/html/_templates_pg.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/_templates_pg.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/_templates_pg.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/_templates_pg.js b/machines/cortex-m/CMSIS/Documentation/Core/html/_templates_pg.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/_templates_pg.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/_templates_pg.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/_using__a_r_m_pg.html b/machines/cortex-m/CMSIS/Documentation/Core/html/_using__a_r_m_pg.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/_using__a_r_m_pg.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/_using__a_r_m_pg.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/_using__c_m_s_i_s.html b/machines/cortex-m/CMSIS/Documentation/Core/html/_using__c_m_s_i_s.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/_using__c_m_s_i_s.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/_using__c_m_s_i_s.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/_using__v_t_o_r_pg.html b/machines/cortex-m/CMSIS/Documentation/Core/html/_using__v_t_o_r_pg.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/_using__v_t_o_r_pg.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/_using__v_t_o_r_pg.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/_using_pg.html b/machines/cortex-m/CMSIS/Documentation/Core/html/_using_pg.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/_using_pg.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/_using_pg.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/_using_pg.js b/machines/cortex-m/CMSIS/Documentation/Core/html/_using_pg.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/_using_pg.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/_using_pg.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/annotated.html b/machines/cortex-m/CMSIS/Documentation/Core/html/annotated.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/annotated.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/annotated.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/annotated.js b/machines/cortex-m/CMSIS/Documentation/Core/html/annotated.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/annotated.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/annotated.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/bc_s.png b/machines/cortex-m/CMSIS/Documentation/Core/html/bc_s.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/bc_s.png rename to machines/cortex-m/CMSIS/Documentation/Core/html/bc_s.png diff --git a/machines/cortex/CMSIS/Documentation/Core/html/bdwn.png b/machines/cortex-m/CMSIS/Documentation/Core/html/bdwn.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/bdwn.png rename to machines/cortex-m/CMSIS/Documentation/Core/html/bdwn.png diff --git a/machines/cortex/CMSIS/Documentation/Core/html/check.png b/machines/cortex-m/CMSIS/Documentation/Core/html/check.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/check.png rename to machines/cortex-m/CMSIS/Documentation/Core/html/check.png diff --git a/machines/cortex/CMSIS/Documentation/Core/html/classes.html b/machines/cortex-m/CMSIS/Documentation/Core/html/classes.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/classes.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/classes.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/closed.png b/machines/cortex-m/CMSIS/Documentation/Core/html/closed.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/closed.png rename to machines/cortex-m/CMSIS/Documentation/Core/html/closed.png diff --git a/machines/cortex/CMSIS/Documentation/Core/html/cmsis.css b/machines/cortex-m/CMSIS/Documentation/Core/html/cmsis.css similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/cmsis.css rename to machines/cortex-m/CMSIS/Documentation/Core/html/cmsis.css diff --git a/machines/cortex/CMSIS/Documentation/Core/html/device_h_pg.html b/machines/cortex-m/CMSIS/Documentation/Core/html/device_h_pg.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/device_h_pg.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/device_h_pg.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/doxygen.png b/machines/cortex-m/CMSIS/Documentation/Core/html/doxygen.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/doxygen.png rename to machines/cortex-m/CMSIS/Documentation/Core/html/doxygen.png diff --git a/machines/cortex/CMSIS/Documentation/Core/html/dynsections.js b/machines/cortex-m/CMSIS/Documentation/Core/html/dynsections.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/dynsections.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/dynsections.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/ftv2blank.png b/machines/cortex-m/CMSIS/Documentation/Core/html/ftv2blank.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/ftv2blank.png rename to machines/cortex-m/CMSIS/Documentation/Core/html/ftv2blank.png diff --git a/machines/cortex/CMSIS/Documentation/Core/html/ftv2cl.png b/machines/cortex-m/CMSIS/Documentation/Core/html/ftv2cl.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/ftv2cl.png rename to machines/cortex-m/CMSIS/Documentation/Core/html/ftv2cl.png diff --git a/machines/cortex/CMSIS/Documentation/Core/html/ftv2doc.png b/machines/cortex-m/CMSIS/Documentation/Core/html/ftv2doc.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/ftv2doc.png rename to machines/cortex-m/CMSIS/Documentation/Core/html/ftv2doc.png diff --git a/machines/cortex/CMSIS/Documentation/Core/html/ftv2folderclosed.png b/machines/cortex-m/CMSIS/Documentation/Core/html/ftv2folderclosed.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/ftv2folderclosed.png rename to machines/cortex-m/CMSIS/Documentation/Core/html/ftv2folderclosed.png diff --git a/machines/cortex/CMSIS/Documentation/Core/html/ftv2folderopen.png b/machines/cortex-m/CMSIS/Documentation/Core/html/ftv2folderopen.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/ftv2folderopen.png rename to machines/cortex-m/CMSIS/Documentation/Core/html/ftv2folderopen.png diff --git a/machines/cortex/CMSIS/Documentation/Core/html/ftv2lastnode.png b/machines/cortex-m/CMSIS/Documentation/Core/html/ftv2lastnode.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/ftv2lastnode.png rename to machines/cortex-m/CMSIS/Documentation/Core/html/ftv2lastnode.png diff --git a/machines/cortex/CMSIS/Documentation/Core/html/ftv2link.png b/machines/cortex-m/CMSIS/Documentation/Core/html/ftv2link.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/ftv2link.png rename to machines/cortex-m/CMSIS/Documentation/Core/html/ftv2link.png diff --git a/machines/cortex/CMSIS/Documentation/Core/html/ftv2mlastnode.png b/machines/cortex-m/CMSIS/Documentation/Core/html/ftv2mlastnode.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/ftv2mlastnode.png rename to machines/cortex-m/CMSIS/Documentation/Core/html/ftv2mlastnode.png diff --git a/machines/cortex/CMSIS/Documentation/Core/html/ftv2mnode.png b/machines/cortex-m/CMSIS/Documentation/Core/html/ftv2mnode.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/ftv2mnode.png rename to machines/cortex-m/CMSIS/Documentation/Core/html/ftv2mnode.png diff --git a/machines/cortex/CMSIS/Documentation/Core/html/ftv2mo.png b/machines/cortex-m/CMSIS/Documentation/Core/html/ftv2mo.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/ftv2mo.png rename to machines/cortex-m/CMSIS/Documentation/Core/html/ftv2mo.png diff --git a/machines/cortex/CMSIS/Documentation/Core/html/ftv2node.png b/machines/cortex-m/CMSIS/Documentation/Core/html/ftv2node.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/ftv2node.png rename to machines/cortex-m/CMSIS/Documentation/Core/html/ftv2node.png diff --git a/machines/cortex/CMSIS/Documentation/Core/html/ftv2ns.png b/machines/cortex-m/CMSIS/Documentation/Core/html/ftv2ns.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/ftv2ns.png rename to machines/cortex-m/CMSIS/Documentation/Core/html/ftv2ns.png diff --git a/machines/cortex/CMSIS/Documentation/Core/html/ftv2plastnode.png b/machines/cortex-m/CMSIS/Documentation/Core/html/ftv2plastnode.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/ftv2plastnode.png rename to machines/cortex-m/CMSIS/Documentation/Core/html/ftv2plastnode.png diff --git a/machines/cortex/CMSIS/Documentation/Core/html/ftv2pnode.png b/machines/cortex-m/CMSIS/Documentation/Core/html/ftv2pnode.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/ftv2pnode.png rename to machines/cortex-m/CMSIS/Documentation/Core/html/ftv2pnode.png diff --git a/machines/cortex/CMSIS/Documentation/Core/html/ftv2splitbar.png b/machines/cortex-m/CMSIS/Documentation/Core/html/ftv2splitbar.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/ftv2splitbar.png rename to machines/cortex-m/CMSIS/Documentation/Core/html/ftv2splitbar.png diff --git a/machines/cortex/CMSIS/Documentation/Core/html/ftv2vertline.png b/machines/cortex-m/CMSIS/Documentation/Core/html/ftv2vertline.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/ftv2vertline.png rename to machines/cortex-m/CMSIS/Documentation/Core/html/ftv2vertline.png diff --git a/machines/cortex/CMSIS/Documentation/Core/html/functions.html b/machines/cortex-m/CMSIS/Documentation/Core/html/functions.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/functions.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/functions.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/functions_vars.html b/machines/cortex-m/CMSIS/Documentation/Core/html/functions_vars.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/functions_vars.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/functions_vars.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/globals.html b/machines/cortex-m/CMSIS/Documentation/Core/html/globals.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/globals.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/globals.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/globals_enum.html b/machines/cortex-m/CMSIS/Documentation/Core/html/globals_enum.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/globals_enum.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/globals_enum.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/globals_eval.html b/machines/cortex-m/CMSIS/Documentation/Core/html/globals_eval.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/globals_eval.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/globals_eval.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/globals_func.html b/machines/cortex-m/CMSIS/Documentation/Core/html/globals_func.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/globals_func.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/globals_func.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/globals_vars.html b/machines/cortex-m/CMSIS/Documentation/Core/html/globals_vars.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/globals_vars.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/globals_vars.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/group___core___register__gr.html b/machines/cortex-m/CMSIS/Documentation/Core/html/group___core___register__gr.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/group___core___register__gr.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/group___core___register__gr.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/group___core___register__gr.js b/machines/cortex-m/CMSIS/Documentation/Core/html/group___core___register__gr.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/group___core___register__gr.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/group___core___register__gr.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/group___i_t_m___debug__gr.html b/machines/cortex-m/CMSIS/Documentation/Core/html/group___i_t_m___debug__gr.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/group___i_t_m___debug__gr.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/group___i_t_m___debug__gr.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/group___i_t_m___debug__gr.js b/machines/cortex-m/CMSIS/Documentation/Core/html/group___i_t_m___debug__gr.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/group___i_t_m___debug__gr.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/group___i_t_m___debug__gr.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/group___n_v_i_c__gr.html b/machines/cortex-m/CMSIS/Documentation/Core/html/group___n_v_i_c__gr.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/group___n_v_i_c__gr.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/group___n_v_i_c__gr.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/group___n_v_i_c__gr.js b/machines/cortex-m/CMSIS/Documentation/Core/html/group___n_v_i_c__gr.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/group___n_v_i_c__gr.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/group___n_v_i_c__gr.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/group___sys_tick__gr.html b/machines/cortex-m/CMSIS/Documentation/Core/html/group___sys_tick__gr.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/group___sys_tick__gr.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/group___sys_tick__gr.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/group___sys_tick__gr.js b/machines/cortex-m/CMSIS/Documentation/Core/html/group___sys_tick__gr.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/group___sys_tick__gr.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/group___sys_tick__gr.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/group__intrinsic___c_p_u__gr.html b/machines/cortex-m/CMSIS/Documentation/Core/html/group__intrinsic___c_p_u__gr.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/group__intrinsic___c_p_u__gr.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/group__intrinsic___c_p_u__gr.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/group__intrinsic___c_p_u__gr.js b/machines/cortex-m/CMSIS/Documentation/Core/html/group__intrinsic___c_p_u__gr.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/group__intrinsic___c_p_u__gr.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/group__intrinsic___c_p_u__gr.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/group__intrinsic___s_i_m_d__gr.html b/machines/cortex-m/CMSIS/Documentation/Core/html/group__intrinsic___s_i_m_d__gr.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/group__intrinsic___s_i_m_d__gr.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/group__intrinsic___s_i_m_d__gr.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/group__intrinsic___s_i_m_d__gr.js b/machines/cortex-m/CMSIS/Documentation/Core/html/group__intrinsic___s_i_m_d__gr.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/group__intrinsic___s_i_m_d__gr.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/group__intrinsic___s_i_m_d__gr.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/group__peripheral__gr.html b/machines/cortex-m/CMSIS/Documentation/Core/html/group__peripheral__gr.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/group__peripheral__gr.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/group__peripheral__gr.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/group__system__init__gr.html b/machines/cortex-m/CMSIS/Documentation/Core/html/group__system__init__gr.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/group__system__init__gr.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/group__system__init__gr.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/group__system__init__gr.js b/machines/cortex-m/CMSIS/Documentation/Core/html/group__system__init__gr.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/group__system__init__gr.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/group__system__init__gr.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/index.html b/machines/cortex-m/CMSIS/Documentation/Core/html/index.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/index.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/index.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/jquery.js b/machines/cortex-m/CMSIS/Documentation/Core/html/jquery.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/jquery.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/jquery.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/modules.html b/machines/cortex-m/CMSIS/Documentation/Core/html/modules.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/modules.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/modules.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/modules.js b/machines/cortex-m/CMSIS/Documentation/Core/html/modules.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/modules.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/modules.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/nav_f.png b/machines/cortex-m/CMSIS/Documentation/Core/html/nav_f.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/nav_f.png rename to machines/cortex-m/CMSIS/Documentation/Core/html/nav_f.png diff --git a/machines/cortex/CMSIS/Documentation/Core/html/nav_g.png b/machines/cortex-m/CMSIS/Documentation/Core/html/nav_g.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/nav_g.png rename to machines/cortex-m/CMSIS/Documentation/Core/html/nav_g.png diff --git a/machines/cortex/CMSIS/Documentation/Core/html/nav_h.png b/machines/cortex-m/CMSIS/Documentation/Core/html/nav_h.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/nav_h.png rename to machines/cortex-m/CMSIS/Documentation/Core/html/nav_h.png diff --git a/machines/cortex/CMSIS/Documentation/Core/html/navtree.css b/machines/cortex-m/CMSIS/Documentation/Core/html/navtree.css similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/navtree.css rename to machines/cortex-m/CMSIS/Documentation/Core/html/navtree.css diff --git a/machines/cortex/CMSIS/Documentation/Core/html/navtree.js b/machines/cortex-m/CMSIS/Documentation/Core/html/navtree.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/navtree.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/navtree.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/navtreeindex0.js b/machines/cortex-m/CMSIS/Documentation/Core/html/navtreeindex0.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/navtreeindex0.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/navtreeindex0.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/navtreeindex1.js b/machines/cortex-m/CMSIS/Documentation/Core/html/navtreeindex1.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/navtreeindex1.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/navtreeindex1.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/open.png b/machines/cortex-m/CMSIS/Documentation/Core/html/open.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/open.png rename to machines/cortex-m/CMSIS/Documentation/Core/html/open.png diff --git a/machines/cortex/CMSIS/Documentation/Core/html/pages.html b/machines/cortex-m/CMSIS/Documentation/Core/html/pages.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/pages.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/pages.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/resize.js b/machines/cortex-m/CMSIS/Documentation/Core/html/resize.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/resize.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/resize.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search.css b/machines/cortex-m/CMSIS/Documentation/Core/html/search.css similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search.css rename to machines/cortex-m/CMSIS/Documentation/Core/html/search.css diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/all_5f.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/all_5f.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/all_5f.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/all_5f.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/all_5f.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/all_5f.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/all_5f.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/all_5f.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/all_61.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/all_61.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/all_61.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/all_61.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/all_61.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/all_61.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/all_61.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/all_61.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/all_62.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/all_62.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/all_62.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/all_62.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/all_62.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/all_62.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/all_62.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/all_62.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/all_63.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/all_63.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/all_63.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/all_63.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/all_63.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/all_63.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/all_63.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/all_63.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/all_64.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/all_64.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/all_64.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/all_64.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/all_64.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/all_64.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/all_64.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/all_64.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/all_65.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/all_65.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/all_65.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/all_65.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/all_65.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/all_65.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/all_65.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/all_65.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/all_66.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/all_66.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/all_66.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/all_66.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/all_66.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/all_66.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/all_66.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/all_66.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/all_68.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/all_68.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/all_68.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/all_68.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/all_68.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/all_68.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/all_68.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/all_68.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/all_69.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/all_69.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/all_69.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/all_69.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/all_69.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/all_69.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/all_69.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/all_69.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/all_6c.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/all_6c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/all_6c.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/all_6c.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/all_6c.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/all_6c.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/all_6c.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/all_6c.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/all_6d.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/all_6d.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/all_6d.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/all_6d.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/all_6d.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/all_6d.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/all_6d.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/all_6d.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/all_6e.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/all_6e.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/all_6e.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/all_6e.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/all_6e.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/all_6e.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/all_6e.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/all_6e.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/all_6f.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/all_6f.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/all_6f.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/all_6f.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/all_6f.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/all_6f.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/all_6f.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/all_6f.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/all_70.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/all_70.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/all_70.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/all_70.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/all_70.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/all_70.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/all_70.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/all_70.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/all_71.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/all_71.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/all_71.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/all_71.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/all_71.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/all_71.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/all_71.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/all_71.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/all_72.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/all_72.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/all_72.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/all_72.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/all_72.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/all_72.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/all_72.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/all_72.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/all_73.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/all_73.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/all_73.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/all_73.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/all_73.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/all_73.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/all_73.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/all_73.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/all_74.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/all_74.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/all_74.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/all_74.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/all_74.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/all_74.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/all_74.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/all_74.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/all_75.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/all_75.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/all_75.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/all_75.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/all_75.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/all_75.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/all_75.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/all_75.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/all_76.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/all_76.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/all_76.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/all_76.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/all_76.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/all_76.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/all_76.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/all_76.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/all_77.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/all_77.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/all_77.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/all_77.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/all_77.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/all_77.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/all_77.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/all_77.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/all_78.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/all_78.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/all_78.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/all_78.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/all_78.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/all_78.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/all_78.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/all_78.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/all_7a.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/all_7a.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/all_7a.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/all_7a.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/all_7a.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/all_7a.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/all_7a.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/all_7a.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/classes_61.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/classes_61.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/classes_61.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/classes_61.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/classes_61.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/classes_61.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/classes_61.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/classes_61.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/classes_63.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/classes_63.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/classes_63.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/classes_63.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/classes_63.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/classes_63.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/classes_63.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/classes_63.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/classes_64.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/classes_64.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/classes_64.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/classes_64.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/classes_64.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/classes_64.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/classes_64.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/classes_64.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/classes_66.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/classes_66.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/classes_66.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/classes_66.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/classes_66.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/classes_66.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/classes_66.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/classes_66.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/classes_69.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/classes_69.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/classes_69.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/classes_69.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/classes_69.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/classes_69.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/classes_69.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/classes_69.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/classes_6d.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/classes_6d.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/classes_6d.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/classes_6d.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/classes_6d.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/classes_6d.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/classes_6d.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/classes_6d.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/classes_6e.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/classes_6e.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/classes_6e.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/classes_6e.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/classes_6e.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/classes_6e.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/classes_6e.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/classes_6e.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/classes_73.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/classes_73.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/classes_73.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/classes_73.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/classes_73.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/classes_73.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/classes_73.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/classes_73.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/classes_74.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/classes_74.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/classes_74.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/classes_74.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/classes_74.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/classes_74.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/classes_74.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/classes_74.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/classes_78.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/classes_78.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/classes_78.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/classes_78.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/classes_78.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/classes_78.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/classes_78.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/classes_78.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/close.png b/machines/cortex-m/CMSIS/Documentation/Core/html/search/close.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/close.png rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/close.png diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/enums_69.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/enums_69.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/enums_69.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/enums_69.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/enums_69.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/enums_69.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/enums_69.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/enums_69.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/enumvalues_62.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/enumvalues_62.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/enumvalues_62.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/enumvalues_62.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/enumvalues_62.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/enumvalues_62.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/enumvalues_62.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/enumvalues_62.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/enumvalues_64.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/enumvalues_64.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/enumvalues_64.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/enumvalues_64.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/enumvalues_64.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/enumvalues_64.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/enumvalues_64.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/enumvalues_64.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/enumvalues_68.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/enumvalues_68.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/enumvalues_68.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/enumvalues_68.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/enumvalues_68.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/enumvalues_68.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/enumvalues_68.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/enumvalues_68.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/enumvalues_6d.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/enumvalues_6d.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/enumvalues_6d.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/enumvalues_6d.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/enumvalues_6d.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/enumvalues_6d.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/enumvalues_6d.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/enumvalues_6d.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/enumvalues_6e.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/enumvalues_6e.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/enumvalues_6e.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/enumvalues_6e.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/enumvalues_6e.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/enumvalues_6e.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/enumvalues_6e.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/enumvalues_6e.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/enumvalues_70.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/enumvalues_70.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/enumvalues_70.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/enumvalues_70.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/enumvalues_70.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/enumvalues_70.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/enumvalues_70.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/enumvalues_70.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/enumvalues_73.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/enumvalues_73.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/enumvalues_73.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/enumvalues_73.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/enumvalues_73.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/enumvalues_73.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/enumvalues_73.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/enumvalues_73.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/enumvalues_75.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/enumvalues_75.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/enumvalues_75.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/enumvalues_75.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/enumvalues_75.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/enumvalues_75.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/enumvalues_75.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/enumvalues_75.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/enumvalues_77.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/enumvalues_77.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/enumvalues_77.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/enumvalues_77.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/enumvalues_77.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/enumvalues_77.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/enumvalues_77.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/enumvalues_77.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/files_6d.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/files_6d.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/files_6d.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/files_6d.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/files_6d.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/files_6d.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/files_6d.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/files_6d.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/files_6f.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/files_6f.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/files_6f.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/files_6f.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/files_6f.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/files_6f.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/files_6f.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/files_6f.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/files_72.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/files_72.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/files_72.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/files_72.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/files_72.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/files_72.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/files_72.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/files_72.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/files_74.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/files_74.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/files_74.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/files_74.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/files_74.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/files_74.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/files_74.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/files_74.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/files_75.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/files_75.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/files_75.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/files_75.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/files_75.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/files_75.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/files_75.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/files_75.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/functions_5f.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/functions_5f.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/functions_5f.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/functions_5f.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/functions_5f.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/functions_5f.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/functions_5f.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/functions_5f.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/functions_69.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/functions_69.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/functions_69.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/functions_69.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/functions_69.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/functions_69.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/functions_69.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/functions_69.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/functions_6e.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/functions_6e.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/functions_6e.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/functions_6e.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/functions_6e.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/functions_6e.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/functions_6e.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/functions_6e.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/functions_73.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/functions_73.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/functions_73.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/functions_73.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/functions_73.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/functions_73.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/functions_73.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/functions_73.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/groups_63.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/groups_63.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/groups_63.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/groups_63.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/groups_63.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/groups_63.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/groups_63.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/groups_63.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/groups_64.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/groups_64.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/groups_64.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/groups_64.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/groups_64.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/groups_64.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/groups_64.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/groups_64.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/groups_69.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/groups_69.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/groups_69.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/groups_69.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/groups_69.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/groups_69.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/groups_69.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/groups_69.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/groups_70.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/groups_70.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/groups_70.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/groups_70.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/groups_70.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/groups_70.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/groups_70.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/groups_70.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/groups_73.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/groups_73.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/groups_73.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/groups_73.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/groups_73.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/groups_73.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/groups_73.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/groups_73.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/mag_sel.png b/machines/cortex-m/CMSIS/Documentation/Core/html/search/mag_sel.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/mag_sel.png rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/mag_sel.png diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/nomatches.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/nomatches.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/nomatches.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/nomatches.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/pages_62.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/pages_62.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/pages_62.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/pages_62.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/pages_62.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/pages_62.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/pages_62.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/pages_62.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/pages_64.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/pages_64.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/pages_64.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/pages_64.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/pages_64.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/pages_64.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/pages_64.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/pages_64.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/pages_6d.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/pages_6d.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/pages_6d.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/pages_6d.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/pages_6d.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/pages_6d.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/pages_6d.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/pages_6d.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/pages_6f.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/pages_6f.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/pages_6f.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/pages_6f.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/pages_6f.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/pages_6f.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/pages_6f.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/pages_6f.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/pages_72.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/pages_72.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/pages_72.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/pages_72.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/pages_72.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/pages_72.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/pages_72.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/pages_72.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/pages_73.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/pages_73.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/pages_73.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/pages_73.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/pages_73.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/pages_73.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/pages_73.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/pages_73.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/pages_74.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/pages_74.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/pages_74.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/pages_74.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/pages_74.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/pages_74.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/pages_74.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/pages_74.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/pages_75.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/pages_75.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/pages_75.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/pages_75.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/pages_75.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/pages_75.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/pages_75.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/pages_75.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/search.css b/machines/cortex-m/CMSIS/Documentation/Core/html/search/search.css similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/search.css rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/search.css diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/search.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/search.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/search.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/search.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/search_l.png b/machines/cortex-m/CMSIS/Documentation/Core/html/search/search_l.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/search_l.png rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/search_l.png diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/search_m.png b/machines/cortex-m/CMSIS/Documentation/Core/html/search/search_m.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/search_m.png rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/search_m.png diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/search_r.png b/machines/cortex-m/CMSIS/Documentation/Core/html/search/search_r.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/search_r.png rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/search_r.png diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/variables_5f.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_5f.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/variables_5f.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_5f.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/variables_5f.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_5f.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/variables_5f.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_5f.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/variables_61.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_61.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/variables_61.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_61.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/variables_61.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_61.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/variables_61.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_61.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/variables_62.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_62.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/variables_62.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_62.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/variables_62.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_62.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/variables_62.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_62.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/variables_63.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_63.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/variables_63.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_63.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/variables_63.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_63.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/variables_63.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_63.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/variables_64.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_64.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/variables_64.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_64.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/variables_64.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_64.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/variables_64.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_64.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/variables_65.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_65.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/variables_65.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_65.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/variables_65.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_65.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/variables_65.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_65.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/variables_66.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_66.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/variables_66.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_66.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/variables_66.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_66.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/variables_66.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_66.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/variables_68.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_68.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/variables_68.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_68.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/variables_68.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_68.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/variables_68.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_68.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/variables_69.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_69.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/variables_69.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_69.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/variables_69.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_69.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/variables_69.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_69.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/variables_6c.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_6c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/variables_6c.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_6c.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/variables_6c.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_6c.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/variables_6c.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_6c.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/variables_6d.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_6d.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/variables_6d.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_6d.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/variables_6d.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_6d.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/variables_6d.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_6d.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/variables_6e.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_6e.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/variables_6e.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_6e.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/variables_6e.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_6e.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/variables_6e.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_6e.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/variables_70.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_70.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/variables_70.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_70.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/variables_70.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_70.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/variables_70.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_70.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/variables_71.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_71.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/variables_71.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_71.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/variables_71.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_71.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/variables_71.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_71.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/variables_72.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_72.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/variables_72.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_72.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/variables_72.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_72.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/variables_72.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_72.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/variables_73.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_73.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/variables_73.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_73.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/variables_73.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_73.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/variables_73.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_73.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/variables_74.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_74.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/variables_74.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_74.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/variables_74.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_74.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/variables_74.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_74.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/variables_75.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_75.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/variables_75.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_75.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/variables_75.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_75.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/variables_75.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_75.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/variables_76.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_76.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/variables_76.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_76.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/variables_76.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_76.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/variables_76.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_76.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/variables_77.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_77.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/variables_77.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_77.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/variables_77.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_77.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/variables_77.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_77.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/variables_7a.html b/machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_7a.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/variables_7a.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_7a.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/search/variables_7a.js b/machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_7a.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/search/variables_7a.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/search/variables_7a.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/startup_s_pg.html b/machines/cortex-m/CMSIS/Documentation/Core/html/startup_s_pg.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/startup_s_pg.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/startup_s_pg.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/struct_core_debug___type.html b/machines/cortex-m/CMSIS/Documentation/Core/html/struct_core_debug___type.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/struct_core_debug___type.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/struct_core_debug___type.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/struct_core_debug___type.js b/machines/cortex-m/CMSIS/Documentation/Core/html/struct_core_debug___type.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/struct_core_debug___type.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/struct_core_debug___type.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/struct_d_w_t___type.html b/machines/cortex-m/CMSIS/Documentation/Core/html/struct_d_w_t___type.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/struct_d_w_t___type.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/struct_d_w_t___type.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/struct_d_w_t___type.js b/machines/cortex-m/CMSIS/Documentation/Core/html/struct_d_w_t___type.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/struct_d_w_t___type.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/struct_d_w_t___type.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/struct_f_p_u___type.html b/machines/cortex-m/CMSIS/Documentation/Core/html/struct_f_p_u___type.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/struct_f_p_u___type.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/struct_f_p_u___type.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/struct_f_p_u___type.js b/machines/cortex-m/CMSIS/Documentation/Core/html/struct_f_p_u___type.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/struct_f_p_u___type.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/struct_f_p_u___type.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/struct_i_t_m___type.html b/machines/cortex-m/CMSIS/Documentation/Core/html/struct_i_t_m___type.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/struct_i_t_m___type.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/struct_i_t_m___type.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/struct_i_t_m___type.js b/machines/cortex-m/CMSIS/Documentation/Core/html/struct_i_t_m___type.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/struct_i_t_m___type.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/struct_i_t_m___type.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/struct_m_p_u___type.html b/machines/cortex-m/CMSIS/Documentation/Core/html/struct_m_p_u___type.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/struct_m_p_u___type.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/struct_m_p_u___type.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/struct_m_p_u___type.js b/machines/cortex-m/CMSIS/Documentation/Core/html/struct_m_p_u___type.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/struct_m_p_u___type.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/struct_m_p_u___type.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/struct_n_v_i_c___type.html b/machines/cortex-m/CMSIS/Documentation/Core/html/struct_n_v_i_c___type.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/struct_n_v_i_c___type.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/struct_n_v_i_c___type.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/struct_n_v_i_c___type.js b/machines/cortex-m/CMSIS/Documentation/Core/html/struct_n_v_i_c___type.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/struct_n_v_i_c___type.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/struct_n_v_i_c___type.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/struct_s_c_b___type.html b/machines/cortex-m/CMSIS/Documentation/Core/html/struct_s_c_b___type.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/struct_s_c_b___type.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/struct_s_c_b___type.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/struct_s_c_b___type.js b/machines/cortex-m/CMSIS/Documentation/Core/html/struct_s_c_b___type.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/struct_s_c_b___type.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/struct_s_c_b___type.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/struct_s_cn_s_c_b___type.html b/machines/cortex-m/CMSIS/Documentation/Core/html/struct_s_cn_s_c_b___type.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/struct_s_cn_s_c_b___type.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/struct_s_cn_s_c_b___type.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/struct_s_cn_s_c_b___type.js b/machines/cortex-m/CMSIS/Documentation/Core/html/struct_s_cn_s_c_b___type.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/struct_s_cn_s_c_b___type.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/struct_s_cn_s_c_b___type.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/struct_sys_tick___type.html b/machines/cortex-m/CMSIS/Documentation/Core/html/struct_sys_tick___type.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/struct_sys_tick___type.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/struct_sys_tick___type.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/struct_sys_tick___type.js b/machines/cortex-m/CMSIS/Documentation/Core/html/struct_sys_tick___type.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/struct_sys_tick___type.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/struct_sys_tick___type.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/struct_t_p_i___type.html b/machines/cortex-m/CMSIS/Documentation/Core/html/struct_t_p_i___type.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/struct_t_p_i___type.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/struct_t_p_i___type.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/struct_t_p_i___type.js b/machines/cortex-m/CMSIS/Documentation/Core/html/struct_t_p_i___type.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/struct_t_p_i___type.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/struct_t_p_i___type.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/sync_off.png b/machines/cortex-m/CMSIS/Documentation/Core/html/sync_off.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/sync_off.png rename to machines/cortex-m/CMSIS/Documentation/Core/html/sync_off.png diff --git a/machines/cortex/CMSIS/Documentation/Core/html/sync_on.png b/machines/cortex-m/CMSIS/Documentation/Core/html/sync_on.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/sync_on.png rename to machines/cortex-m/CMSIS/Documentation/Core/html/sync_on.png diff --git a/machines/cortex/CMSIS/Documentation/Core/html/system_c_pg.html b/machines/cortex-m/CMSIS/Documentation/Core/html/system_c_pg.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/system_c_pg.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/system_c_pg.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/tab_a.png b/machines/cortex-m/CMSIS/Documentation/Core/html/tab_a.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/tab_a.png rename to machines/cortex-m/CMSIS/Documentation/Core/html/tab_a.png diff --git a/machines/cortex/CMSIS/Documentation/Core/html/tab_b.png b/machines/cortex-m/CMSIS/Documentation/Core/html/tab_b.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/tab_b.png rename to machines/cortex-m/CMSIS/Documentation/Core/html/tab_b.png diff --git a/machines/cortex/CMSIS/Documentation/Core/html/tab_h.png b/machines/cortex-m/CMSIS/Documentation/Core/html/tab_h.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/tab_h.png rename to machines/cortex-m/CMSIS/Documentation/Core/html/tab_h.png diff --git a/machines/cortex/CMSIS/Documentation/Core/html/tab_s.png b/machines/cortex-m/CMSIS/Documentation/Core/html/tab_s.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/tab_s.png rename to machines/cortex-m/CMSIS/Documentation/Core/html/tab_s.png diff --git a/machines/cortex/CMSIS/Documentation/Core/html/tab_topnav.png b/machines/cortex-m/CMSIS/Documentation/Core/html/tab_topnav.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/tab_topnav.png rename to machines/cortex-m/CMSIS/Documentation/Core/html/tab_topnav.png diff --git a/machines/cortex/CMSIS/Documentation/Core/html/tabs.css b/machines/cortex-m/CMSIS/Documentation/Core/html/tabs.css similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/tabs.css rename to machines/cortex-m/CMSIS/Documentation/Core/html/tabs.css diff --git a/machines/cortex/CMSIS/Documentation/Core/html/todo.html b/machines/cortex-m/CMSIS/Documentation/Core/html/todo.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/todo.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/todo.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/union_a_p_s_r___type.html b/machines/cortex-m/CMSIS/Documentation/Core/html/union_a_p_s_r___type.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/union_a_p_s_r___type.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/union_a_p_s_r___type.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/union_a_p_s_r___type.js b/machines/cortex-m/CMSIS/Documentation/Core/html/union_a_p_s_r___type.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/union_a_p_s_r___type.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/union_a_p_s_r___type.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/union_c_o_n_t_r_o_l___type.html b/machines/cortex-m/CMSIS/Documentation/Core/html/union_c_o_n_t_r_o_l___type.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/union_c_o_n_t_r_o_l___type.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/union_c_o_n_t_r_o_l___type.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/union_c_o_n_t_r_o_l___type.js b/machines/cortex-m/CMSIS/Documentation/Core/html/union_c_o_n_t_r_o_l___type.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/union_c_o_n_t_r_o_l___type.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/union_c_o_n_t_r_o_l___type.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/union_i_p_s_r___type.html b/machines/cortex-m/CMSIS/Documentation/Core/html/union_i_p_s_r___type.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/union_i_p_s_r___type.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/union_i_p_s_r___type.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/union_i_p_s_r___type.js b/machines/cortex-m/CMSIS/Documentation/Core/html/union_i_p_s_r___type.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/union_i_p_s_r___type.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/union_i_p_s_r___type.js diff --git a/machines/cortex/CMSIS/Documentation/Core/html/unionx_p_s_r___type.html b/machines/cortex-m/CMSIS/Documentation/Core/html/unionx_p_s_r___type.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/unionx_p_s_r___type.html rename to machines/cortex-m/CMSIS/Documentation/Core/html/unionx_p_s_r___type.html diff --git a/machines/cortex/CMSIS/Documentation/Core/html/unionx_p_s_r___type.js b/machines/cortex-m/CMSIS/Documentation/Core/html/unionx_p_s_r___type.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/Core/html/unionx_p_s_r___type.js rename to machines/cortex-m/CMSIS/Documentation/Core/html/unionx_p_s_r___type.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/Biquad.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/Biquad.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/Biquad.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/Biquad.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/BiquadCascade.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/BiquadCascade.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/BiquadCascade.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/BiquadCascade.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/BiquadDF2Transposed.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/BiquadDF2Transposed.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/BiquadDF2Transposed.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/BiquadDF2Transposed.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/BiquadPostshift.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/BiquadPostshift.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/BiquadPostshift.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/BiquadPostshift.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/CFFT.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/CFFT.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/CFFT.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/CFFT.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/CFFTQ15.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/CFFTQ15.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/CFFTQ15.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/CFFTQ15.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/CFFTQ31.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/CFFTQ31.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/CFFTQ31.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/CFFTQ31.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/CIFFTQ15.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/CIFFTQ15.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/CIFFTQ15.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/CIFFTQ15.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/CIFFTQ31.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/CIFFTQ31.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/CIFFTQ31.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/CIFFTQ31.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/CMSIS_Logo_Final.png b/machines/cortex-m/CMSIS/Documentation/DSP/html/CMSIS_Logo_Final.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/CMSIS_Logo_Final.png rename to machines/cortex-m/CMSIS/Documentation/DSP/html/CMSIS_Logo_Final.png diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/Convolution.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/Convolution.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/Convolution.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/Convolution.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/ConvolutionEquation.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/ConvolutionEquation.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/ConvolutionEquation.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/ConvolutionEquation.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/CorrelateEquation.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/CorrelateEquation.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/CorrelateEquation.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/CorrelateEquation.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/DCT4.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/DCT4.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/DCT4.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/DCT4.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/DCT4Equation.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/DCT4Equation.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/DCT4Equation.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/DCT4Equation.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/FFTBin.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/FFTBin.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/FFTBin.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/FFTBin.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/FFTBinInput.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/FFTBinInput.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/FFTBinInput.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/FFTBinInput.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/FFTBinOutput.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/FFTBinOutput.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/FFTBinOutput.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/FFTBinOutput.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/FIR.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/FIR.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/FIR.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/FIR.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/FIRDecimator.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/FIRDecimator.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/FIRDecimator.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/FIRDecimator.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/FIRInterpolator.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/FIRInterpolator.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/FIRInterpolator.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/FIRInterpolator.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/FIRLPF_coeffs.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/FIRLPF_coeffs.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/FIRLPF_coeffs.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/FIRLPF_coeffs.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/FIRLPF_input.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/FIRLPF_input.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/FIRLPF_input.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/FIRLPF_input.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/FIRLPF_output.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/FIRLPF_output.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/FIRLPF_output.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/FIRLPF_output.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/FIRLPF_response.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/FIRLPF_response.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/FIRLPF_response.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/FIRLPF_response.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/FIRLPF_signalflow.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/FIRLPF_signalflow.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/FIRLPF_signalflow.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/FIRLPF_signalflow.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/FIRLattice.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/FIRLattice.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/FIRLattice.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/FIRLattice.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/FIRSparse.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/FIRSparse.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/FIRSparse.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/FIRSparse.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/GEQ_allbandresponse.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/GEQ_allbandresponse.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/GEQ_allbandresponse.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/GEQ_allbandresponse.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/GEQ_bandresponse.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/GEQ_bandresponse.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/GEQ_bandresponse.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/GEQ_bandresponse.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/GEQ_inputchirp.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/GEQ_inputchirp.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/GEQ_inputchirp.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/GEQ_inputchirp.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/GEQ_outputchirp.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/GEQ_outputchirp.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/GEQ_outputchirp.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/GEQ_outputchirp.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/GEQ_signalflow.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/GEQ_signalflow.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/GEQ_signalflow.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/GEQ_signalflow.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/IDCT4Equation.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/IDCT4Equation.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/IDCT4Equation.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/IDCT4Equation.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/IIRLattice.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/IIRLattice.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/IIRLattice.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/IIRLattice.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/LMS.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/LMS.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/LMS.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/LMS.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/LinearInterp.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/LinearInterp.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/LinearInterp.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/LinearInterp.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/MatrixAddition.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/MatrixAddition.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/MatrixAddition.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/MatrixAddition.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/MatrixInverse.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/MatrixInverse.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/MatrixInverse.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/MatrixInverse.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/MatrixMultiplication.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/MatrixMultiplication.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/MatrixMultiplication.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/MatrixMultiplication.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/MatrixScale.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/MatrixScale.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/MatrixScale.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/MatrixScale.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/MatrixSubtraction.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/MatrixSubtraction.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/MatrixSubtraction.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/MatrixSubtraction.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/MatrixTranspose.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/MatrixTranspose.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/MatrixTranspose.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/MatrixTranspose.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/PID.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/PID.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/PID.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/PID.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/RFFT.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/RFFT.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/RFFT.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/RFFT.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/RFFTQ15.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/RFFTQ15.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/RFFTQ15.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/RFFTQ15.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/RFFTQ31.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/RFFTQ31.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/RFFTQ31.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/RFFTQ31.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/RIFFT.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/RIFFT.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/RIFFT.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/RIFFT.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/RIFFTQ15.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/RIFFTQ15.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/RIFFTQ15.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/RIFFTQ15.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/RIFFTQ31.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/RIFFTQ31.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/RIFFTQ31.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/RIFFTQ31.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/SignalFlow.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/SignalFlow.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/SignalFlow.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/SignalFlow.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/Variance.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/Variance.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/Variance.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/Variance.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/_a_r_m_2arm__class__marks__example__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/_a_r_m_2arm__class__marks__example__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/_a_r_m_2arm__class__marks__example__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/_a_r_m_2arm__class__marks__example__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/_a_r_m_2arm__convolution__example__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/_a_r_m_2arm__convolution__example__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/_a_r_m_2arm__convolution__example__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/_a_r_m_2arm__convolution__example__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/_a_r_m_2arm__dotproduct__example__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/_a_r_m_2arm__dotproduct__example__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/_a_r_m_2arm__dotproduct__example__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/_a_r_m_2arm__dotproduct__example__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/_a_r_m_2arm__fft__bin__data_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/_a_r_m_2arm__fft__bin__data_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/_a_r_m_2arm__fft__bin__data_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/_a_r_m_2arm__fft__bin__data_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/_a_r_m_2arm__fft__bin__example__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/_a_r_m_2arm__fft__bin__example__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/_a_r_m_2arm__fft__bin__example__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/_a_r_m_2arm__fft__bin__example__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/_change_01_log_8txt.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/_change_01_log_8txt.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/_change_01_log_8txt.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/_change_01_log_8txt.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/_change_log_pg.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/_change_log_pg.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/_change_log_pg.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/_change_log_pg.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/_g_c_c_2arm__class__marks__example__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/_g_c_c_2arm__class__marks__example__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/_g_c_c_2arm__class__marks__example__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/_g_c_c_2arm__class__marks__example__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/_g_c_c_2arm__convolution__example__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/_g_c_c_2arm__convolution__example__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/_g_c_c_2arm__convolution__example__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/_g_c_c_2arm__convolution__example__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/_g_c_c_2arm__dotproduct__example__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/_g_c_c_2arm__dotproduct__example__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/_g_c_c_2arm__dotproduct__example__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/_g_c_c_2arm__dotproduct__example__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/_g_c_c_2arm__fft__bin__data_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/_g_c_c_2arm__fft__bin__data_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/_g_c_c_2arm__fft__bin__data_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/_g_c_c_2arm__fft__bin__data_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/_g_c_c_2arm__fft__bin__example__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/_g_c_c_2arm__fft__bin__example__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/_g_c_c_2arm__fft__bin__example__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/_g_c_c_2arm__fft__bin__example__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/annotated.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/annotated.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/annotated.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/annotated.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/annotated.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/annotated.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/annotated.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/annotated.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__abs__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__abs__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__abs__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__abs__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__abs__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__abs__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__abs__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__abs__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__abs__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__abs__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__abs__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__abs__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__abs__q7_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__abs__q7_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__abs__q7_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__abs__q7_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__add__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__add__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__add__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__add__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__add__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__add__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__add__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__add__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__add__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__add__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__add__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__add__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__add__q7_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__add__q7_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__add__q7_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__add__q7_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df1__32x64__init__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df1__32x64__init__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df1__32x64__init__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df1__32x64__init__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df1__32x64__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df1__32x64__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df1__32x64__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df1__32x64__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df1__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df1__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df1__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df1__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df1__fast__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df1__fast__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df1__fast__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df1__fast__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df1__fast__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df1__fast__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df1__fast__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df1__fast__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df1__init__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df1__init__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df1__init__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df1__init__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df1__init__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df1__init__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df1__init__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df1__init__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df1__init__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df1__init__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df1__init__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df1__init__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df1__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df1__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df1__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df1__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df1__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df1__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df1__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df1__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df2_t__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df2_t__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df2_t__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df2_t__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df2_t__f64_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df2_t__f64_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df2_t__f64_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df2_t__f64_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df2_t__init__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df2_t__init__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df2_t__init__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df2_t__init__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df2_t__init__f64_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df2_t__init__f64_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df2_t__init__f64_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__biquad__cascade__df2_t__init__f64_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__biquad__cascade__stereo__df2_t__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__biquad__cascade__stereo__df2_t__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__biquad__cascade__stereo__df2_t__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__biquad__cascade__stereo__df2_t__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__biquad__cascade__stereo__df2_t__init__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__biquad__cascade__stereo__df2_t__init__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__biquad__cascade__stereo__df2_t__init__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__biquad__cascade__stereo__df2_t__init__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__bitreversal_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__bitreversal_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__bitreversal_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__bitreversal_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__cfft__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cfft__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__cfft__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cfft__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__cfft__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cfft__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__cfft__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cfft__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__cfft__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cfft__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__cfft__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cfft__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__cfft__radix2__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cfft__radix2__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__cfft__radix2__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cfft__radix2__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__cfft__radix2__init__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cfft__radix2__init__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__cfft__radix2__init__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cfft__radix2__init__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__cfft__radix2__init__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cfft__radix2__init__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__cfft__radix2__init__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cfft__radix2__init__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__cfft__radix2__init__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cfft__radix2__init__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__cfft__radix2__init__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cfft__radix2__init__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__cfft__radix2__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cfft__radix2__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__cfft__radix2__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cfft__radix2__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__cfft__radix2__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cfft__radix2__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__cfft__radix2__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cfft__radix2__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__cfft__radix4__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cfft__radix4__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__cfft__radix4__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cfft__radix4__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__cfft__radix4__init__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cfft__radix4__init__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__cfft__radix4__init__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cfft__radix4__init__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__cfft__radix4__init__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cfft__radix4__init__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__cfft__radix4__init__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cfft__radix4__init__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__cfft__radix4__init__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cfft__radix4__init__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__cfft__radix4__init__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cfft__radix4__init__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__cfft__radix4__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cfft__radix4__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__cfft__radix4__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cfft__radix4__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__cfft__radix4__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cfft__radix4__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__cfft__radix4__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cfft__radix4__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__cfft__radix8__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cfft__radix8__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__cfft__radix8__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cfft__radix8__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__class__marks__example_2_a_r_m_2_abstract_8txt.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__class__marks__example_2_a_r_m_2_abstract_8txt.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__class__marks__example_2_a_r_m_2_abstract_8txt.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__class__marks__example_2_a_r_m_2_abstract_8txt.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__class__marks__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m0_2system___a_r_m_c_m0_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__class__marks__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m0_2system___a_r_m_c_m0_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__class__marks__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m0_2system___a_r_m_c_m0_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__class__marks__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m0_2system___a_r_m_c_m0_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__class__marks__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m3_2system___a_r_m_c_m3_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__class__marks__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m3_2system___a_r_m_c_m3_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__class__marks__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m3_2system___a_r_m_c_m3_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__class__marks__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m3_2system___a_r_m_c_m3_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__class__marks__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m4___f_p_2system___a_r_m_c_m4_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__class__marks__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m4___f_p_2system___a_r_m_c_m4_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__class__marks__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m4___f_p_2system___a_r_m_c_m4_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__class__marks__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m4___f_p_2system___a_r_m_c_m4_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__class__marks__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m7___s_p_2system___a_r_m_c_m7_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__class__marks__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m7___s_p_2system___a_r_m_c_m7_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__class__marks__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m7___s_p_2system___a_r_m_c_m7_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__class__marks__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m7___s_p_2system___a_r_m_c_m7_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__class__marks__example_2_a_r_m_2_r_t_e_2_r_t_e___components_8h.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__class__marks__example_2_a_r_m_2_r_t_e_2_r_t_e___components_8h.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__class__marks__example_2_a_r_m_2_r_t_e_2_r_t_e___components_8h.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__class__marks__example_2_a_r_m_2_r_t_e_2_r_t_e___components_8h.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__class__marks__example_2_g_c_c_2_abstract_8txt.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__class__marks__example_2_g_c_c_2_abstract_8txt.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__class__marks__example_2_g_c_c_2_abstract_8txt.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__class__marks__example_2_g_c_c_2_abstract_8txt.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__class__marks__example_2_g_c_c_2_startup_2system___a_r_m_c_m0_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__class__marks__example_2_g_c_c_2_startup_2system___a_r_m_c_m0_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__class__marks__example_2_g_c_c_2_startup_2system___a_r_m_c_m0_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__class__marks__example_2_g_c_c_2_startup_2system___a_r_m_c_m0_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__class__marks__example_2_g_c_c_2_startup_2system___a_r_m_c_m3_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__class__marks__example_2_g_c_c_2_startup_2system___a_r_m_c_m3_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__class__marks__example_2_g_c_c_2_startup_2system___a_r_m_c_m3_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__class__marks__example_2_g_c_c_2_startup_2system___a_r_m_c_m3_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__class__marks__example_2_g_c_c_2_startup_2system___a_r_m_c_m4_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__class__marks__example_2_g_c_c_2_startup_2system___a_r_m_c_m4_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__class__marks__example_2_g_c_c_2_startup_2system___a_r_m_c_m4_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__class__marks__example_2_g_c_c_2_startup_2system___a_r_m_c_m4_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__cmplx__conj__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cmplx__conj__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__cmplx__conj__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cmplx__conj__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__cmplx__conj__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cmplx__conj__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__cmplx__conj__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cmplx__conj__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__cmplx__conj__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cmplx__conj__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__cmplx__conj__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cmplx__conj__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__cmplx__dot__prod__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cmplx__dot__prod__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__cmplx__dot__prod__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cmplx__dot__prod__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__cmplx__dot__prod__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cmplx__dot__prod__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__cmplx__dot__prod__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cmplx__dot__prod__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__cmplx__dot__prod__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cmplx__dot__prod__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__cmplx__dot__prod__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cmplx__dot__prod__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__cmplx__mag__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cmplx__mag__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__cmplx__mag__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cmplx__mag__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__cmplx__mag__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cmplx__mag__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__cmplx__mag__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cmplx__mag__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__cmplx__mag__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cmplx__mag__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__cmplx__mag__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cmplx__mag__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__cmplx__mag__squared__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cmplx__mag__squared__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__cmplx__mag__squared__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cmplx__mag__squared__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__cmplx__mag__squared__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cmplx__mag__squared__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__cmplx__mag__squared__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cmplx__mag__squared__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__cmplx__mag__squared__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cmplx__mag__squared__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__cmplx__mag__squared__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cmplx__mag__squared__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__cmplx__mult__cmplx__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cmplx__mult__cmplx__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__cmplx__mult__cmplx__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cmplx__mult__cmplx__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__cmplx__mult__cmplx__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cmplx__mult__cmplx__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__cmplx__mult__cmplx__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cmplx__mult__cmplx__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__cmplx__mult__cmplx__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cmplx__mult__cmplx__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__cmplx__mult__cmplx__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cmplx__mult__cmplx__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__cmplx__mult__real__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cmplx__mult__real__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__cmplx__mult__real__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cmplx__mult__real__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__cmplx__mult__real__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cmplx__mult__real__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__cmplx__mult__real__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cmplx__mult__real__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__cmplx__mult__real__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cmplx__mult__real__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__cmplx__mult__real__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cmplx__mult__real__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__common__tables_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__common__tables_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__common__tables_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__common__tables_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__common__tables_8h.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__common__tables_8h.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__common__tables_8h.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__common__tables_8h.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__const__structs_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__const__structs_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__const__structs_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__const__structs_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__const__structs_8h.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__const__structs_8h.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__const__structs_8h.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__const__structs_8h.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__conv__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__conv__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__conv__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__conv__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__conv__fast__opt__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__conv__fast__opt__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__conv__fast__opt__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__conv__fast__opt__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__conv__fast__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__conv__fast__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__conv__fast__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__conv__fast__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__conv__fast__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__conv__fast__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__conv__fast__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__conv__fast__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__conv__opt__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__conv__opt__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__conv__opt__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__conv__opt__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__conv__opt__q7_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__conv__opt__q7_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__conv__opt__q7_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__conv__opt__q7_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__conv__partial__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__conv__partial__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__conv__partial__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__conv__partial__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__conv__partial__fast__opt__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__conv__partial__fast__opt__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__conv__partial__fast__opt__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__conv__partial__fast__opt__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__conv__partial__fast__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__conv__partial__fast__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__conv__partial__fast__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__conv__partial__fast__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__conv__partial__fast__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__conv__partial__fast__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__conv__partial__fast__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__conv__partial__fast__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__conv__partial__opt__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__conv__partial__opt__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__conv__partial__opt__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__conv__partial__opt__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__conv__partial__opt__q7_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__conv__partial__opt__q7_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__conv__partial__opt__q7_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__conv__partial__opt__q7_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__conv__partial__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__conv__partial__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__conv__partial__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__conv__partial__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__conv__partial__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__conv__partial__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__conv__partial__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__conv__partial__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__conv__partial__q7_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__conv__partial__q7_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__conv__partial__q7_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__conv__partial__q7_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__conv__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__conv__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__conv__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__conv__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__conv__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__conv__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__conv__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__conv__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__conv__q7_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__conv__q7_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__conv__q7_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__conv__q7_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__convolution__example_2_a_r_m_2_abstract_8txt.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__convolution__example_2_a_r_m_2_abstract_8txt.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__convolution__example_2_a_r_m_2_abstract_8txt.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__convolution__example_2_a_r_m_2_abstract_8txt.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__convolution__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m0_2system___a_r_m_c_m0_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__convolution__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m0_2system___a_r_m_c_m0_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__convolution__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m0_2system___a_r_m_c_m0_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__convolution__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m0_2system___a_r_m_c_m0_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__convolution__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m3_2system___a_r_m_c_m3_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__convolution__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m3_2system___a_r_m_c_m3_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__convolution__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m3_2system___a_r_m_c_m3_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__convolution__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m3_2system___a_r_m_c_m3_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__convolution__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m4___f_p_2system___a_r_m_c_m4_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__convolution__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m4___f_p_2system___a_r_m_c_m4_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__convolution__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m4___f_p_2system___a_r_m_c_m4_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__convolution__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m4___f_p_2system___a_r_m_c_m4_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__convolution__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m7___s_p_2system___a_r_m_c_m7_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__convolution__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m7___s_p_2system___a_r_m_c_m7_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__convolution__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m7___s_p_2system___a_r_m_c_m7_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__convolution__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m7___s_p_2system___a_r_m_c_m7_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__convolution__example_2_a_r_m_2_r_t_e_2_r_t_e___components_8h.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__convolution__example_2_a_r_m_2_r_t_e_2_r_t_e___components_8h.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__convolution__example_2_a_r_m_2_r_t_e_2_r_t_e___components_8h.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__convolution__example_2_a_r_m_2_r_t_e_2_r_t_e___components_8h.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__convolution__example_2_a_r_m_2math__helper_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__convolution__example_2_a_r_m_2math__helper_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__convolution__example_2_a_r_m_2math__helper_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__convolution__example_2_a_r_m_2math__helper_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__convolution__example_2_a_r_m_2math__helper_8h.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__convolution__example_2_a_r_m_2math__helper_8h.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__convolution__example_2_a_r_m_2math__helper_8h.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__convolution__example_2_a_r_m_2math__helper_8h.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__convolution__example_2_g_c_c_2_abstract_8txt.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__convolution__example_2_g_c_c_2_abstract_8txt.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__convolution__example_2_g_c_c_2_abstract_8txt.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__convolution__example_2_g_c_c_2_abstract_8txt.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__convolution__example_2_g_c_c_2_startup_2system___a_r_m_c_m0_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__convolution__example_2_g_c_c_2_startup_2system___a_r_m_c_m0_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__convolution__example_2_g_c_c_2_startup_2system___a_r_m_c_m0_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__convolution__example_2_g_c_c_2_startup_2system___a_r_m_c_m0_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__convolution__example_2_g_c_c_2_startup_2system___a_r_m_c_m3_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__convolution__example_2_g_c_c_2_startup_2system___a_r_m_c_m3_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__convolution__example_2_g_c_c_2_startup_2system___a_r_m_c_m3_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__convolution__example_2_g_c_c_2_startup_2system___a_r_m_c_m3_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__convolution__example_2_g_c_c_2_startup_2system___a_r_m_c_m4_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__convolution__example_2_g_c_c_2_startup_2system___a_r_m_c_m4_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__convolution__example_2_g_c_c_2_startup_2system___a_r_m_c_m4_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__convolution__example_2_g_c_c_2_startup_2system___a_r_m_c_m4_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__convolution__example_2_g_c_c_2math__helper_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__convolution__example_2_g_c_c_2math__helper_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__convolution__example_2_g_c_c_2math__helper_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__convolution__example_2_g_c_c_2math__helper_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__convolution__example_2_g_c_c_2math__helper_8h.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__convolution__example_2_g_c_c_2math__helper_8h.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__convolution__example_2_g_c_c_2math__helper_8h.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__convolution__example_2_g_c_c_2math__helper_8h.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__copy__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__copy__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__copy__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__copy__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__copy__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__copy__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__copy__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__copy__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__copy__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__copy__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__copy__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__copy__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__copy__q7_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__copy__q7_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__copy__q7_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__copy__q7_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__correlate__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__correlate__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__correlate__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__correlate__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__correlate__fast__opt__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__correlate__fast__opt__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__correlate__fast__opt__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__correlate__fast__opt__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__correlate__fast__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__correlate__fast__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__correlate__fast__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__correlate__fast__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__correlate__fast__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__correlate__fast__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__correlate__fast__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__correlate__fast__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__correlate__opt__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__correlate__opt__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__correlate__opt__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__correlate__opt__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__correlate__opt__q7_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__correlate__opt__q7_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__correlate__opt__q7_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__correlate__opt__q7_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__correlate__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__correlate__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__correlate__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__correlate__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__correlate__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__correlate__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__correlate__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__correlate__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__correlate__q7_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__correlate__q7_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__correlate__q7_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__correlate__q7_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__cos__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cos__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__cos__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cos__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__cos__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cos__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__cos__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cos__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__cos__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cos__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__cos__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__cos__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__dct4__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__dct4__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__dct4__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__dct4__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__dct4__init__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__dct4__init__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__dct4__init__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__dct4__init__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__dct4__init__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__dct4__init__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__dct4__init__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__dct4__init__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__dct4__init__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__dct4__init__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__dct4__init__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__dct4__init__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__dct4__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__dct4__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__dct4__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__dct4__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__dct4__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__dct4__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__dct4__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__dct4__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__dot__prod__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__dot__prod__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__dot__prod__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__dot__prod__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__dot__prod__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__dot__prod__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__dot__prod__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__dot__prod__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__dot__prod__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__dot__prod__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__dot__prod__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__dot__prod__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__dot__prod__q7_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__dot__prod__q7_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__dot__prod__q7_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__dot__prod__q7_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__dotproduct__example_2_a_r_m_2_abstract_8txt.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__dotproduct__example_2_a_r_m_2_abstract_8txt.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__dotproduct__example_2_a_r_m_2_abstract_8txt.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__dotproduct__example_2_a_r_m_2_abstract_8txt.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__dotproduct__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m0_2system___a_r_m_c_m0_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__dotproduct__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m0_2system___a_r_m_c_m0_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__dotproduct__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m0_2system___a_r_m_c_m0_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__dotproduct__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m0_2system___a_r_m_c_m0_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__dotproduct__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m3_2system___a_r_m_c_m3_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__dotproduct__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m3_2system___a_r_m_c_m3_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__dotproduct__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m3_2system___a_r_m_c_m3_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__dotproduct__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m3_2system___a_r_m_c_m3_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__dotproduct__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m4___f_p_2system___a_r_m_c_m4_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__dotproduct__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m4___f_p_2system___a_r_m_c_m4_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__dotproduct__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m4___f_p_2system___a_r_m_c_m4_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__dotproduct__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m4___f_p_2system___a_r_m_c_m4_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__dotproduct__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m7___s_p_2system___a_r_m_c_m7_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__dotproduct__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m7___s_p_2system___a_r_m_c_m7_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__dotproduct__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m7___s_p_2system___a_r_m_c_m7_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__dotproduct__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m7___s_p_2system___a_r_m_c_m7_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__dotproduct__example_2_a_r_m_2_r_t_e_2_r_t_e___components_8h.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__dotproduct__example_2_a_r_m_2_r_t_e_2_r_t_e___components_8h.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__dotproduct__example_2_a_r_m_2_r_t_e_2_r_t_e___components_8h.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__dotproduct__example_2_a_r_m_2_r_t_e_2_r_t_e___components_8h.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__dotproduct__example_2_g_c_c_2_abstract_8txt.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__dotproduct__example_2_g_c_c_2_abstract_8txt.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__dotproduct__example_2_g_c_c_2_abstract_8txt.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__dotproduct__example_2_g_c_c_2_abstract_8txt.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__dotproduct__example_2_g_c_c_2_startup_2system___a_r_m_c_m0_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__dotproduct__example_2_g_c_c_2_startup_2system___a_r_m_c_m0_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__dotproduct__example_2_g_c_c_2_startup_2system___a_r_m_c_m0_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__dotproduct__example_2_g_c_c_2_startup_2system___a_r_m_c_m0_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__dotproduct__example_2_g_c_c_2_startup_2system___a_r_m_c_m3_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__dotproduct__example_2_g_c_c_2_startup_2system___a_r_m_c_m3_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__dotproduct__example_2_g_c_c_2_startup_2system___a_r_m_c_m3_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__dotproduct__example_2_g_c_c_2_startup_2system___a_r_m_c_m3_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__dotproduct__example_2_g_c_c_2_startup_2system___a_r_m_c_m4_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__dotproduct__example_2_g_c_c_2_startup_2system___a_r_m_c_m4_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__dotproduct__example_2_g_c_c_2_startup_2system___a_r_m_c_m4_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__dotproduct__example_2_g_c_c_2_startup_2system___a_r_m_c_m4_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__fft__bin__example_2_a_r_m_2_abstract_8txt.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fft__bin__example_2_a_r_m_2_abstract_8txt.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__fft__bin__example_2_a_r_m_2_abstract_8txt.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fft__bin__example_2_a_r_m_2_abstract_8txt.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__fft__bin__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m0_2system___a_r_m_c_m0_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fft__bin__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m0_2system___a_r_m_c_m0_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__fft__bin__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m0_2system___a_r_m_c_m0_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fft__bin__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m0_2system___a_r_m_c_m0_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__fft__bin__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m3_2system___a_r_m_c_m3_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fft__bin__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m3_2system___a_r_m_c_m3_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__fft__bin__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m3_2system___a_r_m_c_m3_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fft__bin__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m3_2system___a_r_m_c_m3_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__fft__bin__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m4___f_p_2system___a_r_m_c_m4_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fft__bin__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m4___f_p_2system___a_r_m_c_m4_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__fft__bin__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m4___f_p_2system___a_r_m_c_m4_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fft__bin__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m4___f_p_2system___a_r_m_c_m4_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__fft__bin__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m7___s_p_2system___a_r_m_c_m7_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fft__bin__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m7___s_p_2system___a_r_m_c_m7_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__fft__bin__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m7___s_p_2system___a_r_m_c_m7_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fft__bin__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m7___s_p_2system___a_r_m_c_m7_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__fft__bin__example_2_a_r_m_2_r_t_e_2_r_t_e___components_8h.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fft__bin__example_2_a_r_m_2_r_t_e_2_r_t_e___components_8h.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__fft__bin__example_2_a_r_m_2_r_t_e_2_r_t_e___components_8h.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fft__bin__example_2_a_r_m_2_r_t_e_2_r_t_e___components_8h.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__fft__bin__example_2_g_c_c_2_abstract_8txt.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fft__bin__example_2_g_c_c_2_abstract_8txt.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__fft__bin__example_2_g_c_c_2_abstract_8txt.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fft__bin__example_2_g_c_c_2_abstract_8txt.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__fft__bin__example_2_g_c_c_2_startup_2system___a_r_m_c_m0_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fft__bin__example_2_g_c_c_2_startup_2system___a_r_m_c_m0_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__fft__bin__example_2_g_c_c_2_startup_2system___a_r_m_c_m0_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fft__bin__example_2_g_c_c_2_startup_2system___a_r_m_c_m0_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__fft__bin__example_2_g_c_c_2_startup_2system___a_r_m_c_m3_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fft__bin__example_2_g_c_c_2_startup_2system___a_r_m_c_m3_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__fft__bin__example_2_g_c_c_2_startup_2system___a_r_m_c_m3_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fft__bin__example_2_g_c_c_2_startup_2system___a_r_m_c_m3_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__fft__bin__example_2_g_c_c_2_startup_2system___a_r_m_c_m4_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fft__bin__example_2_g_c_c_2_startup_2system___a_r_m_c_m4_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__fft__bin__example_2_g_c_c_2_startup_2system___a_r_m_c_m4_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fft__bin__example_2_g_c_c_2_startup_2system___a_r_m_c_m4_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__fill__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fill__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__fill__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fill__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__fill__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fill__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__fill__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fill__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__fill__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fill__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__fill__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fill__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__fill__q7_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fill__q7_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__fill__q7_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fill__q7_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__data_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__data_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__data_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__data_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__decimate__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__decimate__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__decimate__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__decimate__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__decimate__fast__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__decimate__fast__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__decimate__fast__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__decimate__fast__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__decimate__fast__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__decimate__fast__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__decimate__fast__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__decimate__fast__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__decimate__init__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__decimate__init__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__decimate__init__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__decimate__init__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__decimate__init__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__decimate__init__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__decimate__init__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__decimate__init__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__decimate__init__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__decimate__init__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__decimate__init__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__decimate__init__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__decimate__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__decimate__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__decimate__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__decimate__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__decimate__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__decimate__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__decimate__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__decimate__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__example_2_a_r_m_2_abstract_8txt.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__example_2_a_r_m_2_abstract_8txt.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__example_2_a_r_m_2_abstract_8txt.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__example_2_a_r_m_2_abstract_8txt.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m0_2system___a_r_m_c_m0_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m0_2system___a_r_m_c_m0_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m0_2system___a_r_m_c_m0_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m0_2system___a_r_m_c_m0_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m3_2system___a_r_m_c_m3_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m3_2system___a_r_m_c_m3_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m3_2system___a_r_m_c_m3_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m3_2system___a_r_m_c_m3_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m4___f_p_2system___a_r_m_c_m4_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m4___f_p_2system___a_r_m_c_m4_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m4___f_p_2system___a_r_m_c_m4_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m4___f_p_2system___a_r_m_c_m4_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m7___s_p_2system___a_r_m_c_m7_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m7___s_p_2system___a_r_m_c_m7_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m7___s_p_2system___a_r_m_c_m7_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m7___s_p_2system___a_r_m_c_m7_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__example_2_a_r_m_2_r_t_e_2_r_t_e___components_8h.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__example_2_a_r_m_2_r_t_e_2_r_t_e___components_8h.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__example_2_a_r_m_2_r_t_e_2_r_t_e___components_8h.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__example_2_a_r_m_2_r_t_e_2_r_t_e___components_8h.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__example_2_a_r_m_2math__helper_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__example_2_a_r_m_2math__helper_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__example_2_a_r_m_2math__helper_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__example_2_a_r_m_2math__helper_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__example_2_a_r_m_2math__helper_8h.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__example_2_a_r_m_2math__helper_8h.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__example_2_a_r_m_2math__helper_8h.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__example_2_a_r_m_2math__helper_8h.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__example__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__example__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__example__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__example__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__fast__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__fast__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__fast__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__fast__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__fast__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__fast__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__fast__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__fast__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__init__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__init__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__init__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__init__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__init__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__init__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__init__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__init__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__init__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__init__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__init__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__init__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__init__q7_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__init__q7_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__init__q7_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__init__q7_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__interpolate__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__interpolate__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__interpolate__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__interpolate__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__interpolate__init__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__interpolate__init__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__interpolate__init__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__interpolate__init__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__interpolate__init__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__interpolate__init__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__interpolate__init__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__interpolate__init__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__interpolate__init__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__interpolate__init__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__interpolate__init__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__interpolate__init__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__interpolate__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__interpolate__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__interpolate__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__interpolate__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__interpolate__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__interpolate__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__interpolate__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__interpolate__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__lattice__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__lattice__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__lattice__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__lattice__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__lattice__init__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__lattice__init__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__lattice__init__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__lattice__init__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__lattice__init__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__lattice__init__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__lattice__init__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__lattice__init__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__lattice__init__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__lattice__init__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__lattice__init__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__lattice__init__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__lattice__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__lattice__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__lattice__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__lattice__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__lattice__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__lattice__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__lattice__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__lattice__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__q7_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__q7_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__q7_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__q7_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__sparse__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__sparse__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__sparse__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__sparse__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__sparse__init__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__sparse__init__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__sparse__init__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__sparse__init__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__sparse__init__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__sparse__init__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__sparse__init__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__sparse__init__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__sparse__init__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__sparse__init__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__sparse__init__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__sparse__init__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__sparse__init__q7_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__sparse__init__q7_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__sparse__init__q7_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__sparse__init__q7_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__sparse__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__sparse__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__sparse__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__sparse__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__sparse__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__sparse__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__sparse__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__sparse__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__sparse__q7_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__sparse__q7_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__fir__sparse__q7_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__fir__sparse__q7_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__float__to__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__float__to__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__float__to__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__float__to__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__float__to__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__float__to__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__float__to__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__float__to__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__float__to__q7_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__float__to__q7_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__float__to__q7_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__float__to__q7_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__graphic__equalizer__data_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__graphic__equalizer__data_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__graphic__equalizer__data_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__graphic__equalizer__data_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__graphic__equalizer__example_2_a_r_m_2_abstract_8txt.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__graphic__equalizer__example_2_a_r_m_2_abstract_8txt.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__graphic__equalizer__example_2_a_r_m_2_abstract_8txt.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__graphic__equalizer__example_2_a_r_m_2_abstract_8txt.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__graphic__equalizer__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m0_2system___a_r_m_c_m0_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__graphic__equalizer__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m0_2system___a_r_m_c_m0_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__graphic__equalizer__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m0_2system___a_r_m_c_m0_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__graphic__equalizer__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m0_2system___a_r_m_c_m0_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__graphic__equalizer__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m3_2system___a_r_m_c_m3_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__graphic__equalizer__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m3_2system___a_r_m_c_m3_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__graphic__equalizer__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m3_2system___a_r_m_c_m3_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__graphic__equalizer__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m3_2system___a_r_m_c_m3_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__graphic__equalizer__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m4___f_p_2system___a_r_m_c_m4_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__graphic__equalizer__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m4___f_p_2system___a_r_m_c_m4_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__graphic__equalizer__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m4___f_p_2system___a_r_m_c_m4_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__graphic__equalizer__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m4___f_p_2system___a_r_m_c_m4_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__graphic__equalizer__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m7___s_p_2system___a_r_m_c_m7_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__graphic__equalizer__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m7___s_p_2system___a_r_m_c_m7_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__graphic__equalizer__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m7___s_p_2system___a_r_m_c_m7_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__graphic__equalizer__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m7___s_p_2system___a_r_m_c_m7_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__graphic__equalizer__example_2_a_r_m_2_r_t_e_2_r_t_e___components_8h.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__graphic__equalizer__example_2_a_r_m_2_r_t_e_2_r_t_e___components_8h.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__graphic__equalizer__example_2_a_r_m_2_r_t_e_2_r_t_e___components_8h.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__graphic__equalizer__example_2_a_r_m_2_r_t_e_2_r_t_e___components_8h.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__graphic__equalizer__example_2_a_r_m_2math__helper_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__graphic__equalizer__example_2_a_r_m_2math__helper_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__graphic__equalizer__example_2_a_r_m_2math__helper_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__graphic__equalizer__example_2_a_r_m_2math__helper_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__graphic__equalizer__example_2_a_r_m_2math__helper_8h.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__graphic__equalizer__example_2_a_r_m_2math__helper_8h.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__graphic__equalizer__example_2_a_r_m_2math__helper_8h.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__graphic__equalizer__example_2_a_r_m_2math__helper_8h.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__graphic__equalizer__example__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__graphic__equalizer__example__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__graphic__equalizer__example__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__graphic__equalizer__example__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__iir__lattice__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__iir__lattice__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__iir__lattice__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__iir__lattice__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__iir__lattice__init__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__iir__lattice__init__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__iir__lattice__init__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__iir__lattice__init__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__iir__lattice__init__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__iir__lattice__init__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__iir__lattice__init__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__iir__lattice__init__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__iir__lattice__init__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__iir__lattice__init__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__iir__lattice__init__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__iir__lattice__init__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__iir__lattice__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__iir__lattice__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__iir__lattice__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__iir__lattice__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__iir__lattice__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__iir__lattice__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__iir__lattice__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__iir__lattice__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__linear__interp__data_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__linear__interp__data_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__linear__interp__data_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__linear__interp__data_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__linear__interp__example_2_a_r_m_2_abstract_8txt.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__linear__interp__example_2_a_r_m_2_abstract_8txt.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__linear__interp__example_2_a_r_m_2_abstract_8txt.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__linear__interp__example_2_a_r_m_2_abstract_8txt.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__linear__interp__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m0_2system___a_r_m_c_m0_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__linear__interp__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m0_2system___a_r_m_c_m0_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__linear__interp__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m0_2system___a_r_m_c_m0_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__linear__interp__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m0_2system___a_r_m_c_m0_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__linear__interp__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m3_2system___a_r_m_c_m3_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__linear__interp__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m3_2system___a_r_m_c_m3_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__linear__interp__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m3_2system___a_r_m_c_m3_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__linear__interp__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m3_2system___a_r_m_c_m3_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__linear__interp__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m4___f_p_2system___a_r_m_c_m4_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__linear__interp__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m4___f_p_2system___a_r_m_c_m4_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__linear__interp__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m4___f_p_2system___a_r_m_c_m4_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__linear__interp__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m4___f_p_2system___a_r_m_c_m4_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__linear__interp__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m7___s_p_2system___a_r_m_c_m7_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__linear__interp__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m7___s_p_2system___a_r_m_c_m7_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__linear__interp__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m7___s_p_2system___a_r_m_c_m7_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__linear__interp__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m7___s_p_2system___a_r_m_c_m7_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__linear__interp__example_2_a_r_m_2_r_t_e_2_r_t_e___components_8h.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__linear__interp__example_2_a_r_m_2_r_t_e_2_r_t_e___components_8h.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__linear__interp__example_2_a_r_m_2_r_t_e_2_r_t_e___components_8h.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__linear__interp__example_2_a_r_m_2_r_t_e_2_r_t_e___components_8h.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__linear__interp__example_2_a_r_m_2math__helper_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__linear__interp__example_2_a_r_m_2math__helper_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__linear__interp__example_2_a_r_m_2math__helper_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__linear__interp__example_2_a_r_m_2math__helper_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__linear__interp__example_2_a_r_m_2math__helper_8h.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__linear__interp__example_2_a_r_m_2math__helper_8h.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__linear__interp__example_2_a_r_m_2math__helper_8h.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__linear__interp__example_2_a_r_m_2math__helper_8h.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__linear__interp__example__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__linear__interp__example__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__linear__interp__example__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__linear__interp__example__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__lms__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__lms__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__lms__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__lms__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__lms__init__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__lms__init__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__lms__init__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__lms__init__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__lms__init__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__lms__init__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__lms__init__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__lms__init__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__lms__init__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__lms__init__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__lms__init__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__lms__init__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__lms__norm__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__lms__norm__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__lms__norm__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__lms__norm__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__lms__norm__init__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__lms__norm__init__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__lms__norm__init__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__lms__norm__init__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__lms__norm__init__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__lms__norm__init__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__lms__norm__init__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__lms__norm__init__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__lms__norm__init__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__lms__norm__init__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__lms__norm__init__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__lms__norm__init__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__lms__norm__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__lms__norm__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__lms__norm__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__lms__norm__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__lms__norm__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__lms__norm__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__lms__norm__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__lms__norm__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__lms__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__lms__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__lms__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__lms__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__lms__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__lms__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__lms__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__lms__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__mat__add__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__mat__add__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__mat__add__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__mat__add__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__mat__add__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__mat__add__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__mat__add__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__mat__add__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__mat__add__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__mat__add__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__mat__add__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__mat__add__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__mat__cmplx__mult__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__mat__cmplx__mult__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__mat__cmplx__mult__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__mat__cmplx__mult__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__mat__cmplx__mult__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__mat__cmplx__mult__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__mat__cmplx__mult__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__mat__cmplx__mult__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__mat__cmplx__mult__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__mat__cmplx__mult__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__mat__cmplx__mult__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__mat__cmplx__mult__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__mat__init__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__mat__init__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__mat__init__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__mat__init__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__mat__init__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__mat__init__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__mat__init__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__mat__init__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__mat__init__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__mat__init__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__mat__init__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__mat__init__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__mat__inverse__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__mat__inverse__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__mat__inverse__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__mat__inverse__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__mat__inverse__f64_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__mat__inverse__f64_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__mat__inverse__f64_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__mat__inverse__f64_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__mat__mult__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__mat__mult__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__mat__mult__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__mat__mult__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__mat__mult__fast__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__mat__mult__fast__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__mat__mult__fast__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__mat__mult__fast__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__mat__mult__fast__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__mat__mult__fast__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__mat__mult__fast__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__mat__mult__fast__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__mat__mult__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__mat__mult__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__mat__mult__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__mat__mult__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__mat__mult__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__mat__mult__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__mat__mult__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__mat__mult__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__mat__scale__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__mat__scale__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__mat__scale__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__mat__scale__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__mat__scale__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__mat__scale__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__mat__scale__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__mat__scale__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__mat__scale__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__mat__scale__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__mat__scale__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__mat__scale__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__mat__sub__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__mat__sub__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__mat__sub__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__mat__sub__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__mat__sub__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__mat__sub__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__mat__sub__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__mat__sub__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__mat__sub__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__mat__sub__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__mat__sub__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__mat__sub__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__mat__trans__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__mat__trans__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__mat__trans__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__mat__trans__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__mat__trans__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__mat__trans__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__mat__trans__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__mat__trans__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__mat__trans__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__mat__trans__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__mat__trans__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__mat__trans__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__math_8h.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__math_8h.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__math_8h.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__math_8h.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__matrix__example_2_a_r_m_2_abstract_8txt.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__matrix__example_2_a_r_m_2_abstract_8txt.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__matrix__example_2_a_r_m_2_abstract_8txt.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__matrix__example_2_a_r_m_2_abstract_8txt.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__matrix__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m0_2system___a_r_m_c_m0_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__matrix__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m0_2system___a_r_m_c_m0_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__matrix__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m0_2system___a_r_m_c_m0_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__matrix__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m0_2system___a_r_m_c_m0_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__matrix__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m3_2system___a_r_m_c_m3_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__matrix__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m3_2system___a_r_m_c_m3_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__matrix__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m3_2system___a_r_m_c_m3_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__matrix__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m3_2system___a_r_m_c_m3_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__matrix__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m4___f_p_2system___a_r_m_c_m4_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__matrix__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m4___f_p_2system___a_r_m_c_m4_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__matrix__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m4___f_p_2system___a_r_m_c_m4_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__matrix__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m4___f_p_2system___a_r_m_c_m4_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__matrix__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m7___s_p_2system___a_r_m_c_m7_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__matrix__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m7___s_p_2system___a_r_m_c_m7_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__matrix__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m7___s_p_2system___a_r_m_c_m7_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__matrix__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m7___s_p_2system___a_r_m_c_m7_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__matrix__example_2_a_r_m_2_r_t_e_2_r_t_e___components_8h.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__matrix__example_2_a_r_m_2_r_t_e_2_r_t_e___components_8h.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__matrix__example_2_a_r_m_2_r_t_e_2_r_t_e___components_8h.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__matrix__example_2_a_r_m_2_r_t_e_2_r_t_e___components_8h.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__matrix__example_2_a_r_m_2math__helper_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__matrix__example_2_a_r_m_2math__helper_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__matrix__example_2_a_r_m_2math__helper_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__matrix__example_2_a_r_m_2math__helper_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__matrix__example_2_a_r_m_2math__helper_8h.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__matrix__example_2_a_r_m_2math__helper_8h.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__matrix__example_2_a_r_m_2math__helper_8h.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__matrix__example_2_a_r_m_2math__helper_8h.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__matrix__example__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__matrix__example__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__matrix__example__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__matrix__example__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__max__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__max__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__max__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__max__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__max__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__max__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__max__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__max__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__max__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__max__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__max__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__max__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__max__q7_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__max__q7_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__max__q7_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__max__q7_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__mean__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__mean__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__mean__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__mean__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__mean__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__mean__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__mean__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__mean__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__mean__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__mean__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__mean__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__mean__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__mean__q7_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__mean__q7_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__mean__q7_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__mean__q7_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__min__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__min__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__min__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__min__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__min__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__min__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__min__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__min__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__min__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__min__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__min__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__min__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__min__q7_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__min__q7_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__min__q7_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__min__q7_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__mult__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__mult__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__mult__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__mult__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__mult__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__mult__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__mult__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__mult__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__mult__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__mult__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__mult__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__mult__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__mult__q7_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__mult__q7_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__mult__q7_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__mult__q7_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__negate__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__negate__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__negate__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__negate__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__negate__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__negate__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__negate__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__negate__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__negate__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__negate__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__negate__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__negate__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__negate__q7_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__negate__q7_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__negate__q7_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__negate__q7_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__offset__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__offset__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__offset__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__offset__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__offset__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__offset__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__offset__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__offset__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__offset__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__offset__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__offset__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__offset__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__offset__q7_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__offset__q7_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__offset__q7_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__offset__q7_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__pid__init__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__pid__init__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__pid__init__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__pid__init__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__pid__init__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__pid__init__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__pid__init__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__pid__init__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__pid__init__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__pid__init__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__pid__init__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__pid__init__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__pid__reset__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__pid__reset__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__pid__reset__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__pid__reset__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__pid__reset__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__pid__reset__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__pid__reset__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__pid__reset__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__pid__reset__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__pid__reset__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__pid__reset__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__pid__reset__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__power__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__power__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__power__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__power__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__power__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__power__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__power__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__power__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__power__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__power__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__power__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__power__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__power__q7_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__power__q7_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__power__q7_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__power__q7_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__q15__to__float_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__q15__to__float_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__q15__to__float_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__q15__to__float_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__q15__to__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__q15__to__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__q15__to__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__q15__to__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__q15__to__q7_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__q15__to__q7_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__q15__to__q7_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__q15__to__q7_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__q31__to__float_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__q31__to__float_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__q31__to__float_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__q31__to__float_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__q31__to__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__q31__to__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__q31__to__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__q31__to__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__q31__to__q7_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__q31__to__q7_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__q31__to__q7_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__q31__to__q7_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__q7__to__float_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__q7__to__float_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__q7__to__float_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__q7__to__float_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__q7__to__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__q7__to__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__q7__to__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__q7__to__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__q7__to__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__q7__to__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__q7__to__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__q7__to__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__rfft__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__rfft__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__rfft__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__rfft__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__rfft__fast__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__rfft__fast__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__rfft__fast__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__rfft__fast__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__rfft__fast__init__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__rfft__fast__init__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__rfft__fast__init__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__rfft__fast__init__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__rfft__init__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__rfft__init__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__rfft__init__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__rfft__init__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__rfft__init__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__rfft__init__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__rfft__init__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__rfft__init__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__rfft__init__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__rfft__init__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__rfft__init__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__rfft__init__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__rfft__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__rfft__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__rfft__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__rfft__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__rfft__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__rfft__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__rfft__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__rfft__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__rms__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__rms__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__rms__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__rms__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__rms__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__rms__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__rms__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__rms__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__rms__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__rms__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__rms__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__rms__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__scale__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__scale__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__scale__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__scale__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__scale__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__scale__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__scale__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__scale__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__scale__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__scale__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__scale__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__scale__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__scale__q7_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__scale__q7_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__scale__q7_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__scale__q7_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__shift__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__shift__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__shift__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__shift__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__shift__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__shift__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__shift__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__shift__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__shift__q7_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__shift__q7_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__shift__q7_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__shift__q7_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__signal__converge__data_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__signal__converge__data_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__signal__converge__data_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__signal__converge__data_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__signal__converge__example_2_a_r_m_2_abstract_8txt.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__signal__converge__example_2_a_r_m_2_abstract_8txt.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__signal__converge__example_2_a_r_m_2_abstract_8txt.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__signal__converge__example_2_a_r_m_2_abstract_8txt.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__signal__converge__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m0_2system___a_r_m_c_m0_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__signal__converge__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m0_2system___a_r_m_c_m0_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__signal__converge__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m0_2system___a_r_m_c_m0_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__signal__converge__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m0_2system___a_r_m_c_m0_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__signal__converge__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m3_2system___a_r_m_c_m3_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__signal__converge__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m3_2system___a_r_m_c_m3_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__signal__converge__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m3_2system___a_r_m_c_m3_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__signal__converge__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m3_2system___a_r_m_c_m3_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__signal__converge__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m4___f_p_2system___a_r_m_c_m4_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__signal__converge__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m4___f_p_2system___a_r_m_c_m4_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__signal__converge__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m4___f_p_2system___a_r_m_c_m4_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__signal__converge__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m4___f_p_2system___a_r_m_c_m4_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__signal__converge__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m7___s_p_2system___a_r_m_c_m7_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__signal__converge__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m7___s_p_2system___a_r_m_c_m7_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__signal__converge__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m7___s_p_2system___a_r_m_c_m7_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__signal__converge__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m7___s_p_2system___a_r_m_c_m7_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__signal__converge__example_2_a_r_m_2_r_t_e_2_r_t_e___components_8h.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__signal__converge__example_2_a_r_m_2_r_t_e_2_r_t_e___components_8h.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__signal__converge__example_2_a_r_m_2_r_t_e_2_r_t_e___components_8h.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__signal__converge__example_2_a_r_m_2_r_t_e_2_r_t_e___components_8h.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__signal__converge__example_2_a_r_m_2math__helper_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__signal__converge__example_2_a_r_m_2math__helper_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__signal__converge__example_2_a_r_m_2math__helper_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__signal__converge__example_2_a_r_m_2math__helper_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__signal__converge__example_2_a_r_m_2math__helper_8h.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__signal__converge__example_2_a_r_m_2math__helper_8h.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__signal__converge__example_2_a_r_m_2math__helper_8h.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__signal__converge__example_2_a_r_m_2math__helper_8h.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__signal__converge__example__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__signal__converge__example__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__signal__converge__example__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__signal__converge__example__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__sin__cos__example_2_a_r_m_2_abstract_8txt.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__sin__cos__example_2_a_r_m_2_abstract_8txt.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__sin__cos__example_2_a_r_m_2_abstract_8txt.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__sin__cos__example_2_a_r_m_2_abstract_8txt.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__sin__cos__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m0_2system___a_r_m_c_m0_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__sin__cos__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m0_2system___a_r_m_c_m0_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__sin__cos__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m0_2system___a_r_m_c_m0_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__sin__cos__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m0_2system___a_r_m_c_m0_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__sin__cos__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m3_2system___a_r_m_c_m3_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__sin__cos__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m3_2system___a_r_m_c_m3_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__sin__cos__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m3_2system___a_r_m_c_m3_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__sin__cos__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m3_2system___a_r_m_c_m3_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__sin__cos__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m4___f_p_2system___a_r_m_c_m4_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__sin__cos__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m4___f_p_2system___a_r_m_c_m4_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__sin__cos__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m4___f_p_2system___a_r_m_c_m4_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__sin__cos__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m4___f_p_2system___a_r_m_c_m4_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__sin__cos__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m7___s_p_2system___a_r_m_c_m7_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__sin__cos__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m7___s_p_2system___a_r_m_c_m7_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__sin__cos__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m7___s_p_2system___a_r_m_c_m7_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__sin__cos__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m7___s_p_2system___a_r_m_c_m7_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__sin__cos__example_2_a_r_m_2_r_t_e_2_r_t_e___components_8h.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__sin__cos__example_2_a_r_m_2_r_t_e_2_r_t_e___components_8h.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__sin__cos__example_2_a_r_m_2_r_t_e_2_r_t_e___components_8h.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__sin__cos__example_2_a_r_m_2_r_t_e_2_r_t_e___components_8h.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__sin__cos__example__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__sin__cos__example__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__sin__cos__example__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__sin__cos__example__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__sin__cos__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__sin__cos__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__sin__cos__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__sin__cos__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__sin__cos__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__sin__cos__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__sin__cos__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__sin__cos__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__sin__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__sin__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__sin__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__sin__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__sin__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__sin__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__sin__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__sin__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__sin__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__sin__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__sin__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__sin__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__sqrt__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__sqrt__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__sqrt__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__sqrt__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__sqrt__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__sqrt__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__sqrt__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__sqrt__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__std__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__std__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__std__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__std__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__std__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__std__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__std__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__std__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__std__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__std__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__std__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__std__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__sub__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__sub__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__sub__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__sub__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__sub__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__sub__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__sub__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__sub__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__sub__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__sub__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__sub__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__sub__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__sub__q7_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__sub__q7_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__sub__q7_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__sub__q7_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__var__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__var__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__var__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__var__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__var__q15_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__var__q15_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__var__q15_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__var__q15_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__var__q31_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__var__q31_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__var__q31_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__var__q31_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__variance__example_2_a_r_m_2_abstract_8txt.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__variance__example_2_a_r_m_2_abstract_8txt.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__variance__example_2_a_r_m_2_abstract_8txt.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__variance__example_2_a_r_m_2_abstract_8txt.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__variance__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m0_2system___a_r_m_c_m0_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__variance__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m0_2system___a_r_m_c_m0_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__variance__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m0_2system___a_r_m_c_m0_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__variance__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m0_2system___a_r_m_c_m0_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__variance__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m3_2system___a_r_m_c_m3_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__variance__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m3_2system___a_r_m_c_m3_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__variance__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m3_2system___a_r_m_c_m3_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__variance__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m3_2system___a_r_m_c_m3_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__variance__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m4___f_p_2system___a_r_m_c_m4_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__variance__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m4___f_p_2system___a_r_m_c_m4_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__variance__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m4___f_p_2system___a_r_m_c_m4_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__variance__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m4___f_p_2system___a_r_m_c_m4_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__variance__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m7___s_p_2system___a_r_m_c_m7_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__variance__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m7___s_p_2system___a_r_m_c_m7_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__variance__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m7___s_p_2system___a_r_m_c_m7_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__variance__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m7___s_p_2system___a_r_m_c_m7_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__variance__example_2_a_r_m_2_r_t_e_2_r_t_e___components_8h.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__variance__example_2_a_r_m_2_r_t_e_2_r_t_e___components_8h.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__variance__example_2_a_r_m_2_r_t_e_2_r_t_e___components_8h.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__variance__example_2_a_r_m_2_r_t_e_2_r_t_e___components_8h.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm__variance__example__f32_8c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm__variance__example__f32_8c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm__variance__example__f32_8c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm__variance__example__f32_8c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm_class_marks_example_f32_8c-example.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm_class_marks_example_f32_8c-example.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm_class_marks_example_f32_8c-example.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm_class_marks_example_f32_8c-example.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm_convolution_example_f32_8c-example.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm_convolution_example_f32_8c-example.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm_convolution_example_f32_8c-example.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm_convolution_example_f32_8c-example.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm_dotproduct_example_f32_8c-example.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm_dotproduct_example_f32_8c-example.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm_dotproduct_example_f32_8c-example.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm_dotproduct_example_f32_8c-example.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm_fft_bin_example_f32_8c-example.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm_fft_bin_example_f32_8c-example.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm_fft_bin_example_f32_8c-example.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm_fft_bin_example_f32_8c-example.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm_fir_example_f32_8c-example.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm_fir_example_f32_8c-example.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm_fir_example_f32_8c-example.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm_fir_example_f32_8c-example.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm_graphic_equalizer_example_q31_8c-example.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm_graphic_equalizer_example_q31_8c-example.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm_graphic_equalizer_example_q31_8c-example.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm_graphic_equalizer_example_q31_8c-example.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm_linear_interp_example_f32_8c-example.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm_linear_interp_example_f32_8c-example.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm_linear_interp_example_f32_8c-example.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm_linear_interp_example_f32_8c-example.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm_matrix_example_f32_8c-example.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm_matrix_example_f32_8c-example.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm_matrix_example_f32_8c-example.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm_matrix_example_f32_8c-example.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm_signal_converge_example_f32_8c-example.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm_signal_converge_example_f32_8c-example.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm_signal_converge_example_f32_8c-example.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm_signal_converge_example_f32_8c-example.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm_sin_cos_example_f32_8c-example.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm_sin_cos_example_f32_8c-example.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm_sin_cos_example_f32_8c-example.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm_sin_cos_example_f32_8c-example.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/arm_variance_example_f32_8c-example.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/arm_variance_example_f32_8c-example.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/arm_variance_example_f32_8c-example.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/arm_variance_example_f32_8c-example.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/bc_s.png b/machines/cortex-m/CMSIS/Documentation/DSP/html/bc_s.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/bc_s.png rename to machines/cortex-m/CMSIS/Documentation/DSP/html/bc_s.png diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/bdwn.png b/machines/cortex-m/CMSIS/Documentation/DSP/html/bdwn.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/bdwn.png rename to machines/cortex-m/CMSIS/Documentation/DSP/html/bdwn.png diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/clarke.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/clarke.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/clarke.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/clarke.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/clarkeFormula.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/clarkeFormula.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/clarkeFormula.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/clarkeFormula.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/clarkeInvFormula.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/clarkeInvFormula.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/clarkeInvFormula.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/clarkeInvFormula.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/classes.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/classes.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/classes.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/classes.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/closed.png b/machines/cortex-m/CMSIS/Documentation/DSP/html/closed.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/closed.png rename to machines/cortex-m/CMSIS/Documentation/DSP/html/closed.png diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/cmsis.css b/machines/cortex-m/CMSIS/Documentation/DSP/html/cmsis.css similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/cmsis.css rename to machines/cortex-m/CMSIS/Documentation/DSP/html/cmsis.css diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dct4FormatsQ15Table.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/dct4FormatsQ15Table.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dct4FormatsQ15Table.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dct4FormatsQ15Table.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dct4FormatsQ31Table.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/dct4FormatsQ31Table.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dct4FormatsQ31Table.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dct4FormatsQ31Table.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dct4NormalizingF32Table.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/dct4NormalizingF32Table.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dct4NormalizingF32Table.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dct4NormalizingF32Table.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dct4NormalizingQ15Table.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/dct4NormalizingQ15Table.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dct4NormalizingQ15Table.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dct4NormalizingQ15Table.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dct4NormalizingQ31Table.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/dct4NormalizingQ31Table.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dct4NormalizingQ31Table.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dct4NormalizingQ31Table.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/deprecated.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/deprecated.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/deprecated.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/deprecated.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_05485b5eab41976e219ba5522ae8a40f.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_05485b5eab41976e219ba5522ae8a40f.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_05485b5eab41976e219ba5522ae8a40f.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_05485b5eab41976e219ba5522ae8a40f.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_09e8ef8785a41675b984fd022d87f1bc.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_09e8ef8785a41675b984fd022d87f1bc.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_09e8ef8785a41675b984fd022d87f1bc.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_09e8ef8785a41675b984fd022d87f1bc.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_0a655a63e9fde46c9762ddfc77ca04bf.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_0a655a63e9fde46c9762ddfc77ca04bf.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_0a655a63e9fde46c9762ddfc77ca04bf.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_0a655a63e9fde46c9762ddfc77ca04bf.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_0a68311637137c2c11b8e5c250252a09.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_0a68311637137c2c11b8e5c250252a09.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_0a68311637137c2c11b8e5c250252a09.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_0a68311637137c2c11b8e5c250252a09.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_0bd53153155fe3870c529e4f415d4a7e.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_0bd53153155fe3870c529e4f415d4a7e.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_0bd53153155fe3870c529e4f415d4a7e.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_0bd53153155fe3870c529e4f415d4a7e.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_12597927a5d871eba77af159658f8e9f.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_12597927a5d871eba77af159658f8e9f.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_12597927a5d871eba77af159658f8e9f.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_12597927a5d871eba77af159658f8e9f.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_180f1cc07eaa223183e2db63ad84fc96.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_180f1cc07eaa223183e2db63ad84fc96.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_180f1cc07eaa223183e2db63ad84fc96.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_180f1cc07eaa223183e2db63ad84fc96.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_1a6938f21b9d3ee9631dba1cb5e9a79b.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_1a6938f21b9d3ee9631dba1cb5e9a79b.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_1a6938f21b9d3ee9631dba1cb5e9a79b.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_1a6938f21b9d3ee9631dba1cb5e9a79b.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_1bf7dc2439436c9055bff1493a609d16.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_1bf7dc2439436c9055bff1493a609d16.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_1bf7dc2439436c9055bff1493a609d16.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_1bf7dc2439436c9055bff1493a609d16.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_1ca531cbfb5f1e8e78bee380ead506db.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_1ca531cbfb5f1e8e78bee380ead506db.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_1ca531cbfb5f1e8e78bee380ead506db.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_1ca531cbfb5f1e8e78bee380ead506db.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_2089eff899a94c0329c5038f55baabab.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_2089eff899a94c0329c5038f55baabab.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_2089eff899a94c0329c5038f55baabab.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_2089eff899a94c0329c5038f55baabab.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_2483b5ef8110e34ae07dadd52b31fd81.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_2483b5ef8110e34ae07dadd52b31fd81.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_2483b5ef8110e34ae07dadd52b31fd81.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_2483b5ef8110e34ae07dadd52b31fd81.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_2540fe3bf997579a35b40d050fd58db0.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_2540fe3bf997579a35b40d050fd58db0.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_2540fe3bf997579a35b40d050fd58db0.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_2540fe3bf997579a35b40d050fd58db0.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_276d6fac6319afec12f7159fe8d37de0.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_276d6fac6319afec12f7159fe8d37de0.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_276d6fac6319afec12f7159fe8d37de0.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_276d6fac6319afec12f7159fe8d37de0.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_28efb39eb514d721c34bfd1d219ba1df.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_28efb39eb514d721c34bfd1d219ba1df.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_28efb39eb514d721c34bfd1d219ba1df.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_28efb39eb514d721c34bfd1d219ba1df.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_2bac5604b95d5833788d2de8744eebd8.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_2bac5604b95d5833788d2de8744eebd8.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_2bac5604b95d5833788d2de8744eebd8.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_2bac5604b95d5833788d2de8744eebd8.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_2c6bf793c39a551cb3665287541dc62d.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_2c6bf793c39a551cb3665287541dc62d.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_2c6bf793c39a551cb3665287541dc62d.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_2c6bf793c39a551cb3665287541dc62d.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_3196f85a8347e7c6cf5419f06f7f0a5c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_3196f85a8347e7c6cf5419f06f7f0a5c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_3196f85a8347e7c6cf5419f06f7f0a5c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_3196f85a8347e7c6cf5419f06f7f0a5c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_33ac94cce96a0d93808878c5f6f288bf.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_33ac94cce96a0d93808878c5f6f288bf.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_33ac94cce96a0d93808878c5f6f288bf.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_33ac94cce96a0d93808878c5f6f288bf.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_34727d50220656242b857ddf64f52361.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_34727d50220656242b857ddf64f52361.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_34727d50220656242b857ddf64f52361.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_34727d50220656242b857ddf64f52361.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_38b9476ff75f3e6ddc67484ee999428d.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_38b9476ff75f3e6ddc67484ee999428d.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_38b9476ff75f3e6ddc67484ee999428d.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_38b9476ff75f3e6ddc67484ee999428d.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_38d31328c42027cc5452e7496de7b88f.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_38d31328c42027cc5452e7496de7b88f.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_38d31328c42027cc5452e7496de7b88f.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_38d31328c42027cc5452e7496de7b88f.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_3963cad04f3c79af62d382ba0bd29283.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_3963cad04f3c79af62d382ba0bd29283.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_3963cad04f3c79af62d382ba0bd29283.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_3963cad04f3c79af62d382ba0bd29283.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_3d1fa2b43a5e654514cd51dbe031762c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_3d1fa2b43a5e654514cd51dbe031762c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_3d1fa2b43a5e654514cd51dbe031762c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_3d1fa2b43a5e654514cd51dbe031762c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_3d9b1fb18a6a04e0681aa143a1b11e83.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_3d9b1fb18a6a04e0681aa143a1b11e83.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_3d9b1fb18a6a04e0681aa143a1b11e83.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_3d9b1fb18a6a04e0681aa143a1b11e83.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_3f2a337fe451aa47758dbb077bdba7b5.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_3f2a337fe451aa47758dbb077bdba7b5.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_3f2a337fe451aa47758dbb077bdba7b5.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_3f2a337fe451aa47758dbb077bdba7b5.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_4104b0ce39688295b07e7d8423237024.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_4104b0ce39688295b07e7d8423237024.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_4104b0ce39688295b07e7d8423237024.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_4104b0ce39688295b07e7d8423237024.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_424029d631ed0326d927fecdf0eb5714.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_424029d631ed0326d927fecdf0eb5714.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_424029d631ed0326d927fecdf0eb5714.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_424029d631ed0326d927fecdf0eb5714.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_446217fa41e7971f13d66a5ff592433f.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_446217fa41e7971f13d66a5ff592433f.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_446217fa41e7971f13d66a5ff592433f.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_446217fa41e7971f13d66a5ff592433f.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_45f8bb2d42ec552d5107a3dfe6860678.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_45f8bb2d42ec552d5107a3dfe6860678.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_45f8bb2d42ec552d5107a3dfe6860678.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_45f8bb2d42ec552d5107a3dfe6860678.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_4646a6ed5faa53e0aa863c10960e3ab2.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_4646a6ed5faa53e0aa863c10960e3ab2.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_4646a6ed5faa53e0aa863c10960e3ab2.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_4646a6ed5faa53e0aa863c10960e3ab2.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_4714731cfbb1de4dc44e33e6cd6e4a5c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_4714731cfbb1de4dc44e33e6cd6e4a5c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_4714731cfbb1de4dc44e33e6cd6e4a5c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_4714731cfbb1de4dc44e33e6cd6e4a5c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_4c7fce71cdbef82378782cbb366558c3.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_4c7fce71cdbef82378782cbb366558c3.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_4c7fce71cdbef82378782cbb366558c3.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_4c7fce71cdbef82378782cbb366558c3.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_4e28292bc057704f3d2041cc99d8a5e9.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_4e28292bc057704f3d2041cc99d8a5e9.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_4e28292bc057704f3d2041cc99d8a5e9.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_4e28292bc057704f3d2041cc99d8a5e9.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_50f4d4f91ce5cd72cb6928b47e85a7f8.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_50f4d4f91ce5cd72cb6928b47e85a7f8.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_50f4d4f91ce5cd72cb6928b47e85a7f8.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_50f4d4f91ce5cd72cb6928b47e85a7f8.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_51a4a1a9da33f8f5fceef63d25a48bab.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_51a4a1a9da33f8f5fceef63d25a48bab.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_51a4a1a9da33f8f5fceef63d25a48bab.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_51a4a1a9da33f8f5fceef63d25a48bab.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_555dbbdc9f25fff28408fc741ceff093.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_555dbbdc9f25fff28408fc741ceff093.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_555dbbdc9f25fff28408fc741ceff093.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_555dbbdc9f25fff28408fc741ceff093.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_56c57e2f0b48b2b8a51ef27bd8c502e6.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_56c57e2f0b48b2b8a51ef27bd8c502e6.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_56c57e2f0b48b2b8a51ef27bd8c502e6.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_56c57e2f0b48b2b8a51ef27bd8c502e6.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_56cec670f0bb78d679862f48f54d3df2.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_56cec670f0bb78d679862f48f54d3df2.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_56cec670f0bb78d679862f48f54d3df2.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_56cec670f0bb78d679862f48f54d3df2.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_59a4e177523ec142602b8d9a69e8f1ad.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_59a4e177523ec142602b8d9a69e8f1ad.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_59a4e177523ec142602b8d9a69e8f1ad.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_59a4e177523ec142602b8d9a69e8f1ad.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_5a70ee658078194b161f81d2720845c2.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_5a70ee658078194b161f81d2720845c2.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_5a70ee658078194b161f81d2720845c2.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_5a70ee658078194b161f81d2720845c2.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_5a7314d68003d6d6c9cc9bdbf9474558.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_5a7314d68003d6d6c9cc9bdbf9474558.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_5a7314d68003d6d6c9cc9bdbf9474558.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_5a7314d68003d6d6c9cc9bdbf9474558.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_5ac065bab6b325e909a2891e62c4bc06.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_5ac065bab6b325e909a2891e62c4bc06.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_5ac065bab6b325e909a2891e62c4bc06.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_5ac065bab6b325e909a2891e62c4bc06.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_5f5bccfc6fe085bc51be756ab8f90283.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_5f5bccfc6fe085bc51be756ab8f90283.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_5f5bccfc6fe085bc51be756ab8f90283.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_5f5bccfc6fe085bc51be756ab8f90283.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_6128d62f89366c4b8843a6e619831037.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_6128d62f89366c4b8843a6e619831037.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_6128d62f89366c4b8843a6e619831037.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_6128d62f89366c4b8843a6e619831037.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_640aa2eed9b78c9534642de10c55cd76.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_640aa2eed9b78c9534642de10c55cd76.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_640aa2eed9b78c9534642de10c55cd76.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_640aa2eed9b78c9534642de10c55cd76.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_64e2a74b8b7bbc67c7b58e8d27693791.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_64e2a74b8b7bbc67c7b58e8d27693791.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_64e2a74b8b7bbc67c7b58e8d27693791.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_64e2a74b8b7bbc67c7b58e8d27693791.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_677f903d85fbea9a56056645305fd3cb.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_677f903d85fbea9a56056645305fd3cb.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_677f903d85fbea9a56056645305fd3cb.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_677f903d85fbea9a56056645305fd3cb.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_67fa1d0aab2310595b9aeb6c7b217b31.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_67fa1d0aab2310595b9aeb6c7b217b31.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_67fa1d0aab2310595b9aeb6c7b217b31.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_67fa1d0aab2310595b9aeb6c7b217b31.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_68b896fe322128a858fd31091509f536.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_68b896fe322128a858fd31091509f536.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_68b896fe322128a858fd31091509f536.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_68b896fe322128a858fd31091509f536.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_6ba48a5a8374668719ef019fe5c253cc.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_6ba48a5a8374668719ef019fe5c253cc.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_6ba48a5a8374668719ef019fe5c253cc.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_6ba48a5a8374668719ef019fe5c253cc.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_6f165a89e15e99ac3f22d8f869410ac4.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_6f165a89e15e99ac3f22d8f869410ac4.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_6f165a89e15e99ac3f22d8f869410ac4.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_6f165a89e15e99ac3f22d8f869410ac4.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_6fa7a20b876299d97755d41c2d48a6a5.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_6fa7a20b876299d97755d41c2d48a6a5.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_6fa7a20b876299d97755d41c2d48a6a5.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_6fa7a20b876299d97755d41c2d48a6a5.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_7101093b4d1c318dab4c75d3b6d4e65e.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_7101093b4d1c318dab4c75d3b6d4e65e.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_7101093b4d1c318dab4c75d3b6d4e65e.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_7101093b4d1c318dab4c75d3b6d4e65e.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_7b31f24274e1fbd0785fc4576840c524.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_7b31f24274e1fbd0785fc4576840c524.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_7b31f24274e1fbd0785fc4576840c524.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_7b31f24274e1fbd0785fc4576840c524.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_7c360855219f51fadbd92197472e63eb.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_7c360855219f51fadbd92197472e63eb.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_7c360855219f51fadbd92197472e63eb.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_7c360855219f51fadbd92197472e63eb.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_7d4cec4b61e1207b4d4e94667e8b33c4.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_7d4cec4b61e1207b4d4e94667e8b33c4.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_7d4cec4b61e1207b4d4e94667e8b33c4.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_7d4cec4b61e1207b4d4e94667e8b33c4.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_7d5684d3cdce709028a67dede40715c9.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_7d5684d3cdce709028a67dede40715c9.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_7d5684d3cdce709028a67dede40715c9.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_7d5684d3cdce709028a67dede40715c9.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_7e8aa87db1ad6b3d9b1f25792e7c5208.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_7e8aa87db1ad6b3d9b1f25792e7c5208.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_7e8aa87db1ad6b3d9b1f25792e7c5208.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_7e8aa87db1ad6b3d9b1f25792e7c5208.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_81c44c586c907f45c06b9b0a1d54e536.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_81c44c586c907f45c06b9b0a1d54e536.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_81c44c586c907f45c06b9b0a1d54e536.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_81c44c586c907f45c06b9b0a1d54e536.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_822489d6fe1c800fff671c2e07883531.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_822489d6fe1c800fff671c2e07883531.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_822489d6fe1c800fff671c2e07883531.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_822489d6fe1c800fff671c2e07883531.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_82f440d47881c253175a7975df0d431b.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_82f440d47881c253175a7975df0d431b.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_82f440d47881c253175a7975df0d431b.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_82f440d47881c253175a7975df0d431b.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_8414b1b93f9b578e0e4fd694ad6d561d.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_8414b1b93f9b578e0e4fd694ad6d561d.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_8414b1b93f9b578e0e4fd694ad6d561d.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_8414b1b93f9b578e0e4fd694ad6d561d.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_856524284ebe840938865dc061f982fb.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_856524284ebe840938865dc061f982fb.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_856524284ebe840938865dc061f982fb.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_856524284ebe840938865dc061f982fb.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_8964a87ec8901bd068212c6dbdc5667e.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_8964a87ec8901bd068212c6dbdc5667e.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_8964a87ec8901bd068212c6dbdc5667e.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_8964a87ec8901bd068212c6dbdc5667e.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_8e3293b977a6b314227f0cbb91dff730.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_8e3293b977a6b314227f0cbb91dff730.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_8e3293b977a6b314227f0cbb91dff730.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_8e3293b977a6b314227f0cbb91dff730.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_8ec650f333a7a305dec681cfacaa8edc.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_8ec650f333a7a305dec681cfacaa8edc.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_8ec650f333a7a305dec681cfacaa8edc.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_8ec650f333a7a305dec681cfacaa8edc.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_8f74d965c767f9f408b01fb8ac42c08d.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_8f74d965c767f9f408b01fb8ac42c08d.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_8f74d965c767f9f408b01fb8ac42c08d.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_8f74d965c767f9f408b01fb8ac42c08d.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_918b1d9c020a9c8774a15ad3971a73ba.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_918b1d9c020a9c8774a15ad3971a73ba.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_918b1d9c020a9c8774a15ad3971a73ba.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_918b1d9c020a9c8774a15ad3971a73ba.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_925317a6e91dbb02ffd51da5d221b046.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_925317a6e91dbb02ffd51da5d221b046.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_925317a6e91dbb02ffd51da5d221b046.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_925317a6e91dbb02ffd51da5d221b046.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_92c426a233a3fdd85d56996e21a98e0e.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_92c426a233a3fdd85d56996e21a98e0e.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_92c426a233a3fdd85d56996e21a98e0e.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_92c426a233a3fdd85d56996e21a98e0e.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_99f4521c725f0e333e2b206f562a5db7.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_99f4521c725f0e333e2b206f562a5db7.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_99f4521c725f0e333e2b206f562a5db7.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_99f4521c725f0e333e2b206f562a5db7.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_9aca731d350c1cdbae92b5821b7281b6.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_9aca731d350c1cdbae92b5821b7281b6.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_9aca731d350c1cdbae92b5821b7281b6.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_9aca731d350c1cdbae92b5821b7281b6.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_9bbc0b803a378696e320e7975798d136.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_9bbc0b803a378696e320e7975798d136.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_9bbc0b803a378696e320e7975798d136.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_9bbc0b803a378696e320e7975798d136.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_9c857f0e41082f634e50072d001e0d4f.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_9c857f0e41082f634e50072d001e0d4f.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_9c857f0e41082f634e50072d001e0d4f.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_9c857f0e41082f634e50072d001e0d4f.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_9ec4a86676306e0fd116a00bf2906438.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_9ec4a86676306e0fd116a00bf2906438.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_9ec4a86676306e0fd116a00bf2906438.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_9ec4a86676306e0fd116a00bf2906438.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_a318715356e0ddd7f0022cb090f89fc2.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_a318715356e0ddd7f0022cb090f89fc2.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_a318715356e0ddd7f0022cb090f89fc2.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_a318715356e0ddd7f0022cb090f89fc2.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_a368b1aeece590aaffe7782f861e3d24.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_a368b1aeece590aaffe7782f861e3d24.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_a368b1aeece590aaffe7782f861e3d24.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_a368b1aeece590aaffe7782f861e3d24.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_a4dee065d84ef6ffe4004c9ef0acf573.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_a4dee065d84ef6ffe4004c9ef0acf573.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_a4dee065d84ef6ffe4004c9ef0acf573.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_a4dee065d84ef6ffe4004c9ef0acf573.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_a757f05afb4eb2e937a151caf65a9259.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_a757f05afb4eb2e937a151caf65a9259.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_a757f05afb4eb2e937a151caf65a9259.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_a757f05afb4eb2e937a151caf65a9259.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_a9b08443a15a54b29b0454fe878922b3.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_a9b08443a15a54b29b0454fe878922b3.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_a9b08443a15a54b29b0454fe878922b3.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_a9b08443a15a54b29b0454fe878922b3.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_aa7ef7d51ba6279587b659bb78c926be.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_aa7ef7d51ba6279587b659bb78c926be.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_aa7ef7d51ba6279587b659bb78c926be.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_aa7ef7d51ba6279587b659bb78c926be.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_af59df418deac60c7129b68088884655.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_af59df418deac60c7129b68088884655.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_af59df418deac60c7129b68088884655.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_af59df418deac60c7129b68088884655.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_b175b6a1b0e91b31e821dead0757e039.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_b175b6a1b0e91b31e821dead0757e039.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_b175b6a1b0e91b31e821dead0757e039.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_b175b6a1b0e91b31e821dead0757e039.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_b4620baec99d7beabdab610e4d749ef9.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_b4620baec99d7beabdab610e4d749ef9.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_b4620baec99d7beabdab610e4d749ef9.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_b4620baec99d7beabdab610e4d749ef9.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_b5d45ad7eb5bf398416f62f8980ddf77.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_b5d45ad7eb5bf398416f62f8980ddf77.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_b5d45ad7eb5bf398416f62f8980ddf77.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_b5d45ad7eb5bf398416f62f8980ddf77.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_b88714652b8aa1e1c1599fa05e2dbc2f.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_b88714652b8aa1e1c1599fa05e2dbc2f.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_b88714652b8aa1e1c1599fa05e2dbc2f.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_b88714652b8aa1e1c1599fa05e2dbc2f.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_ba345a22c23c468dbe342a31a3980d31.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_ba345a22c23c468dbe342a31a3980d31.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_ba345a22c23c468dbe342a31a3980d31.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_ba345a22c23c468dbe342a31a3980d31.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_be2d3df67661aefe0e3f0071a1d6f8f1.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_be2d3df67661aefe0e3f0071a1d6f8f1.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_be2d3df67661aefe0e3f0071a1d6f8f1.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_be2d3df67661aefe0e3f0071a1d6f8f1.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_c2e666cea3ed7c127463edfe7b3abed4.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_c2e666cea3ed7c127463edfe7b3abed4.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_c2e666cea3ed7c127463edfe7b3abed4.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_c2e666cea3ed7c127463edfe7b3abed4.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_cc6125d285775e245d68db3d4ce69092.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_cc6125d285775e245d68db3d4ce69092.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_cc6125d285775e245d68db3d4ce69092.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_cc6125d285775e245d68db3d4ce69092.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_cd8c33382d73f02781c40066dbd2f0d5.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_cd8c33382d73f02781c40066dbd2f0d5.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_cd8c33382d73f02781c40066dbd2f0d5.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_cd8c33382d73f02781c40066dbd2f0d5.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_cf417d728100a167f563acfac33cb7c7.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_cf417d728100a167f563acfac33cb7c7.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_cf417d728100a167f563acfac33cb7c7.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_cf417d728100a167f563acfac33cb7c7.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_d1af19de43f00bd515b519c982d49d68.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_d1af19de43f00bd515b519c982d49d68.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_d1af19de43f00bd515b519c982d49d68.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_d1af19de43f00bd515b519c982d49d68.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_d1d61a1361fc579da85c1b709ed868d7.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_d1d61a1361fc579da85c1b709ed868d7.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_d1d61a1361fc579da85c1b709ed868d7.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_d1d61a1361fc579da85c1b709ed868d7.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_d3331dca3948a91095eeb99d07575db0.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_d3331dca3948a91095eeb99d07575db0.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_d3331dca3948a91095eeb99d07575db0.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_d3331dca3948a91095eeb99d07575db0.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_d6b73ad7e408302c29ea0ebadf42639d.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_d6b73ad7e408302c29ea0ebadf42639d.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_d6b73ad7e408302c29ea0ebadf42639d.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_d6b73ad7e408302c29ea0ebadf42639d.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_daf4f5c4da18fbee2cc01397e7059227.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_daf4f5c4da18fbee2cc01397e7059227.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_daf4f5c4da18fbee2cc01397e7059227.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_daf4f5c4da18fbee2cc01397e7059227.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_dcc7392e27ceedcb8fca5c4cd07c4b5c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_dcc7392e27ceedcb8fca5c4cd07c4b5c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_dcc7392e27ceedcb8fca5c4cd07c4b5c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_dcc7392e27ceedcb8fca5c4cd07c4b5c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_e04602aba7b2f9f43e3429e32fb5dc36.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_e04602aba7b2f9f43e3429e32fb5dc36.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_e04602aba7b2f9f43e3429e32fb5dc36.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_e04602aba7b2f9f43e3429e32fb5dc36.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_e4eb7b834609f1fe20523c66b23e4a87.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_e4eb7b834609f1fe20523c66b23e4a87.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_e4eb7b834609f1fe20523c66b23e4a87.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_e4eb7b834609f1fe20523c66b23e4a87.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_e677fc34f5347e58d43c339b53e9b418.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_e677fc34f5347e58d43c339b53e9b418.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_e677fc34f5347e58d43c339b53e9b418.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_e677fc34f5347e58d43c339b53e9b418.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_e69484b12825f40a4799c3db7df7c339.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_e69484b12825f40a4799c3db7df7c339.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_e69484b12825f40a4799c3db7df7c339.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_e69484b12825f40a4799c3db7df7c339.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_e850fff378e36258e2a085808e9d898c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_e850fff378e36258e2a085808e9d898c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_e850fff378e36258e2a085808e9d898c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_e850fff378e36258e2a085808e9d898c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_eaa4f497a3f9bf201d37aaf8d8603deb.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_eaa4f497a3f9bf201d37aaf8d8603deb.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_eaa4f497a3f9bf201d37aaf8d8603deb.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_eaa4f497a3f9bf201d37aaf8d8603deb.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_ed0f06d1d48a5e921d9f4bc3a2223aa6.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_ed0f06d1d48a5e921d9f4bc3a2223aa6.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_ed0f06d1d48a5e921d9f4bc3a2223aa6.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_ed0f06d1d48a5e921d9f4bc3a2223aa6.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_f31395880d34591c756e13478059d1a5.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_f31395880d34591c756e13478059d1a5.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_f31395880d34591c756e13478059d1a5.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_f31395880d34591c756e13478059d1a5.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_f3f90e767886505989b4baa9d4b81390.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_f3f90e767886505989b4baa9d4b81390.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_f3f90e767886505989b4baa9d4b81390.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_f3f90e767886505989b4baa9d4b81390.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_fa76c9f4334252cb8d941364a7ed9feb.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_fa76c9f4334252cb8d941364a7ed9feb.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_fa76c9f4334252cb8d941364a7ed9feb.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_fa76c9f4334252cb8d941364a7ed9feb.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dir_fccaebac91eec4cb351e86457c5d1310.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/dir_fccaebac91eec4cb351e86457c5d1310.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dir_fccaebac91eec4cb351e86457c5d1310.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dir_fccaebac91eec4cb351e86457c5d1310.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dotProduct.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/dotProduct.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dotProduct.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dotProduct.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/doxygen.png b/machines/cortex-m/CMSIS/Documentation/DSP/html/doxygen.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/doxygen.png rename to machines/cortex-m/CMSIS/Documentation/DSP/html/doxygen.png diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/dynsections.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/dynsections.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/dynsections.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/dynsections.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/examples.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/examples.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/examples.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/examples.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/files.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/files.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/files.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/files.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/ftv2blank.png b/machines/cortex-m/CMSIS/Documentation/DSP/html/ftv2blank.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/ftv2blank.png rename to machines/cortex-m/CMSIS/Documentation/DSP/html/ftv2blank.png diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/ftv2cl.png b/machines/cortex-m/CMSIS/Documentation/DSP/html/ftv2cl.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/ftv2cl.png rename to machines/cortex-m/CMSIS/Documentation/DSP/html/ftv2cl.png diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/ftv2doc.png b/machines/cortex-m/CMSIS/Documentation/DSP/html/ftv2doc.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/ftv2doc.png rename to machines/cortex-m/CMSIS/Documentation/DSP/html/ftv2doc.png diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/ftv2folderclosed.png b/machines/cortex-m/CMSIS/Documentation/DSP/html/ftv2folderclosed.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/ftv2folderclosed.png rename to machines/cortex-m/CMSIS/Documentation/DSP/html/ftv2folderclosed.png diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/ftv2folderopen.png b/machines/cortex-m/CMSIS/Documentation/DSP/html/ftv2folderopen.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/ftv2folderopen.png rename to machines/cortex-m/CMSIS/Documentation/DSP/html/ftv2folderopen.png diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/ftv2lastnode.png b/machines/cortex-m/CMSIS/Documentation/DSP/html/ftv2lastnode.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/ftv2lastnode.png rename to machines/cortex-m/CMSIS/Documentation/DSP/html/ftv2lastnode.png diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/ftv2link.png b/machines/cortex-m/CMSIS/Documentation/DSP/html/ftv2link.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/ftv2link.png rename to machines/cortex-m/CMSIS/Documentation/DSP/html/ftv2link.png diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/ftv2mlastnode.png b/machines/cortex-m/CMSIS/Documentation/DSP/html/ftv2mlastnode.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/ftv2mlastnode.png rename to machines/cortex-m/CMSIS/Documentation/DSP/html/ftv2mlastnode.png diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/ftv2mnode.png b/machines/cortex-m/CMSIS/Documentation/DSP/html/ftv2mnode.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/ftv2mnode.png rename to machines/cortex-m/CMSIS/Documentation/DSP/html/ftv2mnode.png diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/ftv2mo.png b/machines/cortex-m/CMSIS/Documentation/DSP/html/ftv2mo.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/ftv2mo.png rename to machines/cortex-m/CMSIS/Documentation/DSP/html/ftv2mo.png diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/ftv2node.png b/machines/cortex-m/CMSIS/Documentation/DSP/html/ftv2node.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/ftv2node.png rename to machines/cortex-m/CMSIS/Documentation/DSP/html/ftv2node.png diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/ftv2ns.png b/machines/cortex-m/CMSIS/Documentation/DSP/html/ftv2ns.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/ftv2ns.png rename to machines/cortex-m/CMSIS/Documentation/DSP/html/ftv2ns.png diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/ftv2plastnode.png b/machines/cortex-m/CMSIS/Documentation/DSP/html/ftv2plastnode.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/ftv2plastnode.png rename to machines/cortex-m/CMSIS/Documentation/DSP/html/ftv2plastnode.png diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/ftv2pnode.png b/machines/cortex-m/CMSIS/Documentation/DSP/html/ftv2pnode.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/ftv2pnode.png rename to machines/cortex-m/CMSIS/Documentation/DSP/html/ftv2pnode.png diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/ftv2splitbar.png b/machines/cortex-m/CMSIS/Documentation/DSP/html/ftv2splitbar.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/ftv2splitbar.png rename to machines/cortex-m/CMSIS/Documentation/DSP/html/ftv2splitbar.png diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/ftv2vertline.png b/machines/cortex-m/CMSIS/Documentation/DSP/html/ftv2vertline.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/ftv2vertline.png rename to machines/cortex-m/CMSIS/Documentation/DSP/html/ftv2vertline.png diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/functions.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/functions.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/functions.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/functions.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/functions_0x62.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/functions_0x62.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/functions_0x62.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/functions_0x62.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/functions_0x65.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/functions_0x65.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/functions_0x65.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/functions_0x65.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/functions_0x66.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/functions_0x66.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/functions_0x66.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/functions_0x66.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/functions_0x69.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/functions_0x69.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/functions_0x69.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/functions_0x69.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/functions_0x6b.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/functions_0x6b.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/functions_0x6b.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/functions_0x6b.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/functions_0x6c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/functions_0x6c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/functions_0x6c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/functions_0x6c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/functions_0x6d.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/functions_0x6d.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/functions_0x6d.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/functions_0x6d.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/functions_0x6e.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/functions_0x6e.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/functions_0x6e.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/functions_0x6e.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/functions_0x6f.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/functions_0x6f.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/functions_0x6f.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/functions_0x6f.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/functions_0x70.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/functions_0x70.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/functions_0x70.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/functions_0x70.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/functions_0x72.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/functions_0x72.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/functions_0x72.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/functions_0x72.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/functions_0x73.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/functions_0x73.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/functions_0x73.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/functions_0x73.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/functions_0x74.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/functions_0x74.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/functions_0x74.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/functions_0x74.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/functions_0x78.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/functions_0x78.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/functions_0x78.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/functions_0x78.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/functions_dup.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/functions_dup.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/functions_dup.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/functions_dup.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/functions_vars.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/functions_vars.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/functions_vars.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/functions_vars.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/functions_vars.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/functions_vars.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/functions_vars.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/functions_vars.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/functions_vars_0x62.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/functions_vars_0x62.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/functions_vars_0x62.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/functions_vars_0x62.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/functions_vars_0x65.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/functions_vars_0x65.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/functions_vars_0x65.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/functions_vars_0x65.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/functions_vars_0x66.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/functions_vars_0x66.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/functions_vars_0x66.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/functions_vars_0x66.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/functions_vars_0x69.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/functions_vars_0x69.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/functions_vars_0x69.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/functions_vars_0x69.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/functions_vars_0x6b.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/functions_vars_0x6b.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/functions_vars_0x6b.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/functions_vars_0x6b.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/functions_vars_0x6c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/functions_vars_0x6c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/functions_vars_0x6c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/functions_vars_0x6c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/functions_vars_0x6d.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/functions_vars_0x6d.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/functions_vars_0x6d.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/functions_vars_0x6d.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/functions_vars_0x6e.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/functions_vars_0x6e.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/functions_vars_0x6e.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/functions_vars_0x6e.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/functions_vars_0x6f.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/functions_vars_0x6f.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/functions_vars_0x6f.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/functions_vars_0x6f.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/functions_vars_0x70.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/functions_vars_0x70.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/functions_vars_0x70.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/functions_vars_0x70.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/functions_vars_0x72.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/functions_vars_0x72.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/functions_vars_0x72.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/functions_vars_0x72.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/functions_vars_0x73.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/functions_vars_0x73.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/functions_vars_0x73.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/functions_vars_0x73.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/functions_vars_0x74.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/functions_vars_0x74.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/functions_vars_0x74.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/functions_vars_0x74.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/functions_vars_0x78.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/functions_vars_0x78.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/functions_vars_0x78.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/functions_vars_0x78.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_0x61.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_0x61.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_0x61.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_0x61.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_0x62.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_0x62.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_0x62.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_0x62.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_0x63.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_0x63.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_0x63.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_0x63.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_0x64.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_0x64.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_0x64.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_0x64.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_0x65.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_0x65.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_0x65.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_0x65.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_0x66.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_0x66.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_0x66.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_0x66.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_0x67.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_0x67.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_0x67.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_0x67.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_0x69.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_0x69.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_0x69.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_0x69.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_0x6c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_0x6c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_0x6c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_0x6c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_0x6d.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_0x6d.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_0x6d.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_0x6d.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_0x6e.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_0x6e.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_0x6e.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_0x6e.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_0x6f.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_0x6f.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_0x6f.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_0x6f.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_0x70.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_0x70.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_0x70.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_0x70.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_0x71.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_0x71.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_0x71.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_0x71.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_0x72.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_0x72.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_0x72.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_0x72.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_0x73.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_0x73.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_0x73.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_0x73.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_0x74.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_0x74.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_0x74.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_0x74.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_0x75.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_0x75.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_0x75.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_0x75.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_0x76.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_0x76.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_0x76.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_0x76.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_0x77.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_0x77.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_0x77.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_0x77.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_0x78.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_0x78.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_0x78.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_0x78.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_defs.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_defs.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_defs.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_defs.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_defs_0x61.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_defs_0x61.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_defs_0x61.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_defs_0x61.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_defs_0x62.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_defs_0x62.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_defs_0x62.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_defs_0x62.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_defs_0x63.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_defs_0x63.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_defs_0x63.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_defs_0x63.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_defs_0x64.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_defs_0x64.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_defs_0x64.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_defs_0x64.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_defs_0x66.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_defs_0x66.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_defs_0x66.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_defs_0x66.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_defs_0x69.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_defs_0x69.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_defs_0x69.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_defs_0x69.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_defs_0x6d.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_defs_0x6d.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_defs_0x6d.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_defs_0x6d.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_defs_0x6e.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_defs_0x6e.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_defs_0x6e.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_defs_0x6e.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_defs_0x70.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_defs_0x70.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_defs_0x70.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_defs_0x70.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_defs_0x73.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_defs_0x73.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_defs_0x73.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_defs_0x73.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_defs_0x74.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_defs_0x74.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_defs_0x74.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_defs_0x74.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_defs_0x75.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_defs_0x75.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_defs_0x75.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_defs_0x75.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_defs_0x78.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_defs_0x78.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_defs_0x78.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_defs_0x78.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_enum.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_enum.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_enum.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_enum.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_eval.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_eval.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_eval.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_eval.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_func.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_func.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_func.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_func.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_func_0x62.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_func_0x62.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_func_0x62.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_func_0x62.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_func_0x63.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_func_0x63.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_func_0x63.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_func_0x63.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_func_0x64.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_func_0x64.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_func_0x64.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_func_0x64.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_func_0x66.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_func_0x66.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_func_0x66.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_func_0x66.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_func_0x67.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_func_0x67.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_func_0x67.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_func_0x67.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_func_0x69.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_func_0x69.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_func_0x69.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_func_0x69.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_func_0x6c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_func_0x6c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_func_0x6c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_func_0x6c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_func_0x6d.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_func_0x6d.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_func_0x6d.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_func_0x6d.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_func_0x6e.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_func_0x6e.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_func_0x6e.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_func_0x6e.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_func_0x6f.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_func_0x6f.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_func_0x6f.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_func_0x6f.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_func_0x70.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_func_0x70.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_func_0x70.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_func_0x70.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_func_0x71.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_func_0x71.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_func_0x71.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_func_0x71.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_func_0x72.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_func_0x72.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_func_0x72.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_func_0x72.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_func_0x73.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_func_0x73.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_func_0x73.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_func_0x73.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_func_0x74.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_func_0x74.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_func_0x74.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_func_0x74.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_func_0x76.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_func_0x76.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_func_0x76.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_func_0x76.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_type.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_type.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_type.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_type.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_vars.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_vars.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_vars.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_vars.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_vars_0x62.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_vars_0x62.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_vars_0x62.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_vars_0x62.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_vars_0x63.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_vars_0x63.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_vars_0x63.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_vars_0x63.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_vars_0x64.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_vars_0x64.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_vars_0x64.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_vars_0x64.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_vars_0x65.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_vars_0x65.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_vars_0x65.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_vars_0x65.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_vars_0x66.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_vars_0x66.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_vars_0x66.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_vars_0x66.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_vars_0x67.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_vars_0x67.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_vars_0x67.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_vars_0x67.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_vars_0x69.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_vars_0x69.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_vars_0x69.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_vars_0x69.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_vars_0x6c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_vars_0x6c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_vars_0x6c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_vars_0x6c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_vars_0x6d.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_vars_0x6d.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_vars_0x6d.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_vars_0x6d.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_vars_0x6e.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_vars_0x6e.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_vars_0x6e.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_vars_0x6e.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_vars_0x6f.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_vars_0x6f.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_vars_0x6f.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_vars_0x6f.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_vars_0x72.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_vars_0x72.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_vars_0x72.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_vars_0x72.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_vars_0x73.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_vars_0x73.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_vars_0x73.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_vars_0x73.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_vars_0x74.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_vars_0x74.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_vars_0x74.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_vars_0x74.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_vars_0x76.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_vars_0x76.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_vars_0x76.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_vars_0x76.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_vars_0x77.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_vars_0x77.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_vars_0x77.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_vars_0x77.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/globals_vars_0x78.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/globals_vars_0x78.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/globals_vars_0x78.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/globals_vars_0x78.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___basic_abs.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___basic_abs.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___basic_abs.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___basic_abs.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___basic_abs.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___basic_abs.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___basic_abs.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___basic_abs.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___basic_add.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___basic_add.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___basic_add.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___basic_add.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___basic_add.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___basic_add.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___basic_add.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___basic_add.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___basic_mult.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___basic_mult.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___basic_mult.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___basic_mult.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___basic_mult.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___basic_mult.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___basic_mult.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___basic_mult.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___basic_sub.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___basic_sub.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___basic_sub.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___basic_sub.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___basic_sub.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___basic_sub.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___basic_sub.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___basic_sub.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___bilinear_interpolate.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___bilinear_interpolate.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___bilinear_interpolate.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___bilinear_interpolate.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___bilinear_interpolate.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___bilinear_interpolate.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___bilinear_interpolate.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___bilinear_interpolate.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___biquad_cascade_d_f1.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___biquad_cascade_d_f1.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___biquad_cascade_d_f1.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___biquad_cascade_d_f1.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___biquad_cascade_d_f1.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___biquad_cascade_d_f1.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___biquad_cascade_d_f1.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___biquad_cascade_d_f1.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___biquad_cascade_d_f1__32x64.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___biquad_cascade_d_f1__32x64.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___biquad_cascade_d_f1__32x64.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___biquad_cascade_d_f1__32x64.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___biquad_cascade_d_f1__32x64.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___biquad_cascade_d_f1__32x64.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___biquad_cascade_d_f1__32x64.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___biquad_cascade_d_f1__32x64.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___biquad_cascade_d_f2_t.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___biquad_cascade_d_f2_t.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___biquad_cascade_d_f2_t.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___biquad_cascade_d_f2_t.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___biquad_cascade_d_f2_t.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___biquad_cascade_d_f2_t.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___biquad_cascade_d_f2_t.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___biquad_cascade_d_f2_t.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___c_f_f_t___c_i_f_f_t.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___c_f_f_t___c_i_f_f_t.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___c_f_f_t___c_i_f_f_t.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___c_f_f_t___c_i_f_f_t.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___c_f_f_t___c_i_f_f_t.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___c_f_f_t___c_i_f_f_t.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___c_f_f_t___c_i_f_f_t.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___c_f_f_t___c_i_f_f_t.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___class_marks.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___class_marks.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___class_marks.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___class_marks.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___cmplx_by_cmplx_mult.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___cmplx_by_cmplx_mult.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___cmplx_by_cmplx_mult.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___cmplx_by_cmplx_mult.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___cmplx_by_cmplx_mult.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___cmplx_by_cmplx_mult.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___cmplx_by_cmplx_mult.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___cmplx_by_cmplx_mult.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___cmplx_by_real_mult.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___cmplx_by_real_mult.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___cmplx_by_real_mult.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___cmplx_by_real_mult.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___cmplx_by_real_mult.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___cmplx_by_real_mult.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___cmplx_by_real_mult.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___cmplx_by_real_mult.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___cmplx_matrix_mult.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___cmplx_matrix_mult.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___cmplx_matrix_mult.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___cmplx_matrix_mult.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___cmplx_matrix_mult.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___cmplx_matrix_mult.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___cmplx_matrix_mult.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___cmplx_matrix_mult.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___complex_f_f_t.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___complex_f_f_t.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___complex_f_f_t.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___complex_f_f_t.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___complex_f_f_t.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___complex_f_f_t.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___complex_f_f_t.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___complex_f_f_t.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___conv.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___conv.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___conv.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___conv.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___conv.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___conv.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___conv.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___conv.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___convolution_example.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___convolution_example.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___convolution_example.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___convolution_example.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___corr.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___corr.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___corr.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___corr.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___corr.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___corr.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___corr.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___corr.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___d_c_t4___i_d_c_t4.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___d_c_t4___i_d_c_t4.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___d_c_t4___i_d_c_t4.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___d_c_t4___i_d_c_t4.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___d_c_t4___i_d_c_t4.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___d_c_t4___i_d_c_t4.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___d_c_t4___i_d_c_t4.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___d_c_t4___i_d_c_t4.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___dotproduct_example.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___dotproduct_example.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___dotproduct_example.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___dotproduct_example.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___f_i_r.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___f_i_r.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___f_i_r.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___f_i_r.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___f_i_r.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___f_i_r.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___f_i_r.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___f_i_r.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___f_i_r___interpolate.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___f_i_r___interpolate.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___f_i_r___interpolate.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___f_i_r___interpolate.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___f_i_r___interpolate.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___f_i_r___interpolate.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___f_i_r___interpolate.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___f_i_r___interpolate.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___f_i_r___lattice.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___f_i_r___lattice.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___f_i_r___lattice.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___f_i_r___lattice.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___f_i_r___lattice.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___f_i_r___lattice.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___f_i_r___lattice.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___f_i_r___lattice.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___f_i_r___sparse.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___f_i_r___sparse.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___f_i_r___sparse.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___f_i_r___sparse.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___f_i_r___sparse.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___f_i_r___sparse.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___f_i_r___sparse.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___f_i_r___sparse.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___f_i_r__decimate.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___f_i_r__decimate.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___f_i_r__decimate.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___f_i_r__decimate.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___f_i_r__decimate.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___f_i_r__decimate.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___f_i_r__decimate.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___f_i_r__decimate.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___f_i_r_l_p_f.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___f_i_r_l_p_f.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___f_i_r_l_p_f.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___f_i_r_l_p_f.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___fast.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___fast.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___fast.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___fast.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___fill.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___fill.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___fill.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___fill.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___fill.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___fill.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___fill.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___fill.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___frequency_bin.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___frequency_bin.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___frequency_bin.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___frequency_bin.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___g_e_q5_band.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___g_e_q5_band.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___g_e_q5_band.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___g_e_q5_band.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___i_i_r___lattice.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___i_i_r___lattice.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___i_i_r___lattice.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___i_i_r___lattice.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___i_i_r___lattice.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___i_i_r___lattice.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___i_i_r___lattice.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___i_i_r___lattice.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___l_m_s.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___l_m_s.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___l_m_s.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___l_m_s.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___l_m_s.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___l_m_s.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___l_m_s.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___l_m_s.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___l_m_s___n_o_r_m.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___l_m_s___n_o_r_m.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___l_m_s___n_o_r_m.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___l_m_s___n_o_r_m.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___l_m_s___n_o_r_m.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___l_m_s___n_o_r_m.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___l_m_s___n_o_r_m.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___l_m_s___n_o_r_m.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___linear_interp_example.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___linear_interp_example.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___linear_interp_example.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___linear_interp_example.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___linear_interpolate.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___linear_interpolate.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___linear_interpolate.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___linear_interpolate.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___linear_interpolate.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___linear_interpolate.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___linear_interpolate.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___linear_interpolate.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___matrix_add.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___matrix_add.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___matrix_add.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___matrix_add.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___matrix_add.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___matrix_add.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___matrix_add.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___matrix_add.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___matrix_example.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___matrix_example.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___matrix_example.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___matrix_example.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___matrix_init.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___matrix_init.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___matrix_init.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___matrix_init.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___matrix_init.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___matrix_init.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___matrix_init.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___matrix_init.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___matrix_inv.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___matrix_inv.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___matrix_inv.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___matrix_inv.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___matrix_inv.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___matrix_inv.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___matrix_inv.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___matrix_inv.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___matrix_mult.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___matrix_mult.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___matrix_mult.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___matrix_mult.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___matrix_mult.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___matrix_mult.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___matrix_mult.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___matrix_mult.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___matrix_scale.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___matrix_scale.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___matrix_scale.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___matrix_scale.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___matrix_scale.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___matrix_scale.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___matrix_scale.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___matrix_scale.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___matrix_sub.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___matrix_sub.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___matrix_sub.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___matrix_sub.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___matrix_sub.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___matrix_sub.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___matrix_sub.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___matrix_sub.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___matrix_trans.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___matrix_trans.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___matrix_trans.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___matrix_trans.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___matrix_trans.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___matrix_trans.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___matrix_trans.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___matrix_trans.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___max.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___max.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___max.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___max.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___max.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___max.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___max.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___max.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___min.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___min.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___min.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___min.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___min.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___min.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___min.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___min.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___p_i_d.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___p_i_d.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___p_i_d.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___p_i_d.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___p_i_d.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___p_i_d.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___p_i_d.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___p_i_d.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___partial_conv.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___partial_conv.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___partial_conv.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___partial_conv.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___partial_conv.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___partial_conv.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___partial_conv.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___partial_conv.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___r_m_s.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___r_m_s.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___r_m_s.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___r_m_s.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___r_m_s.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___r_m_s.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___r_m_s.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___r_m_s.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___radix8___c_f_f_t___c_i_f_f_t.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___radix8___c_f_f_t___c_i_f_f_t.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___radix8___c_f_f_t___c_i_f_f_t.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___radix8___c_f_f_t___c_i_f_f_t.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___real_f_f_t.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___real_f_f_t.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___real_f_f_t.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___real_f_f_t.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___real_f_f_t.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___real_f_f_t.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___real_f_f_t.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___real_f_f_t.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___s_q_r_t.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___s_q_r_t.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___s_q_r_t.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___s_q_r_t.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___s_q_r_t.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___s_q_r_t.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___s_q_r_t.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___s_q_r_t.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___s_t_d.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___s_t_d.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___s_t_d.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___s_t_d.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___s_t_d.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___s_t_d.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___s_t_d.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___s_t_d.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___signal_convergence.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___signal_convergence.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___signal_convergence.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___signal_convergence.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___sin_cos.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___sin_cos.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___sin_cos.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___sin_cos.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___sin_cos.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___sin_cos.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___sin_cos.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___sin_cos.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___sin_cos_example.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___sin_cos_example.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___sin_cos_example.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___sin_cos_example.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group___variance_example.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group___variance_example.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group___variance_example.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group___variance_example.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__clarke.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__clarke.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__clarke.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__clarke.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__clarke.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__clarke.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__clarke.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__clarke.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__cmplx__conj.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__cmplx__conj.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__cmplx__conj.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__cmplx__conj.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__cmplx__conj.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__cmplx__conj.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__cmplx__conj.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__cmplx__conj.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__cmplx__dot__prod.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__cmplx__dot__prod.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__cmplx__dot__prod.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__cmplx__dot__prod.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__cmplx__dot__prod.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__cmplx__dot__prod.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__cmplx__dot__prod.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__cmplx__dot__prod.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__cmplx__mag.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__cmplx__mag.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__cmplx__mag.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__cmplx__mag.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__cmplx__mag.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__cmplx__mag.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__cmplx__mag.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__cmplx__mag.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__cmplx__mag__squared.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__cmplx__mag__squared.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__cmplx__mag__squared.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__cmplx__mag__squared.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__cmplx__mag__squared.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__cmplx__mag__squared.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__cmplx__mag__squared.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__cmplx__mag__squared.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__copy.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__copy.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__copy.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__copy.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__copy.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__copy.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__copy.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__copy.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__cos.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__cos.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__cos.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__cos.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__cos.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__cos.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__cos.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__cos.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__dot__prod.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__dot__prod.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__dot__prod.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__dot__prod.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__dot__prod.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__dot__prod.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__dot__prod.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__dot__prod.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__float__to__x.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__float__to__x.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__float__to__x.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__float__to__x.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__float__to__x.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__float__to__x.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__float__to__x.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__float__to__x.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__group_cmplx_math.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__group_cmplx_math.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__group_cmplx_math.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__group_cmplx_math.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__group_cmplx_math.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__group_cmplx_math.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__group_cmplx_math.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__group_cmplx_math.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__group_controller.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__group_controller.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__group_controller.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__group_controller.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__group_controller.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__group_controller.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__group_controller.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__group_controller.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__group_examples.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__group_examples.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__group_examples.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__group_examples.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__group_examples.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__group_examples.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__group_examples.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__group_examples.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__group_fast_math.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__group_fast_math.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__group_fast_math.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__group_fast_math.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__group_fast_math.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__group_fast_math.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__group_fast_math.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__group_fast_math.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__group_filters.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__group_filters.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__group_filters.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__group_filters.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__group_filters.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__group_filters.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__group_filters.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__group_filters.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__group_interpolation.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__group_interpolation.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__group_interpolation.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__group_interpolation.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__group_interpolation.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__group_interpolation.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__group_interpolation.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__group_interpolation.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__group_math.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__group_math.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__group_math.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__group_math.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__group_math.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__group_math.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__group_math.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__group_math.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__group_matrix.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__group_matrix.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__group_matrix.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__group_matrix.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__group_matrix.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__group_matrix.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__group_matrix.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__group_matrix.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__group_stats.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__group_stats.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__group_stats.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__group_stats.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__group_stats.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__group_stats.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__group_stats.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__group_stats.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__group_support.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__group_support.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__group_support.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__group_support.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__group_support.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__group_support.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__group_support.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__group_support.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__group_transforms.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__group_transforms.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__group_transforms.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__group_transforms.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__group_transforms.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__group_transforms.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__group_transforms.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__group_transforms.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__inv__clarke.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__inv__clarke.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__inv__clarke.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__inv__clarke.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__inv__clarke.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__inv__clarke.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__inv__clarke.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__inv__clarke.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__inv__park.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__inv__park.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__inv__park.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__inv__park.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__inv__park.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__inv__park.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__inv__park.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__inv__park.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__mean.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__mean.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__mean.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__mean.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__mean.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__mean.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__mean.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__mean.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__negate.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__negate.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__negate.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__negate.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__negate.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__negate.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__negate.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__negate.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__offset.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__offset.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__offset.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__offset.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__offset.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__offset.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__offset.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__offset.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__park.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__park.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__park.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__park.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__park.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__park.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__park.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__park.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__power.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__power.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__power.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__power.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__power.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__power.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__power.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__power.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__q15__to__x.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__q15__to__x.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__q15__to__x.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__q15__to__x.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__q15__to__x.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__q15__to__x.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__q15__to__x.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__q15__to__x.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__q31__to__x.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__q31__to__x.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__q31__to__x.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__q31__to__x.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__q31__to__x.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__q31__to__x.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__q31__to__x.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__q31__to__x.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__q7__to__x.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__q7__to__x.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__q7__to__x.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__q7__to__x.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__q7__to__x.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__q7__to__x.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__q7__to__x.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__q7__to__x.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__scale.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__scale.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__scale.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__scale.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__scale.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__scale.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__scale.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__scale.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__shift.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__shift.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__shift.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__shift.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__shift.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__shift.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__shift.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__shift.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__sin.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__sin.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__sin.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__sin.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__sin.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__sin.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__sin.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__sin.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__variance.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__variance.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__variance.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__variance.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/group__variance.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/group__variance.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/group__variance.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/group__variance.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/index.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/index.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/index.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/index.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/jquery.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/jquery.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/jquery.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/jquery.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/license_8txt.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/license_8txt.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/license_8txt.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/license_8txt.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/linearInterpExampleMethod1.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/linearInterpExampleMethod1.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/linearInterpExampleMethod1.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/linearInterpExampleMethod1.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/linearInterpExampleMethod2.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/linearInterpExampleMethod2.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/linearInterpExampleMethod2.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/linearInterpExampleMethod2.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/matrixExample.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/matrixExample.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/matrixExample.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/matrixExample.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/modules.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/modules.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/modules.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/modules.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/modules.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/modules.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/modules.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/modules.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/nav_f.png b/machines/cortex-m/CMSIS/Documentation/DSP/html/nav_f.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/nav_f.png rename to machines/cortex-m/CMSIS/Documentation/DSP/html/nav_f.png diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/nav_g.png b/machines/cortex-m/CMSIS/Documentation/DSP/html/nav_g.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/nav_g.png rename to machines/cortex-m/CMSIS/Documentation/DSP/html/nav_g.png diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/nav_h.png b/machines/cortex-m/CMSIS/Documentation/DSP/html/nav_h.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/nav_h.png rename to machines/cortex-m/CMSIS/Documentation/DSP/html/nav_h.png diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/navtree.css b/machines/cortex-m/CMSIS/Documentation/DSP/html/navtree.css similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/navtree.css rename to machines/cortex-m/CMSIS/Documentation/DSP/html/navtree.css diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/navtree.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/navtree.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/navtree.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/navtree.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/navtreeindex0.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/navtreeindex0.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/navtreeindex0.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/navtreeindex0.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/navtreeindex1.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/navtreeindex1.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/navtreeindex1.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/navtreeindex1.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/navtreeindex2.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/navtreeindex2.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/navtreeindex2.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/navtreeindex2.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/navtreeindex3.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/navtreeindex3.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/navtreeindex3.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/navtreeindex3.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/open.png b/machines/cortex-m/CMSIS/Documentation/DSP/html/open.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/open.png rename to machines/cortex-m/CMSIS/Documentation/DSP/html/open.png diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/pages.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/pages.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/pages.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/pages.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/park.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/park.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/park.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/park.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/parkFormula.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/parkFormula.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/parkFormula.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/parkFormula.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/parkInvFormula.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/parkInvFormula.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/parkInvFormula.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/parkInvFormula.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/resize.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/resize.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/resize.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/resize.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/all_5f.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_5f.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/all_5f.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_5f.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/all_5f.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_5f.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/all_5f.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_5f.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/all_61.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_61.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/all_61.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_61.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/all_61.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_61.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/all_61.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_61.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/all_62.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_62.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/all_62.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_62.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/all_62.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_62.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/all_62.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_62.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/all_63.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_63.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/all_63.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_63.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/all_63.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_63.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/all_63.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_63.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/all_64.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_64.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/all_64.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_64.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/all_64.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_64.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/all_64.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_64.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/all_65.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_65.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/all_65.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_65.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/all_65.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_65.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/all_65.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_65.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/all_66.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_66.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/all_66.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_66.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/all_66.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_66.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/all_66.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_66.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/all_67.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_67.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/all_67.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_67.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/all_67.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_67.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/all_67.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_67.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/all_68.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_68.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/all_68.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_68.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/all_68.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_68.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/all_68.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_68.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/all_69.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_69.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/all_69.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_69.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/all_69.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_69.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/all_69.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_69.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/all_6b.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_6b.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/all_6b.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_6b.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/all_6b.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_6b.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/all_6b.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_6b.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/all_6c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_6c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/all_6c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_6c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/all_6c.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_6c.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/all_6c.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_6c.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/all_6d.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_6d.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/all_6d.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_6d.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/all_6d.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_6d.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/all_6d.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_6d.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/all_6e.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_6e.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/all_6e.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_6e.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/all_6e.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_6e.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/all_6e.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_6e.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/all_6f.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_6f.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/all_6f.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_6f.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/all_6f.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_6f.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/all_6f.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_6f.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/all_70.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_70.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/all_70.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_70.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/all_70.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_70.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/all_70.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_70.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/all_71.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_71.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/all_71.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_71.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/all_71.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_71.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/all_71.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_71.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/all_72.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_72.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/all_72.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_72.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/all_72.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_72.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/all_72.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_72.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/all_73.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_73.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/all_73.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_73.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/all_73.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_73.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/all_73.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_73.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/all_74.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_74.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/all_74.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_74.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/all_74.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_74.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/all_74.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_74.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/all_75.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_75.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/all_75.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_75.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/all_75.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_75.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/all_75.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_75.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/all_76.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_76.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/all_76.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_76.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/all_76.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_76.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/all_76.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_76.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/all_77.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_77.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/all_77.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_77.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/all_77.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_77.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/all_77.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_77.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/all_78.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_78.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/all_78.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_78.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/all_78.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_78.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/all_78.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/all_78.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/classes_61.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/classes_61.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/classes_61.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/classes_61.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/classes_61.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/classes_61.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/classes_61.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/classes_61.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/close.png b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/close.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/close.png rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/close.png diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/defines_5f.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/defines_5f.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/defines_5f.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/defines_5f.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/defines_5f.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/defines_5f.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/defines_5f.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/defines_5f.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/defines_61.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/defines_61.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/defines_61.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/defines_61.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/defines_61.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/defines_61.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/defines_61.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/defines_61.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/defines_62.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/defines_62.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/defines_62.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/defines_62.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/defines_62.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/defines_62.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/defines_62.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/defines_62.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/defines_63.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/defines_63.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/defines_63.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/defines_63.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/defines_63.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/defines_63.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/defines_63.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/defines_63.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/defines_64.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/defines_64.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/defines_64.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/defines_64.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/defines_64.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/defines_64.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/defines_64.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/defines_64.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/defines_66.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/defines_66.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/defines_66.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/defines_66.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/defines_66.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/defines_66.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/defines_66.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/defines_66.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/defines_69.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/defines_69.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/defines_69.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/defines_69.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/defines_69.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/defines_69.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/defines_69.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/defines_69.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/defines_6d.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/defines_6d.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/defines_6d.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/defines_6d.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/defines_6d.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/defines_6d.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/defines_6d.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/defines_6d.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/defines_6e.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/defines_6e.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/defines_6e.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/defines_6e.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/defines_6e.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/defines_6e.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/defines_6e.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/defines_6e.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/defines_70.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/defines_70.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/defines_70.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/defines_70.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/defines_70.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/defines_70.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/defines_70.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/defines_70.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/defines_73.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/defines_73.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/defines_73.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/defines_73.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/defines_73.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/defines_73.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/defines_73.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/defines_73.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/defines_74.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/defines_74.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/defines_74.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/defines_74.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/defines_74.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/defines_74.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/defines_74.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/defines_74.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/defines_75.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/defines_75.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/defines_75.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/defines_75.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/defines_75.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/defines_75.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/defines_75.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/defines_75.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/defines_78.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/defines_78.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/defines_78.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/defines_78.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/defines_78.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/defines_78.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/defines_78.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/defines_78.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/enums_61.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/enums_61.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/enums_61.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/enums_61.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/enums_61.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/enums_61.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/enums_61.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/enums_61.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/enumvalues_61.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/enumvalues_61.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/enumvalues_61.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/enumvalues_61.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/enumvalues_61.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/enumvalues_61.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/enumvalues_61.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/enumvalues_61.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/files_61.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/files_61.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/files_61.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/files_61.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/files_61.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/files_61.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/files_61.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/files_61.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/files_63.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/files_63.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/files_63.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/files_63.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/files_63.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/files_63.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/files_63.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/files_63.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/files_67.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/files_67.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/files_67.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/files_67.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/files_67.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/files_67.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/files_67.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/files_67.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/files_6c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/files_6c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/files_6c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/files_6c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/files_6c.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/files_6c.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/files_6c.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/files_6c.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/functions_61.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/functions_61.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/functions_61.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/functions_61.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/functions_61.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/functions_61.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/functions_61.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/functions_61.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/functions_63.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/functions_63.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/functions_63.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/functions_63.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/functions_63.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/functions_63.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/functions_63.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/functions_63.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/functions_64.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/functions_64.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/functions_64.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/functions_64.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/functions_64.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/functions_64.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/functions_64.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/functions_64.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/functions_67.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/functions_67.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/functions_67.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/functions_67.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/functions_67.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/functions_67.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/functions_67.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/functions_67.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/functions_6d.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/functions_6d.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/functions_6d.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/functions_6d.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/functions_6d.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/functions_6d.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/functions_6d.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/functions_6d.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/functions_73.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/functions_73.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/functions_73.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/functions_73.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/functions_73.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/functions_73.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/functions_73.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/functions_73.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/functions_74.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/functions_74.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/functions_74.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/functions_74.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/functions_74.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/functions_74.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/functions_74.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/functions_74.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/groups_62.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/groups_62.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/groups_62.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/groups_62.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/groups_62.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/groups_62.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/groups_62.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/groups_62.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/groups_63.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/groups_63.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/groups_63.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/groups_63.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/groups_63.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/groups_63.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/groups_63.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/groups_63.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/groups_64.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/groups_64.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/groups_64.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/groups_64.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/groups_64.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/groups_64.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/groups_64.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/groups_64.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/groups_65.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/groups_65.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/groups_65.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/groups_65.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/groups_65.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/groups_65.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/groups_65.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/groups_65.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/groups_66.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/groups_66.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/groups_66.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/groups_66.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/groups_66.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/groups_66.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/groups_66.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/groups_66.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/groups_67.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/groups_67.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/groups_67.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/groups_67.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/groups_67.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/groups_67.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/groups_67.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/groups_67.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/groups_68.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/groups_68.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/groups_68.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/groups_68.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/groups_68.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/groups_68.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/groups_68.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/groups_68.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/groups_69.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/groups_69.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/groups_69.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/groups_69.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/groups_69.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/groups_69.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/groups_69.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/groups_69.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/groups_6c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/groups_6c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/groups_6c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/groups_6c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/groups_6c.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/groups_6c.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/groups_6c.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/groups_6c.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/groups_6d.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/groups_6d.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/groups_6d.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/groups_6d.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/groups_6d.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/groups_6d.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/groups_6d.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/groups_6d.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/groups_6e.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/groups_6e.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/groups_6e.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/groups_6e.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/groups_6e.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/groups_6e.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/groups_6e.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/groups_6e.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/groups_70.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/groups_70.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/groups_70.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/groups_70.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/groups_70.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/groups_70.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/groups_70.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/groups_70.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/groups_72.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/groups_72.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/groups_72.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/groups_72.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/groups_72.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/groups_72.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/groups_72.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/groups_72.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/groups_73.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/groups_73.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/groups_73.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/groups_73.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/groups_73.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/groups_73.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/groups_73.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/groups_73.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/groups_74.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/groups_74.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/groups_74.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/groups_74.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/groups_74.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/groups_74.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/groups_74.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/groups_74.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/groups_76.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/groups_76.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/groups_76.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/groups_76.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/groups_76.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/groups_76.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/groups_76.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/groups_76.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/mag_sel.png b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/mag_sel.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/mag_sel.png rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/mag_sel.png diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/nomatches.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/nomatches.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/nomatches.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/nomatches.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/pages_63.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/pages_63.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/pages_63.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/pages_63.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/pages_63.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/pages_63.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/pages_63.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/pages_63.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/pages_64.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/pages_64.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/pages_64.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/pages_64.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/pages_64.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/pages_64.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/pages_64.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/pages_64.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/search.css b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/search.css similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/search.css rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/search.css diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/search.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/search.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/search.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/search.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/search_l.png b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/search_l.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/search_l.png rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/search_l.png diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/search_m.png b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/search_m.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/search_m.png rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/search_m.png diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/search_r.png b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/search_r.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/search_r.png rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/search_r.png diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/typedefs_66.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/typedefs_66.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/typedefs_66.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/typedefs_66.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/typedefs_66.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/typedefs_66.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/typedefs_66.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/typedefs_66.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/typedefs_71.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/typedefs_71.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/typedefs_71.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/typedefs_71.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/typedefs_71.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/typedefs_71.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/typedefs_71.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/typedefs_71.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/variables_61.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_61.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/variables_61.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_61.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/variables_61.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_61.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/variables_61.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_61.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/variables_62.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_62.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/variables_62.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_62.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/variables_62.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_62.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/variables_62.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_62.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/variables_63.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_63.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/variables_63.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_63.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/variables_63.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_63.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/variables_63.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_63.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/variables_64.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_64.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/variables_64.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_64.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/variables_64.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_64.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/variables_64.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_64.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/variables_65.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_65.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/variables_65.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_65.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/variables_65.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_65.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/variables_65.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_65.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/variables_66.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_66.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/variables_66.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_66.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/variables_66.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_66.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/variables_66.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_66.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/variables_67.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_67.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/variables_67.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_67.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/variables_67.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_67.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/variables_67.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_67.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/variables_69.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_69.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/variables_69.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_69.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/variables_69.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_69.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/variables_69.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_69.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/variables_6b.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_6b.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/variables_6b.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_6b.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/variables_6b.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_6b.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/variables_6b.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_6b.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/variables_6c.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_6c.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/variables_6c.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_6c.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/variables_6c.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_6c.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/variables_6c.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_6c.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/variables_6d.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_6d.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/variables_6d.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_6d.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/variables_6d.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_6d.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/variables_6d.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_6d.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/variables_6e.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_6e.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/variables_6e.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_6e.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/variables_6e.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_6e.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/variables_6e.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_6e.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/variables_6f.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_6f.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/variables_6f.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_6f.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/variables_6f.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_6f.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/variables_6f.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_6f.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/variables_70.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_70.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/variables_70.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_70.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/variables_70.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_70.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/variables_70.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_70.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/variables_72.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_72.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/variables_72.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_72.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/variables_72.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_72.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/variables_72.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_72.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/variables_73.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_73.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/variables_73.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_73.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/variables_73.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_73.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/variables_73.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_73.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/variables_74.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_74.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/variables_74.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_74.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/variables_74.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_74.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/variables_74.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_74.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/variables_76.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_76.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/variables_76.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_76.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/variables_76.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_76.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/variables_76.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_76.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/variables_77.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_77.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/variables_77.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_77.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/variables_77.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_77.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/variables_77.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_77.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/variables_78.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_78.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/variables_78.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_78.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/search/variables_78.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_78.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/search/variables_78.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/search/variables_78.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/sinCos.gif b/machines/cortex-m/CMSIS/Documentation/DSP/html/sinCos.gif similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/sinCos.gif rename to machines/cortex-m/CMSIS/Documentation/DSP/html/sinCos.gif diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__bilinear__interp__instance__f32.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__bilinear__interp__instance__f32.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__bilinear__interp__instance__f32.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__bilinear__interp__instance__f32.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__bilinear__interp__instance__f32.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__bilinear__interp__instance__f32.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__bilinear__interp__instance__f32.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__bilinear__interp__instance__f32.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__bilinear__interp__instance__q15.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__bilinear__interp__instance__q15.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__bilinear__interp__instance__q15.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__bilinear__interp__instance__q15.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__bilinear__interp__instance__q15.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__bilinear__interp__instance__q15.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__bilinear__interp__instance__q15.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__bilinear__interp__instance__q15.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__bilinear__interp__instance__q31.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__bilinear__interp__instance__q31.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__bilinear__interp__instance__q31.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__bilinear__interp__instance__q31.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__bilinear__interp__instance__q31.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__bilinear__interp__instance__q31.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__bilinear__interp__instance__q31.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__bilinear__interp__instance__q31.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__bilinear__interp__instance__q7.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__bilinear__interp__instance__q7.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__bilinear__interp__instance__q7.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__bilinear__interp__instance__q7.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__bilinear__interp__instance__q7.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__bilinear__interp__instance__q7.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__bilinear__interp__instance__q7.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__bilinear__interp__instance__q7.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__biquad__cas__df1__32x64__ins__q31.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__biquad__cas__df1__32x64__ins__q31.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__biquad__cas__df1__32x64__ins__q31.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__biquad__cas__df1__32x64__ins__q31.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__biquad__cas__df1__32x64__ins__q31.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__biquad__cas__df1__32x64__ins__q31.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__biquad__cas__df1__32x64__ins__q31.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__biquad__cas__df1__32x64__ins__q31.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__biquad__cascade__df2_t__instance__f32.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__biquad__cascade__df2_t__instance__f32.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__biquad__cascade__df2_t__instance__f32.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__biquad__cascade__df2_t__instance__f32.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__biquad__cascade__df2_t__instance__f32.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__biquad__cascade__df2_t__instance__f32.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__biquad__cascade__df2_t__instance__f32.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__biquad__cascade__df2_t__instance__f32.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__biquad__cascade__df2_t__instance__f64.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__biquad__cascade__df2_t__instance__f64.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__biquad__cascade__df2_t__instance__f64.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__biquad__cascade__df2_t__instance__f64.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__biquad__cascade__df2_t__instance__f64.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__biquad__cascade__df2_t__instance__f64.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__biquad__cascade__df2_t__instance__f64.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__biquad__cascade__df2_t__instance__f64.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__biquad__cascade__stereo__df2_t__instance__f32.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__biquad__cascade__stereo__df2_t__instance__f32.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__biquad__cascade__stereo__df2_t__instance__f32.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__biquad__cascade__stereo__df2_t__instance__f32.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__biquad__cascade__stereo__df2_t__instance__f32.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__biquad__cascade__stereo__df2_t__instance__f32.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__biquad__cascade__stereo__df2_t__instance__f32.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__biquad__cascade__stereo__df2_t__instance__f32.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__biquad__casd__df1__inst__f32.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__biquad__casd__df1__inst__f32.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__biquad__casd__df1__inst__f32.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__biquad__casd__df1__inst__f32.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__biquad__casd__df1__inst__f32.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__biquad__casd__df1__inst__f32.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__biquad__casd__df1__inst__f32.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__biquad__casd__df1__inst__f32.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__biquad__casd__df1__inst__q15.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__biquad__casd__df1__inst__q15.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__biquad__casd__df1__inst__q15.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__biquad__casd__df1__inst__q15.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__biquad__casd__df1__inst__q15.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__biquad__casd__df1__inst__q15.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__biquad__casd__df1__inst__q15.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__biquad__casd__df1__inst__q15.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__biquad__casd__df1__inst__q31.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__biquad__casd__df1__inst__q31.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__biquad__casd__df1__inst__q31.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__biquad__casd__df1__inst__q31.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__biquad__casd__df1__inst__q31.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__biquad__casd__df1__inst__q31.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__biquad__casd__df1__inst__q31.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__biquad__casd__df1__inst__q31.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__cfft__instance__f32.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__cfft__instance__f32.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__cfft__instance__f32.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__cfft__instance__f32.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__cfft__instance__f32.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__cfft__instance__f32.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__cfft__instance__f32.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__cfft__instance__f32.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__cfft__instance__q15.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__cfft__instance__q15.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__cfft__instance__q15.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__cfft__instance__q15.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__cfft__instance__q15.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__cfft__instance__q15.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__cfft__instance__q15.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__cfft__instance__q15.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__cfft__instance__q31.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__cfft__instance__q31.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__cfft__instance__q31.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__cfft__instance__q31.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__cfft__instance__q31.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__cfft__instance__q31.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__cfft__instance__q31.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__cfft__instance__q31.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__cfft__radix2__instance__f32.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__cfft__radix2__instance__f32.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__cfft__radix2__instance__f32.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__cfft__radix2__instance__f32.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__cfft__radix2__instance__f32.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__cfft__radix2__instance__f32.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__cfft__radix2__instance__f32.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__cfft__radix2__instance__f32.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__cfft__radix2__instance__q15.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__cfft__radix2__instance__q15.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__cfft__radix2__instance__q15.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__cfft__radix2__instance__q15.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__cfft__radix2__instance__q15.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__cfft__radix2__instance__q15.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__cfft__radix2__instance__q15.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__cfft__radix2__instance__q15.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__cfft__radix2__instance__q31.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__cfft__radix2__instance__q31.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__cfft__radix2__instance__q31.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__cfft__radix2__instance__q31.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__cfft__radix2__instance__q31.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__cfft__radix2__instance__q31.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__cfft__radix2__instance__q31.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__cfft__radix2__instance__q31.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__cfft__radix4__instance__f32.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__cfft__radix4__instance__f32.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__cfft__radix4__instance__f32.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__cfft__radix4__instance__f32.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__cfft__radix4__instance__f32.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__cfft__radix4__instance__f32.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__cfft__radix4__instance__f32.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__cfft__radix4__instance__f32.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__cfft__radix4__instance__q15.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__cfft__radix4__instance__q15.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__cfft__radix4__instance__q15.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__cfft__radix4__instance__q15.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__cfft__radix4__instance__q15.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__cfft__radix4__instance__q15.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__cfft__radix4__instance__q15.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__cfft__radix4__instance__q15.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__cfft__radix4__instance__q31.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__cfft__radix4__instance__q31.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__cfft__radix4__instance__q31.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__cfft__radix4__instance__q31.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__cfft__radix4__instance__q31.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__cfft__radix4__instance__q31.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__cfft__radix4__instance__q31.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__cfft__radix4__instance__q31.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__dct4__instance__f32.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__dct4__instance__f32.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__dct4__instance__f32.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__dct4__instance__f32.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__dct4__instance__f32.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__dct4__instance__f32.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__dct4__instance__f32.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__dct4__instance__f32.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__dct4__instance__q15.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__dct4__instance__q15.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__dct4__instance__q15.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__dct4__instance__q15.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__dct4__instance__q15.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__dct4__instance__q15.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__dct4__instance__q15.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__dct4__instance__q15.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__dct4__instance__q31.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__dct4__instance__q31.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__dct4__instance__q31.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__dct4__instance__q31.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__dct4__instance__q31.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__dct4__instance__q31.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__dct4__instance__q31.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__dct4__instance__q31.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__decimate__instance__f32.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__decimate__instance__f32.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__decimate__instance__f32.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__decimate__instance__f32.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__decimate__instance__f32.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__decimate__instance__f32.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__decimate__instance__f32.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__decimate__instance__f32.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__decimate__instance__q15.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__decimate__instance__q15.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__decimate__instance__q15.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__decimate__instance__q15.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__decimate__instance__q15.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__decimate__instance__q15.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__decimate__instance__q15.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__decimate__instance__q15.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__decimate__instance__q31.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__decimate__instance__q31.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__decimate__instance__q31.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__decimate__instance__q31.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__decimate__instance__q31.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__decimate__instance__q31.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__decimate__instance__q31.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__decimate__instance__q31.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__instance__f32.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__instance__f32.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__instance__f32.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__instance__f32.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__instance__f32.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__instance__f32.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__instance__f32.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__instance__f32.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__instance__q15.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__instance__q15.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__instance__q15.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__instance__q15.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__instance__q15.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__instance__q15.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__instance__q15.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__instance__q15.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__instance__q31.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__instance__q31.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__instance__q31.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__instance__q31.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__instance__q31.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__instance__q31.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__instance__q31.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__instance__q31.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__instance__q7.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__instance__q7.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__instance__q7.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__instance__q7.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__instance__q7.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__instance__q7.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__instance__q7.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__instance__q7.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__interpolate__instance__f32.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__interpolate__instance__f32.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__interpolate__instance__f32.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__interpolate__instance__f32.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__interpolate__instance__f32.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__interpolate__instance__f32.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__interpolate__instance__f32.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__interpolate__instance__f32.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__interpolate__instance__q15.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__interpolate__instance__q15.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__interpolate__instance__q15.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__interpolate__instance__q15.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__interpolate__instance__q15.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__interpolate__instance__q15.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__interpolate__instance__q15.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__interpolate__instance__q15.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__interpolate__instance__q31.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__interpolate__instance__q31.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__interpolate__instance__q31.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__interpolate__instance__q31.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__interpolate__instance__q31.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__interpolate__instance__q31.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__interpolate__instance__q31.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__interpolate__instance__q31.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__lattice__instance__f32.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__lattice__instance__f32.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__lattice__instance__f32.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__lattice__instance__f32.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__lattice__instance__f32.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__lattice__instance__f32.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__lattice__instance__f32.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__lattice__instance__f32.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__lattice__instance__q15.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__lattice__instance__q15.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__lattice__instance__q15.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__lattice__instance__q15.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__lattice__instance__q15.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__lattice__instance__q15.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__lattice__instance__q15.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__lattice__instance__q15.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__lattice__instance__q31.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__lattice__instance__q31.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__lattice__instance__q31.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__lattice__instance__q31.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__lattice__instance__q31.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__lattice__instance__q31.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__lattice__instance__q31.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__lattice__instance__q31.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__sparse__instance__f32.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__sparse__instance__f32.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__sparse__instance__f32.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__sparse__instance__f32.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__sparse__instance__f32.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__sparse__instance__f32.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__sparse__instance__f32.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__sparse__instance__f32.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__sparse__instance__q15.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__sparse__instance__q15.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__sparse__instance__q15.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__sparse__instance__q15.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__sparse__instance__q15.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__sparse__instance__q15.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__sparse__instance__q15.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__sparse__instance__q15.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__sparse__instance__q31.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__sparse__instance__q31.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__sparse__instance__q31.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__sparse__instance__q31.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__sparse__instance__q31.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__sparse__instance__q31.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__sparse__instance__q31.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__sparse__instance__q31.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__sparse__instance__q7.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__sparse__instance__q7.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__sparse__instance__q7.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__sparse__instance__q7.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__sparse__instance__q7.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__sparse__instance__q7.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__fir__sparse__instance__q7.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__fir__sparse__instance__q7.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__iir__lattice__instance__f32.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__iir__lattice__instance__f32.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__iir__lattice__instance__f32.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__iir__lattice__instance__f32.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__iir__lattice__instance__f32.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__iir__lattice__instance__f32.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__iir__lattice__instance__f32.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__iir__lattice__instance__f32.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__iir__lattice__instance__q15.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__iir__lattice__instance__q15.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__iir__lattice__instance__q15.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__iir__lattice__instance__q15.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__iir__lattice__instance__q15.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__iir__lattice__instance__q15.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__iir__lattice__instance__q15.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__iir__lattice__instance__q15.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__iir__lattice__instance__q31.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__iir__lattice__instance__q31.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__iir__lattice__instance__q31.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__iir__lattice__instance__q31.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__iir__lattice__instance__q31.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__iir__lattice__instance__q31.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__iir__lattice__instance__q31.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__iir__lattice__instance__q31.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__linear__interp__instance__f32.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__linear__interp__instance__f32.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__linear__interp__instance__f32.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__linear__interp__instance__f32.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__linear__interp__instance__f32.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__linear__interp__instance__f32.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__linear__interp__instance__f32.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__linear__interp__instance__f32.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__lms__instance__f32.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__lms__instance__f32.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__lms__instance__f32.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__lms__instance__f32.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__lms__instance__f32.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__lms__instance__f32.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__lms__instance__f32.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__lms__instance__f32.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__lms__instance__q15.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__lms__instance__q15.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__lms__instance__q15.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__lms__instance__q15.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__lms__instance__q15.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__lms__instance__q15.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__lms__instance__q15.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__lms__instance__q15.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__lms__instance__q31.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__lms__instance__q31.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__lms__instance__q31.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__lms__instance__q31.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__lms__instance__q31.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__lms__instance__q31.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__lms__instance__q31.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__lms__instance__q31.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__lms__norm__instance__f32.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__lms__norm__instance__f32.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__lms__norm__instance__f32.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__lms__norm__instance__f32.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__lms__norm__instance__f32.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__lms__norm__instance__f32.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__lms__norm__instance__f32.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__lms__norm__instance__f32.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__lms__norm__instance__q15.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__lms__norm__instance__q15.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__lms__norm__instance__q15.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__lms__norm__instance__q15.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__lms__norm__instance__q15.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__lms__norm__instance__q15.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__lms__norm__instance__q15.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__lms__norm__instance__q15.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__lms__norm__instance__q31.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__lms__norm__instance__q31.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__lms__norm__instance__q31.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__lms__norm__instance__q31.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__lms__norm__instance__q31.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__lms__norm__instance__q31.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__lms__norm__instance__q31.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__lms__norm__instance__q31.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__matrix__instance__f32.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__matrix__instance__f32.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__matrix__instance__f32.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__matrix__instance__f32.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__matrix__instance__f32.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__matrix__instance__f32.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__matrix__instance__f32.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__matrix__instance__f32.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__matrix__instance__f64.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__matrix__instance__f64.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__matrix__instance__f64.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__matrix__instance__f64.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__matrix__instance__f64.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__matrix__instance__f64.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__matrix__instance__f64.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__matrix__instance__f64.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__matrix__instance__q15.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__matrix__instance__q15.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__matrix__instance__q15.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__matrix__instance__q15.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__matrix__instance__q15.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__matrix__instance__q15.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__matrix__instance__q15.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__matrix__instance__q15.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__matrix__instance__q31.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__matrix__instance__q31.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__matrix__instance__q31.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__matrix__instance__q31.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__matrix__instance__q31.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__matrix__instance__q31.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__matrix__instance__q31.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__matrix__instance__q31.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__pid__instance__f32.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__pid__instance__f32.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__pid__instance__f32.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__pid__instance__f32.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__pid__instance__f32.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__pid__instance__f32.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__pid__instance__f32.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__pid__instance__f32.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__pid__instance__q15.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__pid__instance__q15.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__pid__instance__q15.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__pid__instance__q15.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__pid__instance__q15.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__pid__instance__q15.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__pid__instance__q15.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__pid__instance__q15.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__pid__instance__q31.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__pid__instance__q31.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__pid__instance__q31.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__pid__instance__q31.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__pid__instance__q31.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__pid__instance__q31.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__pid__instance__q31.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__pid__instance__q31.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__rfft__fast__instance__f32.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__rfft__fast__instance__f32.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__rfft__fast__instance__f32.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__rfft__fast__instance__f32.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__rfft__fast__instance__f32.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__rfft__fast__instance__f32.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__rfft__fast__instance__f32.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__rfft__fast__instance__f32.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__rfft__instance__f32.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__rfft__instance__f32.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__rfft__instance__f32.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__rfft__instance__f32.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__rfft__instance__f32.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__rfft__instance__f32.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__rfft__instance__f32.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__rfft__instance__f32.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__rfft__instance__q15.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__rfft__instance__q15.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__rfft__instance__q15.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__rfft__instance__q15.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__rfft__instance__q15.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__rfft__instance__q15.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__rfft__instance__q15.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__rfft__instance__q15.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__rfft__instance__q31.html b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__rfft__instance__q31.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__rfft__instance__q31.html rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__rfft__instance__q31.html diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/structarm__rfft__instance__q31.js b/machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__rfft__instance__q31.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/structarm__rfft__instance__q31.js rename to machines/cortex-m/CMSIS/Documentation/DSP/html/structarm__rfft__instance__q31.js diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/sync_off.png b/machines/cortex-m/CMSIS/Documentation/DSP/html/sync_off.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/sync_off.png rename to machines/cortex-m/CMSIS/Documentation/DSP/html/sync_off.png diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/sync_on.png b/machines/cortex-m/CMSIS/Documentation/DSP/html/sync_on.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/sync_on.png rename to machines/cortex-m/CMSIS/Documentation/DSP/html/sync_on.png diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/tab_a.png b/machines/cortex-m/CMSIS/Documentation/DSP/html/tab_a.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/tab_a.png rename to machines/cortex-m/CMSIS/Documentation/DSP/html/tab_a.png diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/tab_b.png b/machines/cortex-m/CMSIS/Documentation/DSP/html/tab_b.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/tab_b.png rename to machines/cortex-m/CMSIS/Documentation/DSP/html/tab_b.png diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/tab_h.png b/machines/cortex-m/CMSIS/Documentation/DSP/html/tab_h.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/tab_h.png rename to machines/cortex-m/CMSIS/Documentation/DSP/html/tab_h.png diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/tab_s.png b/machines/cortex-m/CMSIS/Documentation/DSP/html/tab_s.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/tab_s.png rename to machines/cortex-m/CMSIS/Documentation/DSP/html/tab_s.png diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/tab_topnav.png b/machines/cortex-m/CMSIS/Documentation/DSP/html/tab_topnav.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/tab_topnav.png rename to machines/cortex-m/CMSIS/Documentation/DSP/html/tab_topnav.png diff --git a/machines/cortex/CMSIS/Documentation/DSP/html/tabs.css b/machines/cortex-m/CMSIS/Documentation/DSP/html/tabs.css similarity index 100% rename from machines/cortex/CMSIS/Documentation/DSP/html/tabs.css rename to machines/cortex-m/CMSIS/Documentation/DSP/html/tabs.css diff --git a/machines/cortex/CMSIS/Documentation/General/html/CMSIS_END_USER_LICENCE_AGREEMENT.pdf b/machines/cortex-m/CMSIS/Documentation/General/html/CMSIS_END_USER_LICENCE_AGREEMENT.pdf similarity index 100% rename from machines/cortex/CMSIS/Documentation/General/html/CMSIS_END_USER_LICENCE_AGREEMENT.pdf rename to machines/cortex-m/CMSIS/Documentation/General/html/CMSIS_END_USER_LICENCE_AGREEMENT.pdf diff --git a/machines/cortex/CMSIS/Documentation/General/html/CMSIS_Logo_Final.png b/machines/cortex-m/CMSIS/Documentation/General/html/CMSIS_Logo_Final.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/General/html/CMSIS_Logo_Final.png rename to machines/cortex-m/CMSIS/Documentation/General/html/CMSIS_Logo_Final.png diff --git a/machines/cortex/CMSIS/Documentation/General/html/CMSISv4_small.png b/machines/cortex-m/CMSIS/Documentation/General/html/CMSISv4_small.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/General/html/CMSISv4_small.png rename to machines/cortex-m/CMSIS/Documentation/General/html/CMSISv4_small.png diff --git a/machines/cortex/CMSIS/Documentation/General/html/bc_s.png b/machines/cortex-m/CMSIS/Documentation/General/html/bc_s.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/General/html/bc_s.png rename to machines/cortex-m/CMSIS/Documentation/General/html/bc_s.png diff --git a/machines/cortex/CMSIS/Documentation/General/html/bdwn.png b/machines/cortex-m/CMSIS/Documentation/General/html/bdwn.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/General/html/bdwn.png rename to machines/cortex-m/CMSIS/Documentation/General/html/bdwn.png diff --git a/machines/cortex/CMSIS/Documentation/General/html/closed.png b/machines/cortex-m/CMSIS/Documentation/General/html/closed.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/General/html/closed.png rename to machines/cortex-m/CMSIS/Documentation/General/html/closed.png diff --git a/machines/cortex/CMSIS/Documentation/General/html/cmsis.css b/machines/cortex-m/CMSIS/Documentation/General/html/cmsis.css similarity index 100% rename from machines/cortex/CMSIS/Documentation/General/html/cmsis.css rename to machines/cortex-m/CMSIS/Documentation/General/html/cmsis.css diff --git a/machines/cortex/CMSIS/Documentation/General/html/doxygen.png b/machines/cortex-m/CMSIS/Documentation/General/html/doxygen.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/General/html/doxygen.png rename to machines/cortex-m/CMSIS/Documentation/General/html/doxygen.png diff --git a/machines/cortex/CMSIS/Documentation/General/html/dynsections.js b/machines/cortex-m/CMSIS/Documentation/General/html/dynsections.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/General/html/dynsections.js rename to machines/cortex-m/CMSIS/Documentation/General/html/dynsections.js diff --git a/machines/cortex/CMSIS/Documentation/General/html/ftv2blank.png b/machines/cortex-m/CMSIS/Documentation/General/html/ftv2blank.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/General/html/ftv2blank.png rename to machines/cortex-m/CMSIS/Documentation/General/html/ftv2blank.png diff --git a/machines/cortex/CMSIS/Documentation/General/html/ftv2cl.png b/machines/cortex-m/CMSIS/Documentation/General/html/ftv2cl.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/General/html/ftv2cl.png rename to machines/cortex-m/CMSIS/Documentation/General/html/ftv2cl.png diff --git a/machines/cortex/CMSIS/Documentation/General/html/ftv2doc.png b/machines/cortex-m/CMSIS/Documentation/General/html/ftv2doc.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/General/html/ftv2doc.png rename to machines/cortex-m/CMSIS/Documentation/General/html/ftv2doc.png diff --git a/machines/cortex/CMSIS/Documentation/General/html/ftv2folderclosed.png b/machines/cortex-m/CMSIS/Documentation/General/html/ftv2folderclosed.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/General/html/ftv2folderclosed.png rename to machines/cortex-m/CMSIS/Documentation/General/html/ftv2folderclosed.png diff --git a/machines/cortex/CMSIS/Documentation/General/html/ftv2folderopen.png b/machines/cortex-m/CMSIS/Documentation/General/html/ftv2folderopen.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/General/html/ftv2folderopen.png rename to machines/cortex-m/CMSIS/Documentation/General/html/ftv2folderopen.png diff --git a/machines/cortex/CMSIS/Documentation/General/html/ftv2lastnode.png b/machines/cortex-m/CMSIS/Documentation/General/html/ftv2lastnode.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/General/html/ftv2lastnode.png rename to machines/cortex-m/CMSIS/Documentation/General/html/ftv2lastnode.png diff --git a/machines/cortex/CMSIS/Documentation/General/html/ftv2link.png b/machines/cortex-m/CMSIS/Documentation/General/html/ftv2link.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/General/html/ftv2link.png rename to machines/cortex-m/CMSIS/Documentation/General/html/ftv2link.png diff --git a/machines/cortex/CMSIS/Documentation/General/html/ftv2mlastnode.png b/machines/cortex-m/CMSIS/Documentation/General/html/ftv2mlastnode.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/General/html/ftv2mlastnode.png rename to machines/cortex-m/CMSIS/Documentation/General/html/ftv2mlastnode.png diff --git a/machines/cortex/CMSIS/Documentation/General/html/ftv2mnode.png b/machines/cortex-m/CMSIS/Documentation/General/html/ftv2mnode.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/General/html/ftv2mnode.png rename to machines/cortex-m/CMSIS/Documentation/General/html/ftv2mnode.png diff --git a/machines/cortex/CMSIS/Documentation/General/html/ftv2mo.png b/machines/cortex-m/CMSIS/Documentation/General/html/ftv2mo.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/General/html/ftv2mo.png rename to machines/cortex-m/CMSIS/Documentation/General/html/ftv2mo.png diff --git a/machines/cortex/CMSIS/Documentation/General/html/ftv2node.png b/machines/cortex-m/CMSIS/Documentation/General/html/ftv2node.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/General/html/ftv2node.png rename to machines/cortex-m/CMSIS/Documentation/General/html/ftv2node.png diff --git a/machines/cortex/CMSIS/Documentation/General/html/ftv2ns.png b/machines/cortex-m/CMSIS/Documentation/General/html/ftv2ns.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/General/html/ftv2ns.png rename to machines/cortex-m/CMSIS/Documentation/General/html/ftv2ns.png diff --git a/machines/cortex/CMSIS/Documentation/General/html/ftv2plastnode.png b/machines/cortex-m/CMSIS/Documentation/General/html/ftv2plastnode.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/General/html/ftv2plastnode.png rename to machines/cortex-m/CMSIS/Documentation/General/html/ftv2plastnode.png diff --git a/machines/cortex/CMSIS/Documentation/General/html/ftv2pnode.png b/machines/cortex-m/CMSIS/Documentation/General/html/ftv2pnode.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/General/html/ftv2pnode.png rename to machines/cortex-m/CMSIS/Documentation/General/html/ftv2pnode.png diff --git a/machines/cortex/CMSIS/Documentation/General/html/ftv2splitbar.png b/machines/cortex-m/CMSIS/Documentation/General/html/ftv2splitbar.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/General/html/ftv2splitbar.png rename to machines/cortex-m/CMSIS/Documentation/General/html/ftv2splitbar.png diff --git a/machines/cortex/CMSIS/Documentation/General/html/ftv2vertline.png b/machines/cortex-m/CMSIS/Documentation/General/html/ftv2vertline.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/General/html/ftv2vertline.png rename to machines/cortex-m/CMSIS/Documentation/General/html/ftv2vertline.png diff --git a/machines/cortex/CMSIS/Documentation/General/html/index.html b/machines/cortex-m/CMSIS/Documentation/General/html/index.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/General/html/index.html rename to machines/cortex-m/CMSIS/Documentation/General/html/index.html diff --git a/machines/cortex/CMSIS/Documentation/General/html/jquery.js b/machines/cortex-m/CMSIS/Documentation/General/html/jquery.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/General/html/jquery.js rename to machines/cortex-m/CMSIS/Documentation/General/html/jquery.js diff --git a/machines/cortex/CMSIS/Documentation/General/html/nav_f.png b/machines/cortex-m/CMSIS/Documentation/General/html/nav_f.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/General/html/nav_f.png rename to machines/cortex-m/CMSIS/Documentation/General/html/nav_f.png diff --git a/machines/cortex/CMSIS/Documentation/General/html/nav_g.png b/machines/cortex-m/CMSIS/Documentation/General/html/nav_g.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/General/html/nav_g.png rename to machines/cortex-m/CMSIS/Documentation/General/html/nav_g.png diff --git a/machines/cortex/CMSIS/Documentation/General/html/nav_h.png b/machines/cortex-m/CMSIS/Documentation/General/html/nav_h.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/General/html/nav_h.png rename to machines/cortex-m/CMSIS/Documentation/General/html/nav_h.png diff --git a/machines/cortex/CMSIS/Documentation/General/html/navtree.css b/machines/cortex-m/CMSIS/Documentation/General/html/navtree.css similarity index 100% rename from machines/cortex/CMSIS/Documentation/General/html/navtree.css rename to machines/cortex-m/CMSIS/Documentation/General/html/navtree.css diff --git a/machines/cortex/CMSIS/Documentation/General/html/navtree.js b/machines/cortex-m/CMSIS/Documentation/General/html/navtree.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/General/html/navtree.js rename to machines/cortex-m/CMSIS/Documentation/General/html/navtree.js diff --git a/machines/cortex/CMSIS/Documentation/General/html/navtreeindex0.js b/machines/cortex-m/CMSIS/Documentation/General/html/navtreeindex0.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/General/html/navtreeindex0.js rename to machines/cortex-m/CMSIS/Documentation/General/html/navtreeindex0.js diff --git a/machines/cortex/CMSIS/Documentation/General/html/open.png b/machines/cortex-m/CMSIS/Documentation/General/html/open.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/General/html/open.png rename to machines/cortex-m/CMSIS/Documentation/General/html/open.png diff --git a/machines/cortex/CMSIS/Documentation/General/html/resize.js b/machines/cortex-m/CMSIS/Documentation/General/html/resize.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/General/html/resize.js rename to machines/cortex-m/CMSIS/Documentation/General/html/resize.js diff --git a/machines/cortex/CMSIS/Documentation/General/html/sync_off.png b/machines/cortex-m/CMSIS/Documentation/General/html/sync_off.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/General/html/sync_off.png rename to machines/cortex-m/CMSIS/Documentation/General/html/sync_off.png diff --git a/machines/cortex/CMSIS/Documentation/General/html/sync_on.png b/machines/cortex-m/CMSIS/Documentation/General/html/sync_on.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/General/html/sync_on.png rename to machines/cortex-m/CMSIS/Documentation/General/html/sync_on.png diff --git a/machines/cortex/CMSIS/Documentation/General/html/tab_a.png b/machines/cortex-m/CMSIS/Documentation/General/html/tab_a.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/General/html/tab_a.png rename to machines/cortex-m/CMSIS/Documentation/General/html/tab_a.png diff --git a/machines/cortex/CMSIS/Documentation/General/html/tab_b.png b/machines/cortex-m/CMSIS/Documentation/General/html/tab_b.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/General/html/tab_b.png rename to machines/cortex-m/CMSIS/Documentation/General/html/tab_b.png diff --git a/machines/cortex/CMSIS/Documentation/General/html/tab_h.png b/machines/cortex-m/CMSIS/Documentation/General/html/tab_h.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/General/html/tab_h.png rename to machines/cortex-m/CMSIS/Documentation/General/html/tab_h.png diff --git a/machines/cortex/CMSIS/Documentation/General/html/tab_s.png b/machines/cortex-m/CMSIS/Documentation/General/html/tab_s.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/General/html/tab_s.png rename to machines/cortex-m/CMSIS/Documentation/General/html/tab_s.png diff --git a/machines/cortex/CMSIS/Documentation/General/html/tab_topnav.png b/machines/cortex-m/CMSIS/Documentation/General/html/tab_topnav.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/General/html/tab_topnav.png rename to machines/cortex-m/CMSIS/Documentation/General/html/tab_topnav.png diff --git a/machines/cortex/CMSIS/Documentation/General/html/tabs.css b/machines/cortex-m/CMSIS/Documentation/General/html/tabs.css similarity index 100% rename from machines/cortex/CMSIS/Documentation/General/html/tabs.css rename to machines/cortex-m/CMSIS/Documentation/General/html/tabs.css diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/API_Structure.png b/machines/cortex-m/CMSIS/Documentation/RTOS/html/API_Structure.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/API_Structure.png rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/API_Structure.png diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/CMSIS_Logo_Final.png b/machines/cortex-m/CMSIS/Documentation/RTOS/html/CMSIS_Logo_Final.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/CMSIS_Logo_Final.png rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/CMSIS_Logo_Final.png diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/CMSIS_RTOS_Files.png b/machines/cortex-m/CMSIS/Documentation/RTOS/html/CMSIS_RTOS_Files.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/CMSIS_RTOS_Files.png rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/CMSIS_RTOS_Files.png diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/MailQueue.png b/machines/cortex-m/CMSIS/Documentation/RTOS/html/MailQueue.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/MailQueue.png rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/MailQueue.png diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/MessageQueue.png b/machines/cortex-m/CMSIS/Documentation/RTOS/html/MessageQueue.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/MessageQueue.png rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/MessageQueue.png diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/Mutex.png b/machines/cortex-m/CMSIS/Documentation/RTOS/html/Mutex.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/Mutex.png rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/Mutex.png diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/Semaphore.png b/machines/cortex-m/CMSIS/Documentation/RTOS/html/Semaphore.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/Semaphore.png rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/Semaphore.png diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/ThreadStatus.png b/machines/cortex-m/CMSIS/Documentation/RTOS/html/ThreadStatus.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/ThreadStatus.png rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/ThreadStatus.png diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/Timer.png b/machines/cortex-m/CMSIS/Documentation/RTOS/html/Timer.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/Timer.png rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/Timer.png diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/_function_overview.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/_function_overview.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/_function_overview.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/_function_overview.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/_using_o_s.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/_using_o_s.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/_using_o_s.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/_using_o_s.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/annotated.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/annotated.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/annotated.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/annotated.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/annotated.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/annotated.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/annotated.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/annotated.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/bc_s.png b/machines/cortex-m/CMSIS/Documentation/RTOS/html/bc_s.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/bc_s.png rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/bc_s.png diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/bdwn.png b/machines/cortex-m/CMSIS/Documentation/RTOS/html/bdwn.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/bdwn.png rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/bdwn.png diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/classes.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/classes.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/classes.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/classes.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/closed.png b/machines/cortex-m/CMSIS/Documentation/RTOS/html/closed.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/closed.png rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/closed.png diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/cmsis.css b/machines/cortex-m/CMSIS/Documentation/RTOS/html/cmsis.css similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/cmsis.css rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/cmsis.css diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/cmsis__os_8h.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/cmsis__os_8h.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/cmsis__os_8h.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/cmsis__os_8h.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/cmsis__os_8txt.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/cmsis__os_8txt.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/cmsis__os_8txt.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/cmsis__os_8txt.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/cmsis_os_h.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/cmsis_os_h.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/cmsis_os_h.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/cmsis_os_h.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/dir_67baed4ff719a838d401a6dc7774cf41.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/dir_67baed4ff719a838d401a6dc7774cf41.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/dir_67baed4ff719a838d401a6dc7774cf41.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/dir_67baed4ff719a838d401a6dc7774cf41.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/dir_9afdeffb8e409a4e0df5c5bf9ab1a7d2.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/dir_9afdeffb8e409a4e0df5c5bf9ab1a7d2.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/dir_9afdeffb8e409a4e0df5c5bf9ab1a7d2.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/dir_9afdeffb8e409a4e0df5c5bf9ab1a7d2.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/doxygen.css b/machines/cortex-m/CMSIS/Documentation/RTOS/html/doxygen.css similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/doxygen.css rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/doxygen.css diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/doxygen.png b/machines/cortex-m/CMSIS/Documentation/RTOS/html/doxygen.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/doxygen.png rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/doxygen.png diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/dynsections.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/dynsections.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/dynsections.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/dynsections.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/files.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/files.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/files.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/files.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/ftv2blank.png b/machines/cortex-m/CMSIS/Documentation/RTOS/html/ftv2blank.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/ftv2blank.png rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/ftv2blank.png diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/ftv2cl.png b/machines/cortex-m/CMSIS/Documentation/RTOS/html/ftv2cl.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/ftv2cl.png rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/ftv2cl.png diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/ftv2doc.png b/machines/cortex-m/CMSIS/Documentation/RTOS/html/ftv2doc.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/ftv2doc.png rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/ftv2doc.png diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/ftv2folderclosed.png b/machines/cortex-m/CMSIS/Documentation/RTOS/html/ftv2folderclosed.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/ftv2folderclosed.png rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/ftv2folderclosed.png diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/ftv2folderopen.png b/machines/cortex-m/CMSIS/Documentation/RTOS/html/ftv2folderopen.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/ftv2folderopen.png rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/ftv2folderopen.png diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/ftv2lastnode.png b/machines/cortex-m/CMSIS/Documentation/RTOS/html/ftv2lastnode.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/ftv2lastnode.png rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/ftv2lastnode.png diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/ftv2link.png b/machines/cortex-m/CMSIS/Documentation/RTOS/html/ftv2link.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/ftv2link.png rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/ftv2link.png diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/ftv2mlastnode.png b/machines/cortex-m/CMSIS/Documentation/RTOS/html/ftv2mlastnode.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/ftv2mlastnode.png rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/ftv2mlastnode.png diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/ftv2mnode.png b/machines/cortex-m/CMSIS/Documentation/RTOS/html/ftv2mnode.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/ftv2mnode.png rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/ftv2mnode.png diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/ftv2mo.png b/machines/cortex-m/CMSIS/Documentation/RTOS/html/ftv2mo.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/ftv2mo.png rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/ftv2mo.png diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/ftv2node.png b/machines/cortex-m/CMSIS/Documentation/RTOS/html/ftv2node.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/ftv2node.png rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/ftv2node.png diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/ftv2ns.png b/machines/cortex-m/CMSIS/Documentation/RTOS/html/ftv2ns.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/ftv2ns.png rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/ftv2ns.png diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/ftv2plastnode.png b/machines/cortex-m/CMSIS/Documentation/RTOS/html/ftv2plastnode.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/ftv2plastnode.png rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/ftv2plastnode.png diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/ftv2pnode.png b/machines/cortex-m/CMSIS/Documentation/RTOS/html/ftv2pnode.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/ftv2pnode.png rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/ftv2pnode.png diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/ftv2splitbar.png b/machines/cortex-m/CMSIS/Documentation/RTOS/html/ftv2splitbar.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/ftv2splitbar.png rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/ftv2splitbar.png diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/ftv2vertline.png b/machines/cortex-m/CMSIS/Documentation/RTOS/html/ftv2vertline.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/ftv2vertline.png rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/ftv2vertline.png diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/functions.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/functions.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/functions.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/functions.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/functions_vars.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/functions_vars.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/functions_vars.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/functions_vars.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/globals.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/globals.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/globals.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/globals.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/globals_defs.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/globals_defs.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/globals_defs.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/globals_defs.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/globals_enum.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/globals_enum.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/globals_enum.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/globals_enum.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/globals_eval.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/globals_eval.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/globals_eval.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/globals_eval.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/globals_func.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/globals_func.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/globals_func.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/globals_func.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/globals_type.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/globals_type.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/globals_type.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/globals_type.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___definitions.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___definitions.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___definitions.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___definitions.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___definitions.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___definitions.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___definitions.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___definitions.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___kernel_ctrl.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___kernel_ctrl.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___kernel_ctrl.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___kernel_ctrl.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___kernel_ctrl.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___kernel_ctrl.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___kernel_ctrl.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___kernel_ctrl.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___mail.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___mail.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___mail.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___mail.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___mail.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___mail.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___mail.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___mail.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___message.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___message.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___message.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___message.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___message.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___message.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___message.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___message.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___mutex_mgmt.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___mutex_mgmt.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___mutex_mgmt.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___mutex_mgmt.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___mutex_mgmt.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___mutex_mgmt.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___mutex_mgmt.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___mutex_mgmt.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___pool_mgmt.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___pool_mgmt.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___pool_mgmt.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___pool_mgmt.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___pool_mgmt.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___pool_mgmt.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___pool_mgmt.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___pool_mgmt.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___semaphore_mgmt.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___semaphore_mgmt.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___semaphore_mgmt.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___semaphore_mgmt.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___semaphore_mgmt.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___semaphore_mgmt.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___semaphore_mgmt.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___semaphore_mgmt.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___signal_mgmt.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___signal_mgmt.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___signal_mgmt.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___signal_mgmt.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___signal_mgmt.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___signal_mgmt.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___signal_mgmt.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___signal_mgmt.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___status.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___status.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___status.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___status.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___status.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___status.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___status.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___status.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___thread_mgmt.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___thread_mgmt.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___thread_mgmt.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___thread_mgmt.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___thread_mgmt.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___thread_mgmt.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___thread_mgmt.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___thread_mgmt.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___timer_mgmt.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___timer_mgmt.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___timer_mgmt.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___timer_mgmt.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___timer_mgmt.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___timer_mgmt.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___timer_mgmt.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___timer_mgmt.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___wait.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___wait.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___wait.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___wait.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___wait.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___wait.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___wait.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___wait.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/index.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/index.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/index.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/index.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/jquery.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/jquery.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/jquery.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/jquery.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/modules.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/modules.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/modules.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/modules.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/modules.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/modules.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/modules.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/modules.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/nav_f.png b/machines/cortex-m/CMSIS/Documentation/RTOS/html/nav_f.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/nav_f.png rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/nav_f.png diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/nav_g.png b/machines/cortex-m/CMSIS/Documentation/RTOS/html/nav_g.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/nav_g.png rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/nav_g.png diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/nav_h.png b/machines/cortex-m/CMSIS/Documentation/RTOS/html/nav_h.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/nav_h.png rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/nav_h.png diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/navtree.css b/machines/cortex-m/CMSIS/Documentation/RTOS/html/navtree.css similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/navtree.css rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/navtree.css diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/navtree.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/navtree.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/navtree.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/navtree.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/navtreeindex0.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/navtreeindex0.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/navtreeindex0.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/navtreeindex0.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/open.png b/machines/cortex-m/CMSIS/Documentation/RTOS/html/open.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/open.png rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/open.png diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/pages.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/pages.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/pages.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/pages.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/resize.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/resize.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/resize.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/resize.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/all_63.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/all_63.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/all_63.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/all_63.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/all_63.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/all_63.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/all_63.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/all_63.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/all_64.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/all_64.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/all_64.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/all_64.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/all_64.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/all_64.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/all_64.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/all_64.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/all_66.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/all_66.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/all_66.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/all_66.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/all_66.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/all_66.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/all_66.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/all_66.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/all_67.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/all_67.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/all_67.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/all_67.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/all_67.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/all_67.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/all_67.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/all_67.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/all_68.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/all_68.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/all_68.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/all_68.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/all_68.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/all_68.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/all_68.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/all_68.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/all_69.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/all_69.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/all_69.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/all_69.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/all_69.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/all_69.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/all_69.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/all_69.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/all_6b.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/all_6b.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/all_6b.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/all_6b.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/all_6b.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/all_6b.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/all_6b.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/all_6b.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/all_6d.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/all_6d.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/all_6d.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/all_6d.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/all_6d.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/all_6d.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/all_6d.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/all_6d.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/all_6f.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/all_6f.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/all_6f.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/all_6f.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/all_6f.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/all_6f.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/all_6f.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/all_6f.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/all_70.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/all_70.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/all_70.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/all_70.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/all_70.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/all_70.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/all_70.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/all_70.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/all_71.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/all_71.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/all_71.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/all_71.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/all_71.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/all_71.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/all_71.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/all_71.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/all_73.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/all_73.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/all_73.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/all_73.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/all_73.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/all_73.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/all_73.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/all_73.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/all_74.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/all_74.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/all_74.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/all_74.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/all_74.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/all_74.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/all_74.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/all_74.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/all_75.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/all_75.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/all_75.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/all_75.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/all_75.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/all_75.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/all_75.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/all_75.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/all_76.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/all_76.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/all_76.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/all_76.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/all_76.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/all_76.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/all_76.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/all_76.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/classes_6f.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/classes_6f.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/classes_6f.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/classes_6f.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/classes_6f.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/classes_6f.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/classes_6f.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/classes_6f.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/close.png b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/close.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/close.png rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/close.png diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/defines_6f.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/defines_6f.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/defines_6f.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/defines_6f.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/defines_6f.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/defines_6f.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/defines_6f.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/defines_6f.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/enums_6f.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/enums_6f.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/enums_6f.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/enums_6f.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/enums_6f.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/enums_6f.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/enums_6f.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/enums_6f.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/enumvalues_6f.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/enumvalues_6f.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/enumvalues_6f.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/enumvalues_6f.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/enumvalues_6f.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/enumvalues_6f.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/enumvalues_6f.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/enumvalues_6f.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/files_63.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/files_63.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/files_63.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/files_63.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/files_63.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/files_63.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/files_63.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/files_63.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/functions_6f.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/functions_6f.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/functions_6f.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/functions_6f.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/functions_6f.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/functions_6f.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/functions_6f.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/functions_6f.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/groups_63.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/groups_63.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/groups_63.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/groups_63.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/groups_63.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/groups_63.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/groups_63.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/groups_63.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/groups_67.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/groups_67.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/groups_67.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/groups_67.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/groups_67.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/groups_67.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/groups_67.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/groups_67.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/groups_6b.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/groups_6b.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/groups_6b.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/groups_6b.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/groups_6b.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/groups_6b.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/groups_6b.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/groups_6b.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/groups_6d.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/groups_6d.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/groups_6d.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/groups_6d.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/groups_6d.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/groups_6d.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/groups_6d.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/groups_6d.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/groups_73.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/groups_73.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/groups_73.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/groups_73.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/groups_73.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/groups_73.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/groups_73.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/groups_73.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/groups_74.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/groups_74.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/groups_74.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/groups_74.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/groups_74.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/groups_74.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/groups_74.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/groups_74.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/mag_sel.png b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/mag_sel.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/mag_sel.png rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/mag_sel.png diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/nomatches.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/nomatches.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/nomatches.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/nomatches.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/pages_66.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/pages_66.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/pages_66.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/pages_66.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/pages_66.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/pages_66.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/pages_66.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/pages_66.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/pages_68.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/pages_68.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/pages_68.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/pages_68.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/pages_68.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/pages_68.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/pages_68.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/pages_68.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/pages_6f.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/pages_6f.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/pages_6f.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/pages_6f.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/pages_6f.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/pages_6f.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/pages_6f.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/pages_6f.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/pages_75.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/pages_75.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/pages_75.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/pages_75.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/pages_75.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/pages_75.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/pages_75.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/pages_75.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/search.css b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/search.css similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/search.css rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/search.css diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/search.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/search.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/search.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/search.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/search_l.png b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/search_l.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/search_l.png rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/search_l.png diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/search_m.png b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/search_m.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/search_m.png rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/search_m.png diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/search_r.png b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/search_r.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/search_r.png rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/search_r.png diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/typedefs_6f.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/typedefs_6f.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/typedefs_6f.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/typedefs_6f.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/typedefs_6f.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/typedefs_6f.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/typedefs_6f.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/typedefs_6f.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/variables_64.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/variables_64.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/variables_64.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/variables_64.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/variables_64.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/variables_64.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/variables_64.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/variables_64.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/variables_69.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/variables_69.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/variables_69.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/variables_69.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/variables_69.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/variables_69.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/variables_69.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/variables_69.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/variables_6d.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/variables_6d.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/variables_6d.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/variables_6d.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/variables_6d.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/variables_6d.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/variables_6d.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/variables_6d.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/variables_70.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/variables_70.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/variables_70.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/variables_70.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/variables_70.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/variables_70.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/variables_70.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/variables_70.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/variables_71.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/variables_71.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/variables_71.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/variables_71.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/variables_71.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/variables_71.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/variables_71.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/variables_71.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/variables_73.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/variables_73.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/variables_73.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/variables_73.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/variables_73.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/variables_73.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/variables_73.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/variables_73.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/variables_74.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/variables_74.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/variables_74.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/variables_74.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/variables_74.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/variables_74.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/variables_74.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/variables_74.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/variables_76.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/variables_76.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/variables_76.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/variables_76.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/search/variables_76.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/search/variables_76.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/search/variables_76.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/search/variables_76.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/structos_mail_q_def__t.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/structos_mail_q_def__t.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/structos_mail_q_def__t.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/structos_mail_q_def__t.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/structos_mail_q_def__t.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/structos_mail_q_def__t.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/structos_mail_q_def__t.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/structos_mail_q_def__t.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/structos_message_q_def__t.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/structos_message_q_def__t.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/structos_message_q_def__t.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/structos_message_q_def__t.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/structos_message_q_def__t.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/structos_message_q_def__t.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/structos_message_q_def__t.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/structos_message_q_def__t.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/structos_mutex_def__t.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/structos_mutex_def__t.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/structos_mutex_def__t.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/structos_mutex_def__t.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/structos_mutex_def__t.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/structos_mutex_def__t.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/structos_mutex_def__t.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/structos_mutex_def__t.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/structos_pool_def__t.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/structos_pool_def__t.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/structos_pool_def__t.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/structos_pool_def__t.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/structos_pool_def__t.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/structos_pool_def__t.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/structos_pool_def__t.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/structos_pool_def__t.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/structos_semaphore_def__t.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/structos_semaphore_def__t.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/structos_semaphore_def__t.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/structos_semaphore_def__t.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/structos_semaphore_def__t.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/structos_semaphore_def__t.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/structos_semaphore_def__t.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/structos_semaphore_def__t.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/structos_thread_def__t.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/structos_thread_def__t.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/structos_thread_def__t.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/structos_thread_def__t.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/structos_thread_def__t.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/structos_thread_def__t.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/structos_thread_def__t.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/structos_thread_def__t.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/structos_timer_def__t.html b/machines/cortex-m/CMSIS/Documentation/RTOS/html/structos_timer_def__t.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/structos_timer_def__t.html rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/structos_timer_def__t.html diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/structos_timer_def__t.js b/machines/cortex-m/CMSIS/Documentation/RTOS/html/structos_timer_def__t.js similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/structos_timer_def__t.js rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/structos_timer_def__t.js diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/sync_off.png b/machines/cortex-m/CMSIS/Documentation/RTOS/html/sync_off.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/sync_off.png rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/sync_off.png diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/sync_on.png b/machines/cortex-m/CMSIS/Documentation/RTOS/html/sync_on.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/sync_on.png rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/sync_on.png diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/tab_a.png b/machines/cortex-m/CMSIS/Documentation/RTOS/html/tab_a.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/tab_a.png rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/tab_a.png diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/tab_b.png b/machines/cortex-m/CMSIS/Documentation/RTOS/html/tab_b.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/tab_b.png rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/tab_b.png diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/tab_h.png b/machines/cortex-m/CMSIS/Documentation/RTOS/html/tab_h.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/tab_h.png rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/tab_h.png diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/tab_s.png b/machines/cortex-m/CMSIS/Documentation/RTOS/html/tab_s.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/tab_s.png rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/tab_s.png diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/tab_topnav.png b/machines/cortex-m/CMSIS/Documentation/RTOS/html/tab_topnav.png similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/tab_topnav.png rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/tab_topnav.png diff --git a/machines/cortex/CMSIS/Documentation/RTOS/html/tabs.css b/machines/cortex-m/CMSIS/Documentation/RTOS/html/tabs.css similarity index 100% rename from machines/cortex/CMSIS/Documentation/RTOS/html/tabs.css rename to machines/cortex-m/CMSIS/Documentation/RTOS/html/tabs.css diff --git a/machines/cortex/CMSIS/Documentation/index.html b/machines/cortex-m/CMSIS/Documentation/index.html similarity index 100% rename from machines/cortex/CMSIS/Documentation/index.html rename to machines/cortex-m/CMSIS/Documentation/index.html diff --git a/machines/cortex/CMSIS/Include/arm_common_tables.h b/machines/cortex-m/CMSIS/Include/arm_common_tables.h similarity index 100% rename from machines/cortex/CMSIS/Include/arm_common_tables.h rename to machines/cortex-m/CMSIS/Include/arm_common_tables.h diff --git a/machines/cortex/CMSIS/Include/arm_const_structs.h b/machines/cortex-m/CMSIS/Include/arm_const_structs.h similarity index 100% rename from machines/cortex/CMSIS/Include/arm_const_structs.h rename to machines/cortex-m/CMSIS/Include/arm_const_structs.h diff --git a/machines/cortex/CMSIS/Include/arm_math.h b/machines/cortex-m/CMSIS/Include/arm_math.h similarity index 100% rename from machines/cortex/CMSIS/Include/arm_math.h rename to machines/cortex-m/CMSIS/Include/arm_math.h diff --git a/machines/cortex/CMSIS/Include/core_cm0.h b/machines/cortex-m/CMSIS/Include/core_cm0.h similarity index 100% rename from machines/cortex/CMSIS/Include/core_cm0.h rename to machines/cortex-m/CMSIS/Include/core_cm0.h diff --git a/machines/cortex/CMSIS/Include/core_cm0plus.h b/machines/cortex-m/CMSIS/Include/core_cm0plus.h similarity index 100% rename from machines/cortex/CMSIS/Include/core_cm0plus.h rename to machines/cortex-m/CMSIS/Include/core_cm0plus.h diff --git a/machines/cortex/CMSIS/Include/core_cm3.h b/machines/cortex-m/CMSIS/Include/core_cm3.h similarity index 100% rename from machines/cortex/CMSIS/Include/core_cm3.h rename to machines/cortex-m/CMSIS/Include/core_cm3.h diff --git a/machines/cortex/CMSIS/Include/core_cm4.h b/machines/cortex-m/CMSIS/Include/core_cm4.h similarity index 100% rename from machines/cortex/CMSIS/Include/core_cm4.h rename to machines/cortex-m/CMSIS/Include/core_cm4.h diff --git a/machines/cortex/CMSIS/Include/core_cm7.h b/machines/cortex-m/CMSIS/Include/core_cm7.h similarity index 100% rename from machines/cortex/CMSIS/Include/core_cm7.h rename to machines/cortex-m/CMSIS/Include/core_cm7.h diff --git a/machines/cortex/CMSIS/Include/core_cmFunc.h b/machines/cortex-m/CMSIS/Include/core_cmFunc.h similarity index 100% rename from machines/cortex/CMSIS/Include/core_cmFunc.h rename to machines/cortex-m/CMSIS/Include/core_cmFunc.h diff --git a/machines/cortex/CMSIS/Include/core_cmInstr.h b/machines/cortex-m/CMSIS/Include/core_cmInstr.h similarity index 100% rename from machines/cortex/CMSIS/Include/core_cmInstr.h rename to machines/cortex-m/CMSIS/Include/core_cmInstr.h diff --git a/machines/cortex/CMSIS/Include/core_cmSimd.h b/machines/cortex-m/CMSIS/Include/core_cmSimd.h similarity index 100% rename from machines/cortex/CMSIS/Include/core_cmSimd.h rename to machines/cortex-m/CMSIS/Include/core_cmSimd.h diff --git a/machines/cortex/CMSIS/Include/core_sc000.h b/machines/cortex-m/CMSIS/Include/core_sc000.h similarity index 100% rename from machines/cortex/CMSIS/Include/core_sc000.h rename to machines/cortex-m/CMSIS/Include/core_sc000.h diff --git a/machines/cortex/CMSIS/Include/core_sc300.h b/machines/cortex-m/CMSIS/Include/core_sc300.h similarity index 100% rename from machines/cortex/CMSIS/Include/core_sc300.h rename to machines/cortex-m/CMSIS/Include/core_sc300.h diff --git a/machines/cortex/CMSIS/Lib/ARM/arm_cortexM0b_math.lib b/machines/cortex-m/CMSIS/Lib/ARM/arm_cortexM0b_math.lib similarity index 100% rename from machines/cortex/CMSIS/Lib/ARM/arm_cortexM0b_math.lib rename to machines/cortex-m/CMSIS/Lib/ARM/arm_cortexM0b_math.lib diff --git a/machines/cortex/CMSIS/Lib/ARM/arm_cortexM0l_math.lib b/machines/cortex-m/CMSIS/Lib/ARM/arm_cortexM0l_math.lib similarity index 100% rename from machines/cortex/CMSIS/Lib/ARM/arm_cortexM0l_math.lib rename to machines/cortex-m/CMSIS/Lib/ARM/arm_cortexM0l_math.lib diff --git a/machines/cortex/CMSIS/Lib/ARM/arm_cortexM3b_math.lib b/machines/cortex-m/CMSIS/Lib/ARM/arm_cortexM3b_math.lib similarity index 100% rename from machines/cortex/CMSIS/Lib/ARM/arm_cortexM3b_math.lib rename to machines/cortex-m/CMSIS/Lib/ARM/arm_cortexM3b_math.lib diff --git a/machines/cortex/CMSIS/Lib/ARM/arm_cortexM3l_math.lib b/machines/cortex-m/CMSIS/Lib/ARM/arm_cortexM3l_math.lib similarity index 100% rename from machines/cortex/CMSIS/Lib/ARM/arm_cortexM3l_math.lib rename to machines/cortex-m/CMSIS/Lib/ARM/arm_cortexM3l_math.lib diff --git a/machines/cortex/CMSIS/Lib/ARM/arm_cortexM4b_math.lib b/machines/cortex-m/CMSIS/Lib/ARM/arm_cortexM4b_math.lib similarity index 100% rename from machines/cortex/CMSIS/Lib/ARM/arm_cortexM4b_math.lib rename to machines/cortex-m/CMSIS/Lib/ARM/arm_cortexM4b_math.lib diff --git a/machines/cortex/CMSIS/Lib/ARM/arm_cortexM4bf_math.lib b/machines/cortex-m/CMSIS/Lib/ARM/arm_cortexM4bf_math.lib similarity index 100% rename from machines/cortex/CMSIS/Lib/ARM/arm_cortexM4bf_math.lib rename to machines/cortex-m/CMSIS/Lib/ARM/arm_cortexM4bf_math.lib diff --git a/machines/cortex/CMSIS/Lib/ARM/arm_cortexM4l_math.lib b/machines/cortex-m/CMSIS/Lib/ARM/arm_cortexM4l_math.lib similarity index 100% rename from machines/cortex/CMSIS/Lib/ARM/arm_cortexM4l_math.lib rename to machines/cortex-m/CMSIS/Lib/ARM/arm_cortexM4l_math.lib diff --git a/machines/cortex/CMSIS/Lib/ARM/arm_cortexM4lf_math.lib b/machines/cortex-m/CMSIS/Lib/ARM/arm_cortexM4lf_math.lib similarity index 100% rename from machines/cortex/CMSIS/Lib/ARM/arm_cortexM4lf_math.lib rename to machines/cortex-m/CMSIS/Lib/ARM/arm_cortexM4lf_math.lib diff --git a/machines/cortex/CMSIS/Lib/ARM/arm_cortexM7b_math.lib b/machines/cortex-m/CMSIS/Lib/ARM/arm_cortexM7b_math.lib similarity index 100% rename from machines/cortex/CMSIS/Lib/ARM/arm_cortexM7b_math.lib rename to machines/cortex-m/CMSIS/Lib/ARM/arm_cortexM7b_math.lib diff --git a/machines/cortex/CMSIS/Lib/ARM/arm_cortexM7bfdp_math.lib b/machines/cortex-m/CMSIS/Lib/ARM/arm_cortexM7bfdp_math.lib similarity index 100% rename from machines/cortex/CMSIS/Lib/ARM/arm_cortexM7bfdp_math.lib rename to machines/cortex-m/CMSIS/Lib/ARM/arm_cortexM7bfdp_math.lib diff --git a/machines/cortex/CMSIS/Lib/ARM/arm_cortexM7bfsp_math.lib b/machines/cortex-m/CMSIS/Lib/ARM/arm_cortexM7bfsp_math.lib similarity index 100% rename from machines/cortex/CMSIS/Lib/ARM/arm_cortexM7bfsp_math.lib rename to machines/cortex-m/CMSIS/Lib/ARM/arm_cortexM7bfsp_math.lib diff --git a/machines/cortex/CMSIS/Lib/ARM/arm_cortexM7l_math.lib b/machines/cortex-m/CMSIS/Lib/ARM/arm_cortexM7l_math.lib similarity index 100% rename from machines/cortex/CMSIS/Lib/ARM/arm_cortexM7l_math.lib rename to machines/cortex-m/CMSIS/Lib/ARM/arm_cortexM7l_math.lib diff --git a/machines/cortex/CMSIS/Lib/ARM/arm_cortexM7lfdp_math.lib b/machines/cortex-m/CMSIS/Lib/ARM/arm_cortexM7lfdp_math.lib similarity index 100% rename from machines/cortex/CMSIS/Lib/ARM/arm_cortexM7lfdp_math.lib rename to machines/cortex-m/CMSIS/Lib/ARM/arm_cortexM7lfdp_math.lib diff --git a/machines/cortex/CMSIS/Lib/ARM/arm_cortexM7lfsp_math.lib b/machines/cortex-m/CMSIS/Lib/ARM/arm_cortexM7lfsp_math.lib similarity index 100% rename from machines/cortex/CMSIS/Lib/ARM/arm_cortexM7lfsp_math.lib rename to machines/cortex-m/CMSIS/Lib/ARM/arm_cortexM7lfsp_math.lib diff --git a/machines/cortex/CMSIS/Lib/license.txt b/machines/cortex-m/CMSIS/Lib/license.txt similarity index 100% rename from machines/cortex/CMSIS/Lib/license.txt rename to machines/cortex-m/CMSIS/Lib/license.txt diff --git a/machines/cortex/CMSIS/README.txt b/machines/cortex-m/CMSIS/README.txt similarity index 100% rename from machines/cortex/CMSIS/README.txt rename to machines/cortex-m/CMSIS/README.txt diff --git a/machines/cortex/CMSIS/RTOS/Template/cmsis_os.h b/machines/cortex-m/CMSIS/RTOS/Template/cmsis_os.h similarity index 100% rename from machines/cortex/CMSIS/RTOS/Template/cmsis_os.h rename to machines/cortex-m/CMSIS/RTOS/Template/cmsis_os.h diff --git a/machines/cortex/CMSIS/index.html b/machines/cortex-m/CMSIS/index.html similarity index 100% rename from machines/cortex/CMSIS/index.html rename to machines/cortex-m/CMSIS/index.html diff --git a/machines/cortex/README.md b/machines/cortex-m/README.md similarity index 100% rename from machines/cortex/README.md rename to machines/cortex-m/README.md diff --git a/machines/cortex/armv6m/samd21/ArduinoM0/system_samd21_ArduinoM0_48MHz.c b/machines/cortex-m/armv6m/samd21/ArduinoM0/system_samd21_ArduinoM0_48MHz.c similarity index 100% rename from machines/cortex/armv6m/samd21/ArduinoM0/system_samd21_ArduinoM0_48MHz.c rename to machines/cortex-m/armv6m/samd21/ArduinoM0/system_samd21_ArduinoM0_48MHz.c diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/sam-headers-version.txt b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/sam-headers-version.txt similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/sam-headers-version.txt rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/sam-headers-version.txt diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/sam.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/sam.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/sam.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/sam.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/adc.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/adc.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/adc.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/adc.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/dmac.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/dmac.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/dmac.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/dmac.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/dsu.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/dsu.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/dsu.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/dsu.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/eic.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/eic.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/eic.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/eic.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/evsys.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/evsys.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/evsys.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/evsys.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/gclk.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/gclk.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/gclk.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/gclk.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/hmatrixb.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/hmatrixb.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/hmatrixb.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/hmatrixb.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/mtb.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/mtb.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/mtb.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/mtb.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/nvmctrl.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/nvmctrl.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/nvmctrl.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/nvmctrl.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/pac.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/pac.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/pac.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/pac.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/pm.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/pm.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/pm.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/pm.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/port.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/port.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/port.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/port.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/rtc.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/rtc.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/rtc.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/rtc.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/sercom.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/sercom.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/sercom.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/sercom.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/sysctrl.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/sysctrl.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/sysctrl.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/sysctrl.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/tc.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/tc.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/tc.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/tc.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/tcc.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/tcc.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/tcc.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/tcc.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/wdt.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/wdt.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/wdt.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/component/wdt.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/adc.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/adc.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/adc.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/adc.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/dmac.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/dmac.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/dmac.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/dmac.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/dsu.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/dsu.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/dsu.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/dsu.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/eic.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/eic.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/eic.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/eic.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/evsys.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/evsys.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/evsys.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/evsys.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/gclk.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/gclk.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/gclk.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/gclk.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/mtb.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/mtb.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/mtb.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/mtb.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/nvmctrl.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/nvmctrl.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/nvmctrl.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/nvmctrl.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/pac0.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/pac0.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/pac0.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/pac0.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/pac1.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/pac1.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/pac1.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/pac1.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/pac2.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/pac2.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/pac2.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/pac2.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/pm.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/pm.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/pm.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/pm.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/port.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/port.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/port.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/port.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/rtc.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/rtc.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/rtc.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/rtc.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/sbmatrix.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/sbmatrix.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/sbmatrix.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/sbmatrix.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/sercom0.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/sercom0.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/sercom0.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/sercom0.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/sercom1.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/sercom1.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/sercom1.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/sercom1.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/sysctrl.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/sysctrl.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/sysctrl.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/sysctrl.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/tc1.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/tc1.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/tc1.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/tc1.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/tc2.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/tc2.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/tc2.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/tc2.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/tcc0.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/tcc0.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/tcc0.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/tcc0.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/wdt.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/wdt.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/wdt.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/instance/wdt.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/pio/samd09c13a.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/pio/samd09c13a.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/pio/samd09c13a.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/pio/samd09c13a.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/samd09.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/samd09.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/samd09.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/samd09.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/samd09c13a.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/samd09c13a.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/samd09c13a.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/samd09c13a.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/system_samd09.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/system_samd09.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/system_samd09.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/include/system_samd09.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/source/as_gcc/samd09c13a_flash.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/source/as_gcc/samd09c13a_flash.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/source/as_gcc/samd09c13a_flash.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/source/as_gcc/samd09c13a_flash.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/source/as_gcc/samd09c13a_sram.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/source/as_gcc/samd09c13a_sram.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/source/as_gcc/samd09c13a_sram.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/source/as_gcc/samd09c13a_sram.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/source/as_gcc/startup_samd09.c b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/source/as_gcc/startup_samd09.c similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/source/as_gcc/startup_samd09.c rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/source/as_gcc/startup_samd09.c diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/source/system_samd09.c b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/source/system_samd09.c similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/source/system_samd09.c rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd09/source/system_samd09.c diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/ac.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/ac.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/ac.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/ac.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/adc.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/adc.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/adc.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/adc.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/dac.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/dac.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/dac.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/dac.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/dmac.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/dmac.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/dmac.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/dmac.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/dsu.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/dsu.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/dsu.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/dsu.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/eic.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/eic.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/eic.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/eic.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/evsys.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/evsys.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/evsys.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/evsys.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/gclk.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/gclk.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/gclk.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/gclk.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/hmatrixb.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/hmatrixb.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/hmatrixb.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/hmatrixb.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/mtb.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/mtb.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/mtb.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/mtb.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/nvmctrl.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/nvmctrl.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/nvmctrl.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/nvmctrl.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/pac.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/pac.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/pac.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/pac.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/pm.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/pm.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/pm.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/pm.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/port.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/port.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/port.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/port.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/rtc.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/rtc.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/rtc.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/rtc.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/sercom.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/sercom.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/sercom.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/sercom.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/sysctrl.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/sysctrl.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/sysctrl.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/sysctrl.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/tc.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/tc.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/tc.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/tc.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/tcc.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/tcc.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/tcc.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/tcc.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/wdt.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/wdt.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/wdt.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/component/wdt.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/ac.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/ac.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/ac.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/ac.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/adc.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/adc.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/adc.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/adc.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/dac.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/dac.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/dac.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/dac.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/dmac.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/dmac.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/dmac.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/dmac.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/dsu.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/dsu.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/dsu.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/dsu.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/eic.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/eic.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/eic.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/eic.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/evsys.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/evsys.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/evsys.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/evsys.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/gclk.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/gclk.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/gclk.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/gclk.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/mtb.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/mtb.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/mtb.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/mtb.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/nvmctrl.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/nvmctrl.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/nvmctrl.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/nvmctrl.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/pac0.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/pac0.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/pac0.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/pac0.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/pac1.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/pac1.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/pac1.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/pac1.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/pac2.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/pac2.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/pac2.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/pac2.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/pm.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/pm.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/pm.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/pm.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/port.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/port.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/port.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/port.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/rtc.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/rtc.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/rtc.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/rtc.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/sbmatrix.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/sbmatrix.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/sbmatrix.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/sbmatrix.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/sercom0.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/sercom0.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/sercom0.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/sercom0.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/sercom1.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/sercom1.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/sercom1.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/sercom1.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/sercom2.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/sercom2.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/sercom2.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/sercom2.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/sysctrl.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/sysctrl.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/sysctrl.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/sysctrl.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/tc1.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/tc1.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/tc1.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/tc1.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/tc2.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/tc2.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/tc2.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/tc2.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/tcc0.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/tcc0.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/tcc0.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/tcc0.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/wdt.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/wdt.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/wdt.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/instance/wdt.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/pio/samd10c13a.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/pio/samd10c13a.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/pio/samd10c13a.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/pio/samd10c13a.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/pio/samd10c14a.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/pio/samd10c14a.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/pio/samd10c14a.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/pio/samd10c14a.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/pio/samd10d13am.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/pio/samd10d13am.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/pio/samd10d13am.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/pio/samd10d13am.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/pio/samd10d13as.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/pio/samd10d13as.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/pio/samd10d13as.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/pio/samd10d13as.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/pio/samd10d14am.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/pio/samd10d14am.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/pio/samd10d14am.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/pio/samd10d14am.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/pio/samd10d14as.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/pio/samd10d14as.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/pio/samd10d14as.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/pio/samd10d14as.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/samd10.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/samd10.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/samd10.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/samd10.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/samd10c13a.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/samd10c13a.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/samd10c13a.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/samd10c13a.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/samd10c14a.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/samd10c14a.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/samd10c14a.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/samd10c14a.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/samd10d13am.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/samd10d13am.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/samd10d13am.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/samd10d13am.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/samd10d13as.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/samd10d13as.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/samd10d13as.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/samd10d13as.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/samd10d14am.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/samd10d14am.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/samd10d14am.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/samd10d14am.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/samd10d14as.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/samd10d14as.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/samd10d14as.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/samd10d14as.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/system_samd10.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/system_samd10.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/system_samd10.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/include/system_samd10.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/as_gcc/samd10c13a_flash.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/as_gcc/samd10c13a_flash.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/as_gcc/samd10c13a_flash.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/as_gcc/samd10c13a_flash.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/as_gcc/samd10c13a_sram.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/as_gcc/samd10c13a_sram.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/as_gcc/samd10c13a_sram.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/as_gcc/samd10c13a_sram.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/as_gcc/samd10c14a_flash.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/as_gcc/samd10c14a_flash.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/as_gcc/samd10c14a_flash.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/as_gcc/samd10c14a_flash.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/as_gcc/samd10c14a_sram.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/as_gcc/samd10c14a_sram.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/as_gcc/samd10c14a_sram.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/as_gcc/samd10c14a_sram.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/as_gcc/samd10d13am_flash.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/as_gcc/samd10d13am_flash.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/as_gcc/samd10d13am_flash.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/as_gcc/samd10d13am_flash.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/as_gcc/samd10d13am_sram.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/as_gcc/samd10d13am_sram.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/as_gcc/samd10d13am_sram.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/as_gcc/samd10d13am_sram.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/as_gcc/samd10d13as_flash.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/as_gcc/samd10d13as_flash.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/as_gcc/samd10d13as_flash.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/as_gcc/samd10d13as_flash.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/as_gcc/samd10d13as_sram.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/as_gcc/samd10d13as_sram.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/as_gcc/samd10d13as_sram.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/as_gcc/samd10d13as_sram.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/as_gcc/samd10d14am_flash.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/as_gcc/samd10d14am_flash.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/as_gcc/samd10d14am_flash.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/as_gcc/samd10d14am_flash.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/as_gcc/samd10d14am_sram.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/as_gcc/samd10d14am_sram.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/as_gcc/samd10d14am_sram.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/as_gcc/samd10d14am_sram.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/as_gcc/samd10d14as_flash.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/as_gcc/samd10d14as_flash.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/as_gcc/samd10d14as_flash.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/as_gcc/samd10d14as_flash.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/as_gcc/samd10d14as_sram.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/as_gcc/samd10d14as_sram.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/as_gcc/samd10d14as_sram.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/as_gcc/samd10d14as_sram.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/as_gcc/startup_samd10.c b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/as_gcc/startup_samd10.c similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/as_gcc/startup_samd10.c rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/as_gcc/startup_samd10.c diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/system_samd10.c b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/system_samd10.c similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/system_samd10.c rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd10/source/system_samd10.c diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/ac.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/ac.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/ac.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/ac.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/adc.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/adc.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/adc.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/adc.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/dac.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/dac.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/dac.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/dac.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/dmac.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/dmac.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/dmac.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/dmac.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/dsu.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/dsu.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/dsu.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/dsu.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/eic.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/eic.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/eic.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/eic.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/evsys.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/evsys.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/evsys.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/evsys.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/gclk.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/gclk.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/gclk.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/gclk.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/hmatrixb.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/hmatrixb.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/hmatrixb.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/hmatrixb.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/mtb.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/mtb.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/mtb.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/mtb.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/nvmctrl.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/nvmctrl.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/nvmctrl.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/nvmctrl.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/pac.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/pac.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/pac.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/pac.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/pm.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/pm.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/pm.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/pm.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/port.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/port.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/port.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/port.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/rtc.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/rtc.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/rtc.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/rtc.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/sercom.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/sercom.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/sercom.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/sercom.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/sysctrl.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/sysctrl.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/sysctrl.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/sysctrl.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/tc.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/tc.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/tc.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/tc.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/tcc.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/tcc.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/tcc.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/tcc.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/usb.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/usb.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/usb.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/usb.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/wdt.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/wdt.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/wdt.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/component/wdt.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/ac.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/ac.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/ac.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/ac.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/adc.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/adc.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/adc.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/adc.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/dac.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/dac.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/dac.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/dac.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/dmac.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/dmac.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/dmac.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/dmac.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/dsu.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/dsu.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/dsu.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/dsu.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/eic.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/eic.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/eic.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/eic.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/evsys.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/evsys.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/evsys.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/evsys.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/gclk.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/gclk.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/gclk.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/gclk.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/mtb.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/mtb.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/mtb.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/mtb.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/nvmctrl.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/nvmctrl.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/nvmctrl.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/nvmctrl.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/pac0.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/pac0.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/pac0.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/pac0.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/pac1.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/pac1.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/pac1.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/pac1.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/pac2.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/pac2.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/pac2.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/pac2.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/pm.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/pm.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/pm.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/pm.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/port.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/port.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/port.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/port.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/rtc.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/rtc.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/rtc.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/rtc.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/sbmatrix.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/sbmatrix.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/sbmatrix.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/sbmatrix.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/sercom0.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/sercom0.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/sercom0.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/sercom0.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/sercom1.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/sercom1.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/sercom1.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/sercom1.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/sercom2.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/sercom2.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/sercom2.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/sercom2.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/sysctrl.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/sysctrl.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/sysctrl.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/sysctrl.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/tc1.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/tc1.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/tc1.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/tc1.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/tc2.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/tc2.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/tc2.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/tc2.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/tcc0.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/tcc0.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/tcc0.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/tcc0.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/usb.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/usb.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/usb.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/usb.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/wdt.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/wdt.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/wdt.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/instance/wdt.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/pio/samd11c14a.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/pio/samd11c14a.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/pio/samd11c14a.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/pio/samd11c14a.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/pio/samd11d14am.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/pio/samd11d14am.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/pio/samd11d14am.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/pio/samd11d14am.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/pio/samd11d14as.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/pio/samd11d14as.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/pio/samd11d14as.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/pio/samd11d14as.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/samd11.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/samd11.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/samd11.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/samd11.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/samd11c14a.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/samd11c14a.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/samd11c14a.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/samd11c14a.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/samd11d14am.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/samd11d14am.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/samd11d14am.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/samd11d14am.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/samd11d14as.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/samd11d14as.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/samd11d14as.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/samd11d14as.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/system_samd11.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/system_samd11.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/system_samd11.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/include/system_samd11.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/source/as_gcc/samd11c14a_flash.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/source/as_gcc/samd11c14a_flash.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/source/as_gcc/samd11c14a_flash.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/source/as_gcc/samd11c14a_flash.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/source/as_gcc/samd11c14a_sram.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/source/as_gcc/samd11c14a_sram.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/source/as_gcc/samd11c14a_sram.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/source/as_gcc/samd11c14a_sram.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/source/as_gcc/samd11d14am_flash.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/source/as_gcc/samd11d14am_flash.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/source/as_gcc/samd11d14am_flash.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/source/as_gcc/samd11d14am_flash.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/source/as_gcc/samd11d14am_sram.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/source/as_gcc/samd11d14am_sram.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/source/as_gcc/samd11d14am_sram.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/source/as_gcc/samd11d14am_sram.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/source/as_gcc/samd11d14as_flash.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/source/as_gcc/samd11d14as_flash.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/source/as_gcc/samd11d14as_flash.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/source/as_gcc/samd11d14as_flash.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/source/as_gcc/samd11d14as_sram.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/source/as_gcc/samd11d14as_sram.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/source/as_gcc/samd11d14as_sram.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/source/as_gcc/samd11d14as_sram.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/source/as_gcc/startup_samd11.c b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/source/as_gcc/startup_samd11.c similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/source/as_gcc/startup_samd11.c rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/source/as_gcc/startup_samd11.c diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/source/system_samd11.c b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/source/system_samd11.c similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/source/system_samd11.c rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd11/source/system_samd11.c diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/ac.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/ac.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/ac.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/ac.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/adc.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/adc.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/adc.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/adc.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/dac.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/dac.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/dac.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/dac.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/dsu.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/dsu.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/dsu.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/dsu.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/eic.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/eic.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/eic.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/eic.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/evsys.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/evsys.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/evsys.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/evsys.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/gclk.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/gclk.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/gclk.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/gclk.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/nvmctrl.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/nvmctrl.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/nvmctrl.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/nvmctrl.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/pac.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/pac.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/pac.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/pac.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/pm.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/pm.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/pm.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/pm.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/port.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/port.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/port.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/port.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/rtc.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/rtc.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/rtc.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/rtc.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/sercom.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/sercom.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/sercom.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/sercom.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/sysctrl.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/sysctrl.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/sysctrl.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/sysctrl.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/tc.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/tc.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/tc.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/tc.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/wdt.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/wdt.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/wdt.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/component/wdt.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/ac.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/ac.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/ac.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/ac.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/adc.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/adc.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/adc.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/adc.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/dac.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/dac.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/dac.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/dac.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/dsu.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/dsu.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/dsu.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/dsu.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/eic.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/eic.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/eic.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/eic.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/evsys.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/evsys.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/evsys.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/evsys.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/gclk.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/gclk.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/gclk.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/gclk.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/nvmctrl.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/nvmctrl.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/nvmctrl.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/nvmctrl.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/pac0.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/pac0.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/pac0.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/pac0.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/pac1.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/pac1.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/pac1.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/pac1.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/pac2.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/pac2.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/pac2.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/pac2.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/pm.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/pm.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/pm.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/pm.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/port.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/port.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/port.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/port.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/rtc.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/rtc.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/rtc.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/rtc.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/sercom0.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/sercom0.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/sercom0.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/sercom0.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/sercom1.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/sercom1.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/sercom1.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/sercom1.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/sercom2.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/sercom2.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/sercom2.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/sercom2.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/sercom3.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/sercom3.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/sercom3.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/sercom3.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/sercom4.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/sercom4.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/sercom4.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/sercom4.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/sercom5.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/sercom5.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/sercom5.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/sercom5.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/sysctrl.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/sysctrl.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/sysctrl.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/sysctrl.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/tc0.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/tc0.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/tc0.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/tc0.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/tc1.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/tc1.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/tc1.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/tc1.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/tc2.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/tc2.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/tc2.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/tc2.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/tc3.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/tc3.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/tc3.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/tc3.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/tc4.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/tc4.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/tc4.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/tc4.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/tc5.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/tc5.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/tc5.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/tc5.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/tc6.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/tc6.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/tc6.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/tc6.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/tc7.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/tc7.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/tc7.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/tc7.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/wdt.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/wdt.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/wdt.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/instance/wdt.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20e14.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20e14.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20e14.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20e14.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20e15.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20e15.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20e15.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20e15.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20e16.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20e16.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20e16.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20e16.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20e17.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20e17.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20e17.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20e17.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20e18.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20e18.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20e18.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20e18.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20g14.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20g14.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20g14.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20g14.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20g15.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20g15.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20g15.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20g15.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20g16.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20g16.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20g16.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20g16.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20g17.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20g17.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20g17.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20g17.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20g17u.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20g17u.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20g17u.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20g17u.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20g18.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20g18.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20g18.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20g18.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20g18u.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20g18u.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20g18u.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20g18u.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20j14.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20j14.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20j14.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20j14.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20j15.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20j15.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20j15.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20j15.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20j16.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20j16.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20j16.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20j16.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20j17.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20j17.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20j17.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20j17.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20j18.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20j18.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20j18.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/pio/samd20j18.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20e14.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20e14.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20e14.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20e14.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20e15.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20e15.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20e15.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20e15.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20e16.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20e16.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20e16.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20e16.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20e17.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20e17.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20e17.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20e17.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20e18.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20e18.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20e18.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20e18.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20g14.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20g14.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20g14.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20g14.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20g15.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20g15.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20g15.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20g15.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20g16.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20g16.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20g16.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20g16.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20g17.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20g17.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20g17.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20g17.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20g17u.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20g17u.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20g17u.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20g17u.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20g18.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20g18.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20g18.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20g18.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20g18u.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20g18u.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20g18u.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20g18u.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20j14.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20j14.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20j14.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20j14.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20j15.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20j15.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20j15.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20j15.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20j16.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20j16.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20j16.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20j16.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20j17.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20j17.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20j17.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20j17.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20j18.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20j18.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20j18.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/samd20j18.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/system_samd20.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/system_samd20.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/system_samd20.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/include/system_samd20.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20e14_flash.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20e14_flash.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20e14_flash.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20e14_flash.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20e14_sram.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20e14_sram.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20e14_sram.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20e14_sram.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20e15_flash.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20e15_flash.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20e15_flash.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20e15_flash.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20e15_sram.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20e15_sram.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20e15_sram.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20e15_sram.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20e16_flash.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20e16_flash.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20e16_flash.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20e16_flash.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20e16_sram.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20e16_sram.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20e16_sram.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20e16_sram.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20e17_flash.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20e17_flash.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20e17_flash.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20e17_flash.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20e17_sram.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20e17_sram.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20e17_sram.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20e17_sram.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20e18_flash.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20e18_flash.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20e18_flash.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20e18_flash.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20e18_sram.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20e18_sram.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20e18_sram.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20e18_sram.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g14_flash.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g14_flash.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g14_flash.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g14_flash.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g14_sram.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g14_sram.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g14_sram.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g14_sram.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g15_flash.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g15_flash.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g15_flash.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g15_flash.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g15_sram.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g15_sram.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g15_sram.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g15_sram.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g16_flash.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g16_flash.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g16_flash.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g16_flash.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g16_sram.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g16_sram.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g16_sram.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g16_sram.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g17_flash.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g17_flash.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g17_flash.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g17_flash.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g17_sram.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g17_sram.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g17_sram.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g17_sram.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g17u_flash.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g17u_flash.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g17u_flash.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g17u_flash.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g17u_sram.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g17u_sram.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g17u_sram.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g17u_sram.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g18_flash.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g18_flash.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g18_flash.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g18_flash.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g18_sram.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g18_sram.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g18_sram.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g18_sram.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g18u_flash.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g18u_flash.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g18u_flash.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g18u_flash.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g18u_sram.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g18u_sram.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g18u_sram.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20g18u_sram.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20j14_flash.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20j14_flash.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20j14_flash.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20j14_flash.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20j14_sram.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20j14_sram.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20j14_sram.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20j14_sram.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20j15_flash.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20j15_flash.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20j15_flash.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20j15_flash.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20j15_sram.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20j15_sram.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20j15_sram.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20j15_sram.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20j16_flash.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20j16_flash.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20j16_flash.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20j16_flash.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20j16_sram.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20j16_sram.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20j16_sram.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20j16_sram.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20j17_flash.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20j17_flash.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20j17_flash.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20j17_flash.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20j17_sram.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20j17_sram.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20j17_sram.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20j17_sram.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20j18_flash.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20j18_flash.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20j18_flash.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20j18_flash.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20j18_sram.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20j18_sram.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20j18_sram.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/samd20j18_sram.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/startup_samd20.c b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/startup_samd20.c similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/startup_samd20.c rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/as_gcc/startup_samd20.c diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/system_samd20.c b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/system_samd20.c similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/system_samd20.c rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd20/source/system_samd20.c diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/ac.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/ac.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/ac.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/ac.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/adc.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/adc.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/adc.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/adc.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/dac.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/dac.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/dac.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/dac.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/dmac.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/dmac.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/dmac.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/dmac.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/dsu.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/dsu.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/dsu.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/dsu.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/eic.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/eic.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/eic.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/eic.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/evsys.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/evsys.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/evsys.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/evsys.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/gclk.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/gclk.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/gclk.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/gclk.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/hmatrixb.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/hmatrixb.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/hmatrixb.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/hmatrixb.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/i2s.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/i2s.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/i2s.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/i2s.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/mtb.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/mtb.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/mtb.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/mtb.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/nvmctrl.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/nvmctrl.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/nvmctrl.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/nvmctrl.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/pac.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/pac.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/pac.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/pac.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/pm.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/pm.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/pm.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/pm.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/port.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/port.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/port.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/port.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/rtc.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/rtc.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/rtc.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/rtc.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/sercom.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/sercom.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/sercom.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/sercom.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/sysctrl.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/sysctrl.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/sysctrl.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/sysctrl.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/tc.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/tc.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/tc.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/tc.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/tcc.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/tcc.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/tcc.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/tcc.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/tcc_lighting.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/tcc_lighting.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/tcc_lighting.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/tcc_lighting.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/usb.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/usb.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/usb.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/usb.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/wdt.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/wdt.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/wdt.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/component/wdt.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/ac.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/ac.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/ac.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/ac.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/ac1.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/ac1.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/ac1.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/ac1.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/adc.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/adc.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/adc.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/adc.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/dac.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/dac.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/dac.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/dac.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/dmac.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/dmac.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/dmac.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/dmac.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/dsu.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/dsu.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/dsu.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/dsu.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/eic.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/eic.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/eic.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/eic.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/evsys.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/evsys.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/evsys.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/evsys.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/gclk.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/gclk.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/gclk.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/gclk.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/i2s.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/i2s.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/i2s.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/i2s.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/mtb.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/mtb.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/mtb.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/mtb.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/nvmctrl.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/nvmctrl.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/nvmctrl.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/nvmctrl.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/pac0.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/pac0.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/pac0.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/pac0.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/pac1.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/pac1.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/pac1.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/pac1.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/pac2.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/pac2.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/pac2.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/pac2.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/pm.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/pm.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/pm.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/pm.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/port.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/port.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/port.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/port.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/rtc.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/rtc.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/rtc.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/rtc.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/sbmatrix.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/sbmatrix.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/sbmatrix.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/sbmatrix.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/sercom0.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/sercom0.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/sercom0.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/sercom0.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/sercom1.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/sercom1.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/sercom1.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/sercom1.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/sercom2.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/sercom2.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/sercom2.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/sercom2.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/sercom3.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/sercom3.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/sercom3.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/sercom3.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/sercom4.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/sercom4.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/sercom4.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/sercom4.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/sercom5.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/sercom5.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/sercom5.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/sercom5.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/sysctrl.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/sysctrl.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/sysctrl.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/sysctrl.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/tc3.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/tc3.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/tc3.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/tc3.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/tc4.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/tc4.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/tc4.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/tc4.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/tc5.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/tc5.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/tc5.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/tc5.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/tc6.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/tc6.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/tc6.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/tc6.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/tc7.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/tc7.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/tc7.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/tc7.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/tcc0.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/tcc0.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/tcc0.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/tcc0.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/tcc1.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/tcc1.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/tcc1.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/tcc1.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/tcc2.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/tcc2.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/tcc2.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/tcc2.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/usb.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/usb.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/usb.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/usb.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/wdt.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/wdt.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/wdt.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/instance/wdt.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/pio/samd21e15a.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/pio/samd21e15a.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/pio/samd21e15a.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/pio/samd21e15a.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/pio/samd21e16a.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/pio/samd21e16a.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/pio/samd21e16a.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/pio/samd21e16a.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/pio/samd21e17a.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/pio/samd21e17a.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/pio/samd21e17a.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/pio/samd21e17a.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/pio/samd21e18a.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/pio/samd21e18a.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/pio/samd21e18a.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/pio/samd21e18a.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/pio/samd21g15a.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/pio/samd21g15a.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/pio/samd21g15a.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/pio/samd21g15a.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/pio/samd21g16a.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/pio/samd21g16a.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/pio/samd21g16a.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/pio/samd21g16a.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/pio/samd21g17a.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/pio/samd21g17a.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/pio/samd21g17a.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/pio/samd21g17a.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/pio/samd21g18a.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/pio/samd21g18a.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/pio/samd21g18a.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/pio/samd21g18a.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/pio/samd21j15a.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/pio/samd21j15a.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/pio/samd21j15a.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/pio/samd21j15a.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/pio/samd21j16a.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/pio/samd21j16a.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/pio/samd21j16a.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/pio/samd21j16a.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/pio/samd21j16b.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/pio/samd21j16b.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/pio/samd21j16b.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/pio/samd21j16b.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/pio/samd21j17a.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/pio/samd21j17a.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/pio/samd21j17a.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/pio/samd21j17a.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/pio/samd21j18a.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/pio/samd21j18a.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/pio/samd21j18a.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/pio/samd21j18a.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21e15a.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21e15a.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21e15a.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21e15a.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21e16a.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21e16a.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21e16a.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21e16a.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21e17a.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21e17a.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21e17a.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21e17a.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21e18a.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21e18a.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21e18a.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21e18a.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21g15a.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21g15a.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21g15a.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21g15a.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21g16a.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21g16a.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21g16a.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21g16a.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21g17a.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21g17a.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21g17a.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21g17a.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21g18a.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21g18a.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21g18a.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21g18a.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21j15a.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21j15a.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21j15a.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21j15a.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21j16a.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21j16a.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21j16a.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21j16a.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21j16b.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21j16b.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21j16b.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21j16b.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21j17a.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21j17a.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21j17a.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21j17a.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21j18a.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21j18a.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21j18a.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/samd21j18a.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/system_samd21.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/system_samd21.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/system_samd21.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/include/system_samd21.h diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21e15a_flash.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21e15a_flash.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21e15a_flash.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21e15a_flash.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21e15a_sram.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21e15a_sram.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21e15a_sram.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21e15a_sram.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21e16a_flash.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21e16a_flash.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21e16a_flash.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21e16a_flash.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21e16a_sram.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21e16a_sram.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21e16a_sram.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21e16a_sram.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21e17a_flash.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21e17a_flash.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21e17a_flash.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21e17a_flash.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21e17a_sram.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21e17a_sram.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21e17a_sram.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21e17a_sram.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21e18a_flash.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21e18a_flash.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21e18a_flash.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21e18a_flash.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21e18a_sram.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21e18a_sram.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21e18a_sram.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21e18a_sram.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21g15a_flash.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21g15a_flash.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21g15a_flash.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21g15a_flash.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21g15a_sram.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21g15a_sram.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21g15a_sram.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21g15a_sram.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21g16a_flash.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21g16a_flash.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21g16a_flash.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21g16a_flash.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21g16a_sram.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21g16a_sram.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21g16a_sram.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21g16a_sram.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21g17a_flash.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21g17a_flash.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21g17a_flash.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21g17a_flash.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21g17a_sram.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21g17a_sram.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21g17a_sram.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21g17a_sram.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21g18a_flash.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21g18a_flash.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21g18a_flash.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21g18a_flash.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21g18a_sram.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21g18a_sram.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21g18a_sram.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21g18a_sram.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21j15a_flash.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21j15a_flash.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21j15a_flash.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21j15a_flash.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21j15a_sram.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21j15a_sram.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21j15a_sram.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21j15a_sram.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21j16a_flash.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21j16a_flash.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21j16a_flash.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21j16a_flash.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21j16a_sram.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21j16a_sram.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21j16a_sram.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21j16a_sram.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21j16b_flash.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21j16b_flash.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21j16b_flash.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21j16b_flash.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21j16b_sram.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21j16b_sram.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21j16b_sram.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21j16b_sram.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21j17a_flash.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21j17a_flash.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21j17a_flash.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21j17a_flash.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21j17a_sram.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21j17a_sram.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21j17a_sram.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21j17a_sram.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21j18a_flash.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21j18a_flash.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21j18a_flash.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21j18a_flash.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21j18a_sram.ld b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21j18a_sram.ld similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21j18a_sram.ld rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/samd21j18a_sram.ld diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/startup_samd21.c b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/startup_samd21.c similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/startup_samd21.c rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/as_gcc/startup_samd21.c diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/system_samd21.c b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/system_samd21.c similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/system_samd21.c rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/samd21/source/system_samd21.c diff --git a/machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/wisc.h b/machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/wisc.h similarity index 100% rename from machines/cortex/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/wisc.h rename to machines/cortex-m/armv6m/samd21/CMSIS-Atmel/Device/ATMEL/wisc.h diff --git a/machines/cortex/armv6m/samd21/README.md b/machines/cortex-m/armv6m/samd21/README.md similarity index 100% rename from machines/cortex/armv6m/samd21/README.md rename to machines/cortex-m/armv6m/samd21/README.md diff --git a/machines/cortex/armv6m/samd21/XPlainedPro/system_samd21_XPlainedPro_48MHz.c b/machines/cortex-m/armv6m/samd21/XPlainedPro/system_samd21_XPlainedPro_48MHz.c similarity index 100% rename from machines/cortex/armv6m/samd21/XPlainedPro/system_samd21_XPlainedPro_48MHz.c rename to machines/cortex-m/armv6m/samd21/XPlainedPro/system_samd21_XPlainedPro_48MHz.c diff --git a/machines/cortex/armv6m/samd21/startup_samd.c b/machines/cortex-m/armv6m/samd21/startup_samd.c similarity index 100% rename from machines/cortex/armv6m/samd21/startup_samd.c rename to machines/cortex-m/armv6m/samd21/startup_samd.c diff --git a/machines/cortex/armv6m/samd21/tpl_machine_samd.c b/machines/cortex-m/armv6m/samd21/tpl_machine_samd.c similarity index 100% rename from machines/cortex/armv6m/samd21/tpl_machine_samd.c rename to machines/cortex-m/armv6m/samd21/tpl_machine_samd.c diff --git a/machines/cortex/armv6m/samd21/utils/clock.h b/machines/cortex-m/armv6m/samd21/utils/clock.h similarity index 100% rename from machines/cortex/armv6m/samd21/utils/clock.h rename to machines/cortex-m/armv6m/samd21/utils/clock.h diff --git a/machines/cortex/armv6m/samd21/utils/eic.c b/machines/cortex-m/armv6m/samd21/utils/eic.c similarity index 100% rename from machines/cortex/armv6m/samd21/utils/eic.c rename to machines/cortex-m/armv6m/samd21/utils/eic.c diff --git a/machines/cortex/armv6m/samd21/utils/eic.h b/machines/cortex-m/armv6m/samd21/utils/eic.h similarity index 100% rename from machines/cortex/armv6m/samd21/utils/eic.h rename to machines/cortex-m/armv6m/samd21/utils/eic.h diff --git a/machines/cortex/armv6m/samd21/utils/pinAccess.c b/machines/cortex-m/armv6m/samd21/utils/pinAccess.c similarity index 100% rename from machines/cortex/armv6m/samd21/utils/pinAccess.c rename to machines/cortex-m/armv6m/samd21/utils/pinAccess.c diff --git a/machines/cortex/armv6m/samd21/utils/pinAccess.h b/machines/cortex-m/armv6m/samd21/utils/pinAccess.h similarity index 100% rename from machines/cortex/armv6m/samd21/utils/pinAccess.h rename to machines/cortex-m/armv6m/samd21/utils/pinAccess.h diff --git a/machines/cortex/armv6m/samd21/utils/pinMux.c b/machines/cortex-m/armv6m/samd21/utils/pinMux.c similarity index 100% rename from machines/cortex/armv6m/samd21/utils/pinMux.c rename to machines/cortex-m/armv6m/samd21/utils/pinMux.c diff --git a/machines/cortex/armv6m/samd21/utils/pinMux.h b/machines/cortex-m/armv6m/samd21/utils/pinMux.h similarity index 100% rename from machines/cortex/armv6m/samd21/utils/pinMux.h rename to machines/cortex-m/armv6m/samd21/utils/pinMux.h diff --git a/machines/cortex/armv6m/sys_handlers.c b/machines/cortex-m/armv6m/sys_handlers.c similarity index 100% rename from machines/cortex/armv6m/sys_handlers.c rename to machines/cortex-m/armv6m/sys_handlers.c diff --git a/machines/cortex/armv6m/tpl_ctx_switch.S b/machines/cortex-m/armv6m/tpl_ctx_switch.S similarity index 100% rename from machines/cortex/armv6m/tpl_ctx_switch.S rename to machines/cortex-m/armv6m/tpl_ctx_switch.S diff --git a/machines/cortex/armv6m/tpl_ctx_switch_under_it.S b/machines/cortex-m/armv6m/tpl_ctx_switch_under_it.S similarity index 100% rename from machines/cortex/armv6m/tpl_ctx_switch_under_it.S rename to machines/cortex-m/armv6m/tpl_ctx_switch_under_it.S diff --git a/machines/cortex/armv6m/tpl_interrupts.S b/machines/cortex-m/armv6m/tpl_interrupts.S similarity index 100% rename from machines/cortex/armv6m/tpl_interrupts.S rename to machines/cortex-m/armv6m/tpl_interrupts.S diff --git a/machines/cortex/armv7em/mk20dx256/README.md b/machines/cortex-m/armv7em/mk20dx256/README.md similarity index 100% rename from machines/cortex/armv7em/mk20dx256/README.md rename to machines/cortex-m/armv7em/mk20dx256/README.md diff --git a/machines/cortex/armv7em/mk20dx256/core_cm_func_mk20dx256.h b/machines/cortex-m/armv7em/mk20dx256/core_cm_func_mk20dx256.h similarity index 99% rename from machines/cortex/armv7em/mk20dx256/core_cm_func_mk20dx256.h rename to machines/cortex-m/armv7em/mk20dx256/core_cm_func_mk20dx256.h index c45cc31bf..5b5e2291a 100644 --- a/machines/cortex/armv7em/mk20dx256/core_cm_func_mk20dx256.h +++ b/machines/cortex-m/armv7em/mk20dx256/core_cm_func_mk20dx256.h @@ -97,7 +97,7 @@ typedef enum IRQn /* TODO */ } IRQn_Type; -/* includes from CMSIS (core_cm4.h) as it is used in cortex/tpl_machine_cortex.c */ +/* includes from CMSIS (core_cm4.h) as it is used in cortex-m/tpl_machine_cortex.c */ #ifndef __NVIC_PRIO_BITS #define __NVIC_PRIO_BITS 4 diff --git a/machines/cortex/armv7em/mk20dx256/handlers_mk20dx256.c b/machines/cortex-m/armv7em/mk20dx256/handlers_mk20dx256.c similarity index 100% rename from machines/cortex/armv7em/mk20dx256/handlers_mk20dx256.c rename to machines/cortex-m/armv7em/mk20dx256/handlers_mk20dx256.c diff --git a/machines/cortex/armv7em/mk20dx256/libraries/ftm/ftm_mk20dx256.c b/machines/cortex-m/armv7em/mk20dx256/libraries/ftm/ftm_mk20dx256.c similarity index 100% rename from machines/cortex/armv7em/mk20dx256/libraries/ftm/ftm_mk20dx256.c rename to machines/cortex-m/armv7em/mk20dx256/libraries/ftm/ftm_mk20dx256.c diff --git a/machines/cortex/armv7em/mk20dx256/libraries/ftm/ftm_mk20dx256.h b/machines/cortex-m/armv7em/mk20dx256/libraries/ftm/ftm_mk20dx256.h similarity index 100% rename from machines/cortex/armv7em/mk20dx256/libraries/ftm/ftm_mk20dx256.h rename to machines/cortex-m/armv7em/mk20dx256/libraries/ftm/ftm_mk20dx256.h diff --git a/machines/cortex/armv7em/mk20dx256/libraries/gpio/gpio_mk20dx256.h b/machines/cortex-m/armv7em/mk20dx256/libraries/gpio/gpio_mk20dx256.h similarity index 100% rename from machines/cortex/armv7em/mk20dx256/libraries/gpio/gpio_mk20dx256.h rename to machines/cortex-m/armv7em/mk20dx256/libraries/gpio/gpio_mk20dx256.h diff --git a/machines/cortex/armv7em/mk20dx256/libraries/pit/pit_mk20dx256.c b/machines/cortex-m/armv7em/mk20dx256/libraries/pit/pit_mk20dx256.c similarity index 100% rename from machines/cortex/armv7em/mk20dx256/libraries/pit/pit_mk20dx256.c rename to machines/cortex-m/armv7em/mk20dx256/libraries/pit/pit_mk20dx256.c diff --git a/machines/cortex/armv7em/mk20dx256/libraries/pit/pit_mk20dx256.h b/machines/cortex-m/armv7em/mk20dx256/libraries/pit/pit_mk20dx256.h similarity index 100% rename from machines/cortex/armv7em/mk20dx256/libraries/pit/pit_mk20dx256.h rename to machines/cortex-m/armv7em/mk20dx256/libraries/pit/pit_mk20dx256.h diff --git a/machines/cortex/armv7em/mk20dx256/mk20dx256.h b/machines/cortex-m/armv7em/mk20dx256/mk20dx256.h similarity index 100% rename from machines/cortex/armv7em/mk20dx256/mk20dx256.h rename to machines/cortex-m/armv7em/mk20dx256/mk20dx256.h diff --git a/machines/cortex/armv7em/mk20dx256/startup_mk20dx256.c b/machines/cortex-m/armv7em/mk20dx256/startup_mk20dx256.c similarity index 100% rename from machines/cortex/armv7em/mk20dx256/startup_mk20dx256.c rename to machines/cortex-m/armv7em/mk20dx256/startup_mk20dx256.c diff --git a/machines/cortex/armv7em/mk20dx256/syscalls.c b/machines/cortex-m/armv7em/mk20dx256/syscalls.c similarity index 100% rename from machines/cortex/armv7em/mk20dx256/syscalls.c rename to machines/cortex-m/armv7em/mk20dx256/syscalls.c diff --git a/machines/cortex/armv7em/mk20dx256/syscalls.h b/machines/cortex-m/armv7em/mk20dx256/syscalls.h similarity index 100% rename from machines/cortex/armv7em/mk20dx256/syscalls.h rename to machines/cortex-m/armv7em/mk20dx256/syscalls.h diff --git a/machines/cortex/armv7em/mk20dx256/teensy31/Arduino.h b/machines/cortex-m/armv7em/mk20dx256/teensy31/Arduino.h similarity index 100% rename from machines/cortex/armv7em/mk20dx256/teensy31/Arduino.h rename to machines/cortex-m/armv7em/mk20dx256/teensy31/Arduino.h diff --git a/machines/cortex/armv7em/mk20dx256/teensy31/WProgram.h b/machines/cortex-m/armv7em/mk20dx256/teensy31/WProgram.h similarity index 100% rename from machines/cortex/armv7em/mk20dx256/teensy31/WProgram.h rename to machines/cortex-m/armv7em/mk20dx256/teensy31/WProgram.h diff --git a/machines/cortex/armv7em/mk20dx256/teensy31/avr/dtostrf.c b/machines/cortex-m/armv7em/mk20dx256/teensy31/avr/dtostrf.c similarity index 100% rename from machines/cortex/armv7em/mk20dx256/teensy31/avr/dtostrf.c rename to machines/cortex-m/armv7em/mk20dx256/teensy31/avr/dtostrf.c diff --git a/machines/cortex/armv7em/mk20dx256/teensy31/avr/dtostrf.h b/machines/cortex-m/armv7em/mk20dx256/teensy31/avr/dtostrf.h similarity index 100% rename from machines/cortex/armv7em/mk20dx256/teensy31/avr/dtostrf.h rename to machines/cortex-m/armv7em/mk20dx256/teensy31/avr/dtostrf.h diff --git a/machines/cortex/armv7em/mk20dx256/teensy31/avr/interrupt.h b/machines/cortex-m/armv7em/mk20dx256/teensy31/avr/interrupt.h similarity index 100% rename from machines/cortex/armv7em/mk20dx256/teensy31/avr/interrupt.h rename to machines/cortex-m/armv7em/mk20dx256/teensy31/avr/interrupt.h diff --git a/machines/cortex/armv7em/mk20dx256/teensy31/avr/pgmspace.h b/machines/cortex-m/armv7em/mk20dx256/teensy31/avr/pgmspace.h similarity index 100% rename from machines/cortex/armv7em/mk20dx256/teensy31/avr/pgmspace.h rename to machines/cortex-m/armv7em/mk20dx256/teensy31/avr/pgmspace.h diff --git a/machines/cortex/armv7em/mk20dx256/teensy31/binary.h b/machines/cortex-m/armv7em/mk20dx256/teensy31/binary.h similarity index 100% rename from machines/cortex/armv7em/mk20dx256/teensy31/binary.h rename to machines/cortex-m/armv7em/mk20dx256/teensy31/binary.h diff --git a/machines/cortex/armv7em/mk20dx256/teensy31/core_id.h b/machines/cortex-m/armv7em/mk20dx256/teensy31/core_id.h similarity index 100% rename from machines/cortex/armv7em/mk20dx256/teensy31/core_id.h rename to machines/cortex-m/armv7em/mk20dx256/teensy31/core_id.h diff --git a/machines/cortex/armv7em/mk20dx256/teensy31/core_pins.h b/machines/cortex-m/armv7em/mk20dx256/teensy31/core_pins.h similarity index 100% rename from machines/cortex/armv7em/mk20dx256/teensy31/core_pins.h rename to machines/cortex-m/armv7em/mk20dx256/teensy31/core_pins.h diff --git a/machines/cortex/armv7em/mk20dx256/teensy31/gpio.c b/machines/cortex-m/armv7em/mk20dx256/teensy31/gpio.c similarity index 100% rename from machines/cortex/armv7em/mk20dx256/teensy31/gpio.c rename to machines/cortex-m/armv7em/mk20dx256/teensy31/gpio.c diff --git a/machines/cortex/armv7em/mk20dx256/teensy31/gpio.h b/machines/cortex-m/armv7em/mk20dx256/teensy31/gpio.h similarity index 100% rename from machines/cortex/armv7em/mk20dx256/teensy31/gpio.h rename to machines/cortex-m/armv7em/mk20dx256/teensy31/gpio.h diff --git a/machines/cortex/armv7em/mk20dx256/teensy31/itoa.c b/machines/cortex-m/armv7em/mk20dx256/teensy31/itoa.c similarity index 100% rename from machines/cortex/armv7em/mk20dx256/teensy31/itoa.c rename to machines/cortex-m/armv7em/mk20dx256/teensy31/itoa.c diff --git a/machines/cortex/armv7em/mk20dx256/teensy31/itoa.h b/machines/cortex-m/armv7em/mk20dx256/teensy31/itoa.h similarity index 100% rename from machines/cortex/armv7em/mk20dx256/teensy31/itoa.h rename to machines/cortex-m/armv7em/mk20dx256/teensy31/itoa.h diff --git a/machines/cortex/armv7em/mk20dx256/teensy31/libraries/LiquidCrystalFast/LiquidCrystalFast.cpp b/machines/cortex-m/armv7em/mk20dx256/teensy31/libraries/LiquidCrystalFast/LiquidCrystalFast.cpp similarity index 100% rename from machines/cortex/armv7em/mk20dx256/teensy31/libraries/LiquidCrystalFast/LiquidCrystalFast.cpp rename to machines/cortex-m/armv7em/mk20dx256/teensy31/libraries/LiquidCrystalFast/LiquidCrystalFast.cpp diff --git a/machines/cortex/armv7em/mk20dx256/teensy31/libraries/LiquidCrystalFast/LiquidCrystalFast.h b/machines/cortex-m/armv7em/mk20dx256/teensy31/libraries/LiquidCrystalFast/LiquidCrystalFast.h similarity index 100% rename from machines/cortex/armv7em/mk20dx256/teensy31/libraries/LiquidCrystalFast/LiquidCrystalFast.h rename to machines/cortex-m/armv7em/mk20dx256/teensy31/libraries/LiquidCrystalFast/LiquidCrystalFast.h diff --git a/machines/cortex/armv7em/mk20dx256/teensy31/libraries/LiquidCrystalFast/README.md b/machines/cortex-m/armv7em/mk20dx256/teensy31/libraries/LiquidCrystalFast/README.md similarity index 100% rename from machines/cortex/armv7em/mk20dx256/teensy31/libraries/LiquidCrystalFast/README.md rename to machines/cortex-m/armv7em/mk20dx256/teensy31/libraries/LiquidCrystalFast/README.md diff --git a/machines/cortex/armv7em/mk20dx256/teensy31/libraries/LiquidCrystalFast/readme.txt b/machines/cortex-m/armv7em/mk20dx256/teensy31/libraries/LiquidCrystalFast/readme.txt similarity index 100% rename from machines/cortex/armv7em/mk20dx256/teensy31/libraries/LiquidCrystalFast/readme.txt rename to machines/cortex-m/armv7em/mk20dx256/teensy31/libraries/LiquidCrystalFast/readme.txt diff --git a/machines/cortex/armv7em/mk20dx256/teensy31/libraries/Print/Print.cpp b/machines/cortex-m/armv7em/mk20dx256/teensy31/libraries/Print/Print.cpp similarity index 100% rename from machines/cortex/armv7em/mk20dx256/teensy31/libraries/Print/Print.cpp rename to machines/cortex-m/armv7em/mk20dx256/teensy31/libraries/Print/Print.cpp diff --git a/machines/cortex/armv7em/mk20dx256/teensy31/libraries/Print/Print.h b/machines/cortex-m/armv7em/mk20dx256/teensy31/libraries/Print/Print.h similarity index 100% rename from machines/cortex/armv7em/mk20dx256/teensy31/libraries/Print/Print.h rename to machines/cortex-m/armv7em/mk20dx256/teensy31/libraries/Print/Print.h diff --git a/machines/cortex/armv7em/mk20dx256/teensy31/libraries/Print/Printable.h b/machines/cortex-m/armv7em/mk20dx256/teensy31/libraries/Print/Printable.h similarity index 100% rename from machines/cortex/armv7em/mk20dx256/teensy31/libraries/Print/Printable.h rename to machines/cortex-m/armv7em/mk20dx256/teensy31/libraries/Print/Printable.h diff --git a/machines/cortex/armv7em/mk20dx256/teensy31/libraries/WString/WString.cpp b/machines/cortex-m/armv7em/mk20dx256/teensy31/libraries/WString/WString.cpp similarity index 100% rename from machines/cortex/armv7em/mk20dx256/teensy31/libraries/WString/WString.cpp rename to machines/cortex-m/armv7em/mk20dx256/teensy31/libraries/WString/WString.cpp diff --git a/machines/cortex/armv7em/mk20dx256/teensy31/libraries/WString/WString.h b/machines/cortex-m/armv7em/mk20dx256/teensy31/libraries/WString/WString.h similarity index 100% rename from machines/cortex/armv7em/mk20dx256/teensy31/libraries/WString/WString.h rename to machines/cortex-m/armv7em/mk20dx256/teensy31/libraries/WString/WString.h diff --git a/machines/cortex/armv7em/mk20dx256/teensy31/pins_arduino.h b/machines/cortex-m/armv7em/mk20dx256/teensy31/pins_arduino.h similarity index 100% rename from machines/cortex/armv7em/mk20dx256/teensy31/pins_arduino.h rename to machines/cortex-m/armv7em/mk20dx256/teensy31/pins_arduino.h diff --git a/machines/cortex/armv7em/mk20dx256/teensy31/tp.c b/machines/cortex-m/armv7em/mk20dx256/teensy31/tp.c similarity index 100% rename from machines/cortex/armv7em/mk20dx256/teensy31/tp.c rename to machines/cortex-m/armv7em/mk20dx256/teensy31/tp.c diff --git a/machines/cortex/armv7em/mk20dx256/teensy31/tp.h b/machines/cortex-m/armv7em/mk20dx256/teensy31/tp.h similarity index 100% rename from machines/cortex/armv7em/mk20dx256/teensy31/tp.h rename to machines/cortex-m/armv7em/mk20dx256/teensy31/tp.h diff --git a/machines/cortex/armv7em/mk20dx256/teensy31/wiring.h b/machines/cortex-m/armv7em/mk20dx256/teensy31/wiring.h similarity index 100% rename from machines/cortex/armv7em/mk20dx256/teensy31/wiring.h rename to machines/cortex-m/armv7em/mk20dx256/teensy31/wiring.h diff --git a/machines/cortex/armv7em/mk20dx256/tpl_machine_mk20dx256.c b/machines/cortex-m/armv7em/mk20dx256/tpl_machine_mk20dx256.c similarity index 100% rename from machines/cortex/armv7em/mk20dx256/tpl_machine_mk20dx256.c rename to machines/cortex-m/armv7em/mk20dx256/tpl_machine_mk20dx256.c diff --git a/machines/cortex/armv7em/stm32f303/CMSIS-ST/Device/ST/STM32F3xx/Include/stm32f303x8.h b/machines/cortex-m/armv7em/stm32f303/CMSIS-ST/Device/ST/STM32F3xx/Include/stm32f303x8.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/CMSIS-ST/Device/ST/STM32F3xx/Include/stm32f303x8.h rename to machines/cortex-m/armv7em/stm32f303/CMSIS-ST/Device/ST/STM32F3xx/Include/stm32f303x8.h diff --git a/machines/cortex/armv7em/stm32f303/CMSIS-ST/Device/ST/STM32F3xx/Include/stm32f303xe.h b/machines/cortex-m/armv7em/stm32f303/CMSIS-ST/Device/ST/STM32F3xx/Include/stm32f303xe.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/CMSIS-ST/Device/ST/STM32F3xx/Include/stm32f303xe.h rename to machines/cortex-m/armv7em/stm32f303/CMSIS-ST/Device/ST/STM32F3xx/Include/stm32f303xe.h diff --git a/machines/cortex/armv7em/stm32f303/CMSIS-ST/Device/ST/STM32F3xx/Include/stm32f3xx.h b/machines/cortex-m/armv7em/stm32f303/CMSIS-ST/Device/ST/STM32F3xx/Include/stm32f3xx.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/CMSIS-ST/Device/ST/STM32F3xx/Include/stm32f3xx.h rename to machines/cortex-m/armv7em/stm32f303/CMSIS-ST/Device/ST/STM32F3xx/Include/stm32f3xx.h diff --git a/machines/cortex/armv7em/stm32f303/CMSIS-ST/Device/ST/STM32F3xx/Include/system_stm32f3xx.h b/machines/cortex-m/armv7em/stm32f303/CMSIS-ST/Device/ST/STM32F3xx/Include/system_stm32f3xx.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/CMSIS-ST/Device/ST/STM32F3xx/Include/system_stm32f3xx.h rename to machines/cortex-m/armv7em/stm32f303/CMSIS-ST/Device/ST/STM32F3xx/Include/system_stm32f3xx.h diff --git a/machines/cortex/armv7em/stm32f303/CMSIS-ST/STM32F303x.svd b/machines/cortex-m/armv7em/stm32f303/CMSIS-ST/STM32F303x.svd similarity index 100% rename from machines/cortex/armv7em/stm32f303/CMSIS-ST/STM32F303x.svd rename to machines/cortex-m/armv7em/stm32f303/CMSIS-ST/STM32F303x.svd diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/coroBoard.cpp b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/coroBoard.cpp similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/coroBoard.cpp rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/coroBoard.cpp diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/coroBoard.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/coroBoard.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/coroBoard.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/coroBoard.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/mcp23s17.cpp b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/mcp23s17.cpp similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/mcp23s17.cpp rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/mcp23s17.cpp diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/mcp23s17.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/mcp23s17.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/mcp23s17.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/mcp23s17.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/spi.c b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/spi.c similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/spi.c rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/spi.c diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/spi.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/spi.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/spi.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/spi.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/.travis.yml b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/.travis.yml similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/.travis.yml rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/.travis.yml diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Adafruit_GFX.cpp b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Adafruit_GFX.cpp similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Adafruit_GFX.cpp rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Adafruit_GFX.cpp diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Adafruit_GFX.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Adafruit_GFX.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Adafruit_GFX.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Adafruit_GFX.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Adafruit_SPITFT.cpp b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Adafruit_SPITFT.cpp similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Adafruit_SPITFT.cpp rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Adafruit_SPITFT.cpp diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Adafruit_SPITFT.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Adafruit_SPITFT.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Adafruit_SPITFT.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Adafruit_SPITFT.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Adafruit_SPITFT_Macros.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Adafruit_SPITFT_Macros.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Adafruit_SPITFT_Macros.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Adafruit_SPITFT_Macros.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMono12pt7b.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMono12pt7b.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMono12pt7b.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMono12pt7b.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMono18pt7b.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMono18pt7b.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMono18pt7b.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMono18pt7b.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMono24pt7b.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMono24pt7b.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMono24pt7b.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMono24pt7b.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMono9pt7b.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMono9pt7b.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMono9pt7b.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMono9pt7b.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMonoBold12pt7b.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMonoBold12pt7b.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMonoBold12pt7b.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMonoBold12pt7b.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMonoBold18pt7b.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMonoBold18pt7b.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMonoBold18pt7b.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMonoBold18pt7b.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMonoBold24pt7b.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMonoBold24pt7b.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMonoBold24pt7b.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMonoBold24pt7b.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMonoBold9pt7b.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMonoBold9pt7b.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMonoBold9pt7b.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMonoBold9pt7b.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMonoBoldOblique12pt7b.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMonoBoldOblique12pt7b.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMonoBoldOblique12pt7b.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMonoBoldOblique12pt7b.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMonoBoldOblique18pt7b.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMonoBoldOblique18pt7b.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMonoBoldOblique18pt7b.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMonoBoldOblique18pt7b.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMonoBoldOblique24pt7b.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMonoBoldOblique24pt7b.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMonoBoldOblique24pt7b.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMonoBoldOblique24pt7b.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMonoBoldOblique9pt7b.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMonoBoldOblique9pt7b.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMonoBoldOblique9pt7b.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMonoBoldOblique9pt7b.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMonoOblique12pt7b.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMonoOblique12pt7b.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMonoOblique12pt7b.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMonoOblique12pt7b.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMonoOblique18pt7b.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMonoOblique18pt7b.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMonoOblique18pt7b.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMonoOblique18pt7b.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMonoOblique24pt7b.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMonoOblique24pt7b.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMonoOblique24pt7b.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMonoOblique24pt7b.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMonoOblique9pt7b.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMonoOblique9pt7b.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMonoOblique9pt7b.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeMonoOblique9pt7b.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSans12pt7b.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSans12pt7b.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSans12pt7b.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSans12pt7b.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSans18pt7b.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSans18pt7b.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSans18pt7b.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSans18pt7b.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSans24pt7b.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSans24pt7b.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSans24pt7b.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSans24pt7b.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSans9pt7b.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSans9pt7b.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSans9pt7b.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSans9pt7b.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSansBold12pt7b.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSansBold12pt7b.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSansBold12pt7b.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSansBold12pt7b.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSansBold18pt7b.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSansBold18pt7b.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSansBold18pt7b.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSansBold18pt7b.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSansBold24pt7b.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSansBold24pt7b.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSansBold24pt7b.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSansBold24pt7b.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSansBold9pt7b.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSansBold9pt7b.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSansBold9pt7b.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSansBold9pt7b.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSansBoldOblique12pt7b.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSansBoldOblique12pt7b.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSansBoldOblique12pt7b.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSansBoldOblique12pt7b.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSansBoldOblique18pt7b.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSansBoldOblique18pt7b.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSansBoldOblique18pt7b.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSansBoldOblique18pt7b.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSansBoldOblique24pt7b.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSansBoldOblique24pt7b.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSansBoldOblique24pt7b.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSansBoldOblique24pt7b.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSansBoldOblique9pt7b.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSansBoldOblique9pt7b.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSansBoldOblique9pt7b.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSansBoldOblique9pt7b.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSansOblique12pt7b.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSansOblique12pt7b.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSansOblique12pt7b.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSansOblique12pt7b.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSansOblique18pt7b.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSansOblique18pt7b.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSansOblique18pt7b.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSansOblique18pt7b.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSansOblique24pt7b.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSansOblique24pt7b.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSansOblique24pt7b.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSansOblique24pt7b.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSansOblique9pt7b.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSansOblique9pt7b.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSansOblique9pt7b.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSansOblique9pt7b.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerif12pt7b.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerif12pt7b.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerif12pt7b.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerif12pt7b.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerif18pt7b.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerif18pt7b.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerif18pt7b.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerif18pt7b.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerif24pt7b.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerif24pt7b.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerif24pt7b.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerif24pt7b.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerif9pt7b.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerif9pt7b.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerif9pt7b.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerif9pt7b.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerifBold12pt7b.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerifBold12pt7b.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerifBold12pt7b.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerifBold12pt7b.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerifBold18pt7b.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerifBold18pt7b.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerifBold18pt7b.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerifBold18pt7b.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerifBold24pt7b.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerifBold24pt7b.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerifBold24pt7b.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerifBold24pt7b.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerifBold9pt7b.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerifBold9pt7b.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerifBold9pt7b.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerifBold9pt7b.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerifBoldItalic12pt7b.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerifBoldItalic12pt7b.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerifBoldItalic12pt7b.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerifBoldItalic12pt7b.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerifBoldItalic18pt7b.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerifBoldItalic18pt7b.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerifBoldItalic18pt7b.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerifBoldItalic18pt7b.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerifBoldItalic24pt7b.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerifBoldItalic24pt7b.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerifBoldItalic24pt7b.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerifBoldItalic24pt7b.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerifBoldItalic9pt7b.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerifBoldItalic9pt7b.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerifBoldItalic9pt7b.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerifBoldItalic9pt7b.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerifItalic12pt7b.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerifItalic12pt7b.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerifItalic12pt7b.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerifItalic12pt7b.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerifItalic18pt7b.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerifItalic18pt7b.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerifItalic18pt7b.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerifItalic18pt7b.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerifItalic24pt7b.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerifItalic24pt7b.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerifItalic24pt7b.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerifItalic24pt7b.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerifItalic9pt7b.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerifItalic9pt7b.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerifItalic9pt7b.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/FreeSerifItalic9pt7b.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/Org_01.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/Org_01.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/Org_01.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/Org_01.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/Picopixel.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/Picopixel.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/Picopixel.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/Picopixel.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/Tiny3x3a2pt7b b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/Tiny3x3a2pt7b similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/Tiny3x3a2pt7b rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/Tiny3x3a2pt7b diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/TomThumb.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/TomThumb.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/TomThumb.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/Fonts/TomThumb.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/README.md b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/README.md similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/README.md rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/README.md diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/examples/mock_ili9341/mock_ili9341.ino b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/examples/mock_ili9341/mock_ili9341.ino similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/examples/mock_ili9341/mock_ili9341.ino rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/examples/mock_ili9341/mock_ili9341.ino diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/fontconvert/Makefile b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/fontconvert/Makefile similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/fontconvert/Makefile rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/fontconvert/Makefile diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/fontconvert/fontconvert.c b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/fontconvert/fontconvert.c similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/fontconvert/fontconvert.c rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/fontconvert/fontconvert.c diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/fontconvert/fontconvert_win.md b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/fontconvert/fontconvert_win.md similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/fontconvert/fontconvert_win.md rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/fontconvert/fontconvert_win.md diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/fontconvert/makefonts.sh b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/fontconvert/makefonts.sh similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/fontconvert/makefonts.sh rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/fontconvert/makefonts.sh diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/fontconvert/veraMono6.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/fontconvert/veraMono6.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/fontconvert/veraMono6.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/fontconvert/veraMono6.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/fontconvert/veraMono7.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/fontconvert/veraMono7.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/fontconvert/veraMono7.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/fontconvert/veraMono7.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/fontconvert/veraMono8.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/fontconvert/veraMono8.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/fontconvert/veraMono8.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/fontconvert/veraMono8.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/fontconvert/veraMono9.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/fontconvert/veraMono9.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/fontconvert/veraMono9.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/fontconvert/veraMono9.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/gfxfont.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/gfxfont.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/gfxfont.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/gfxfont.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/glcdfont.c b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/glcdfont.c similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/glcdfont.c rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/glcdfont.c diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/library.properties b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/library.properties similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/library.properties rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/library.properties diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/license.txt b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/license.txt similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/license.txt rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-GFX-Library/license.txt diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/.travis.yml b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/.travis.yml similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/.travis.yml rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/.travis.yml diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/Adafruit_ST7735.cpp b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/Adafruit_ST7735.cpp similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/Adafruit_ST7735.cpp rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/Adafruit_ST7735.cpp diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/Adafruit_ST7735.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/Adafruit_ST7735.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/Adafruit_ST7735.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/Adafruit_ST7735.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/Adafruit_ST7789.cpp b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/Adafruit_ST7789.cpp similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/Adafruit_ST7789.cpp rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/Adafruit_ST7789.cpp diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/Adafruit_ST7789.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/Adafruit_ST7789.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/Adafruit_ST7789.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/Adafruit_ST7789.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/Adafruit_ST77xx.cpp b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/Adafruit_ST77xx.cpp similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/Adafruit_ST77xx.cpp rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/Adafruit_ST77xx.cpp diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/Adafruit_ST77xx.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/Adafruit_ST77xx.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/Adafruit_ST77xx.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/Adafruit_ST77xx.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/README.txt b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/README.txt similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/README.txt rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/README.txt diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/examples/TFTShield18_seesaw/shieldtest/shieldtest.ino b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/examples/TFTShield18_seesaw/shieldtest/shieldtest.ino similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/examples/TFTShield18_seesaw/shieldtest/shieldtest.ino rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/examples/TFTShield18_seesaw/shieldtest/shieldtest.ino diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/examples/graphicstest/graphicstest.ino b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/examples/graphicstest/graphicstest.ino similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/examples/graphicstest/graphicstest.ino rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/examples/graphicstest/graphicstest.ino diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/examples/miniTFTWing/basic/.mega2560.test.skip b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/examples/miniTFTWing/basic/.mega2560.test.skip similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/examples/miniTFTWing/basic/.mega2560.test.skip rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/examples/miniTFTWing/basic/.mega2560.test.skip diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/examples/miniTFTWing/basic/basic.ino b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/examples/miniTFTWing/basic/basic.ino similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/examples/miniTFTWing/basic/basic.ino rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/examples/miniTFTWing/basic/basic.ino diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/examples/miniTFTWing/graphicstest/.mega2560.test.skip b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/examples/miniTFTWing/graphicstest/.mega2560.test.skip similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/examples/miniTFTWing/graphicstest/.mega2560.test.skip rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/examples/miniTFTWing/graphicstest/.mega2560.test.skip diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/examples/miniTFTWing/graphicstest/graphicstest.ino b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/examples/miniTFTWing/graphicstest/graphicstest.ino similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/examples/miniTFTWing/graphicstest/graphicstest.ino rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/examples/miniTFTWing/graphicstest/graphicstest.ino diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/examples/rotationtest/rotationtest.ino b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/examples/rotationtest/rotationtest.ino similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/examples/rotationtest/rotationtest.ino rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/examples/rotationtest/rotationtest.ino diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/examples/shieldtest/shieldtest.ino b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/examples/shieldtest/shieldtest.ino similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/examples/shieldtest/shieldtest.ino rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/examples/shieldtest/shieldtest.ino diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/examples/spitftbitmap/spitftbitmap.ino b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/examples/spitftbitmap/spitftbitmap.ino similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/examples/spitftbitmap/spitftbitmap.ino rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/examples/spitftbitmap/spitftbitmap.ino diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/library.properties b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/library.properties similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/library.properties rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/Adafruit-ST7735-Library/library.properties diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/arduinoCore/Print.cpp b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/arduinoCore/Print.cpp similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/arduinoCore/Print.cpp rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/arduinoCore/Print.cpp diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/arduinoCore/Print.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/arduinoCore/Print.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/arduinoCore/Print.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/arduinoCore/Print.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/arduinoCore/Printable.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/arduinoCore/Printable.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/arduinoCore/Printable.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/arduinoCore/Printable.h diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/tft.cpp b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/tft.cpp similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/tft.cpp rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/tft.cpp diff --git a/machines/cortex/armv7em/stm32f303/coroLabBoard/tft/tft.h b/machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/tft.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/coroLabBoard/tft/tft.h rename to machines/cortex-m/armv7em/stm32f303/coroLabBoard/tft/tft.h diff --git a/machines/cortex/armv7em/stm32f303/handlers_stm32f3xx.c b/machines/cortex-m/armv7em/stm32f303/handlers_stm32f3xx.c similarity index 100% rename from machines/cortex/armv7em/stm32f303/handlers_stm32f3xx.c rename to machines/cortex-m/armv7em/stm32f303/handlers_stm32f3xx.c diff --git a/machines/cortex/armv7em/stm32f303/handlers_stm32f3xx.h b/machines/cortex-m/armv7em/stm32f303/handlers_stm32f3xx.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/handlers_stm32f3xx.h rename to machines/cortex-m/armv7em/stm32f303/handlers_stm32f3xx.h diff --git a/machines/cortex/armv7em/stm32f303/lib/pinAccess.c b/machines/cortex-m/armv7em/stm32f303/lib/pinAccess.c similarity index 100% rename from machines/cortex/armv7em/stm32f303/lib/pinAccess.c rename to machines/cortex-m/armv7em/stm32f303/lib/pinAccess.c diff --git a/machines/cortex/armv7em/stm32f303/lib/pinAccess.h b/machines/cortex-m/armv7em/stm32f303/lib/pinAccess.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/lib/pinAccess.h rename to machines/cortex-m/armv7em/stm32f303/lib/pinAccess.h diff --git a/machines/cortex/armv7em/stm32f303/lib/serial.c b/machines/cortex-m/armv7em/stm32f303/lib/serial.c similarity index 100% rename from machines/cortex/armv7em/stm32f303/lib/serial.c rename to machines/cortex-m/armv7em/stm32f303/lib/serial.c diff --git a/machines/cortex/armv7em/stm32f303/lib/serial.h b/machines/cortex-m/armv7em/stm32f303/lib/serial.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/lib/serial.h rename to machines/cortex-m/armv7em/stm32f303/lib/serial.h diff --git a/machines/cortex/armv7em/stm32f303/startup_stm32f3xx.c b/machines/cortex-m/armv7em/stm32f303/startup_stm32f3xx.c similarity index 100% rename from machines/cortex/armv7em/stm32f303/startup_stm32f3xx.c rename to machines/cortex-m/armv7em/stm32f303/startup_stm32f3xx.c diff --git a/machines/cortex/armv7em/stm32f303/stm32f30x_conf.h b/machines/cortex-m/armv7em/stm32f303/stm32f30x_conf.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/stm32f30x_conf.h rename to machines/cortex-m/armv7em/stm32f303/stm32f30x_conf.h diff --git a/machines/cortex/armv7em/stm32f303/system_stm32f30x.c b/machines/cortex-m/armv7em/stm32f303/system_stm32f30x.c similarity index 100% rename from machines/cortex/armv7em/stm32f303/system_stm32f30x.c rename to machines/cortex-m/armv7em/stm32f303/system_stm32f30x.c diff --git a/machines/cortex/armv7em/stm32f303/tpl_machine_stm32f303.c b/machines/cortex-m/armv7em/stm32f303/tpl_machine_stm32f303.c similarity index 100% rename from machines/cortex/armv7em/stm32f303/tpl_machine_stm32f303.c rename to machines/cortex-m/armv7em/stm32f303/tpl_machine_stm32f303.c diff --git a/machines/cortex/armv7em/stm32f303/tpl_memory_protection.c b/machines/cortex-m/armv7em/stm32f303/tpl_memory_protection.c similarity index 100% rename from machines/cortex/armv7em/stm32f303/tpl_memory_protection.c rename to machines/cortex-m/armv7em/stm32f303/tpl_memory_protection.c diff --git a/machines/cortex/armv7em/stm32f303/tpl_memory_protection.h b/machines/cortex-m/armv7em/stm32f303/tpl_memory_protection.h similarity index 100% rename from machines/cortex/armv7em/stm32f303/tpl_memory_protection.h rename to machines/cortex-m/armv7em/stm32f303/tpl_memory_protection.h diff --git a/machines/cortex/armv7em/stm32f303/tpl_trace.c b/machines/cortex-m/armv7em/stm32f303/tpl_trace.c similarity index 100% rename from machines/cortex/armv7em/stm32f303/tpl_trace.c rename to machines/cortex-m/armv7em/stm32f303/tpl_trace.c diff --git a/machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Include/stm32f4xx.h b/machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Include/stm32f4xx.h similarity index 100% rename from machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Include/stm32f4xx.h rename to machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Include/stm32f4xx.h diff --git a/machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Include/system_stm32f4xx.h b/machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Include/system_stm32f4xx.h similarity index 100% rename from machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Include/system_stm32f4xx.h rename to machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Include/system_stm32f4xx.h diff --git a/machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Release_Notes.html b/machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Release_Notes.html similarity index 100% rename from machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Release_Notes.html rename to machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Release_Notes.html diff --git a/machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/SW4STM32/startup_stm32f401xx.s b/machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/SW4STM32/startup_stm32f401xx.s similarity index 100% rename from machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/SW4STM32/startup_stm32f401xx.s rename to machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/SW4STM32/startup_stm32f401xx.s diff --git a/machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/SW4STM32/startup_stm32f40_41xxx.s b/machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/SW4STM32/startup_stm32f40_41xxx.s similarity index 100% rename from machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/SW4STM32/startup_stm32f40_41xxx.s rename to machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/SW4STM32/startup_stm32f40_41xxx.s diff --git a/machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/SW4STM32/startup_stm32f40xx.s b/machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/SW4STM32/startup_stm32f40xx.s similarity index 100% rename from machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/SW4STM32/startup_stm32f40xx.s rename to machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/SW4STM32/startup_stm32f40xx.s diff --git a/machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/SW4STM32/startup_stm32f410xx.s b/machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/SW4STM32/startup_stm32f410xx.s similarity index 100% rename from machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/SW4STM32/startup_stm32f410xx.s rename to machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/SW4STM32/startup_stm32f410xx.s diff --git a/machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/SW4STM32/startup_stm32f411xe.s b/machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/SW4STM32/startup_stm32f411xe.s similarity index 100% rename from machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/SW4STM32/startup_stm32f411xe.s rename to machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/SW4STM32/startup_stm32f411xe.s diff --git a/machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/SW4STM32/startup_stm32f427_437xx.s b/machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/SW4STM32/startup_stm32f427_437xx.s similarity index 100% rename from machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/SW4STM32/startup_stm32f427_437xx.s rename to machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/SW4STM32/startup_stm32f427_437xx.s diff --git a/machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/SW4STM32/startup_stm32f427xx.s b/machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/SW4STM32/startup_stm32f427xx.s similarity index 100% rename from machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/SW4STM32/startup_stm32f427xx.s rename to machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/SW4STM32/startup_stm32f427xx.s diff --git a/machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/SW4STM32/startup_stm32f429_439xx.s b/machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/SW4STM32/startup_stm32f429_439xx.s similarity index 100% rename from machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/SW4STM32/startup_stm32f429_439xx.s rename to machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/SW4STM32/startup_stm32f429_439xx.s diff --git a/machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/SW4STM32/startup_stm32f446xx.s b/machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/SW4STM32/startup_stm32f446xx.s similarity index 100% rename from machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/SW4STM32/startup_stm32f446xx.s rename to machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/SW4STM32/startup_stm32f446xx.s diff --git a/machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/SW4STM32/startup_stm32f469_479xx.s b/machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/SW4STM32/startup_stm32f469_479xx.s similarity index 100% rename from machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/SW4STM32/startup_stm32f469_479xx.s rename to machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/SW4STM32/startup_stm32f469_479xx.s diff --git a/machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/TASKING/cstart_thumb2.asm b/machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/TASKING/cstart_thumb2.asm similarity index 100% rename from machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/TASKING/cstart_thumb2.asm rename to machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/TASKING/cstart_thumb2.asm diff --git a/machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/TrueSTUDIO/startup_stm32f401xx.s b/machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/TrueSTUDIO/startup_stm32f401xx.s similarity index 100% rename from machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/TrueSTUDIO/startup_stm32f401xx.s rename to machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/TrueSTUDIO/startup_stm32f401xx.s diff --git a/machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/TrueSTUDIO/startup_stm32f40_41xxx.s b/machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/TrueSTUDIO/startup_stm32f40_41xxx.s similarity index 100% rename from machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/TrueSTUDIO/startup_stm32f40_41xxx.s rename to machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/TrueSTUDIO/startup_stm32f40_41xxx.s diff --git a/machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/TrueSTUDIO/startup_stm32f40xx.s b/machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/TrueSTUDIO/startup_stm32f40xx.s similarity index 100% rename from machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/TrueSTUDIO/startup_stm32f40xx.s rename to machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/TrueSTUDIO/startup_stm32f40xx.s diff --git a/machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/TrueSTUDIO/startup_stm32f410xx.s b/machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/TrueSTUDIO/startup_stm32f410xx.s similarity index 100% rename from machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/TrueSTUDIO/startup_stm32f410xx.s rename to machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/TrueSTUDIO/startup_stm32f410xx.s diff --git a/machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/TrueSTUDIO/startup_stm32f411xe.s b/machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/TrueSTUDIO/startup_stm32f411xe.s similarity index 100% rename from machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/TrueSTUDIO/startup_stm32f411xe.s rename to machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/TrueSTUDIO/startup_stm32f411xe.s diff --git a/machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/TrueSTUDIO/startup_stm32f427_437xx.s b/machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/TrueSTUDIO/startup_stm32f427_437xx.s similarity index 100% rename from machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/TrueSTUDIO/startup_stm32f427_437xx.s rename to machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/TrueSTUDIO/startup_stm32f427_437xx.s diff --git a/machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/TrueSTUDIO/startup_stm32f427xx.s b/machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/TrueSTUDIO/startup_stm32f427xx.s similarity index 100% rename from machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/TrueSTUDIO/startup_stm32f427xx.s rename to machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/TrueSTUDIO/startup_stm32f427xx.s diff --git a/machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/TrueSTUDIO/startup_stm32f429_439xx.s b/machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/TrueSTUDIO/startup_stm32f429_439xx.s similarity index 100% rename from machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/TrueSTUDIO/startup_stm32f429_439xx.s rename to machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/TrueSTUDIO/startup_stm32f429_439xx.s diff --git a/machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/TrueSTUDIO/startup_stm32f446xx.s b/machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/TrueSTUDIO/startup_stm32f446xx.s similarity index 100% rename from machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/TrueSTUDIO/startup_stm32f446xx.s rename to machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/TrueSTUDIO/startup_stm32f446xx.s diff --git a/machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/TrueSTUDIO/startup_stm32f469_479xx.s b/machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/TrueSTUDIO/startup_stm32f469_479xx.s similarity index 100% rename from machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/TrueSTUDIO/startup_stm32f469_479xx.s rename to machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/TrueSTUDIO/startup_stm32f469_479xx.s diff --git a/machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f401xx.s b/machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f401xx.s similarity index 100% rename from machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f401xx.s rename to machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f401xx.s diff --git a/machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f40_41xxx.s b/machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f40_41xxx.s similarity index 100% rename from machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f40_41xxx.s rename to machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f40_41xxx.s diff --git a/machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f40xx.s b/machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f40xx.s similarity index 100% rename from machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f40xx.s rename to machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f40xx.s diff --git a/machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f410xx.s b/machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f410xx.s similarity index 100% rename from machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f410xx.s rename to machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f410xx.s diff --git a/machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f411xe.s b/machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f411xe.s similarity index 100% rename from machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f411xe.s rename to machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f411xe.s diff --git a/machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f427_437xx.s b/machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f427_437xx.s similarity index 100% rename from machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f427_437xx.s rename to machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f427_437xx.s diff --git a/machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f427x.s b/machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f427x.s similarity index 100% rename from machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f427x.s rename to machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f427x.s diff --git a/machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f429_439xx.s b/machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f429_439xx.s similarity index 100% rename from machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f429_439xx.s rename to machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f429_439xx.s diff --git a/machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f446xx.s b/machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f446xx.s similarity index 100% rename from machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f446xx.s rename to machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f446xx.s diff --git a/machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f469_479xx.s b/machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f469_479xx.s similarity index 100% rename from machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f469_479xx.s rename to machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f469_479xx.s diff --git a/machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/gcc_ride7/startup_stm32f401xx.s b/machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/gcc_ride7/startup_stm32f401xx.s similarity index 100% rename from machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/gcc_ride7/startup_stm32f401xx.s rename to machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/gcc_ride7/startup_stm32f401xx.s diff --git a/machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/gcc_ride7/startup_stm32f40_41xxx.s b/machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/gcc_ride7/startup_stm32f40_41xxx.s similarity index 100% rename from machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/gcc_ride7/startup_stm32f40_41xxx.s rename to machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/gcc_ride7/startup_stm32f40_41xxx.s diff --git a/machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/gcc_ride7/startup_stm32f40xx.s b/machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/gcc_ride7/startup_stm32f40xx.s similarity index 100% rename from machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/gcc_ride7/startup_stm32f40xx.s rename to machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/gcc_ride7/startup_stm32f40xx.s diff --git a/machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/gcc_ride7/startup_stm32f427_437xx.s b/machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/gcc_ride7/startup_stm32f427_437xx.s similarity index 100% rename from machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/gcc_ride7/startup_stm32f427_437xx.s rename to machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/gcc_ride7/startup_stm32f427_437xx.s diff --git a/machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/gcc_ride7/startup_stm32f427x.s b/machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/gcc_ride7/startup_stm32f427x.s similarity index 100% rename from machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/gcc_ride7/startup_stm32f427x.s rename to machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/gcc_ride7/startup_stm32f427x.s diff --git a/machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/gcc_ride7/startup_stm32f429_439xx.s b/machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/gcc_ride7/startup_stm32f429_439xx.s similarity index 100% rename from machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/gcc_ride7/startup_stm32f429_439xx.s rename to machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/gcc_ride7/startup_stm32f429_439xx.s diff --git a/machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f401xx.s b/machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f401xx.s similarity index 100% rename from machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f401xx.s rename to machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f401xx.s diff --git a/machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f40_41xxx.s b/machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f40_41xxx.s similarity index 100% rename from machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f40_41xxx.s rename to machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f40_41xxx.s diff --git a/machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f40xx.s b/machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f40xx.s similarity index 100% rename from machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f40xx.s rename to machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f40xx.s diff --git a/machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f410xx.s b/machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f410xx.s similarity index 100% rename from machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f410xx.s rename to machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f410xx.s diff --git a/machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f411xe.s b/machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f411xe.s similarity index 100% rename from machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f411xe.s rename to machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f411xe.s diff --git a/machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f427_437xx.s b/machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f427_437xx.s similarity index 100% rename from machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f427_437xx.s rename to machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f427_437xx.s diff --git a/machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f427x.s b/machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f427x.s similarity index 100% rename from machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f427x.s rename to machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f427x.s diff --git a/machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f429_439xx.s b/machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f429_439xx.s similarity index 100% rename from machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f429_439xx.s rename to machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f429_439xx.s diff --git a/machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f446xx.s b/machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f446xx.s similarity index 100% rename from machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f446xx.s rename to machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f446xx.s diff --git a/machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f469_479xx.s b/machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f469_479xx.s similarity index 100% rename from machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f469_479xx.s rename to machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f469_479xx.s diff --git a/machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/system_stm32f4xx.c b/machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/system_stm32f4xx.c similarity index 100% rename from machines/cortex/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/system_stm32f4xx.c rename to machines/cortex-m/armv7em/stm32f407/CMSIS-ST/Device/ST/STM32F4xx/Source/Templates/system_stm32f4xx.c diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/Release_Notes.html b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/Release_Notes.html similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/Release_Notes.html rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/Release_Notes.html diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/misc.c b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/misc.c similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/misc.c rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/misc.c diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/misc.h b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/misc.h similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/misc.h rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/misc.h diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_adc.c b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_adc.c similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_adc.c rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_adc.c diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_adc.h b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_adc.h similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_adc.h rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_adc.h diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_can.c b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_can.c similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_can.c rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_can.c diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_can.h b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_can.h similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_can.h rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_can.h diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_cec.c b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_cec.c similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_cec.c rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_cec.c diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_cec.h b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_cec.h similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_cec.h rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_cec.h diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_crc.c b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_crc.c similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_crc.c rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_crc.c diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_crc.h b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_crc.h similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_crc.h rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_crc.h diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_cryp.c b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_cryp.c similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_cryp.c rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_cryp.c diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_cryp.h b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_cryp.h similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_cryp.h rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_cryp.h diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_cryp_aes.c b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_cryp_aes.c similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_cryp_aes.c rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_cryp_aes.c diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_cryp_des.c b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_cryp_des.c similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_cryp_des.c rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_cryp_des.c diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_cryp_tdes.c b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_cryp_tdes.c similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_cryp_tdes.c rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_cryp_tdes.c diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_dac.c b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_dac.c similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_dac.c rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_dac.c diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_dac.h b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_dac.h similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_dac.h rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_dac.h diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_dbgmcu.c b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_dbgmcu.c similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_dbgmcu.c rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_dbgmcu.c diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_dbgmcu.h b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_dbgmcu.h similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_dbgmcu.h rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_dbgmcu.h diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_dcmi.c b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_dcmi.c similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_dcmi.c rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_dcmi.c diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_dcmi.h b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_dcmi.h similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_dcmi.h rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_dcmi.h diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_dma.c b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_dma.c similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_dma.c rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_dma.c diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_dma.h b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_dma.h similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_dma.h rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_dma.h diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_dma2d.c b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_dma2d.c similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_dma2d.c rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_dma2d.c diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_dma2d.h b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_dma2d.h similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_dma2d.h rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_dma2d.h diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_dsi.c b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_dsi.c similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_dsi.c rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_dsi.c diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_dsi.h b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_dsi.h similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_dsi.h rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_dsi.h diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_exti.c b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_exti.c similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_exti.c rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_exti.c diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_exti.h b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_exti.h similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_exti.h rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_exti.h diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_flash.c b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_flash.c similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_flash.c rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_flash.c diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_flash.h b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_flash.h similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_flash.h rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_flash.h diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_flash_ramfunc.c b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_flash_ramfunc.c similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_flash_ramfunc.c rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_flash_ramfunc.c diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_flash_ramfunc.h b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_flash_ramfunc.h similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_flash_ramfunc.h rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_flash_ramfunc.h diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_fmc.c b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_fmc.c similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_fmc.c rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_fmc.c diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_fmc.h b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_fmc.h similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_fmc.h rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_fmc.h diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_fmpi2c.c b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_fmpi2c.c similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_fmpi2c.c rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_fmpi2c.c diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_fmpi2c.h b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_fmpi2c.h similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_fmpi2c.h rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_fmpi2c.h diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_fsmc.c b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_fsmc.c similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_fsmc.c rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_fsmc.c diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_fsmc.h b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_fsmc.h similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_fsmc.h rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_fsmc.h diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_gpio.c b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_gpio.c similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_gpio.c rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_gpio.c diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_gpio.h b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_gpio.h similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_gpio.h rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_gpio.h diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_hash.c b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_hash.c similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_hash.c rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_hash.c diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_hash.h b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_hash.h similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_hash.h rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_hash.h diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_hash_md5.c b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_hash_md5.c similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_hash_md5.c rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_hash_md5.c diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_hash_sha1.c b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_hash_sha1.c similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_hash_sha1.c rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_hash_sha1.c diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_i2c.c b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_i2c.c similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_i2c.c rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_i2c.c diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_i2c.h b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_i2c.h similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_i2c.h rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_i2c.h diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_iwdg.c b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_iwdg.c similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_iwdg.c rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_iwdg.c diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_iwdg.h b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_iwdg.h similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_iwdg.h rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_iwdg.h diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_lptim.c b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_lptim.c similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_lptim.c rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_lptim.c diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_lptim.h b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_lptim.h similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_lptim.h rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_lptim.h diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_ltdc.c b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_ltdc.c similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_ltdc.c rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_ltdc.c diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_ltdc.h b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_ltdc.h similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_ltdc.h rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_ltdc.h diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_pwr.c b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_pwr.c similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_pwr.c rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_pwr.c diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_pwr.h b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_pwr.h similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_pwr.h rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_pwr.h diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_qspi.c b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_qspi.c similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_qspi.c rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_qspi.c diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_qspi.h b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_qspi.h similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_qspi.h rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_qspi.h diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_rcc.c b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_rcc.c similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_rcc.c rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_rcc.c diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_rcc.h b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_rcc.h similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_rcc.h rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_rcc.h diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_rng.c b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_rng.c similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_rng.c rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_rng.c diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_rng.h b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_rng.h similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_rng.h rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_rng.h diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_rtc.c b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_rtc.c similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_rtc.c rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_rtc.c diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_rtc.h b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_rtc.h similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_rtc.h rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_rtc.h diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_sai.c b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_sai.c similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_sai.c rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_sai.c diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_sai.h b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_sai.h similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_sai.h rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_sai.h diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_sdio.c b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_sdio.c similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_sdio.c rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_sdio.c diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_sdio.h b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_sdio.h similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_sdio.h rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_sdio.h diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_spdifrx.c b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_spdifrx.c similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_spdifrx.c rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_spdifrx.c diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_spdifrx.h b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_spdifrx.h similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_spdifrx.h rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_spdifrx.h diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_spi.c b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_spi.c similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_spi.c rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_spi.c diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_spi.h b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_spi.h similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_spi.h rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_spi.h diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_syscfg.c b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_syscfg.c similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_syscfg.c rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_syscfg.c diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_syscfg.h b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_syscfg.h similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_syscfg.h rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_syscfg.h diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_tim.c b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_tim.c similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_tim.c rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_tim.c diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_tim.h b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_tim.h similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_tim.h rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_tim.h diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_usart.c b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_usart.c similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_usart.c rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_usart.c diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_usart.h b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_usart.h similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_usart.h rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_usart.h diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_wwdg.c b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_wwdg.c similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_wwdg.c rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_wwdg.c diff --git a/machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_wwdg.h b/machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_wwdg.h similarity index 100% rename from machines/cortex/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_wwdg.h rename to machines/cortex-m/armv7em/stm32f407/STM32F4xx_StdPeriph_Driver/stm32f4xx_wwdg.h diff --git a/machines/cortex/armv7em/stm32f407/handlers_stm32f4xx.c b/machines/cortex-m/armv7em/stm32f407/handlers_stm32f4xx.c similarity index 100% rename from machines/cortex/armv7em/stm32f407/handlers_stm32f4xx.c rename to machines/cortex-m/armv7em/stm32f407/handlers_stm32f4xx.c diff --git a/machines/cortex/armv7em/stm32f407/handlers_stm32f4xx.h b/machines/cortex-m/armv7em/stm32f407/handlers_stm32f4xx.h similarity index 100% rename from machines/cortex/armv7em/stm32f407/handlers_stm32f4xx.h rename to machines/cortex-m/armv7em/stm32f407/handlers_stm32f4xx.h diff --git a/machines/cortex/armv7em/stm32f407/lib/pinAccess.c b/machines/cortex-m/armv7em/stm32f407/lib/pinAccess.c similarity index 100% rename from machines/cortex/armv7em/stm32f407/lib/pinAccess.c rename to machines/cortex-m/armv7em/stm32f407/lib/pinAccess.c diff --git a/machines/cortex/armv7em/stm32f407/lib/pinAccess.h b/machines/cortex-m/armv7em/stm32f407/lib/pinAccess.h similarity index 100% rename from machines/cortex/armv7em/stm32f407/lib/pinAccess.h rename to machines/cortex-m/armv7em/stm32f407/lib/pinAccess.h diff --git a/machines/cortex/armv7em/stm32f407/startup_stm32f4xx.c b/machines/cortex-m/armv7em/stm32f407/startup_stm32f4xx.c similarity index 100% rename from machines/cortex/armv7em/stm32f407/startup_stm32f4xx.c rename to machines/cortex-m/armv7em/stm32f407/startup_stm32f4xx.c diff --git a/machines/cortex/armv7em/stm32f407/stm32f4discovery/stm32f4_discovery.c b/machines/cortex-m/armv7em/stm32f407/stm32f4discovery/stm32f4_discovery.c similarity index 100% rename from machines/cortex/armv7em/stm32f407/stm32f4discovery/stm32f4_discovery.c rename to machines/cortex-m/armv7em/stm32f407/stm32f4discovery/stm32f4_discovery.c diff --git a/machines/cortex/armv7em/stm32f407/stm32f4discovery/stm32f4_discovery.h b/machines/cortex-m/armv7em/stm32f407/stm32f4discovery/stm32f4_discovery.h similarity index 100% rename from machines/cortex/armv7em/stm32f407/stm32f4discovery/stm32f4_discovery.h rename to machines/cortex-m/armv7em/stm32f407/stm32f4discovery/stm32f4_discovery.h diff --git a/machines/cortex/armv7em/stm32f407/stm32f4discovery/tp.c b/machines/cortex-m/armv7em/stm32f407/stm32f4discovery/tp.c similarity index 100% rename from machines/cortex/armv7em/stm32f407/stm32f4discovery/tp.c rename to machines/cortex-m/armv7em/stm32f407/stm32f4discovery/tp.c diff --git a/machines/cortex/armv7em/stm32f407/stm32f4discovery/tp.h b/machines/cortex-m/armv7em/stm32f407/stm32f4discovery/tp.h similarity index 100% rename from machines/cortex/armv7em/stm32f407/stm32f4discovery/tp.h rename to machines/cortex-m/armv7em/stm32f407/stm32f4discovery/tp.h diff --git a/machines/cortex/armv7em/stm32f407/stm32f4xx_conf.h b/machines/cortex-m/armv7em/stm32f407/stm32f4xx_conf.h similarity index 100% rename from machines/cortex/armv7em/stm32f407/stm32f4xx_conf.h rename to machines/cortex-m/armv7em/stm32f407/stm32f4xx_conf.h diff --git a/machines/cortex/armv7em/stm32f407/system_stm32f4xx.c b/machines/cortex-m/armv7em/stm32f407/system_stm32f4xx.c similarity index 100% rename from machines/cortex/armv7em/stm32f407/system_stm32f4xx.c rename to machines/cortex-m/armv7em/stm32f407/system_stm32f4xx.c diff --git a/machines/cortex/armv7em/stm32f407/system_stm32f4xx.h b/machines/cortex-m/armv7em/stm32f407/system_stm32f4xx.h similarity index 100% rename from machines/cortex/armv7em/stm32f407/system_stm32f4xx.h rename to machines/cortex-m/armv7em/stm32f407/system_stm32f4xx.h diff --git a/machines/cortex/armv7em/stm32f407/tpl_machine_stm32f407.c b/machines/cortex-m/armv7em/stm32f407/tpl_machine_stm32f407.c similarity index 100% rename from machines/cortex/armv7em/stm32f407/tpl_machine_stm32f407.c rename to machines/cortex-m/armv7em/stm32f407/tpl_machine_stm32f407.c diff --git a/machines/cortex/armv7em/stm32f407/tpl_memory_protection.c b/machines/cortex-m/armv7em/stm32f407/tpl_memory_protection.c similarity index 100% rename from machines/cortex/armv7em/stm32f407/tpl_memory_protection.c rename to machines/cortex-m/armv7em/stm32f407/tpl_memory_protection.c diff --git a/machines/cortex/armv7em/stm32f407/tpl_memory_protection.h b/machines/cortex-m/armv7em/stm32f407/tpl_memory_protection.h similarity index 100% rename from machines/cortex/armv7em/stm32f407/tpl_memory_protection.h rename to machines/cortex-m/armv7em/stm32f407/tpl_memory_protection.h diff --git a/machines/cortex/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l412xx.h b/machines/cortex-m/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l412xx.h similarity index 100% rename from machines/cortex/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l412xx.h rename to machines/cortex-m/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l412xx.h diff --git a/machines/cortex/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l422xx.h b/machines/cortex-m/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l422xx.h similarity index 100% rename from machines/cortex/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l422xx.h rename to machines/cortex-m/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l422xx.h diff --git a/machines/cortex/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l431xx.h b/machines/cortex-m/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l431xx.h similarity index 100% rename from machines/cortex/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l431xx.h rename to machines/cortex-m/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l431xx.h diff --git a/machines/cortex/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l432xx.h b/machines/cortex-m/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l432xx.h similarity index 100% rename from machines/cortex/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l432xx.h rename to machines/cortex-m/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l432xx.h diff --git a/machines/cortex/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l433xx.h b/machines/cortex-m/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l433xx.h similarity index 100% rename from machines/cortex/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l433xx.h rename to machines/cortex-m/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l433xx.h diff --git a/machines/cortex/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l442xx.h b/machines/cortex-m/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l442xx.h similarity index 100% rename from machines/cortex/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l442xx.h rename to machines/cortex-m/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l442xx.h diff --git a/machines/cortex/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l443xx.h b/machines/cortex-m/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l443xx.h similarity index 100% rename from machines/cortex/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l443xx.h rename to machines/cortex-m/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l443xx.h diff --git a/machines/cortex/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l451xx.h b/machines/cortex-m/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l451xx.h similarity index 100% rename from machines/cortex/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l451xx.h rename to machines/cortex-m/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l451xx.h diff --git a/machines/cortex/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l452xx.h b/machines/cortex-m/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l452xx.h similarity index 100% rename from machines/cortex/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l452xx.h rename to machines/cortex-m/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l452xx.h diff --git a/machines/cortex/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l462xx.h b/machines/cortex-m/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l462xx.h similarity index 100% rename from machines/cortex/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l462xx.h rename to machines/cortex-m/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l462xx.h diff --git a/machines/cortex/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l471xx.h b/machines/cortex-m/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l471xx.h similarity index 100% rename from machines/cortex/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l471xx.h rename to machines/cortex-m/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l471xx.h diff --git a/machines/cortex/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l475xx.h b/machines/cortex-m/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l475xx.h similarity index 100% rename from machines/cortex/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l475xx.h rename to machines/cortex-m/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l475xx.h diff --git a/machines/cortex/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l476xx.h b/machines/cortex-m/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l476xx.h similarity index 100% rename from machines/cortex/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l476xx.h rename to machines/cortex-m/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l476xx.h diff --git a/machines/cortex/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l485xx.h b/machines/cortex-m/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l485xx.h similarity index 100% rename from machines/cortex/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l485xx.h rename to machines/cortex-m/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l485xx.h diff --git a/machines/cortex/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l486xx.h b/machines/cortex-m/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l486xx.h similarity index 100% rename from machines/cortex/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l486xx.h rename to machines/cortex-m/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l486xx.h diff --git a/machines/cortex/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l496xx.h b/machines/cortex-m/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l496xx.h similarity index 100% rename from machines/cortex/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l496xx.h rename to machines/cortex-m/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l496xx.h diff --git a/machines/cortex/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l4a6xx.h b/machines/cortex-m/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l4a6xx.h similarity index 100% rename from machines/cortex/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l4a6xx.h rename to machines/cortex-m/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l4a6xx.h diff --git a/machines/cortex/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l4r5xx.h b/machines/cortex-m/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l4r5xx.h similarity index 100% rename from machines/cortex/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l4r5xx.h rename to machines/cortex-m/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l4r5xx.h diff --git a/machines/cortex/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l4r7xx.h b/machines/cortex-m/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l4r7xx.h similarity index 100% rename from machines/cortex/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l4r7xx.h rename to machines/cortex-m/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l4r7xx.h diff --git a/machines/cortex/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l4r9xx.h b/machines/cortex-m/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l4r9xx.h similarity index 100% rename from machines/cortex/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l4r9xx.h rename to machines/cortex-m/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l4r9xx.h diff --git a/machines/cortex/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l4s5xx.h b/machines/cortex-m/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l4s5xx.h similarity index 100% rename from machines/cortex/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l4s5xx.h rename to machines/cortex-m/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l4s5xx.h diff --git a/machines/cortex/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l4s7xx.h b/machines/cortex-m/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l4s7xx.h similarity index 100% rename from machines/cortex/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l4s7xx.h rename to machines/cortex-m/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l4s7xx.h diff --git a/machines/cortex/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l4s9xx.h b/machines/cortex-m/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l4s9xx.h similarity index 100% rename from machines/cortex/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l4s9xx.h rename to machines/cortex-m/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l4s9xx.h diff --git a/machines/cortex/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l4xx.h b/machines/cortex-m/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l4xx.h similarity index 100% rename from machines/cortex/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l4xx.h rename to machines/cortex-m/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/stm32l4xx.h diff --git a/machines/cortex/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/system_stm32l4xx.h b/machines/cortex-m/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/system_stm32l4xx.h similarity index 100% rename from machines/cortex/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/system_stm32l4xx.h rename to machines/cortex-m/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Include/system_stm32l4xx.h diff --git a/machines/cortex/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Release_Notes.html b/machines/cortex-m/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Release_Notes.html similarity index 100% rename from machines/cortex/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Release_Notes.html rename to machines/cortex-m/armv7em/stm32l432/CMSIS-ST/Device/ST/STM32L4xx/Release_Notes.html diff --git a/machines/cortex/armv7em/stm32l432/CMSIS-ST/STM32L4x2.svd b/machines/cortex-m/armv7em/stm32l432/CMSIS-ST/STM32L4x2.svd similarity index 100% rename from machines/cortex/armv7em/stm32l432/CMSIS-ST/STM32L4x2.svd rename to machines/cortex-m/armv7em/stm32l432/CMSIS-ST/STM32L4x2.svd diff --git a/machines/cortex/armv7em/stm32l432/handlers_stm32l432.c b/machines/cortex-m/armv7em/stm32l432/handlers_stm32l432.c similarity index 100% rename from machines/cortex/armv7em/stm32l432/handlers_stm32l432.c rename to machines/cortex-m/armv7em/stm32l432/handlers_stm32l432.c diff --git a/machines/cortex/armv7em/stm32l432/handlers_stm32l432.h b/machines/cortex-m/armv7em/stm32l432/handlers_stm32l432.h similarity index 100% rename from machines/cortex/armv7em/stm32l432/handlers_stm32l432.h rename to machines/cortex-m/armv7em/stm32l432/handlers_stm32l432.h diff --git a/machines/cortex/armv7em/stm32l432/lib/pinAccess.c b/machines/cortex-m/armv7em/stm32l432/lib/pinAccess.c similarity index 100% rename from machines/cortex/armv7em/stm32l432/lib/pinAccess.c rename to machines/cortex-m/armv7em/stm32l432/lib/pinAccess.c diff --git a/machines/cortex/armv7em/stm32l432/lib/pinAccess.h b/machines/cortex-m/armv7em/stm32l432/lib/pinAccess.h similarity index 100% rename from machines/cortex/armv7em/stm32l432/lib/pinAccess.h rename to machines/cortex-m/armv7em/stm32l432/lib/pinAccess.h diff --git a/machines/cortex/armv7em/stm32l432/lib/serial.c b/machines/cortex-m/armv7em/stm32l432/lib/serial.c similarity index 100% rename from machines/cortex/armv7em/stm32l432/lib/serial.c rename to machines/cortex-m/armv7em/stm32l432/lib/serial.c diff --git a/machines/cortex/armv7em/stm32l432/lib/serial.h b/machines/cortex-m/armv7em/stm32l432/lib/serial.h similarity index 100% rename from machines/cortex/armv7em/stm32l432/lib/serial.h rename to machines/cortex-m/armv7em/stm32l432/lib/serial.h diff --git a/machines/cortex/armv7em/stm32l432/startup_stm32l432.c b/machines/cortex-m/armv7em/stm32l432/startup_stm32l432.c similarity index 100% rename from machines/cortex/armv7em/stm32l432/startup_stm32l432.c rename to machines/cortex-m/armv7em/stm32l432/startup_stm32l432.c diff --git a/machines/cortex/armv7em/stm32l432/system_stm32l4xx.c b/machines/cortex-m/armv7em/stm32l432/system_stm32l4xx.c similarity index 100% rename from machines/cortex/armv7em/stm32l432/system_stm32l4xx.c rename to machines/cortex-m/armv7em/stm32l432/system_stm32l4xx.c diff --git a/machines/cortex/armv7em/stm32l432/tpl_machine_stm32l432.c b/machines/cortex-m/armv7em/stm32l432/tpl_machine_stm32l432.c similarity index 100% rename from machines/cortex/armv7em/stm32l432/tpl_machine_stm32l432.c rename to machines/cortex-m/armv7em/stm32l432/tpl_machine_stm32l432.c diff --git a/machines/cortex/armv7em/stm32l432/tpl_memory_protection.c b/machines/cortex-m/armv7em/stm32l432/tpl_memory_protection.c similarity index 100% rename from machines/cortex/armv7em/stm32l432/tpl_memory_protection.c rename to machines/cortex-m/armv7em/stm32l432/tpl_memory_protection.c diff --git a/machines/cortex/armv7em/stm32l432/tpl_memory_protection.h b/machines/cortex-m/armv7em/stm32l432/tpl_memory_protection.h similarity index 100% rename from machines/cortex/armv7em/stm32l432/tpl_memory_protection.h rename to machines/cortex-m/armv7em/stm32l432/tpl_memory_protection.h diff --git a/machines/cortex/armv7em/stm32l432/tpl_trace.c b/machines/cortex-m/armv7em/stm32l432/tpl_trace.c similarity index 100% rename from machines/cortex/armv7em/stm32l432/tpl_trace.c rename to machines/cortex-m/armv7em/stm32l432/tpl_trace.c diff --git a/machines/cortex/armv7em/tpl_ctx_switch.S b/machines/cortex-m/armv7em/tpl_ctx_switch.S similarity index 100% rename from machines/cortex/armv7em/tpl_ctx_switch.S rename to machines/cortex-m/armv7em/tpl_ctx_switch.S diff --git a/machines/cortex/armv7em/tpl_ctx_switch_under_it.S b/machines/cortex-m/armv7em/tpl_ctx_switch_under_it.S similarity index 100% rename from machines/cortex/armv7em/tpl_ctx_switch_under_it.S rename to machines/cortex-m/armv7em/tpl_ctx_switch_under_it.S diff --git a/machines/cortex/armv7em/tpl_interrupts.S b/machines/cortex-m/armv7em/tpl_interrupts.S similarity index 100% rename from machines/cortex/armv7em/tpl_interrupts.S rename to machines/cortex-m/armv7em/tpl_interrupts.S diff --git a/machines/cortex/armv7m/SmartFusion2/CMSIS/hw_reg_io.h b/machines/cortex-m/armv7m/SmartFusion2/CMSIS/hw_reg_io.h similarity index 100% rename from machines/cortex/armv7m/SmartFusion2/CMSIS/hw_reg_io.h rename to machines/cortex-m/armv7m/SmartFusion2/CMSIS/hw_reg_io.h diff --git a/machines/cortex/armv7m/SmartFusion2/CMSIS/m2sxxx.h b/machines/cortex-m/armv7m/SmartFusion2/CMSIS/m2sxxx.h similarity index 100% rename from machines/cortex/armv7m/SmartFusion2/CMSIS/m2sxxx.h rename to machines/cortex-m/armv7m/SmartFusion2/CMSIS/m2sxxx.h diff --git a/machines/cortex/armv7m/SmartFusion2/CMSIS/mss_assert.h b/machines/cortex-m/armv7m/SmartFusion2/CMSIS/mss_assert.h similarity index 100% rename from machines/cortex/armv7m/SmartFusion2/CMSIS/mss_assert.h rename to machines/cortex-m/armv7m/SmartFusion2/CMSIS/mss_assert.h diff --git a/machines/cortex/armv7m/SmartFusion2/CMSIS/startup_gcc/debug-in-microsemi-smartfusion2-envm.ld b/machines/cortex-m/armv7m/SmartFusion2/CMSIS/startup_gcc/debug-in-microsemi-smartfusion2-envm.ld similarity index 100% rename from machines/cortex/armv7m/SmartFusion2/CMSIS/startup_gcc/debug-in-microsemi-smartfusion2-envm.ld rename to machines/cortex-m/armv7m/SmartFusion2/CMSIS/startup_gcc/debug-in-microsemi-smartfusion2-envm.ld diff --git a/machines/cortex/armv7m/SmartFusion2/CMSIS/startup_gcc/debug-in-microsemi-smartfusion2-esram.ld b/machines/cortex-m/armv7m/SmartFusion2/CMSIS/startup_gcc/debug-in-microsemi-smartfusion2-esram.ld similarity index 100% rename from machines/cortex/armv7m/SmartFusion2/CMSIS/startup_gcc/debug-in-microsemi-smartfusion2-esram.ld rename to machines/cortex-m/armv7m/SmartFusion2/CMSIS/startup_gcc/debug-in-microsemi-smartfusion2-esram.ld diff --git a/machines/cortex/armv7m/SmartFusion2/CMSIS/startup_gcc/debug-in-microsemi-smartfusion2-external-ram.ld b/machines/cortex-m/armv7m/SmartFusion2/CMSIS/startup_gcc/debug-in-microsemi-smartfusion2-external-ram.ld similarity index 100% rename from machines/cortex/armv7m/SmartFusion2/CMSIS/startup_gcc/debug-in-microsemi-smartfusion2-external-ram.ld rename to machines/cortex-m/armv7m/SmartFusion2/CMSIS/startup_gcc/debug-in-microsemi-smartfusion2-external-ram.ld diff --git a/machines/cortex/armv7m/SmartFusion2/CMSIS/startup_gcc/newlib_stubs.c b/machines/cortex-m/armv7m/SmartFusion2/CMSIS/startup_gcc/newlib_stubs.c similarity index 100% rename from machines/cortex/armv7m/SmartFusion2/CMSIS/startup_gcc/newlib_stubs.c rename to machines/cortex-m/armv7m/SmartFusion2/CMSIS/startup_gcc/newlib_stubs.c diff --git a/machines/cortex/armv7m/SmartFusion2/CMSIS/startup_gcc/production-smartfusion2-execute-in-place.ld b/machines/cortex-m/armv7m/SmartFusion2/CMSIS/startup_gcc/production-smartfusion2-execute-in-place.ld similarity index 100% rename from machines/cortex/armv7m/SmartFusion2/CMSIS/startup_gcc/production-smartfusion2-execute-in-place.ld rename to machines/cortex-m/armv7m/SmartFusion2/CMSIS/startup_gcc/production-smartfusion2-execute-in-place.ld diff --git a/machines/cortex/armv7m/SmartFusion2/CMSIS/startup_gcc/production-smartfusion2-relocate-to-external-ram.ld b/machines/cortex-m/armv7m/SmartFusion2/CMSIS/startup_gcc/production-smartfusion2-relocate-to-external-ram.ld similarity index 100% rename from machines/cortex/armv7m/SmartFusion2/CMSIS/startup_gcc/production-smartfusion2-relocate-to-external-ram.ld rename to machines/cortex-m/armv7m/SmartFusion2/CMSIS/startup_gcc/production-smartfusion2-relocate-to-external-ram.ld diff --git a/machines/cortex/armv7m/SmartFusion2/CMSIS/startup_gcc/startup_m2sxxx.S b/machines/cortex-m/armv7m/SmartFusion2/CMSIS/startup_gcc/startup_m2sxxx.S similarity index 100% rename from machines/cortex/armv7m/SmartFusion2/CMSIS/startup_gcc/startup_m2sxxx.S rename to machines/cortex-m/armv7m/SmartFusion2/CMSIS/startup_gcc/startup_m2sxxx.S diff --git a/machines/cortex/armv7m/SmartFusion2/CMSIS/sys_init_cfg_types.h b/machines/cortex-m/armv7m/SmartFusion2/CMSIS/sys_init_cfg_types.h similarity index 100% rename from machines/cortex/armv7m/SmartFusion2/CMSIS/sys_init_cfg_types.h rename to machines/cortex-m/armv7m/SmartFusion2/CMSIS/sys_init_cfg_types.h diff --git a/machines/cortex/armv7m/SmartFusion2/CMSIS/system_m2sxxx.c b/machines/cortex-m/armv7m/SmartFusion2/CMSIS/system_m2sxxx.c similarity index 100% rename from machines/cortex/armv7m/SmartFusion2/CMSIS/system_m2sxxx.c rename to machines/cortex-m/armv7m/SmartFusion2/CMSIS/system_m2sxxx.c diff --git a/machines/cortex/armv7m/SmartFusion2/CMSIS/system_m2sxxx.h b/machines/cortex-m/armv7m/SmartFusion2/CMSIS/system_m2sxxx.h similarity index 100% rename from machines/cortex/armv7m/SmartFusion2/CMSIS/system_m2sxxx.h rename to machines/cortex-m/armv7m/SmartFusion2/CMSIS/system_m2sxxx.h diff --git a/machines/cortex/armv7m/SmartFusion2/drivers/mss_gpio/mss_gpio.c b/machines/cortex-m/armv7m/SmartFusion2/drivers/mss_gpio/mss_gpio.c similarity index 100% rename from machines/cortex/armv7m/SmartFusion2/drivers/mss_gpio/mss_gpio.c rename to machines/cortex-m/armv7m/SmartFusion2/drivers/mss_gpio/mss_gpio.c diff --git a/machines/cortex/armv7m/SmartFusion2/drivers/mss_gpio/mss_gpio.h b/machines/cortex-m/armv7m/SmartFusion2/drivers/mss_gpio/mss_gpio.h similarity index 100% rename from machines/cortex/armv7m/SmartFusion2/drivers/mss_gpio/mss_gpio.h rename to machines/cortex-m/armv7m/SmartFusion2/drivers/mss_gpio/mss_gpio.h diff --git a/machines/cortex/armv7m/SmartFusion2/drivers/mss_nvm/mss_nvm.c b/machines/cortex-m/armv7m/SmartFusion2/drivers/mss_nvm/mss_nvm.c similarity index 100% rename from machines/cortex/armv7m/SmartFusion2/drivers/mss_nvm/mss_nvm.c rename to machines/cortex-m/armv7m/SmartFusion2/drivers/mss_nvm/mss_nvm.c diff --git a/machines/cortex/armv7m/SmartFusion2/drivers/mss_nvm/mss_nvm.h b/machines/cortex-m/armv7m/SmartFusion2/drivers/mss_nvm/mss_nvm.h similarity index 100% rename from machines/cortex/armv7m/SmartFusion2/drivers/mss_nvm/mss_nvm.h rename to machines/cortex-m/armv7m/SmartFusion2/drivers/mss_nvm/mss_nvm.h diff --git a/machines/cortex/armv7m/SmartFusion2/drivers/mss_uart/mss_uart.c b/machines/cortex-m/armv7m/SmartFusion2/drivers/mss_uart/mss_uart.c similarity index 100% rename from machines/cortex/armv7m/SmartFusion2/drivers/mss_uart/mss_uart.c rename to machines/cortex-m/armv7m/SmartFusion2/drivers/mss_uart/mss_uart.c diff --git a/machines/cortex/armv7m/SmartFusion2/drivers/mss_uart/mss_uart.h b/machines/cortex-m/armv7m/SmartFusion2/drivers/mss_uart/mss_uart.h similarity index 100% rename from machines/cortex/armv7m/SmartFusion2/drivers/mss_uart/mss_uart.h rename to machines/cortex-m/armv7m/SmartFusion2/drivers/mss_uart/mss_uart.h diff --git a/machines/cortex/armv7m/SmartFusion2/drivers/mss_uart/mss_uart_regs.h b/machines/cortex-m/armv7m/SmartFusion2/drivers/mss_uart/mss_uart_regs.h similarity index 100% rename from machines/cortex/armv7m/SmartFusion2/drivers/mss_uart/mss_uart_regs.h rename to machines/cortex-m/armv7m/SmartFusion2/drivers/mss_uart/mss_uart_regs.h diff --git a/machines/cortex/armv7m/SmartFusion2/drivers_config/DESIGN_FIRMWARE_SmartFusion2_CMSIS_0_config.cxf b/machines/cortex-m/armv7m/SmartFusion2/drivers_config/DESIGN_FIRMWARE_SmartFusion2_CMSIS_0_config.cxf similarity index 100% rename from machines/cortex/armv7m/SmartFusion2/drivers_config/DESIGN_FIRMWARE_SmartFusion2_CMSIS_0_config.cxf rename to machines/cortex-m/armv7m/SmartFusion2/drivers_config/DESIGN_FIRMWARE_SmartFusion2_CMSIS_0_config.cxf diff --git a/machines/cortex/armv7m/SmartFusion2/drivers_config/sys_config/sys_config.c b/machines/cortex-m/armv7m/SmartFusion2/drivers_config/sys_config/sys_config.c similarity index 100% rename from machines/cortex/armv7m/SmartFusion2/drivers_config/sys_config/sys_config.c rename to machines/cortex-m/armv7m/SmartFusion2/drivers_config/sys_config/sys_config.c diff --git a/machines/cortex/armv7m/SmartFusion2/drivers_config/sys_config/sys_config.h b/machines/cortex-m/armv7m/SmartFusion2/drivers_config/sys_config/sys_config.h similarity index 100% rename from machines/cortex/armv7m/SmartFusion2/drivers_config/sys_config/sys_config.h rename to machines/cortex-m/armv7m/SmartFusion2/drivers_config/sys_config/sys_config.h diff --git a/machines/cortex/armv7m/SmartFusion2/drivers_config/sys_config/sys_config_mddr_define.h b/machines/cortex-m/armv7m/SmartFusion2/drivers_config/sys_config/sys_config_mddr_define.h similarity index 100% rename from machines/cortex/armv7m/SmartFusion2/drivers_config/sys_config/sys_config_mddr_define.h rename to machines/cortex-m/armv7m/SmartFusion2/drivers_config/sys_config/sys_config_mddr_define.h diff --git a/machines/cortex/armv7m/SmartFusion2/drivers_config/sys_config/sys_config_mss_clocks.h b/machines/cortex-m/armv7m/SmartFusion2/drivers_config/sys_config/sys_config_mss_clocks.h similarity index 100% rename from machines/cortex/armv7m/SmartFusion2/drivers_config/sys_config/sys_config_mss_clocks.h rename to machines/cortex-m/armv7m/SmartFusion2/drivers_config/sys_config/sys_config_mss_clocks.h diff --git a/machines/cortex/armv7m/SmartFusion2/hal/CortexM3/GNU/cpu_types.h b/machines/cortex-m/armv7m/SmartFusion2/hal/CortexM3/GNU/cpu_types.h similarity index 100% rename from machines/cortex/armv7m/SmartFusion2/hal/CortexM3/GNU/cpu_types.h rename to machines/cortex-m/armv7m/SmartFusion2/hal/CortexM3/GNU/cpu_types.h diff --git a/machines/cortex/armv7m/SmartFusion2/hal/CortexM3/GNU/hal.S b/machines/cortex-m/armv7m/SmartFusion2/hal/CortexM3/GNU/hal.S similarity index 100% rename from machines/cortex/armv7m/SmartFusion2/hal/CortexM3/GNU/hal.S rename to machines/cortex-m/armv7m/SmartFusion2/hal/CortexM3/GNU/hal.S diff --git a/machines/cortex/armv7m/SmartFusion2/hal/CortexM3/GNU/hw_macros.h b/machines/cortex-m/armv7m/SmartFusion2/hal/CortexM3/GNU/hw_macros.h similarity index 100% rename from machines/cortex/armv7m/SmartFusion2/hal/CortexM3/GNU/hw_macros.h rename to machines/cortex-m/armv7m/SmartFusion2/hal/CortexM3/GNU/hw_macros.h diff --git a/machines/cortex/armv7m/SmartFusion2/hal/CortexM3/GNU/hw_reg_access.S b/machines/cortex-m/armv7m/SmartFusion2/hal/CortexM3/GNU/hw_reg_access.S similarity index 100% rename from machines/cortex/armv7m/SmartFusion2/hal/CortexM3/GNU/hw_reg_access.S rename to machines/cortex-m/armv7m/SmartFusion2/hal/CortexM3/GNU/hw_reg_access.S diff --git a/machines/cortex/armv7m/SmartFusion2/hal/CortexM3/cortex_nvic.c b/machines/cortex-m/armv7m/SmartFusion2/hal/CortexM3/cortex_nvic.c similarity index 100% rename from machines/cortex/armv7m/SmartFusion2/hal/CortexM3/cortex_nvic.c rename to machines/cortex-m/armv7m/SmartFusion2/hal/CortexM3/cortex_nvic.c diff --git a/machines/cortex/armv7m/SmartFusion2/hal/CortexM3/cortex_nvic.h b/machines/cortex-m/armv7m/SmartFusion2/hal/CortexM3/cortex_nvic.h similarity index 100% rename from machines/cortex/armv7m/SmartFusion2/hal/CortexM3/cortex_nvic.h rename to machines/cortex-m/armv7m/SmartFusion2/hal/CortexM3/cortex_nvic.h diff --git a/machines/cortex/armv7m/SmartFusion2/hal/hal.h b/machines/cortex-m/armv7m/SmartFusion2/hal/hal.h similarity index 100% rename from machines/cortex/armv7m/SmartFusion2/hal/hal.h rename to machines/cortex-m/armv7m/SmartFusion2/hal/hal.h diff --git a/machines/cortex/armv7m/SmartFusion2/hal/hal_assert.h b/machines/cortex-m/armv7m/SmartFusion2/hal/hal_assert.h similarity index 100% rename from machines/cortex/armv7m/SmartFusion2/hal/hal_assert.h rename to machines/cortex-m/armv7m/SmartFusion2/hal/hal_assert.h diff --git a/machines/cortex/armv7m/SmartFusion2/hal/hw_reg_access.h b/machines/cortex-m/armv7m/SmartFusion2/hal/hw_reg_access.h similarity index 100% rename from machines/cortex/armv7m/SmartFusion2/hal/hw_reg_access.h rename to machines/cortex-m/armv7m/SmartFusion2/hal/hw_reg_access.h diff --git a/machines/cortex/armv7m/SmartFusion2/handlers_m2sxxx.c b/machines/cortex-m/armv7m/SmartFusion2/handlers_m2sxxx.c similarity index 100% rename from machines/cortex/armv7m/SmartFusion2/handlers_m2sxxx.c rename to machines/cortex-m/armv7m/SmartFusion2/handlers_m2sxxx.c diff --git a/machines/cortex/armv7m/SmartFusion2/startup_m2sxxx.c b/machines/cortex-m/armv7m/SmartFusion2/startup_m2sxxx.c similarity index 100% rename from machines/cortex/armv7m/SmartFusion2/startup_m2sxxx.c rename to machines/cortex-m/armv7m/SmartFusion2/startup_m2sxxx.c diff --git a/machines/cortex/armv7m/SmartFusion2/tpl_machine_m2sxxx.c b/machines/cortex-m/armv7m/SmartFusion2/tpl_machine_m2sxxx.c similarity index 100% rename from machines/cortex/armv7m/SmartFusion2/tpl_machine_m2sxxx.c rename to machines/cortex-m/armv7m/SmartFusion2/tpl_machine_m2sxxx.c diff --git a/machines/cortex/armv7m/atsam3x8e/CMSIS/sam-headers-version.txt b/machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam-headers-version.txt similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/CMSIS/sam-headers-version.txt rename to machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam-headers-version.txt diff --git a/machines/cortex/armv7m/atsam3x8e/CMSIS/sam.h b/machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam.h similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/CMSIS/sam.h rename to machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam.h diff --git a/machines/cortex/armv7m/atsam3x8e/CMSIS/sam3.h b/machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3.h similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/CMSIS/sam3.h rename to machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3.h diff --git a/machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/adc.h b/machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/adc.h similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/adc.h rename to machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/adc.h diff --git a/machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/can.h b/machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/can.h similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/can.h rename to machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/can.h diff --git a/machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/chipid.h b/machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/chipid.h similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/chipid.h rename to machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/chipid.h diff --git a/machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/dacc.h b/machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/dacc.h similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/dacc.h rename to machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/dacc.h diff --git a/machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/dmac.h b/machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/dmac.h similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/dmac.h rename to machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/dmac.h diff --git a/machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/efc.h b/machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/efc.h similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/efc.h rename to machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/efc.h diff --git a/machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/emac.h b/machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/emac.h similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/emac.h rename to machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/emac.h diff --git a/machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/gpbr.h b/machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/gpbr.h similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/gpbr.h rename to machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/gpbr.h diff --git a/machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/hsmci.h b/machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/hsmci.h similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/hsmci.h rename to machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/hsmci.h diff --git a/machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/matrix.h b/machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/matrix.h similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/matrix.h rename to machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/matrix.h diff --git a/machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/pdc.h b/machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/pdc.h similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/pdc.h rename to machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/pdc.h diff --git a/machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/pio.h b/machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/pio.h similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/pio.h rename to machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/pio.h diff --git a/machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/pmc.h b/machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/pmc.h similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/pmc.h rename to machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/pmc.h diff --git a/machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/pwm.h b/machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/pwm.h similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/pwm.h rename to machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/pwm.h diff --git a/machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/rstc.h b/machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/rstc.h similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/rstc.h rename to machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/rstc.h diff --git a/machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/rtc.h b/machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/rtc.h similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/rtc.h rename to machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/rtc.h diff --git a/machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/rtt.h b/machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/rtt.h similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/rtt.h rename to machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/rtt.h diff --git a/machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/sdramc.h b/machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/sdramc.h similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/sdramc.h rename to machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/sdramc.h diff --git a/machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/smc.h b/machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/smc.h similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/smc.h rename to machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/smc.h diff --git a/machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/spi.h b/machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/spi.h similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/spi.h rename to machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/spi.h diff --git a/machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/ssc.h b/machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/ssc.h similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/ssc.h rename to machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/ssc.h diff --git a/machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/supc.h b/machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/supc.h similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/supc.h rename to machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/supc.h diff --git a/machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/tc.h b/machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/tc.h similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/tc.h rename to machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/tc.h diff --git a/machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/trng.h b/machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/trng.h similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/trng.h rename to machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/trng.h diff --git a/machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/twi.h b/machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/twi.h similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/twi.h rename to machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/twi.h diff --git a/machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/uart.h b/machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/uart.h similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/uart.h rename to machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/uart.h diff --git a/machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/uotghs.h b/machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/uotghs.h similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/uotghs.h rename to machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/uotghs.h diff --git a/machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/usart.h b/machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/usart.h similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/usart.h rename to machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/usart.h diff --git a/machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/wdt.h b/machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/wdt.h similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/wdt.h rename to machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/include/component/wdt.h diff --git a/machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/include/pio/sam3x8e.h b/machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/include/pio/sam3x8e.h similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/include/pio/sam3x8e.h rename to machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/include/pio/sam3x8e.h diff --git a/machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/include/sam3x8e.h b/machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/include/sam3x8e.h similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/include/sam3x8e.h rename to machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/include/sam3x8e.h diff --git a/machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/include/sam3xa.h b/machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/include/sam3xa.h similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/include/sam3xa.h rename to machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/include/sam3xa.h diff --git a/machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/include/system_sam3xa.h b/machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/include/system_sam3xa.h similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/include/system_sam3xa.h rename to machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/include/system_sam3xa.h diff --git a/machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/source/as_gcc/sam3a4c_flash.ld b/machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/source/as_gcc/sam3a4c_flash.ld similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/source/as_gcc/sam3a4c_flash.ld rename to machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/source/as_gcc/sam3a4c_flash.ld diff --git a/machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/source/as_gcc/sam3a8c_flash.ld b/machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/source/as_gcc/sam3a8c_flash.ld similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/source/as_gcc/sam3a8c_flash.ld rename to machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/source/as_gcc/sam3a8c_flash.ld diff --git a/machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/source/as_gcc/sam3x4c_flash.ld b/machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/source/as_gcc/sam3x4c_flash.ld similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/source/as_gcc/sam3x4c_flash.ld rename to machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/source/as_gcc/sam3x4c_flash.ld diff --git a/machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/source/as_gcc/sam3x4e_flash.ld b/machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/source/as_gcc/sam3x4e_flash.ld similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/source/as_gcc/sam3x4e_flash.ld rename to machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/source/as_gcc/sam3x4e_flash.ld diff --git a/machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/source/as_gcc/sam3x8c_flash.ld b/machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/source/as_gcc/sam3x8c_flash.ld similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/source/as_gcc/sam3x8c_flash.ld rename to machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/source/as_gcc/sam3x8c_flash.ld diff --git a/machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/source/as_gcc/sam3x8e_flash.ld b/machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/source/as_gcc/sam3x8e_flash.ld similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/source/as_gcc/sam3x8e_flash.ld rename to machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/source/as_gcc/sam3x8e_flash.ld diff --git a/machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/source/as_gcc/sam3x8h_flash.ld b/machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/source/as_gcc/sam3x8h_flash.ld similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/source/as_gcc/sam3x8h_flash.ld rename to machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/source/as_gcc/sam3x8h_flash.ld diff --git a/machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/source/as_gcc/sam3xa_flash.ld b/machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/source/as_gcc/sam3xa_flash.ld similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/source/as_gcc/sam3xa_flash.ld rename to machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/source/as_gcc/sam3xa_flash.ld diff --git a/machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/source/as_gcc/startup_sam3xa.c b/machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/source/as_gcc/startup_sam3xa.c similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/source/as_gcc/startup_sam3xa.c rename to machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/source/as_gcc/startup_sam3xa.c diff --git a/machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/source/system_sam3xa.c b/machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/source/system_sam3xa.c similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/CMSIS/sam3xa/source/system_sam3xa.c rename to machines/cortex-m/armv7m/atsam3x8e/CMSIS/sam3xa/source/system_sam3xa.c diff --git a/machines/cortex/armv7m/atsam3x8e/arduino/Arduino.h b/machines/cortex-m/armv7m/atsam3x8e/arduino/Arduino.h similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/arduino/Arduino.h rename to machines/cortex-m/armv7m/atsam3x8e/arduino/Arduino.h diff --git a/machines/cortex/armv7m/atsam3x8e/arduino/arch_arm/CoreHardwareSerial.hpp b/machines/cortex-m/armv7m/atsam3x8e/arduino/arch_arm/CoreHardwareSerial.hpp similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/arduino/arch_arm/CoreHardwareSerial.hpp rename to machines/cortex-m/armv7m/atsam3x8e/arduino/arch_arm/CoreHardwareSerial.hpp diff --git a/machines/cortex/armv7m/atsam3x8e/arduino/arch_arm/CorePrint.cpp b/machines/cortex-m/armv7m/atsam3x8e/arduino/arch_arm/CorePrint.cpp similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/arduino/arch_arm/CorePrint.cpp rename to machines/cortex-m/armv7m/atsam3x8e/arduino/arch_arm/CorePrint.cpp diff --git a/machines/cortex/armv7m/atsam3x8e/arduino/arch_arm/CorePrint.hpp b/machines/cortex-m/armv7m/atsam3x8e/arduino/arch_arm/CorePrint.hpp similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/arduino/arch_arm/CorePrint.hpp rename to machines/cortex-m/armv7m/atsam3x8e/arduino/arch_arm/CorePrint.hpp diff --git a/machines/cortex/armv7m/atsam3x8e/arduino/arch_arm/CorePrintable.hpp b/machines/cortex-m/armv7m/atsam3x8e/arduino/arch_arm/CorePrintable.hpp similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/arduino/arch_arm/CorePrintable.hpp rename to machines/cortex-m/armv7m/atsam3x8e/arduino/arch_arm/CorePrintable.hpp diff --git a/machines/cortex/armv7m/atsam3x8e/arduino/arch_arm/CoreRingBuffer.cpp b/machines/cortex-m/armv7m/atsam3x8e/arduino/arch_arm/CoreRingBuffer.cpp similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/arduino/arch_arm/CoreRingBuffer.cpp rename to machines/cortex-m/armv7m/atsam3x8e/arduino/arch_arm/CoreRingBuffer.cpp diff --git a/machines/cortex/armv7m/atsam3x8e/arduino/arch_arm/CoreRingBuffer.hpp b/machines/cortex-m/armv7m/atsam3x8e/arduino/arch_arm/CoreRingBuffer.hpp similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/arduino/arch_arm/CoreRingBuffer.hpp rename to machines/cortex-m/armv7m/atsam3x8e/arduino/arch_arm/CoreRingBuffer.hpp diff --git a/machines/cortex/armv7m/atsam3x8e/arduino/arch_arm/CoreStream.cpp b/machines/cortex-m/armv7m/atsam3x8e/arduino/arch_arm/CoreStream.cpp similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/arduino/arch_arm/CoreStream.cpp rename to machines/cortex-m/armv7m/atsam3x8e/arduino/arch_arm/CoreStream.cpp diff --git a/machines/cortex/armv7m/atsam3x8e/arduino/arch_arm/CoreStream.hpp b/machines/cortex-m/armv7m/atsam3x8e/arduino/arch_arm/CoreStream.hpp similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/arduino/arch_arm/CoreStream.hpp rename to machines/cortex-m/armv7m/atsam3x8e/arduino/arch_arm/CoreStream.hpp diff --git a/machines/cortex/armv7m/atsam3x8e/arduino/arch_arm/CoreString.cpp b/machines/cortex-m/armv7m/atsam3x8e/arduino/arch_arm/CoreString.cpp similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/arduino/arch_arm/CoreString.cpp rename to machines/cortex-m/armv7m/atsam3x8e/arduino/arch_arm/CoreString.cpp diff --git a/machines/cortex/armv7m/atsam3x8e/arduino/arch_arm/CoreString.hpp b/machines/cortex-m/armv7m/atsam3x8e/arduino/arch_arm/CoreString.hpp similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/arduino/arch_arm/CoreString.hpp rename to machines/cortex-m/armv7m/atsam3x8e/arduino/arch_arm/CoreString.hpp diff --git a/machines/cortex/armv7m/atsam3x8e/arduino/arch_arm/IPAddress.cpp b/machines/cortex-m/armv7m/atsam3x8e/arduino/arch_arm/IPAddress.cpp similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/arduino/arch_arm/IPAddress.cpp rename to machines/cortex-m/armv7m/atsam3x8e/arduino/arch_arm/IPAddress.cpp diff --git a/machines/cortex/armv7m/atsam3x8e/arduino/arch_arm/IPAddress.hpp b/machines/cortex-m/armv7m/atsam3x8e/arduino/arch_arm/IPAddress.hpp similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/arduino/arch_arm/IPAddress.hpp rename to machines/cortex-m/armv7m/atsam3x8e/arduino/arch_arm/IPAddress.hpp diff --git a/machines/cortex/armv7m/atsam3x8e/arduino/arch_arm/core_abi.cpp b/machines/cortex-m/armv7m/atsam3x8e/arduino/arch_arm/core_abi.cpp similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/arduino/arch_arm/core_abi.cpp rename to machines/cortex-m/armv7m/atsam3x8e/arduino/arch_arm/core_abi.cpp diff --git a/machines/cortex/armv7m/atsam3x8e/arduino/arch_arm/core_character.h b/machines/cortex-m/armv7m/atsam3x8e/arduino/arch_arm/core_character.h similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/arduino/arch_arm/core_character.h rename to machines/cortex-m/armv7m/atsam3x8e/arduino/arch_arm/core_character.h diff --git a/machines/cortex/armv7m/atsam3x8e/arduino/arch_arm/core_cortex_vectors.c b/machines/cortex-m/armv7m/atsam3x8e/arduino/arch_arm/core_cortex_vectors.c similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/arduino/arch_arm/core_cortex_vectors.c rename to machines/cortex-m/armv7m/atsam3x8e/arduino/arch_arm/core_cortex_vectors.c diff --git a/machines/cortex/armv7m/atsam3x8e/arduino/arch_arm/core_cortex_vectors.h b/machines/cortex-m/armv7m/atsam3x8e/arduino/arch_arm/core_cortex_vectors.h similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/arduino/arch_arm/core_cortex_vectors.h rename to machines/cortex-m/armv7m/atsam3x8e/arduino/arch_arm/core_cortex_vectors.h diff --git a/machines/cortex/armv7m/atsam3x8e/arduino/arch_arm/core_hooks.c b/machines/cortex-m/armv7m/atsam3x8e/arduino/arch_arm/core_hooks.c similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/arduino/arch_arm/core_hooks.c rename to machines/cortex-m/armv7m/atsam3x8e/arduino/arch_arm/core_hooks.c diff --git a/machines/cortex/armv7m/atsam3x8e/arduino/arch_arm/core_hooks.h b/machines/cortex-m/armv7m/atsam3x8e/arduino/arch_arm/core_hooks.h similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/arduino/arch_arm/core_hooks.h rename to machines/cortex-m/armv7m/atsam3x8e/arduino/arch_arm/core_hooks.h diff --git a/machines/cortex/armv7m/atsam3x8e/arduino/arch_arm/core_init.h b/machines/cortex-m/armv7m/atsam3x8e/arduino/arch_arm/core_init.h similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/arduino/arch_arm/core_init.h rename to machines/cortex-m/armv7m/atsam3x8e/arduino/arch_arm/core_init.h diff --git a/machines/cortex/armv7m/atsam3x8e/arduino/arch_arm/core_itoa.c b/machines/cortex-m/armv7m/atsam3x8e/arduino/arch_arm/core_itoa.c similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/arduino/arch_arm/core_itoa.c rename to machines/cortex-m/armv7m/atsam3x8e/arduino/arch_arm/core_itoa.c diff --git a/machines/cortex/armv7m/atsam3x8e/arduino/arch_arm/core_itoa.h b/machines/cortex-m/armv7m/atsam3x8e/arduino/arch_arm/core_itoa.h similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/arduino/arch_arm/core_itoa.h rename to machines/cortex-m/armv7m/atsam3x8e/arduino/arch_arm/core_itoa.h diff --git a/machines/cortex/armv7m/atsam3x8e/arduino/arch_arm/core_main.cpp b/machines/cortex-m/armv7m/atsam3x8e/arduino/arch_arm/core_main.cpp similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/arduino/arch_arm/core_main.cpp rename to machines/cortex-m/armv7m/atsam3x8e/arduino/arch_arm/core_main.cpp diff --git a/machines/cortex/armv7m/atsam3x8e/arduino/arch_arm/core_math.cpp b/machines/cortex-m/armv7m/atsam3x8e/arduino/arch_arm/core_math.cpp similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/arduino/arch_arm/core_math.cpp rename to machines/cortex-m/armv7m/atsam3x8e/arduino/arch_arm/core_math.cpp diff --git a/machines/cortex/armv7m/atsam3x8e/arduino/arch_arm/core_math.hpp b/machines/cortex-m/armv7m/atsam3x8e/arduino/arch_arm/core_math.hpp similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/arduino/arch_arm/core_math.hpp rename to machines/cortex-m/armv7m/atsam3x8e/arduino/arch_arm/core_math.hpp diff --git a/machines/cortex/armv7m/atsam3x8e/arduino/arch_arm/core_shift.c b/machines/cortex-m/armv7m/atsam3x8e/arduino/arch_arm/core_shift.c similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/arduino/arch_arm/core_shift.c rename to machines/cortex-m/armv7m/atsam3x8e/arduino/arch_arm/core_shift.c diff --git a/machines/cortex/armv7m/atsam3x8e/arduino/arch_arm/core_shift.h b/machines/cortex-m/armv7m/atsam3x8e/arduino/arch_arm/core_shift.h similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/arduino/arch_arm/core_shift.h rename to machines/cortex-m/armv7m/atsam3x8e/arduino/arch_arm/core_shift.h diff --git a/machines/cortex/armv7m/atsam3x8e/arduino/arch_common/Client.hpp b/machines/cortex-m/armv7m/atsam3x8e/arduino/arch_common/Client.hpp similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/arduino/arch_common/Client.hpp rename to machines/cortex-m/armv7m/atsam3x8e/arduino/arch_common/Client.hpp diff --git a/machines/cortex/armv7m/atsam3x8e/arduino/arch_common/Server.hpp b/machines/cortex-m/armv7m/atsam3x8e/arduino/arch_common/Server.hpp similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/arduino/arch_common/Server.hpp rename to machines/cortex-m/armv7m/atsam3x8e/arduino/arch_common/Server.hpp diff --git a/machines/cortex/armv7m/atsam3x8e/arduino/arch_common/Udp.hpp b/machines/cortex-m/armv7m/atsam3x8e/arduino/arch_common/Udp.hpp similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/arduino/arch_common/Udp.hpp rename to machines/cortex-m/armv7m/atsam3x8e/arduino/arch_common/Udp.hpp diff --git a/machines/cortex/armv7m/atsam3x8e/arduino/arch_common/core_binary.h b/machines/cortex-m/armv7m/atsam3x8e/arduino/arch_common/core_binary.h similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/arduino/arch_common/core_binary.h rename to machines/cortex-m/armv7m/atsam3x8e/arduino/arch_common/core_binary.h diff --git a/machines/cortex/armv7m/atsam3x8e/arduino/arch_common/core_constants.h b/machines/cortex-m/armv7m/atsam3x8e/arduino/arch_common/core_constants.h similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/arduino/arch_common/core_constants.h rename to machines/cortex-m/armv7m/atsam3x8e/arduino/arch_common/core_constants.h diff --git a/machines/cortex/armv7m/atsam3x8e/arduino/arch_common/core_new.cpp b/machines/cortex-m/armv7m/atsam3x8e/arduino/arch_common/core_new.cpp similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/arduino/arch_common/core_new.cpp rename to machines/cortex-m/armv7m/atsam3x8e/arduino/arch_common/core_new.cpp diff --git a/machines/cortex/armv7m/atsam3x8e/arduino/arch_common/core_new.hpp b/machines/cortex-m/armv7m/atsam3x8e/arduino/arch_common/core_new.hpp similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/arduino/arch_common/core_new.hpp rename to machines/cortex-m/armv7m/atsam3x8e/arduino/arch_common/core_new.hpp diff --git a/machines/cortex/armv7m/atsam3x8e/arduino/arch_common/core_reset.h b/machines/cortex-m/armv7m/atsam3x8e/arduino/arch_common/core_reset.h similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/arduino/arch_common/core_reset.h rename to machines/cortex-m/armv7m/atsam3x8e/arduino/arch_common/core_reset.h diff --git a/machines/cortex/armv7m/atsam3x8e/arduino/arch_common/core_watchdog.h b/machines/cortex-m/armv7m/atsam3x8e/arduino/arch_common/core_watchdog.h similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/arduino/arch_common/core_watchdog.h rename to machines/cortex-m/armv7m/atsam3x8e/arduino/arch_common/core_watchdog.h diff --git a/machines/cortex/armv7m/atsam3x8e/arduino/avr_compat/core_dtostrf.c b/machines/cortex-m/armv7m/atsam3x8e/arduino/avr_compat/core_dtostrf.c similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/arduino/avr_compat/core_dtostrf.c rename to machines/cortex-m/armv7m/atsam3x8e/arduino/avr_compat/core_dtostrf.c diff --git a/machines/cortex/armv7m/atsam3x8e/arduino/avr_compat/core_dtostrf.h b/machines/cortex-m/armv7m/atsam3x8e/arduino/avr_compat/core_dtostrf.h similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/arduino/avr_compat/core_dtostrf.h rename to machines/cortex-m/armv7m/atsam3x8e/arduino/avr_compat/core_dtostrf.h diff --git a/machines/cortex/armv7m/atsam3x8e/arduino/avr_compat/core_interrupt.h b/machines/cortex-m/armv7m/atsam3x8e/arduino/avr_compat/core_interrupt.h similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/arduino/avr_compat/core_interrupt.h rename to machines/cortex-m/armv7m/atsam3x8e/arduino/avr_compat/core_interrupt.h diff --git a/machines/cortex/armv7m/atsam3x8e/arduino/avr_compat/core_pgmspace.h b/machines/cortex-m/armv7m/atsam3x8e/arduino/avr_compat/core_pgmspace.h similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/arduino/avr_compat/core_pgmspace.h rename to machines/cortex-m/armv7m/atsam3x8e/arduino/avr_compat/core_pgmspace.h diff --git a/machines/cortex/armv7m/atsam3x8e/arduino/port_sam/CoreSPI.cpp b/machines/cortex-m/armv7m/atsam3x8e/arduino/port_sam/CoreSPI.cpp similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/arduino/port_sam/CoreSPI.cpp rename to machines/cortex-m/armv7m/atsam3x8e/arduino/port_sam/CoreSPI.cpp diff --git a/machines/cortex/armv7m/atsam3x8e/arduino/port_sam/CoreSPI.hpp b/machines/cortex-m/armv7m/atsam3x8e/arduino/port_sam/CoreSPI.hpp similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/arduino/port_sam/CoreSPI.hpp rename to machines/cortex-m/armv7m/atsam3x8e/arduino/port_sam/CoreSPI.hpp diff --git a/machines/cortex/armv7m/atsam3x8e/arduino/port_sam/CoreSerial.cpp b/machines/cortex-m/armv7m/atsam3x8e/arduino/port_sam/CoreSerial.cpp similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/arduino/port_sam/CoreSerial.cpp rename to machines/cortex-m/armv7m/atsam3x8e/arduino/port_sam/CoreSerial.cpp diff --git a/machines/cortex/armv7m/atsam3x8e/arduino/port_sam/CoreSerial.hpp b/machines/cortex-m/armv7m/atsam3x8e/arduino/port_sam/CoreSerial.hpp similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/arduino/port_sam/CoreSerial.hpp rename to machines/cortex-m/armv7m/atsam3x8e/arduino/port_sam/CoreSerial.hpp diff --git a/machines/cortex/armv7m/atsam3x8e/arduino/port_sam/CoreWire.cpp b/machines/cortex-m/armv7m/atsam3x8e/arduino/port_sam/CoreWire.cpp similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/arduino/port_sam/CoreWire.cpp rename to machines/cortex-m/armv7m/atsam3x8e/arduino/port_sam/CoreWire.cpp diff --git a/machines/cortex/armv7m/atsam3x8e/arduino/port_sam/CoreWire.hpp b/machines/cortex-m/armv7m/atsam3x8e/arduino/port_sam/CoreWire.hpp similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/arduino/port_sam/CoreWire.hpp rename to machines/cortex-m/armv7m/atsam3x8e/arduino/port_sam/CoreWire.hpp diff --git a/machines/cortex/armv7m/atsam3x8e/arduino/port_sam/core_analog.c b/machines/cortex-m/armv7m/atsam3x8e/arduino/port_sam/core_analog.c similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/arduino/port_sam/core_analog.c rename to machines/cortex-m/armv7m/atsam3x8e/arduino/port_sam/core_analog.c diff --git a/machines/cortex/armv7m/atsam3x8e/arduino/port_sam/core_analog.h b/machines/cortex-m/armv7m/atsam3x8e/arduino/port_sam/core_analog.h similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/arduino/port_sam/core_analog.h rename to machines/cortex-m/armv7m/atsam3x8e/arduino/port_sam/core_analog.h diff --git a/machines/cortex/armv7m/atsam3x8e/arduino/port_sam/core_delay.c b/machines/cortex-m/armv7m/atsam3x8e/arduino/port_sam/core_delay.c similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/arduino/port_sam/core_delay.c rename to machines/cortex-m/armv7m/atsam3x8e/arduino/port_sam/core_delay.c diff --git a/machines/cortex/armv7m/atsam3x8e/arduino/port_sam/core_delay.h b/machines/cortex-m/armv7m/atsam3x8e/arduino/port_sam/core_delay.h similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/arduino/port_sam/core_delay.h rename to machines/cortex-m/armv7m/atsam3x8e/arduino/port_sam/core_delay.h diff --git a/machines/cortex/armv7m/atsam3x8e/arduino/port_sam/core_digital.c b/machines/cortex-m/armv7m/atsam3x8e/arduino/port_sam/core_digital.c similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/arduino/port_sam/core_digital.c rename to machines/cortex-m/armv7m/atsam3x8e/arduino/port_sam/core_digital.c diff --git a/machines/cortex/armv7m/atsam3x8e/arduino/port_sam/core_digital.h b/machines/cortex-m/armv7m/atsam3x8e/arduino/port_sam/core_digital.h similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/arduino/port_sam/core_digital.h rename to machines/cortex-m/armv7m/atsam3x8e/arduino/port_sam/core_digital.h diff --git a/machines/cortex/armv7m/atsam3x8e/arduino/port_sam/core_init.c b/machines/cortex-m/armv7m/atsam3x8e/arduino/port_sam/core_init.c similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/arduino/port_sam/core_init.c rename to machines/cortex-m/armv7m/atsam3x8e/arduino/port_sam/core_init.c diff --git a/machines/cortex/armv7m/atsam3x8e/arduino/port_sam/core_interrupts.c b/machines/cortex-m/armv7m/atsam3x8e/arduino/port_sam/core_interrupts.c similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/arduino/port_sam/core_interrupts.c rename to machines/cortex-m/armv7m/atsam3x8e/arduino/port_sam/core_interrupts.c diff --git a/machines/cortex/armv7m/atsam3x8e/arduino/port_sam/core_interrupts.h b/machines/cortex-m/armv7m/atsam3x8e/arduino/port_sam/core_interrupts.h similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/arduino/port_sam/core_interrupts.h rename to machines/cortex-m/armv7m/atsam3x8e/arduino/port_sam/core_interrupts.h diff --git a/machines/cortex/armv7m/atsam3x8e/arduino/port_sam/core_private.c b/machines/cortex-m/armv7m/atsam3x8e/arduino/port_sam/core_private.c similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/arduino/port_sam/core_private.c rename to machines/cortex-m/armv7m/atsam3x8e/arduino/port_sam/core_private.c diff --git a/machines/cortex/armv7m/atsam3x8e/arduino/port_sam/core_private.h b/machines/cortex-m/armv7m/atsam3x8e/arduino/port_sam/core_private.h similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/arduino/port_sam/core_private.h rename to machines/cortex-m/armv7m/atsam3x8e/arduino/port_sam/core_private.h diff --git a/machines/cortex/armv7m/atsam3x8e/arduino/port_sam/core_pulse.cpp b/machines/cortex-m/armv7m/atsam3x8e/arduino/port_sam/core_pulse.cpp similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/arduino/port_sam/core_pulse.cpp rename to machines/cortex-m/armv7m/atsam3x8e/arduino/port_sam/core_pulse.cpp diff --git a/machines/cortex/armv7m/atsam3x8e/arduino/port_sam/core_pulse.hpp b/machines/cortex-m/armv7m/atsam3x8e/arduino/port_sam/core_pulse.hpp similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/arduino/port_sam/core_pulse.hpp rename to machines/cortex-m/armv7m/atsam3x8e/arduino/port_sam/core_pulse.hpp diff --git a/machines/cortex/armv7m/atsam3x8e/arduino/port_sam/core_reset.c b/machines/cortex-m/armv7m/atsam3x8e/arduino/port_sam/core_reset.c similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/arduino/port_sam/core_reset.c rename to machines/cortex-m/armv7m/atsam3x8e/arduino/port_sam/core_reset.c diff --git a/machines/cortex/armv7m/atsam3x8e/arduino/port_sam/core_tone.cpp b/machines/cortex-m/armv7m/atsam3x8e/arduino/port_sam/core_tone.cpp similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/arduino/port_sam/core_tone.cpp rename to machines/cortex-m/armv7m/atsam3x8e/arduino/port_sam/core_tone.cpp diff --git a/machines/cortex/armv7m/atsam3x8e/arduino/port_sam/core_tone.hpp b/machines/cortex-m/armv7m/atsam3x8e/arduino/port_sam/core_tone.hpp similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/arduino/port_sam/core_tone.hpp rename to machines/cortex-m/armv7m/atsam3x8e/arduino/port_sam/core_tone.hpp diff --git a/machines/cortex/armv7m/atsam3x8e/arduino/port_sam/core_variant.h b/machines/cortex-m/armv7m/atsam3x8e/arduino/port_sam/core_variant.h similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/arduino/port_sam/core_variant.h rename to machines/cortex-m/armv7m/atsam3x8e/arduino/port_sam/core_variant.h diff --git a/machines/cortex/armv7m/atsam3x8e/arduino/port_sam/core_watchdog.c b/machines/cortex-m/armv7m/atsam3x8e/arduino/port_sam/core_watchdog.c similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/arduino/port_sam/core_watchdog.c rename to machines/cortex-m/armv7m/atsam3x8e/arduino/port_sam/core_watchdog.c diff --git a/machines/cortex/armv7m/atsam3x8e/arduino/variant.cpp b/machines/cortex-m/armv7m/atsam3x8e/arduino/variant.cpp similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/arduino/variant.cpp rename to machines/cortex-m/armv7m/atsam3x8e/arduino/variant.cpp diff --git a/machines/cortex/armv7m/atsam3x8e/arduino/variant.h b/machines/cortex-m/armv7m/atsam3x8e/arduino/variant.h similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/arduino/variant.h rename to machines/cortex-m/armv7m/atsam3x8e/arduino/variant.h diff --git a/machines/cortex/armv7m/atsam3x8e/handlers_atsam3x8e.c b/machines/cortex-m/armv7m/atsam3x8e/handlers_atsam3x8e.c similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/handlers_atsam3x8e.c rename to machines/cortex-m/armv7m/atsam3x8e/handlers_atsam3x8e.c diff --git a/machines/cortex/armv7m/atsam3x8e/handlers_atsam3x8e.h b/machines/cortex-m/armv7m/atsam3x8e/handlers_atsam3x8e.h similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/handlers_atsam3x8e.h rename to machines/cortex-m/armv7m/atsam3x8e/handlers_atsam3x8e.h diff --git a/machines/cortex/armv7m/atsam3x8e/startup_sam3x.c b/machines/cortex-m/armv7m/atsam3x8e/startup_sam3x.c similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/startup_sam3x.c rename to machines/cortex-m/armv7m/atsam3x8e/startup_sam3x.c diff --git a/machines/cortex/armv7m/atsam3x8e/system_sam3xa.c b/machines/cortex-m/armv7m/atsam3x8e/system_sam3xa.c similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/system_sam3xa.c rename to machines/cortex-m/armv7m/atsam3x8e/system_sam3xa.c diff --git a/machines/cortex/armv7m/atsam3x8e/system_sam3xa.h b/machines/cortex-m/armv7m/atsam3x8e/system_sam3xa.h similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/system_sam3xa.h rename to machines/cortex-m/armv7m/atsam3x8e/system_sam3xa.h diff --git a/machines/cortex/armv7m/atsam3x8e/tpl_machine_atsam3x8e.c b/machines/cortex-m/armv7m/atsam3x8e/tpl_machine_atsam3x8e.c similarity index 100% rename from machines/cortex/armv7m/atsam3x8e/tpl_machine_atsam3x8e.c rename to machines/cortex-m/armv7m/atsam3x8e/tpl_machine_atsam3x8e.c diff --git a/machines/cortex/armv7m/tpl_ctx_switch.S b/machines/cortex-m/armv7m/tpl_ctx_switch.S similarity index 100% rename from machines/cortex/armv7m/tpl_ctx_switch.S rename to machines/cortex-m/armv7m/tpl_ctx_switch.S diff --git a/machines/cortex/armv7m/tpl_ctx_switch_under_it.S b/machines/cortex-m/armv7m/tpl_ctx_switch_under_it.S similarity index 100% rename from machines/cortex/armv7m/tpl_ctx_switch_under_it.S rename to machines/cortex-m/armv7m/tpl_ctx_switch_under_it.S diff --git a/machines/cortex/armv7m/tpl_interrupts.S b/machines/cortex-m/armv7m/tpl_interrupts.S similarity index 100% rename from machines/cortex/armv7m/tpl_interrupts.S rename to machines/cortex-m/armv7m/tpl_interrupts.S diff --git a/machines/cortex/tpl_asm_definitions.h b/machines/cortex-m/tpl_asm_definitions.h similarity index 100% rename from machines/cortex/tpl_asm_definitions.h rename to machines/cortex-m/tpl_asm_definitions.h diff --git a/machines/cortex/tpl_assembler.h b/machines/cortex-m/tpl_assembler.h similarity index 100% rename from machines/cortex/tpl_assembler.h rename to machines/cortex-m/tpl_assembler.h diff --git a/machines/cortex/tpl_machine.h b/machines/cortex-m/tpl_machine.h similarity index 100% rename from machines/cortex/tpl_machine.h rename to machines/cortex-m/tpl_machine.h diff --git a/machines/cortex/tpl_machine_cortex.c b/machines/cortex-m/tpl_machine_cortex.c similarity index 100% rename from machines/cortex/tpl_machine_cortex.c rename to machines/cortex-m/tpl_machine_cortex.c diff --git a/machines/cortex/tpl_machine_cortex.h b/machines/cortex-m/tpl_machine_cortex.h similarity index 100% rename from machines/cortex/tpl_machine_cortex.h rename to machines/cortex-m/tpl_machine_cortex.h diff --git a/machines/cortex/tpl_os_kernel_stack.h b/machines/cortex-m/tpl_os_kernel_stack.h similarity index 100% rename from machines/cortex/tpl_os_kernel_stack.h rename to machines/cortex-m/tpl_os_kernel_stack.h diff --git a/machines/cortex/tpl_os_std_types.h b/machines/cortex-m/tpl_os_std_types.h similarity index 100% rename from machines/cortex/tpl_os_std_types.h rename to machines/cortex-m/tpl_os_std_types.h diff --git a/machines/cortex/tpl_sc_handler.S b/machines/cortex-m/tpl_sc_handler.S similarity index 100% rename from machines/cortex/tpl_sc_handler.S rename to machines/cortex-m/tpl_sc_handler.S diff --git a/machines/cortex/tpl_startup.S b/machines/cortex-m/tpl_startup.S similarity index 100% rename from machines/cortex/tpl_startup.S rename to machines/cortex-m/tpl_startup.S