mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #13600 from rajkan01/fpga_test_shield_refactor
Refactor COMPONENT_FPGA_CI_TEST_SHIELD directory structurepull/13545/head
commit
ddaf37c957
|
@ -282,7 +282,7 @@ matrix:
|
||||||
- |
|
- |
|
||||||
rm -r cmsis/CMSIS_5/CMSIS/RTOS2 cmsis/device/rtos drivers/source/usb connectivity/cellular connectivity/drivers/cellular \
|
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 \
|
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
|
- python tools/make.py -t GCC_ARM -m NUCLEO_F103RB --source=. --build=BUILD/NUCLEO_F103RB/GCC_ARM -j0
|
||||||
# Run profiling tests
|
# Run profiling tests
|
||||||
- make -C ${EVENTS}/tests/unit prof | tee prof
|
- make -C ${EVENTS}/tests/unit prof | tee prof
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
![30% center](fpga_test_shield.jpg)
|
![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
|
FPGA_CI_TEST_SHIELD needed macro
|
||||||
|
@ -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.
|
When "default-form-factor" is not set, ARDUINO form factor is used.
|
||||||
|
|
||||||
Default ff_arduino_pins is defined in:
|
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:
|
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:
|
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:
|
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:
|
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
|
## Known issues
|
||||||
|
|
Loading…
Reference in New Issue