Skip to content

Commit

Permalink
Merge pull request #13600 from rajkan01/fpga_test_shield_refactor
Browse files Browse the repository at this point in the history
Refactor COMPONENT_FPGA_CI_TEST_SHIELD directory structure
  • Loading branch information
0xc0170 committed Sep 17, 2020
2 parents 4809f51 + 2bc7bb7 commit ddaf37c
Show file tree
Hide file tree
Showing 18 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ matrix:
- |
rm -r cmsis/CMSIS_5/CMSIS/RTOS2 cmsis/device/rtos drivers/source/usb connectivity/cellular connectivity/drivers/cellular \
connectivity/libraries/ppp connectivity/netsocket connectivity/nanostack connectivity/lwipstack features/frameworks/greentea-client \
features/frameworks/utest features/frameworks/unity components BUILD
features/frameworks/utest features/frameworks/unity BUILD
- python tools/make.py -t GCC_ARM -m NUCLEO_F103RB --source=. --build=BUILD/NUCLEO_F103RB/GCC_ARM -j0
# Run profiling tests
- make -C ${EVENTS}/tests/unit prof | tee prof
Expand Down
12 changes: 6 additions & 6 deletions hal/tests/TESTS/mbed_hal_fpga_ci_test_shield/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
![30% center](fpga_test_shield.jpg)

```
mbed test -n tests*fpga* --app-config tests/configs/fpga.json
mbed test -n hal-tests-tests*fpga* --app-config TESTS/configs/fpga.json
```

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

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

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

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

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

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


## Known issues
Expand Down

0 comments on commit ddaf37c

Please sign in to comment.