mbed-os/hal/tests/UNITTESTS
Lingkai Dong 578843067b Unit tests: Fix pin validation failure
The test script pinvalidate.py requires the following which are
missing in the unit test stub PinName.h:
* A comment "MBED TARGET LIST"
* `CONSOLE_TX` and `CONSOLE_RX` in the `PinName` enum

This commit adds them.
2021-08-02 17:42:43 +01:00
..
doubles Unit tests: Fix pin validation failure 2021-08-02 17:42:43 +01:00
CMakeLists.txt CMake: Move hal stubs sources to the mbed-os/hal directory 2021-07-01 06:07:31 -07:00