Skip to content

Commit ddaf37c

Browse files
authored
Merge pull request #13600 from rajkan01/fpga_test_shield_refactor
Refactor COMPONENT_FPGA_CI_TEST_SHIELD directory structure
2 parents 4809f51 + 2bc7bb7 commit ddaf37c

File tree

18 files changed

+7
-7
lines changed

18 files changed

+7
-7
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ matrix:
282282
- |
283283
rm -r cmsis/CMSIS_5/CMSIS/RTOS2 cmsis/device/rtos drivers/source/usb connectivity/cellular connectivity/drivers/cellular \
284284
connectivity/libraries/ppp connectivity/netsocket connectivity/nanostack connectivity/lwipstack features/frameworks/greentea-client \
285-
features/frameworks/utest features/frameworks/unity components BUILD
285+
features/frameworks/utest features/frameworks/unity BUILD
286286
- python tools/make.py -t GCC_ARM -m NUCLEO_F103RB --source=. --build=BUILD/NUCLEO_F103RB/GCC_ARM -j0
287287
# Run profiling tests
288288
- make -C ${EVENTS}/tests/unit prof | tee prof

components/testing/COMPONENT_FPGA_CI_TEST_SHIELD/DynamicPinList.h renamed to features/frameworks/COMPONENT_FPGA_CI_TEST_SHIELD/include/fpga_ci_test_shield/DynamicPinList.h

File renamed without changes.

components/testing/COMPONENT_FPGA_CI_TEST_SHIELD/I2CTester.h renamed to features/frameworks/COMPONENT_FPGA_CI_TEST_SHIELD/include/fpga_ci_test_shield/I2CTester.h

File renamed without changes.

components/testing/COMPONENT_FPGA_CI_TEST_SHIELD/MbedTester.h renamed to features/frameworks/COMPONENT_FPGA_CI_TEST_SHIELD/include/fpga_ci_test_shield/MbedTester.h

File renamed without changes.

components/testing/COMPONENT_FPGA_CI_TEST_SHIELD/SPIMasterTester.h renamed to features/frameworks/COMPONENT_FPGA_CI_TEST_SHIELD/include/fpga_ci_test_shield/SPIMasterTester.h

File renamed without changes.

components/testing/COMPONENT_FPGA_CI_TEST_SHIELD/SPISlaveTester.h renamed to features/frameworks/COMPONENT_FPGA_CI_TEST_SHIELD/include/fpga_ci_test_shield/SPISlaveTester.h

File renamed without changes.

components/testing/COMPONENT_FPGA_CI_TEST_SHIELD/SPITester.h renamed to features/frameworks/COMPONENT_FPGA_CI_TEST_SHIELD/include/fpga_ci_test_shield/SPITester.h

File renamed without changes.

components/testing/COMPONENT_FPGA_CI_TEST_SHIELD/UARTTester.h renamed to features/frameworks/COMPONENT_FPGA_CI_TEST_SHIELD/include/fpga_ci_test_shield/UARTTester.h

File renamed without changes.

components/testing/COMPONENT_FPGA_CI_TEST_SHIELD/fpga_config.h renamed to features/frameworks/COMPONENT_FPGA_CI_TEST_SHIELD/include/fpga_ci_test_shield/fpga_config.h

File renamed without changes.

components/testing/COMPONENT_FPGA_CI_TEST_SHIELD/test_utils.h renamed to features/frameworks/COMPONENT_FPGA_CI_TEST_SHIELD/include/fpga_ci_test_shield/test_utils.h

File renamed without changes.

0 commit comments

Comments
 (0)