Skip to content

Commit ddaf37c

Browse files
authored
Merge pull request ARMmbed#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

hal/tests/TESTS/mbed_hal_fpga_ci_test_shield/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
![30% center](fpga_test_shield.jpg)
66

77
```
8-
mbed test -n tests*fpga* --app-config tests/configs/fpga.json
8+
mbed test -n hal-tests-tests*fpga* --app-config TESTS/configs/fpga.json
99
```
1010

1111
FPGA_CI_TEST_SHIELD needed macro
@@ -23,19 +23,19 @@ Tested from factor is defined by MBED_CONF_TARGET_DEFAULT_FORM_FACTOR
2323
When "default-form-factor" is not set, ARDUINO form factor is used.
2424

2525
Default ff_arduino_pins is defined in:
26-
https://github.com/ARMmbed/mbed-os/blob/master/hal/mbed_pinmap_default.cpp#L28-L32
26+
https://github.com/ARMmbed/mbed-os/blob/master/hal/source/mbed_pinmap_default.cpp#L28-L32
2727

2828
Default ff_arduino_names is defined in:
29-
https://github.com/ARMmbed/mbed-os/blob/master/hal/mbed_pinmap_default.cpp#L34-L38
29+
https://github.com/ARMmbed/mbed-os/blob/master/hal/source/mbed_pinmap_default.cpp#L34-L38
3030

3131
Default empty_gpio_pinmap is defined in:
32-
https://github.com/ARMmbed/mbed-os/blob/master/hal/mbed_gpio.c#L89-L114
32+
https://github.com/ARMmbed/mbed-os/blob/master/hal/source/mbed_gpio.c#L89-L114
3333

3434
Some pins are restricted:
35-
https://github.com/ARMmbed/mbed-os/blob/master/hal/mbed_pinmap_default.cpp#L69-L73
35+
https://github.com/ARMmbed/mbed-os/blob/master/hal/source/mbed_pinmap_default.cpp#L69-L73
3636

3737
Some peripherals are restricted:
38-
https://github.com/ARMmbed/mbed-os/blob/master/hal/mbed_pinmap_default.cpp#L94-L100
38+
https://github.com/ARMmbed/mbed-os/blob/master/hal/source/mbed_pinmap_default.cpp#L94-L100
3939

4040

4141
## Known issues

0 commit comments

Comments
 (0)