File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
hal/tests/TESTS/mbed_hal_fpga_ci_test_shield Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
1111FPGA_CI_TEST_SHIELD needed macro
@@ -23,19 +23,19 @@ Tested from factor is defined by MBED_CONF_TARGET_DEFAULT_FORM_FACTOR
2323When "default-form-factor" is not set, ARDUINO form factor is used.
2424
2525Default 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
2828Default 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
3131Default 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
3434Some 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
3737Some 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
You can’t perform that action at this time.
0 commit comments