mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-27 21:15:37 +00:00
[driver]: partial mocking of driver component
* added mocking of spi master and gpio * mock registering in one function in component.cmake
This commit is contained in:
14
mocks/freertos/include/freertos/FreeRTOS.h
Normal file
14
mocks/freertos/include/freertos/FreeRTOS.h
Normal file
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
* SPDX-FileCopyrightText: 2015-2021 Espressif Systems (Shanghai) CO LTD
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
/**
|
||||
* NOTE: this is not the original header file from the freertos component.
|
||||
* It is a stripped-down copy to support mocking.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
typedef uint32_t TickType_t;
|
||||
Reference in New Issue
Block a user