File tree Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 19
19
^storage/filesystem/littlefsv2/littlefs/
20
20
^features/unsupported/
21
21
^hal/storage_abstraction
22
+ ^hal/tests/TESTS/mbed_hal/trng/pithy
23
+ ^hal/tests/TESTS/mbed_hal/trng/pithy
22
24
^platform/cxxsupport
23
25
^platform/tests/UNITTESTS
24
26
^events/tests/UNITTESTS
25
27
^rtos/source/TARGET_CORTEX/rtx4
26
28
^rtos/source/TARGET_CORTEX/rtx5
27
29
^targets
28
- ^TESTS/mbed_hal/trng/pithy
29
- ^TESTS/mbed_hal/trng/pithy
30
30
^tools
31
31
^UNITTESTS
32
32
^storage/blockdevice/tests/UNITTESTS
Original file line number Diff line number Diff line change @@ -126,6 +126,7 @@ set(unittest-includes-base
126
126
"${PROJECT_SOURCE_DIR} /../drivers/include/drivers"
127
127
"${PROJECT_SOURCE_DIR} /../drivers/include/drivers/internal"
128
128
"${PROJECT_SOURCE_DIR} /../hal"
129
+ "${PROJECT_SOURCE_DIR} /../hal/include"
129
130
"${PROJECT_SOURCE_DIR} /../events/include"
130
131
"${PROJECT_SOURCE_DIR} /../events/include/events/internal"
131
132
"${PROJECT_SOURCE_DIR} /../events/source"
Original file line number Diff line number Diff line change 17
17
18
18
19
19
#include " stdlib.h"
20
- #include " us_ticker_api.h"
20
+ #include " hal/ us_ticker_api.h"
21
21
22
22
const ticker_data_t *get_us_ticker_data (void )
23
23
{
Original file line number Diff line number Diff line change 14
14
* See the License for the specific language governing permissions and
15
15
* limitations under the License.
16
16
*/
17
- #include "watchdog_api.h"
17
+ #include "hal/ watchdog_api.h"
18
18
19
19
#if DEVICE_WATCHDOG
20
20
Original file line number Diff line number Diff line change @@ -47,6 +47,6 @@ typedef enum {
47
47
#ifdef __cplusplus
48
48
}
49
49
#endif
50
- #include "pinmap.h"
50
+ #include "hal/ pinmap.h"
51
51
52
52
#endif
You can’t perform that action at this time.
0 commit comments