diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index e2941cec64392c51408b6fd0028235c681d0e835..0a42aa1dbb52b8196970bebd31165d2a58fe8361 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -75,10 +75,10 @@ jobs: - {RTT_BSP: "loongson/ls1bdev", RTT_TOOL_CHAIN: "sourcery-mips"} - {RTT_BSP: "loongson/ls1cdev", RTT_TOOL_CHAIN: "sourcery-mips"} - {RTT_BSP: "loongson/ls2kdev", RTT_TOOL_CHAIN: "sourcery-mips"} - - {RTT_BSP: "mb9bf500r", RTT_TOOL_CHAIN: "sourcery-arm"} - - {RTT_BSP: "mb9bf506r", RTT_TOOL_CHAIN: "sourcery-arm"} - - {RTT_BSP: "mb9bf618s", RTT_TOOL_CHAIN: "sourcery-arm"} - - {RTT_BSP: "mb9bf568r", RTT_TOOL_CHAIN: "sourcery-arm"} + - {RTT_BSP: "fujitsu/mb9x/mb9bf500r", RTT_TOOL_CHAIN: "sourcery-arm"} + - {RTT_BSP: "fujitsu/mb9x/mb9bf506r", RTT_TOOL_CHAIN: "sourcery-arm"} + - {RTT_BSP: "fujitsu/mb9x/mb9bf618s", RTT_TOOL_CHAIN: "sourcery-arm"} + - {RTT_BSP: "fujitsu/mb9x/mb9bf568r", RTT_TOOL_CHAIN: "sourcery-arm"} - {RTT_BSP: "mini2440", RTT_TOOL_CHAIN: "sourcery-arm"} - {RTT_BSP: "nrf5x/nrf51822", RTT_TOOL_CHAIN: "sourcery-arm"} - {RTT_BSP: "nrf5x/nrf52832", RTT_TOOL_CHAIN: "sourcery-arm"} diff --git a/bsp/mb9bf500r/CMSIS/SConscript b/bsp/fujitsu/mb9x/mb9bf500r/CMSIS/SConscript similarity index 100% rename from bsp/mb9bf500r/CMSIS/SConscript rename to bsp/fujitsu/mb9x/mb9bf500r/CMSIS/SConscript diff --git a/bsp/mb9bf500r/CMSIS/core_cm3.c b/bsp/fujitsu/mb9x/mb9bf500r/CMSIS/core_cm3.c similarity index 100% rename from bsp/mb9bf500r/CMSIS/core_cm3.c rename to bsp/fujitsu/mb9x/mb9bf500r/CMSIS/core_cm3.c diff --git a/bsp/mb9bf500r/CMSIS/core_cm3.h b/bsp/fujitsu/mb9x/mb9bf500r/CMSIS/core_cm3.h similarity index 100% rename from bsp/mb9bf500r/CMSIS/core_cm3.h rename to bsp/fujitsu/mb9x/mb9bf500r/CMSIS/core_cm3.h diff --git a/bsp/mb9bf500r/CMSIS/core_cmFunc.h b/bsp/fujitsu/mb9x/mb9bf500r/CMSIS/core_cmFunc.h similarity index 100% rename from bsp/mb9bf500r/CMSIS/core_cmFunc.h rename to bsp/fujitsu/mb9x/mb9bf500r/CMSIS/core_cmFunc.h diff --git a/bsp/mb9bf500r/CMSIS/core_cmInstr.h b/bsp/fujitsu/mb9x/mb9bf500r/CMSIS/core_cmInstr.h similarity index 100% rename from bsp/mb9bf500r/CMSIS/core_cmInstr.h rename to bsp/fujitsu/mb9x/mb9bf500r/CMSIS/core_cmInstr.h diff --git a/bsp/mb9bf500r/CMSIS/mb9bf506r.h b/bsp/fujitsu/mb9x/mb9bf500r/CMSIS/mb9bf506r.h similarity index 100% rename from bsp/mb9bf500r/CMSIS/mb9bf506r.h rename to bsp/fujitsu/mb9x/mb9bf500r/CMSIS/mb9bf506r.h diff --git a/bsp/mb9bf500r/CMSIS/start_gcc.S b/bsp/fujitsu/mb9x/mb9bf500r/CMSIS/start_gcc.S similarity index 100% rename from bsp/mb9bf500r/CMSIS/start_gcc.S rename to bsp/fujitsu/mb9x/mb9bf500r/CMSIS/start_gcc.S diff --git a/bsp/mb9bf500r/CMSIS/start_iar.S b/bsp/fujitsu/mb9x/mb9bf500r/CMSIS/start_iar.S similarity index 100% rename from bsp/mb9bf500r/CMSIS/start_iar.S rename to bsp/fujitsu/mb9x/mb9bf500r/CMSIS/start_iar.S diff --git a/bsp/mb9bf500r/CMSIS/start_rvds.S b/bsp/fujitsu/mb9x/mb9bf500r/CMSIS/start_rvds.S similarity index 100% rename from bsp/mb9bf500r/CMSIS/start_rvds.S rename to bsp/fujitsu/mb9x/mb9bf500r/CMSIS/start_rvds.S diff --git a/bsp/mb9bf500r/CMSIS/system_mb9bf50x.c b/bsp/fujitsu/mb9x/mb9bf500r/CMSIS/system_mb9bf50x.c similarity index 100% rename from bsp/mb9bf500r/CMSIS/system_mb9bf50x.c rename to bsp/fujitsu/mb9x/mb9bf500r/CMSIS/system_mb9bf50x.c diff --git a/bsp/mb9bf500r/CMSIS/system_mb9bf50x.h b/bsp/fujitsu/mb9x/mb9bf500r/CMSIS/system_mb9bf50x.h similarity index 100% rename from bsp/mb9bf500r/CMSIS/system_mb9bf50x.h rename to bsp/fujitsu/mb9x/mb9bf500r/CMSIS/system_mb9bf50x.h diff --git a/bsp/mb9bf500r/SConscript b/bsp/fujitsu/mb9x/mb9bf500r/SConscript similarity index 100% rename from bsp/mb9bf500r/SConscript rename to bsp/fujitsu/mb9x/mb9bf500r/SConscript diff --git a/bsp/mb9bf500r/SConstruct b/bsp/fujitsu/mb9x/mb9bf500r/SConstruct similarity index 100% rename from bsp/mb9bf500r/SConstruct rename to bsp/fujitsu/mb9x/mb9bf500r/SConstruct diff --git a/bsp/mb9bf500r/adc.c b/bsp/fujitsu/mb9x/mb9bf500r/adc.c similarity index 100% rename from bsp/mb9bf500r/adc.c rename to bsp/fujitsu/mb9x/mb9bf500r/adc.c diff --git a/bsp/mb9bf500r/adc.h b/bsp/fujitsu/mb9x/mb9bf500r/adc.h similarity index 100% rename from bsp/mb9bf500r/adc.h rename to bsp/fujitsu/mb9x/mb9bf500r/adc.h diff --git a/bsp/mb9bf500r/application.c b/bsp/fujitsu/mb9x/mb9bf500r/application.c similarity index 100% rename from bsp/mb9bf500r/application.c rename to bsp/fujitsu/mb9x/mb9bf500r/application.c diff --git a/bsp/mb9bf500r/board.c b/bsp/fujitsu/mb9x/mb9bf500r/board.c similarity index 100% rename from bsp/mb9bf500r/board.c rename to bsp/fujitsu/mb9x/mb9bf500r/board.c diff --git a/bsp/mb9bf500r/board.h b/bsp/fujitsu/mb9x/mb9bf500r/board.h similarity index 100% rename from bsp/mb9bf500r/board.h rename to bsp/fujitsu/mb9x/mb9bf500r/board.h diff --git a/bsp/mb9bf500r/cpuusage.c b/bsp/fujitsu/mb9x/mb9bf500r/cpuusage.c similarity index 100% rename from bsp/mb9bf500r/cpuusage.c rename to bsp/fujitsu/mb9x/mb9bf500r/cpuusage.c diff --git a/bsp/mb9bf500r/cpuusage.h b/bsp/fujitsu/mb9x/mb9bf500r/cpuusage.h similarity index 100% rename from bsp/mb9bf500r/cpuusage.h rename to bsp/fujitsu/mb9x/mb9bf500r/cpuusage.h diff --git a/bsp/mb9bf500r/fm3_easy_kit.ewp b/bsp/fujitsu/mb9x/mb9bf500r/fm3_easy_kit.ewp similarity index 100% rename from bsp/mb9bf500r/fm3_easy_kit.ewp rename to bsp/fujitsu/mb9x/mb9bf500r/fm3_easy_kit.ewp diff --git a/bsp/mb9bf500r/fm3_easy_kit.eww b/bsp/fujitsu/mb9x/mb9bf500r/fm3_easy_kit.eww similarity index 100% rename from bsp/mb9bf500r/fm3_easy_kit.eww rename to bsp/fujitsu/mb9x/mb9bf500r/fm3_easy_kit.eww diff --git a/bsp/mb9bf500r/fm3_rom.ld b/bsp/fujitsu/mb9x/mb9bf500r/fm3_rom.ld similarity index 100% rename from bsp/mb9bf500r/fm3_rom.ld rename to bsp/fujitsu/mb9x/mb9bf500r/fm3_rom.ld diff --git a/bsp/mb9bf500r/fm3_rom.sct b/bsp/fujitsu/mb9x/mb9bf500r/fm3_rom.sct similarity index 100% rename from bsp/mb9bf500r/fm3_rom.sct rename to bsp/fujitsu/mb9x/mb9bf500r/fm3_rom.sct diff --git a/bsp/mb9bf500r/font.h b/bsp/fujitsu/mb9x/mb9bf500r/font.h similarity index 100% rename from bsp/mb9bf500r/font.h rename to bsp/fujitsu/mb9x/mb9bf500r/font.h diff --git a/bsp/mb9bf500r/info.c b/bsp/fujitsu/mb9x/mb9bf500r/info.c similarity index 100% rename from bsp/mb9bf500r/info.c rename to bsp/fujitsu/mb9x/mb9bf500r/info.c diff --git a/bsp/mb9bf500r/key.c b/bsp/fujitsu/mb9x/mb9bf500r/key.c similarity index 100% rename from bsp/mb9bf500r/key.c rename to bsp/fujitsu/mb9x/mb9bf500r/key.c diff --git a/bsp/mb9bf500r/key.h b/bsp/fujitsu/mb9x/mb9bf500r/key.h similarity index 100% rename from bsp/mb9bf500r/key.h rename to bsp/fujitsu/mb9x/mb9bf500r/key.h diff --git a/bsp/mb9bf500r/lcd.c b/bsp/fujitsu/mb9x/mb9bf500r/lcd.c similarity index 100% rename from bsp/mb9bf500r/lcd.c rename to bsp/fujitsu/mb9x/mb9bf500r/lcd.c diff --git a/bsp/mb9bf500r/lcd.h b/bsp/fujitsu/mb9x/mb9bf500r/lcd.h similarity index 100% rename from bsp/mb9bf500r/lcd.h rename to bsp/fujitsu/mb9x/mb9bf500r/lcd.h diff --git a/bsp/mb9bf500r/led.c b/bsp/fujitsu/mb9x/mb9bf500r/led.c similarity index 100% rename from bsp/mb9bf500r/led.c rename to bsp/fujitsu/mb9x/mb9bf500r/led.c diff --git a/bsp/mb9bf500r/led.h b/bsp/fujitsu/mb9x/mb9bf500r/led.h similarity index 100% rename from bsp/mb9bf500r/led.h rename to bsp/fujitsu/mb9x/mb9bf500r/led.h diff --git a/bsp/mb9bf500r/mb9bf500r.icf b/bsp/fujitsu/mb9x/mb9bf500r/mb9bf500r.icf similarity index 100% rename from bsp/mb9bf500r/mb9bf500r.icf rename to bsp/fujitsu/mb9x/mb9bf500r/mb9bf500r.icf diff --git a/bsp/mb9bf500r/project.uvopt b/bsp/fujitsu/mb9x/mb9bf500r/project.uvopt similarity index 100% rename from bsp/mb9bf500r/project.uvopt rename to bsp/fujitsu/mb9x/mb9bf500r/project.uvopt diff --git a/bsp/mb9bf500r/project.uvproj b/bsp/fujitsu/mb9x/mb9bf500r/project.uvproj similarity index 100% rename from bsp/mb9bf500r/project.uvproj rename to bsp/fujitsu/mb9x/mb9bf500r/project.uvproj diff --git a/bsp/mb9bf500r/rtconfig.h b/bsp/fujitsu/mb9x/mb9bf500r/rtconfig.h similarity index 100% rename from bsp/mb9bf500r/rtconfig.h rename to bsp/fujitsu/mb9x/mb9bf500r/rtconfig.h diff --git a/bsp/mb9bf500r/rtconfig.py b/bsp/fujitsu/mb9x/mb9bf500r/rtconfig.py similarity index 100% rename from bsp/mb9bf500r/rtconfig.py rename to bsp/fujitsu/mb9x/mb9bf500r/rtconfig.py diff --git a/bsp/mb9bf500r/startup.c b/bsp/fujitsu/mb9x/mb9bf500r/startup.c similarity index 100% rename from bsp/mb9bf500r/startup.c rename to bsp/fujitsu/mb9x/mb9bf500r/startup.c diff --git a/bsp/mb9bf506r/SConscript b/bsp/fujitsu/mb9x/mb9bf506r/SConscript similarity index 100% rename from bsp/mb9bf506r/SConscript rename to bsp/fujitsu/mb9x/mb9bf506r/SConscript diff --git a/bsp/mb9bf506r/SConstruct b/bsp/fujitsu/mb9x/mb9bf506r/SConstruct similarity index 100% rename from bsp/mb9bf506r/SConstruct rename to bsp/fujitsu/mb9x/mb9bf506r/SConstruct diff --git a/bsp/mb9bf506r/applications/SConscript b/bsp/fujitsu/mb9x/mb9bf506r/applications/SConscript similarity index 100% rename from bsp/mb9bf506r/applications/SConscript rename to bsp/fujitsu/mb9x/mb9bf506r/applications/SConscript diff --git a/bsp/mb9bf506r/applications/application.c b/bsp/fujitsu/mb9x/mb9bf506r/applications/application.c similarity index 100% rename from bsp/mb9bf506r/applications/application.c rename to bsp/fujitsu/mb9x/mb9bf506r/applications/application.c diff --git a/bsp/mb9bf506r/applications/startup.c b/bsp/fujitsu/mb9x/mb9bf506r/applications/startup.c similarity index 100% rename from bsp/mb9bf506r/applications/startup.c rename to bsp/fujitsu/mb9x/mb9bf506r/applications/startup.c diff --git a/bsp/mb9bf506r/drivers/SConscript b/bsp/fujitsu/mb9x/mb9bf506r/drivers/SConscript similarity index 100% rename from bsp/mb9bf506r/drivers/SConscript rename to bsp/fujitsu/mb9x/mb9bf506r/drivers/SConscript diff --git a/bsp/mb9bf506r/drivers/board.c b/bsp/fujitsu/mb9x/mb9bf506r/drivers/board.c similarity index 100% rename from bsp/mb9bf506r/drivers/board.c rename to bsp/fujitsu/mb9x/mb9bf506r/drivers/board.c diff --git a/bsp/mb9bf506r/drivers/board.h b/bsp/fujitsu/mb9x/mb9bf506r/drivers/board.h similarity index 100% rename from bsp/mb9bf506r/drivers/board.h rename to bsp/fujitsu/mb9x/mb9bf506r/drivers/board.h diff --git a/bsp/mb9bf506r/drivers/fm3_uart.c b/bsp/fujitsu/mb9x/mb9bf506r/drivers/fm3_uart.c similarity index 100% rename from bsp/mb9bf506r/drivers/fm3_uart.c rename to bsp/fujitsu/mb9x/mb9bf506r/drivers/fm3_uart.c diff --git a/bsp/mb9bf506r/drivers/fm3_uart.h b/bsp/fujitsu/mb9x/mb9bf506r/drivers/fm3_uart.h similarity index 100% rename from bsp/mb9bf506r/drivers/fm3_uart.h rename to bsp/fujitsu/mb9x/mb9bf506r/drivers/fm3_uart.h diff --git a/bsp/mb9bf506r/drivers/led.c b/bsp/fujitsu/mb9x/mb9bf506r/drivers/led.c similarity index 100% rename from bsp/mb9bf506r/drivers/led.c rename to bsp/fujitsu/mb9x/mb9bf506r/drivers/led.c diff --git a/bsp/mb9bf506r/drivers/led.h b/bsp/fujitsu/mb9x/mb9bf506r/drivers/led.h similarity index 100% rename from bsp/mb9bf506r/drivers/led.h rename to bsp/fujitsu/mb9x/mb9bf506r/drivers/led.h diff --git a/bsp/mb9bf506r/drivers/nand.c b/bsp/fujitsu/mb9x/mb9bf506r/drivers/nand.c similarity index 100% rename from bsp/mb9bf506r/drivers/nand.c rename to bsp/fujitsu/mb9x/mb9bf506r/drivers/nand.c diff --git a/bsp/mb9bf506r/drivers/nand.h b/bsp/fujitsu/mb9x/mb9bf506r/drivers/nand.h similarity index 100% rename from bsp/mb9bf506r/drivers/nand.h rename to bsp/fujitsu/mb9x/mb9bf506r/drivers/nand.h diff --git a/bsp/mb9bf506r/libraries/CMSIS/Include/cmsis_iar.h b/bsp/fujitsu/mb9x/mb9bf506r/libraries/CMSIS/Include/cmsis_iar.h similarity index 100% rename from bsp/mb9bf506r/libraries/CMSIS/Include/cmsis_iar.h rename to bsp/fujitsu/mb9x/mb9bf506r/libraries/CMSIS/Include/cmsis_iar.h diff --git a/bsp/mb9bf506r/libraries/CMSIS/Include/core_cm3.h b/bsp/fujitsu/mb9x/mb9bf506r/libraries/CMSIS/Include/core_cm3.h similarity index 100% rename from bsp/mb9bf506r/libraries/CMSIS/Include/core_cm3.h rename to bsp/fujitsu/mb9x/mb9bf506r/libraries/CMSIS/Include/core_cm3.h diff --git a/bsp/mb9bf506r/libraries/CMSIS/Include/core_cmFunc.h b/bsp/fujitsu/mb9x/mb9bf506r/libraries/CMSIS/Include/core_cmFunc.h similarity index 100% rename from bsp/mb9bf506r/libraries/CMSIS/Include/core_cmFunc.h rename to bsp/fujitsu/mb9x/mb9bf506r/libraries/CMSIS/Include/core_cmFunc.h diff --git a/bsp/mb9bf506r/libraries/CMSIS/Include/core_cmInstr.h b/bsp/fujitsu/mb9x/mb9bf506r/libraries/CMSIS/Include/core_cmInstr.h similarity index 100% rename from bsp/mb9bf506r/libraries/CMSIS/Include/core_cmInstr.h rename to bsp/fujitsu/mb9x/mb9bf506r/libraries/CMSIS/Include/core_cmInstr.h diff --git a/bsp/mb9bf506r/libraries/Device/FUJISTU/MB9BF50x/Include/mb9bf506r.h b/bsp/fujitsu/mb9x/mb9bf506r/libraries/Device/FUJISTU/MB9BF50x/Include/mb9bf506r.h similarity index 100% rename from bsp/mb9bf506r/libraries/Device/FUJISTU/MB9BF50x/Include/mb9bf506r.h rename to bsp/fujitsu/mb9x/mb9bf506r/libraries/Device/FUJISTU/MB9BF50x/Include/mb9bf506r.h diff --git a/bsp/mb9bf506r/libraries/Device/FUJISTU/MB9BF50x/Include/mcu.h b/bsp/fujitsu/mb9x/mb9bf506r/libraries/Device/FUJISTU/MB9BF50x/Include/mcu.h similarity index 100% rename from bsp/mb9bf506r/libraries/Device/FUJISTU/MB9BF50x/Include/mcu.h rename to bsp/fujitsu/mb9x/mb9bf506r/libraries/Device/FUJISTU/MB9BF50x/Include/mcu.h diff --git a/bsp/mb9bf506r/libraries/Device/FUJISTU/MB9BF50x/Include/system_mb9bf50x.h b/bsp/fujitsu/mb9x/mb9bf506r/libraries/Device/FUJISTU/MB9BF50x/Include/system_mb9bf50x.h similarity index 100% rename from bsp/mb9bf506r/libraries/Device/FUJISTU/MB9BF50x/Include/system_mb9bf50x.h rename to bsp/fujitsu/mb9x/mb9bf506r/libraries/Device/FUJISTU/MB9BF50x/Include/system_mb9bf50x.h diff --git a/bsp/mb9bf506r/libraries/Device/FUJISTU/MB9BF50x/Source/ARM/startup_mb9bf50x.S b/bsp/fujitsu/mb9x/mb9bf506r/libraries/Device/FUJISTU/MB9BF50x/Source/ARM/startup_mb9bf50x.S similarity index 100% rename from bsp/mb9bf506r/libraries/Device/FUJISTU/MB9BF50x/Source/ARM/startup_mb9bf50x.S rename to bsp/fujitsu/mb9x/mb9bf506r/libraries/Device/FUJISTU/MB9BF50x/Source/ARM/startup_mb9bf50x.S diff --git a/bsp/mb9bf506r/libraries/Device/FUJISTU/MB9BF50x/Source/G++/startup_mb9bf50x.S b/bsp/fujitsu/mb9x/mb9bf506r/libraries/Device/FUJISTU/MB9BF50x/Source/G++/startup_mb9bf50x.S similarity index 100% rename from bsp/mb9bf506r/libraries/Device/FUJISTU/MB9BF50x/Source/G++/startup_mb9bf50x.S rename to bsp/fujitsu/mb9x/mb9bf506r/libraries/Device/FUJISTU/MB9BF50x/Source/G++/startup_mb9bf50x.S diff --git a/bsp/mb9bf506r/libraries/Device/FUJISTU/MB9BF50x/Source/IAR/startup_mb9bf50x.S b/bsp/fujitsu/mb9x/mb9bf506r/libraries/Device/FUJISTU/MB9BF50x/Source/IAR/startup_mb9bf50x.S similarity index 100% rename from bsp/mb9bf506r/libraries/Device/FUJISTU/MB9BF50x/Source/IAR/startup_mb9bf50x.S rename to bsp/fujitsu/mb9x/mb9bf506r/libraries/Device/FUJISTU/MB9BF50x/Source/IAR/startup_mb9bf50x.S diff --git a/bsp/mb9bf506r/libraries/Device/FUJISTU/MB9BF50x/Source/system_mb9bf50x.c b/bsp/fujitsu/mb9x/mb9bf506r/libraries/Device/FUJISTU/MB9BF50x/Source/system_mb9bf50x.c similarity index 100% rename from bsp/mb9bf506r/libraries/Device/FUJISTU/MB9BF50x/Source/system_mb9bf50x.c rename to bsp/fujitsu/mb9x/mb9bf506r/libraries/Device/FUJISTU/MB9BF50x/Source/system_mb9bf50x.c diff --git a/bsp/mb9bf506r/libraries/SConscript b/bsp/fujitsu/mb9x/mb9bf506r/libraries/SConscript similarity index 100% rename from bsp/mb9bf506r/libraries/SConscript rename to bsp/fujitsu/mb9x/mb9bf506r/libraries/SConscript diff --git a/bsp/mb9bf506r/project.ewp b/bsp/fujitsu/mb9x/mb9bf506r/project.ewp similarity index 100% rename from bsp/mb9bf506r/project.ewp rename to bsp/fujitsu/mb9x/mb9bf506r/project.ewp diff --git a/bsp/mb9bf506r/project.eww b/bsp/fujitsu/mb9x/mb9bf506r/project.eww similarity index 100% rename from bsp/mb9bf506r/project.eww rename to bsp/fujitsu/mb9x/mb9bf506r/project.eww diff --git a/bsp/mb9bf506r/project.uvproj b/bsp/fujitsu/mb9x/mb9bf506r/project.uvproj similarity index 100% rename from bsp/mb9bf506r/project.uvproj rename to bsp/fujitsu/mb9x/mb9bf506r/project.uvproj diff --git a/bsp/mb9bf506r/rtconfig.h b/bsp/fujitsu/mb9x/mb9bf506r/rtconfig.h similarity index 100% rename from bsp/mb9bf506r/rtconfig.h rename to bsp/fujitsu/mb9x/mb9bf506r/rtconfig.h diff --git a/bsp/mb9bf506r/rtconfig.py b/bsp/fujitsu/mb9x/mb9bf506r/rtconfig.py similarity index 100% rename from bsp/mb9bf506r/rtconfig.py rename to bsp/fujitsu/mb9x/mb9bf506r/rtconfig.py diff --git a/bsp/mb9bf506r/rtthread-mb9bf506.icf b/bsp/fujitsu/mb9x/mb9bf506r/rtthread-mb9bf506.icf similarity index 100% rename from bsp/mb9bf506r/rtthread-mb9bf506.icf rename to bsp/fujitsu/mb9x/mb9bf506r/rtthread-mb9bf506.icf diff --git a/bsp/mb9bf506r/rtthread-mb9bf506.ld b/bsp/fujitsu/mb9x/mb9bf506r/rtthread-mb9bf506.ld similarity index 100% rename from bsp/mb9bf506r/rtthread-mb9bf506.ld rename to bsp/fujitsu/mb9x/mb9bf506r/rtthread-mb9bf506.ld diff --git a/bsp/mb9bf506r/rtthread-mb9bf506.sct b/bsp/fujitsu/mb9x/mb9bf506r/rtthread-mb9bf506.sct similarity index 100% rename from bsp/mb9bf506r/rtthread-mb9bf506.sct rename to bsp/fujitsu/mb9x/mb9bf506r/rtthread-mb9bf506.sct diff --git a/bsp/mb9bf506r/template.ewp b/bsp/fujitsu/mb9x/mb9bf506r/template.ewp similarity index 100% rename from bsp/mb9bf506r/template.ewp rename to bsp/fujitsu/mb9x/mb9bf506r/template.ewp diff --git a/bsp/mb9bf506r/template.uvproj b/bsp/fujitsu/mb9x/mb9bf506r/template.uvproj similarity index 100% rename from bsp/mb9bf506r/template.uvproj rename to bsp/fujitsu/mb9x/mb9bf506r/template.uvproj diff --git a/bsp/mb9bf568r/CMSIS/DeviceSupport/arm/startup_mb9bf56xr.s b/bsp/fujitsu/mb9x/mb9bf568r/CMSIS/DeviceSupport/arm/startup_mb9bf56xr.s similarity index 100% rename from bsp/mb9bf568r/CMSIS/DeviceSupport/arm/startup_mb9bf56xr.s rename to bsp/fujitsu/mb9x/mb9bf568r/CMSIS/DeviceSupport/arm/startup_mb9bf56xr.s diff --git a/bsp/mb9bf568r/CMSIS/DeviceSupport/base_types.h b/bsp/fujitsu/mb9x/mb9bf568r/CMSIS/DeviceSupport/base_types.h similarity index 100% rename from bsp/mb9bf568r/CMSIS/DeviceSupport/base_types.h rename to bsp/fujitsu/mb9x/mb9bf568r/CMSIS/DeviceSupport/base_types.h diff --git a/bsp/mb9bf568r/CMSIS/DeviceSupport/gcc/startup_mb9bf56xr.S b/bsp/fujitsu/mb9x/mb9bf568r/CMSIS/DeviceSupport/gcc/startup_mb9bf56xr.S similarity index 100% rename from bsp/mb9bf568r/CMSIS/DeviceSupport/gcc/startup_mb9bf56xr.S rename to bsp/fujitsu/mb9x/mb9bf568r/CMSIS/DeviceSupport/gcc/startup_mb9bf56xr.S diff --git a/bsp/mb9bf568r/CMSIS/DeviceSupport/mb9b560r.h b/bsp/fujitsu/mb9x/mb9bf568r/CMSIS/DeviceSupport/mb9b560r.h similarity index 100% rename from bsp/mb9bf568r/CMSIS/DeviceSupport/mb9b560r.h rename to bsp/fujitsu/mb9x/mb9bf568r/CMSIS/DeviceSupport/mb9b560r.h diff --git a/bsp/mb9bf568r/CMSIS/DeviceSupport/system_mb9abxxx.c b/bsp/fujitsu/mb9x/mb9bf568r/CMSIS/DeviceSupport/system_mb9abxxx.c similarity index 100% rename from bsp/mb9bf568r/CMSIS/DeviceSupport/system_mb9abxxx.c rename to bsp/fujitsu/mb9x/mb9bf568r/CMSIS/DeviceSupport/system_mb9abxxx.c diff --git a/bsp/mb9bf568r/CMSIS/DeviceSupport/system_mb9bf56xr.h b/bsp/fujitsu/mb9x/mb9bf568r/CMSIS/DeviceSupport/system_mb9bf56xr.h similarity index 100% rename from bsp/mb9bf568r/CMSIS/DeviceSupport/system_mb9bf56xr.h rename to bsp/fujitsu/mb9x/mb9bf568r/CMSIS/DeviceSupport/system_mb9bf56xr.h diff --git a/bsp/mb9bf568r/CMSIS/Include/arm_common_tables.h b/bsp/fujitsu/mb9x/mb9bf568r/CMSIS/Include/arm_common_tables.h similarity index 100% rename from bsp/mb9bf568r/CMSIS/Include/arm_common_tables.h rename to bsp/fujitsu/mb9x/mb9bf568r/CMSIS/Include/arm_common_tables.h diff --git a/bsp/mb9bf568r/CMSIS/Include/arm_math.h b/bsp/fujitsu/mb9x/mb9bf568r/CMSIS/Include/arm_math.h similarity index 100% rename from bsp/mb9bf568r/CMSIS/Include/arm_math.h rename to bsp/fujitsu/mb9x/mb9bf568r/CMSIS/Include/arm_math.h diff --git a/bsp/mb9bf568r/CMSIS/Include/core_cm0.h b/bsp/fujitsu/mb9x/mb9bf568r/CMSIS/Include/core_cm0.h similarity index 100% rename from bsp/mb9bf568r/CMSIS/Include/core_cm0.h rename to bsp/fujitsu/mb9x/mb9bf568r/CMSIS/Include/core_cm0.h diff --git a/bsp/mb9bf568r/CMSIS/Include/core_cm3.h b/bsp/fujitsu/mb9x/mb9bf568r/CMSIS/Include/core_cm3.h similarity index 100% rename from bsp/mb9bf568r/CMSIS/Include/core_cm3.h rename to bsp/fujitsu/mb9x/mb9bf568r/CMSIS/Include/core_cm3.h diff --git a/bsp/mb9bf568r/CMSIS/Include/core_cm4.h b/bsp/fujitsu/mb9x/mb9bf568r/CMSIS/Include/core_cm4.h similarity index 100% rename from bsp/mb9bf568r/CMSIS/Include/core_cm4.h rename to bsp/fujitsu/mb9x/mb9bf568r/CMSIS/Include/core_cm4.h diff --git a/bsp/mb9bf568r/CMSIS/Include/core_cm4_simd.h b/bsp/fujitsu/mb9x/mb9bf568r/CMSIS/Include/core_cm4_simd.h similarity index 100% rename from bsp/mb9bf568r/CMSIS/Include/core_cm4_simd.h rename to bsp/fujitsu/mb9x/mb9bf568r/CMSIS/Include/core_cm4_simd.h diff --git a/bsp/mb9bf568r/CMSIS/Include/core_cmFunc.h b/bsp/fujitsu/mb9x/mb9bf568r/CMSIS/Include/core_cmFunc.h similarity index 100% rename from bsp/mb9bf568r/CMSIS/Include/core_cmFunc.h rename to bsp/fujitsu/mb9x/mb9bf568r/CMSIS/Include/core_cmFunc.h diff --git a/bsp/mb9bf568r/CMSIS/Include/core_cmInstr.h b/bsp/fujitsu/mb9x/mb9bf568r/CMSIS/Include/core_cmInstr.h similarity index 100% rename from bsp/mb9bf568r/CMSIS/Include/core_cmInstr.h rename to bsp/fujitsu/mb9x/mb9bf568r/CMSIS/Include/core_cmInstr.h diff --git a/bsp/mb9bf568r/CMSIS/SConscript b/bsp/fujitsu/mb9x/mb9bf568r/CMSIS/SConscript similarity index 100% rename from bsp/mb9bf568r/CMSIS/SConscript rename to bsp/fujitsu/mb9x/mb9bf568r/CMSIS/SConscript diff --git a/bsp/mb9bf568r/SConscript b/bsp/fujitsu/mb9x/mb9bf568r/SConscript similarity index 100% rename from bsp/mb9bf568r/SConscript rename to bsp/fujitsu/mb9x/mb9bf568r/SConscript diff --git a/bsp/mb9bf568r/SConstruct b/bsp/fujitsu/mb9x/mb9bf568r/SConstruct similarity index 100% rename from bsp/mb9bf568r/SConstruct rename to bsp/fujitsu/mb9x/mb9bf568r/SConstruct diff --git a/bsp/mb9bf568r/applications/SConscript b/bsp/fujitsu/mb9x/mb9bf568r/applications/SConscript similarity index 100% rename from bsp/mb9bf568r/applications/SConscript rename to bsp/fujitsu/mb9x/mb9bf568r/applications/SConscript diff --git a/bsp/mb9bf568r/applications/application.c b/bsp/fujitsu/mb9x/mb9bf568r/applications/application.c similarity index 100% rename from bsp/mb9bf568r/applications/application.c rename to bsp/fujitsu/mb9x/mb9bf568r/applications/application.c diff --git a/bsp/mb9bf568r/applications/startup.c b/bsp/fujitsu/mb9x/mb9bf568r/applications/startup.c similarity index 100% rename from bsp/mb9bf568r/applications/startup.c rename to bsp/fujitsu/mb9x/mb9bf568r/applications/startup.c diff --git a/bsp/mb9bf568r/drivers/SConscript b/bsp/fujitsu/mb9x/mb9bf568r/drivers/SConscript similarity index 100% rename from bsp/mb9bf568r/drivers/SConscript rename to bsp/fujitsu/mb9x/mb9bf568r/drivers/SConscript diff --git a/bsp/mb9bf568r/drivers/board.c b/bsp/fujitsu/mb9x/mb9bf568r/drivers/board.c similarity index 100% rename from bsp/mb9bf568r/drivers/board.c rename to bsp/fujitsu/mb9x/mb9bf568r/drivers/board.c diff --git a/bsp/mb9bf568r/drivers/board.h b/bsp/fujitsu/mb9x/mb9bf568r/drivers/board.h similarity index 100% rename from bsp/mb9bf568r/drivers/board.h rename to bsp/fujitsu/mb9x/mb9bf568r/drivers/board.h diff --git a/bsp/mb9bf568r/drivers/led.c b/bsp/fujitsu/mb9x/mb9bf568r/drivers/led.c similarity index 100% rename from bsp/mb9bf568r/drivers/led.c rename to bsp/fujitsu/mb9x/mb9bf568r/drivers/led.c diff --git a/bsp/mb9bf568r/drivers/mcu.h b/bsp/fujitsu/mb9x/mb9bf568r/drivers/mcu.h similarity index 100% rename from bsp/mb9bf568r/drivers/mcu.h rename to bsp/fujitsu/mb9x/mb9bf568r/drivers/mcu.h diff --git a/bsp/mb9bf568r/drivers/serial.c b/bsp/fujitsu/mb9x/mb9bf568r/drivers/serial.c similarity index 100% rename from bsp/mb9bf568r/drivers/serial.c rename to bsp/fujitsu/mb9x/mb9bf568r/drivers/serial.c diff --git a/bsp/mb9bf568r/drivers/serial.h b/bsp/fujitsu/mb9x/mb9bf568r/drivers/serial.h similarity index 100% rename from bsp/mb9bf568r/drivers/serial.h rename to bsp/fujitsu/mb9x/mb9bf568r/drivers/serial.h diff --git a/bsp/mb9bf568r/project.uvopt b/bsp/fujitsu/mb9x/mb9bf568r/project.uvopt similarity index 100% rename from bsp/mb9bf568r/project.uvopt rename to bsp/fujitsu/mb9x/mb9bf568r/project.uvopt diff --git a/bsp/mb9bf568r/project.uvproj b/bsp/fujitsu/mb9x/mb9bf568r/project.uvproj similarity index 100% rename from bsp/mb9bf568r/project.uvproj rename to bsp/fujitsu/mb9x/mb9bf568r/project.uvproj diff --git a/bsp/mb9bf568r/rtconfig.h b/bsp/fujitsu/mb9x/mb9bf568r/rtconfig.h similarity index 100% rename from bsp/mb9bf568r/rtconfig.h rename to bsp/fujitsu/mb9x/mb9bf568r/rtconfig.h diff --git a/bsp/mb9bf568r/rtconfig.py b/bsp/fujitsu/mb9x/mb9bf568r/rtconfig.py similarity index 100% rename from bsp/mb9bf568r/rtconfig.py rename to bsp/fujitsu/mb9x/mb9bf568r/rtconfig.py diff --git a/bsp/mb9bf568r/rtthread-mb9bf568r.ld b/bsp/fujitsu/mb9x/mb9bf568r/rtthread-mb9bf568r.ld similarity index 100% rename from bsp/mb9bf568r/rtthread-mb9bf568r.ld rename to bsp/fujitsu/mb9x/mb9bf568r/rtthread-mb9bf568r.ld diff --git a/bsp/mb9bf568r/rtthread-mb9bf568r.sct b/bsp/fujitsu/mb9x/mb9bf568r/rtthread-mb9bf568r.sct similarity index 100% rename from bsp/mb9bf568r/rtthread-mb9bf568r.sct rename to bsp/fujitsu/mb9x/mb9bf568r/rtthread-mb9bf568r.sct diff --git a/bsp/mb9bf568r/template.uvopt b/bsp/fujitsu/mb9x/mb9bf568r/template.uvopt similarity index 100% rename from bsp/mb9bf568r/template.uvopt rename to bsp/fujitsu/mb9x/mb9bf568r/template.uvopt diff --git a/bsp/mb9bf568r/template.uvproj b/bsp/fujitsu/mb9x/mb9bf568r/template.uvproj similarity index 100% rename from bsp/mb9bf568r/template.uvproj rename to bsp/fujitsu/mb9x/mb9bf568r/template.uvproj diff --git a/bsp/mb9bf618s/CMSIS/DeviceSupport/fujitsu/mb9bf61x/mb9b610s.h b/bsp/fujitsu/mb9x/mb9bf618s/CMSIS/DeviceSupport/fujitsu/mb9bf61x/mb9b610s.h similarity index 100% rename from bsp/mb9bf618s/CMSIS/DeviceSupport/fujitsu/mb9bf61x/mb9b610s.h rename to bsp/fujitsu/mb9x/mb9bf618s/CMSIS/DeviceSupport/fujitsu/mb9bf61x/mb9b610s.h diff --git a/bsp/mb9bf618s/CMSIS/DeviceSupport/fujitsu/mb9bf61x/mb9b610t.h b/bsp/fujitsu/mb9x/mb9bf618s/CMSIS/DeviceSupport/fujitsu/mb9bf61x/mb9b610t.h similarity index 100% rename from bsp/mb9bf618s/CMSIS/DeviceSupport/fujitsu/mb9bf61x/mb9b610t.h rename to bsp/fujitsu/mb9x/mb9bf618s/CMSIS/DeviceSupport/fujitsu/mb9bf61x/mb9b610t.h diff --git a/bsp/mb9bf618s/CMSIS/DeviceSupport/fujitsu/mb9bf61x/startup/arm/startup_mb9bf61x.S b/bsp/fujitsu/mb9x/mb9bf618s/CMSIS/DeviceSupport/fujitsu/mb9bf61x/startup/arm/startup_mb9bf61x.S similarity index 100% rename from bsp/mb9bf618s/CMSIS/DeviceSupport/fujitsu/mb9bf61x/startup/arm/startup_mb9bf61x.S rename to bsp/fujitsu/mb9x/mb9bf618s/CMSIS/DeviceSupport/fujitsu/mb9bf61x/startup/arm/startup_mb9bf61x.S diff --git a/bsp/mb9bf618s/CMSIS/DeviceSupport/fujitsu/mb9bf61x/startup/gcc/startup_mb9bf61x.c b/bsp/fujitsu/mb9x/mb9bf618s/CMSIS/DeviceSupport/fujitsu/mb9bf61x/startup/gcc/startup_mb9bf61x.c similarity index 100% rename from bsp/mb9bf618s/CMSIS/DeviceSupport/fujitsu/mb9bf61x/startup/gcc/startup_mb9bf61x.c rename to bsp/fujitsu/mb9x/mb9bf618s/CMSIS/DeviceSupport/fujitsu/mb9bf61x/startup/gcc/startup_mb9bf61x.c diff --git a/bsp/mb9bf618s/CMSIS/DeviceSupport/fujitsu/mb9bf61x/startup/iar/startup_mb9bf61x.S b/bsp/fujitsu/mb9x/mb9bf618s/CMSIS/DeviceSupport/fujitsu/mb9bf61x/startup/iar/startup_mb9bf61x.S similarity index 100% rename from bsp/mb9bf618s/CMSIS/DeviceSupport/fujitsu/mb9bf61x/startup/iar/startup_mb9bf61x.S rename to bsp/fujitsu/mb9x/mb9bf618s/CMSIS/DeviceSupport/fujitsu/mb9bf61x/startup/iar/startup_mb9bf61x.S diff --git a/bsp/mb9bf618s/CMSIS/DeviceSupport/fujitsu/mb9bf61x/system_mb9bf61x.c b/bsp/fujitsu/mb9x/mb9bf618s/CMSIS/DeviceSupport/fujitsu/mb9bf61x/system_mb9bf61x.c similarity index 100% rename from bsp/mb9bf618s/CMSIS/DeviceSupport/fujitsu/mb9bf61x/system_mb9bf61x.c rename to bsp/fujitsu/mb9x/mb9bf618s/CMSIS/DeviceSupport/fujitsu/mb9bf61x/system_mb9bf61x.c diff --git a/bsp/mb9bf618s/CMSIS/DeviceSupport/fujitsu/mb9bf61x/system_mb9bf61x.h b/bsp/fujitsu/mb9x/mb9bf618s/CMSIS/DeviceSupport/fujitsu/mb9bf61x/system_mb9bf61x.h similarity index 100% rename from bsp/mb9bf618s/CMSIS/DeviceSupport/fujitsu/mb9bf61x/system_mb9bf61x.h rename to bsp/fujitsu/mb9x/mb9bf618s/CMSIS/DeviceSupport/fujitsu/mb9bf61x/system_mb9bf61x.h diff --git a/bsp/mb9bf618s/CMSIS/Include/arm_common_tables.h b/bsp/fujitsu/mb9x/mb9bf618s/CMSIS/Include/arm_common_tables.h similarity index 100% rename from bsp/mb9bf618s/CMSIS/Include/arm_common_tables.h rename to bsp/fujitsu/mb9x/mb9bf618s/CMSIS/Include/arm_common_tables.h diff --git a/bsp/mb9bf618s/CMSIS/Include/arm_const_structs.h b/bsp/fujitsu/mb9x/mb9bf618s/CMSIS/Include/arm_const_structs.h similarity index 100% rename from bsp/mb9bf618s/CMSIS/Include/arm_const_structs.h rename to bsp/fujitsu/mb9x/mb9bf618s/CMSIS/Include/arm_const_structs.h diff --git a/bsp/mb9bf618s/CMSIS/Include/arm_math.h b/bsp/fujitsu/mb9x/mb9bf618s/CMSIS/Include/arm_math.h similarity index 100% rename from bsp/mb9bf618s/CMSIS/Include/arm_math.h rename to bsp/fujitsu/mb9x/mb9bf618s/CMSIS/Include/arm_math.h diff --git a/bsp/mb9bf618s/CMSIS/Include/core_cm0.h b/bsp/fujitsu/mb9x/mb9bf618s/CMSIS/Include/core_cm0.h similarity index 100% rename from bsp/mb9bf618s/CMSIS/Include/core_cm0.h rename to bsp/fujitsu/mb9x/mb9bf618s/CMSIS/Include/core_cm0.h diff --git a/bsp/mb9bf618s/CMSIS/Include/core_cm0plus.h b/bsp/fujitsu/mb9x/mb9bf618s/CMSIS/Include/core_cm0plus.h similarity index 100% rename from bsp/mb9bf618s/CMSIS/Include/core_cm0plus.h rename to bsp/fujitsu/mb9x/mb9bf618s/CMSIS/Include/core_cm0plus.h diff --git a/bsp/mb9bf618s/CMSIS/Include/core_cm3.h b/bsp/fujitsu/mb9x/mb9bf618s/CMSIS/Include/core_cm3.h similarity index 100% rename from bsp/mb9bf618s/CMSIS/Include/core_cm3.h rename to bsp/fujitsu/mb9x/mb9bf618s/CMSIS/Include/core_cm3.h diff --git a/bsp/mb9bf618s/CMSIS/Include/core_cm4.h b/bsp/fujitsu/mb9x/mb9bf618s/CMSIS/Include/core_cm4.h similarity index 100% rename from bsp/mb9bf618s/CMSIS/Include/core_cm4.h rename to bsp/fujitsu/mb9x/mb9bf618s/CMSIS/Include/core_cm4.h diff --git a/bsp/mb9bf618s/CMSIS/Include/core_cm4_simd.h b/bsp/fujitsu/mb9x/mb9bf618s/CMSIS/Include/core_cm4_simd.h similarity index 100% rename from bsp/mb9bf618s/CMSIS/Include/core_cm4_simd.h rename to bsp/fujitsu/mb9x/mb9bf618s/CMSIS/Include/core_cm4_simd.h diff --git a/bsp/mb9bf618s/CMSIS/Include/core_cmFunc.h b/bsp/fujitsu/mb9x/mb9bf618s/CMSIS/Include/core_cmFunc.h similarity index 100% rename from bsp/mb9bf618s/CMSIS/Include/core_cmFunc.h rename to bsp/fujitsu/mb9x/mb9bf618s/CMSIS/Include/core_cmFunc.h diff --git a/bsp/mb9bf618s/CMSIS/Include/core_cmInstr.h b/bsp/fujitsu/mb9x/mb9bf618s/CMSIS/Include/core_cmInstr.h similarity index 100% rename from bsp/mb9bf618s/CMSIS/Include/core_cmInstr.h rename to bsp/fujitsu/mb9x/mb9bf618s/CMSIS/Include/core_cmInstr.h diff --git a/bsp/mb9bf618s/CMSIS/Include/core_sc000.h b/bsp/fujitsu/mb9x/mb9bf618s/CMSIS/Include/core_sc000.h similarity index 100% rename from bsp/mb9bf618s/CMSIS/Include/core_sc000.h rename to bsp/fujitsu/mb9x/mb9bf618s/CMSIS/Include/core_sc000.h diff --git a/bsp/mb9bf618s/CMSIS/Include/core_sc300.h b/bsp/fujitsu/mb9x/mb9bf618s/CMSIS/Include/core_sc300.h similarity index 100% rename from bsp/mb9bf618s/CMSIS/Include/core_sc300.h rename to bsp/fujitsu/mb9x/mb9bf618s/CMSIS/Include/core_sc300.h diff --git a/bsp/mb9bf618s/CMSIS/README.txt b/bsp/fujitsu/mb9x/mb9bf618s/CMSIS/README.txt similarity index 100% rename from bsp/mb9bf618s/CMSIS/README.txt rename to bsp/fujitsu/mb9x/mb9bf618s/CMSIS/README.txt diff --git a/bsp/mb9bf618s/CMSIS/SConscript b/bsp/fujitsu/mb9x/mb9bf618s/CMSIS/SConscript similarity index 100% rename from bsp/mb9bf618s/CMSIS/SConscript rename to bsp/fujitsu/mb9x/mb9bf618s/CMSIS/SConscript diff --git a/bsp/mb9bf618s/SConscript b/bsp/fujitsu/mb9x/mb9bf618s/SConscript similarity index 100% rename from bsp/mb9bf618s/SConscript rename to bsp/fujitsu/mb9x/mb9bf618s/SConscript diff --git a/bsp/mb9bf618s/SConstruct b/bsp/fujitsu/mb9x/mb9bf618s/SConstruct similarity index 100% rename from bsp/mb9bf618s/SConstruct rename to bsp/fujitsu/mb9x/mb9bf618s/SConstruct diff --git a/bsp/mb9bf618s/applications/SConscript b/bsp/fujitsu/mb9x/mb9bf618s/applications/SConscript similarity index 100% rename from bsp/mb9bf618s/applications/SConscript rename to bsp/fujitsu/mb9x/mb9bf618s/applications/SConscript diff --git a/bsp/mb9bf618s/applications/application.c b/bsp/fujitsu/mb9x/mb9bf618s/applications/application.c similarity index 100% rename from bsp/mb9bf618s/applications/application.c rename to bsp/fujitsu/mb9x/mb9bf618s/applications/application.c diff --git a/bsp/mb9bf618s/applications/startup.c b/bsp/fujitsu/mb9x/mb9bf618s/applications/startup.c similarity index 100% rename from bsp/mb9bf618s/applications/startup.c rename to bsp/fujitsu/mb9x/mb9bf618s/applications/startup.c diff --git a/bsp/mb9bf618s/drivers/SConscript b/bsp/fujitsu/mb9x/mb9bf618s/drivers/SConscript similarity index 100% rename from bsp/mb9bf618s/drivers/SConscript rename to bsp/fujitsu/mb9x/mb9bf618s/drivers/SConscript diff --git a/bsp/mb9bf618s/drivers/board.c b/bsp/fujitsu/mb9x/mb9bf618s/drivers/board.c similarity index 100% rename from bsp/mb9bf618s/drivers/board.c rename to bsp/fujitsu/mb9x/mb9bf618s/drivers/board.c diff --git a/bsp/mb9bf618s/drivers/board.h b/bsp/fujitsu/mb9x/mb9bf618s/drivers/board.h similarity index 100% rename from bsp/mb9bf618s/drivers/board.h rename to bsp/fujitsu/mb9x/mb9bf618s/drivers/board.h diff --git a/bsp/mb9bf618s/drivers/led.c b/bsp/fujitsu/mb9x/mb9bf618s/drivers/led.c similarity index 100% rename from bsp/mb9bf618s/drivers/led.c rename to bsp/fujitsu/mb9x/mb9bf618s/drivers/led.c diff --git a/bsp/mb9bf618s/drivers/serial.c b/bsp/fujitsu/mb9x/mb9bf618s/drivers/serial.c similarity index 100% rename from bsp/mb9bf618s/drivers/serial.c rename to bsp/fujitsu/mb9x/mb9bf618s/drivers/serial.c diff --git a/bsp/mb9bf618s/drivers/serial.h b/bsp/fujitsu/mb9x/mb9bf618s/drivers/serial.h similarity index 100% rename from bsp/mb9bf618s/drivers/serial.h rename to bsp/fujitsu/mb9x/mb9bf618s/drivers/serial.h diff --git a/bsp/mb9bf618s/project.ewp b/bsp/fujitsu/mb9x/mb9bf618s/project.ewp similarity index 100% rename from bsp/mb9bf618s/project.ewp rename to bsp/fujitsu/mb9x/mb9bf618s/project.ewp diff --git a/bsp/mb9bf618s/project.eww b/bsp/fujitsu/mb9x/mb9bf618s/project.eww similarity index 100% rename from bsp/mb9bf618s/project.eww rename to bsp/fujitsu/mb9x/mb9bf618s/project.eww diff --git a/bsp/mb9bf618s/project.uvproj b/bsp/fujitsu/mb9x/mb9bf618s/project.uvproj similarity index 100% rename from bsp/mb9bf618s/project.uvproj rename to bsp/fujitsu/mb9x/mb9bf618s/project.uvproj diff --git a/bsp/mb9bf618s/rtconfig.h b/bsp/fujitsu/mb9x/mb9bf618s/rtconfig.h similarity index 100% rename from bsp/mb9bf618s/rtconfig.h rename to bsp/fujitsu/mb9x/mb9bf618s/rtconfig.h diff --git a/bsp/mb9bf618s/rtconfig.py b/bsp/fujitsu/mb9x/mb9bf618s/rtconfig.py similarity index 100% rename from bsp/mb9bf618s/rtconfig.py rename to bsp/fujitsu/mb9x/mb9bf618s/rtconfig.py diff --git a/bsp/mb9bf618s/rtthread-fm3.icf b/bsp/fujitsu/mb9x/mb9bf618s/rtthread-fm3.icf similarity index 100% rename from bsp/mb9bf618s/rtthread-fm3.icf rename to bsp/fujitsu/mb9x/mb9bf618s/rtthread-fm3.icf diff --git a/bsp/mb9bf618s/rtthread-fm3.ld b/bsp/fujitsu/mb9x/mb9bf618s/rtthread-fm3.ld similarity index 100% rename from bsp/mb9bf618s/rtthread-fm3.ld rename to bsp/fujitsu/mb9x/mb9bf618s/rtthread-fm3.ld diff --git a/bsp/mb9bf618s/rtthread-fm3.sct b/bsp/fujitsu/mb9x/mb9bf618s/rtthread-fm3.sct similarity index 100% rename from bsp/mb9bf618s/rtthread-fm3.sct rename to bsp/fujitsu/mb9x/mb9bf618s/rtthread-fm3.sct diff --git a/bsp/mb9bf618s/template.ewp b/bsp/fujitsu/mb9x/mb9bf618s/template.ewp similarity index 100% rename from bsp/mb9bf618s/template.ewp rename to bsp/fujitsu/mb9x/mb9bf618s/template.ewp diff --git a/bsp/mb9bf618s/template.uvproj b/bsp/fujitsu/mb9x/mb9bf618s/template.uvproj similarity index 100% rename from bsp/mb9bf618s/template.uvproj rename to bsp/fujitsu/mb9x/mb9bf618s/template.uvproj diff --git a/bsp/mb9bf618s/CMSIS/CMSIS END USER LICENCE AGREEMENT.pdf b/bsp/mb9bf618s/CMSIS/CMSIS END USER LICENCE AGREEMENT.pdf deleted file mode 100644 index aabdddc5d9c5804f9b983d2d50ae8e0812fd21d0..0000000000000000000000000000000000000000 Binary files a/bsp/mb9bf618s/CMSIS/CMSIS END USER LICENCE AGREEMENT.pdf and /dev/null differ