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:
282
282
- |
283
283
rm -r cmsis/CMSIS_5/CMSIS/RTOS2 cmsis/device/rtos drivers/source/usb connectivity/cellular connectivity/drivers/cellular \
284
284
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
286
286
- python tools/make.py -t GCC_ARM -m NUCLEO_F103RB --source=. --build=BUILD/NUCLEO_F103RB/GCC_ARM -j0
287
287
# Run profiling tests
288
288
- make -C ${EVENTS}/tests/unit prof | tee prof
Original file line number Diff line number Diff line change 5
5
![ 30% center] ( fpga_test_shield.jpg )
6
6
7
7
```
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
9
9
```
10
10
11
11
FPGA_CI_TEST_SHIELD needed macro
@@ -23,19 +23,19 @@ Tested from factor is defined by MBED_CONF_TARGET_DEFAULT_FORM_FACTOR
23
23
When "default-form-factor" is not set, ARDUINO form factor is used.
24
24
25
25
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
27
27
28
28
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
30
30
31
31
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
33
33
34
34
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
36
36
37
37
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
39
39
40
40
41
41
## Known issues
You can’t perform that action at this time.
0 commit comments