os_access.h dead?
This commit is contained in:
parent
76d252444f
commit
ab4b451195
|
@ -12,7 +12,6 @@
|
|||
|
||||
#include "pch.h"
|
||||
|
||||
#include "os_access.h"
|
||||
#include "tunerstudio.h"
|
||||
|
||||
#include "tunerstudio_io.h"
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#include "pch.h"
|
||||
#include "os_access.h"
|
||||
|
||||
|
||||
#if EFI_UNIT_TEST
|
||||
#define PRINT printf
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
*/
|
||||
|
||||
#include "pch.h"
|
||||
#include "os_access.h"
|
||||
|
||||
|
||||
#include "tunerstudio.h"
|
||||
#include "tunerstudio_impl.h"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
*/
|
||||
|
||||
#include "pch.h"
|
||||
#include "os_access.h"
|
||||
|
||||
#include "tunerstudio_io.h"
|
||||
|
||||
#if EFI_SIMULATOR
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
#include "pch.h"
|
||||
|
||||
#include "os_access.h"
|
||||
|
||||
#include "eficonsole.h"
|
||||
#include "console_io.h"
|
||||
#include "svnversion.h"
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#include "advance_map.h"
|
||||
#include "speed_density.h"
|
||||
#include "advance_map.h"
|
||||
#include "os_access.h"
|
||||
|
||||
#include "aux_valves.h"
|
||||
#include "map_averaging.h"
|
||||
#include "perf_trace.h"
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
#include "pch.h"
|
||||
|
||||
#include "os_access.h"
|
||||
|
||||
#include "speed_density.h"
|
||||
#include "fuel_math.h"
|
||||
#include "advance_map.h"
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
#include "pch.h"
|
||||
|
||||
#include "os_access.h"
|
||||
|
||||
#include "speed_density.h"
|
||||
#include "advance_map.h"
|
||||
#include "flash_main.h"
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#if EFI_ENGINE_CONTROL
|
||||
#if !EFI_UNIT_TEST
|
||||
|
||||
#include "os_access.h"
|
||||
|
||||
#include "flash_main.h"
|
||||
#include "bench_test.h"
|
||||
#include "main_trigger_callback.h"
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#include "pch.h"
|
||||
|
||||
#if EFI_CAN_SUPPORT
|
||||
#include "os_access.h"
|
||||
|
||||
#include "obd2.h"
|
||||
#include "can.h"
|
||||
#include "can_msg_tx.h"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
*/
|
||||
|
||||
#include "pch.h"
|
||||
#include "os_access.h"
|
||||
|
||||
#include "backup_ram.h"
|
||||
|
||||
static critical_msg_t warningBuffer;
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
#include "pch.h"
|
||||
|
||||
#include "os_access.h"
|
||||
|
||||
#include "trigger_central.h"
|
||||
#include "script_impl.h"
|
||||
#include "idle_thread.h"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
*/
|
||||
|
||||
#include "pch.h"
|
||||
#include "os_access.h"
|
||||
|
||||
|
||||
extern ButtonDebounce startStopButtonDebounce;
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
#include "pch.h"
|
||||
#include "knock_logic.h"
|
||||
#include "os_access.h"
|
||||
|
||||
|
||||
#include "hip9011.h"
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
#include "pch.h"
|
||||
|
||||
#include "os_access.h"
|
||||
|
||||
|
||||
#if EFI_MAP_AVERAGING
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
*/
|
||||
|
||||
#include "pch.h"
|
||||
#include "os_access.h"
|
||||
|
||||
|
||||
#include "trigger_central.h"
|
||||
#include "tooth_logger.h"
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
#include "pch.h"
|
||||
|
||||
#if EFI_INTERNAL_FLASH
|
||||
#include "os_access.h"
|
||||
|
||||
#include "flash_main.h"
|
||||
#include "eficonsole.h"
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#include "pch.h"
|
||||
|
||||
#if EFI_HD44780_LCD
|
||||
#include "os_access.h"
|
||||
|
||||
|
||||
#include "lcd_controller.h"
|
||||
#include "HD44780.h"
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#if EFI_MALFUNCTION_INDICATOR
|
||||
#include "malfunction_central.h"
|
||||
#include "malfunction_indicator.h"
|
||||
#include "os_access.h"
|
||||
|
||||
#include "periodic_thread_controller.h"
|
||||
|
||||
#define TEST_MIL_CODE FALSE
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
#include "pch.h"
|
||||
|
||||
#if !EFI_UNIT_TEST
|
||||
#include "os_access.h"
|
||||
|
||||
#include "eficonsole.h"
|
||||
#include "trigger_decoder.h"
|
||||
#include "console_io.h"
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
#include "pch.h"
|
||||
|
||||
#include "os_access.h"
|
||||
|
||||
#include "drivers/gpio/gpio_ext.h"
|
||||
|
||||
#if HW_HELLEN
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
*/
|
||||
|
||||
#include "pch.h"
|
||||
#include "os_access.h"
|
||||
|
||||
#include "event_queue.h"
|
||||
#include "efitime.h"
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
*/
|
||||
|
||||
#include "pch.h"
|
||||
#include "os_access.h"
|
||||
|
||||
|
||||
#if EFI_PROD_CODE
|
||||
#include "mpu_util.h"
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
*/
|
||||
|
||||
#include "pch.h"
|
||||
#include "os_access.h"
|
||||
|
||||
#include "scheduler.h"
|
||||
#include "main_trigger_callback.h"
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
#include "pch.h"
|
||||
|
||||
#include "os_access.h"
|
||||
|
||||
#include "single_timer_executor.h"
|
||||
#include "efitime.h"
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#include "pch.h"
|
||||
|
||||
#include "event_queue.h"
|
||||
#include "os_access.h"
|
||||
|
||||
|
||||
bool TriggerScheduler::assertNotInList(AngleBasedEvent *head, AngleBasedEvent *element) {
|
||||
assertNotInListMethodBody(AngleBasedEvent, head, element, nextToothEvent)
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
#include "pch.h"
|
||||
|
||||
#include "os_access.h"
|
||||
|
||||
#include "trigger_chrysler.h"
|
||||
#include "trigger_gm.h"
|
||||
#include "trigger_nissan.h"
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
*/
|
||||
|
||||
#include "pch.h"
|
||||
#include "os_access.h"
|
||||
|
||||
|
||||
#include "trigger_central.h"
|
||||
#include "trigger_decoder.h"
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
#include "pch.h"
|
||||
|
||||
#include "os_access.h"
|
||||
|
||||
|
||||
#include "obd_error_codes.h"
|
||||
#include "trigger_decoder.h"
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
*/
|
||||
|
||||
#include "pch.h"
|
||||
#include "os_access.h"
|
||||
|
||||
#include "engine_sniffer.h"
|
||||
|
||||
#if EFI_ENGINE_SNIFFER
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
*/
|
||||
|
||||
#include "pch.h"
|
||||
#include "os_access.h"
|
||||
|
||||
#include "poten.h"
|
||||
#include "eficonsole.h"
|
||||
#include "hardware.h"
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
#include "pch.h"
|
||||
#include "logic_analyzer.h"
|
||||
#include "os_access.h"
|
||||
|
||||
#include "eficonsole.h"
|
||||
#include "trigger_central.h"
|
||||
#include "os_util.h"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
*/
|
||||
|
||||
#include "pch.h"
|
||||
#include "os_access.h"
|
||||
|
||||
#include "sensor_chart.h"
|
||||
|
||||
#if EFI_SENSOR_CHART
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
#include "pch.h"
|
||||
|
||||
#if HAL_USE_ADC
|
||||
#include "os_access.h"
|
||||
|
||||
|
||||
#include "adc_subscription.h"
|
||||
#include "AdcConfiguration.h"
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
*/
|
||||
|
||||
#include "global.h"
|
||||
#include "os_access.h"
|
||||
|
||||
|
||||
#if EFI_MCP_3208
|
||||
#include "mcp3208.h"
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
#include <cstdint>
|
||||
#include <cstddef>
|
||||
|
||||
#include "os_access.h"
|
||||
|
||||
#include "can.h"
|
||||
|
||||
enum class CanCategory : uint16_t {
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
#include "pch.h"
|
||||
|
||||
#include "os_access.h"
|
||||
|
||||
#include "trigger_input.h"
|
||||
#include "can_hw.h"
|
||||
#include "hardware.h"
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
#include "pch.h"
|
||||
|
||||
#if EFI_PROD_CODE
|
||||
#include "os_access.h"
|
||||
|
||||
#include "drivers/gpio/gpio_ext.h"
|
||||
|
||||
#include "status_loop.h"
|
||||
|
|
|
@ -108,7 +108,7 @@ PinRepository::PinRepository() {
|
|||
}
|
||||
|
||||
#if EFI_PROD_CODE
|
||||
#include "os_access.h"
|
||||
|
||||
#include "eficonsole.h"
|
||||
#include "drivers/gpio/gpio_ext.h"
|
||||
#include "smart_gpio.h"
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
*/
|
||||
|
||||
#include "pch.h"
|
||||
#include "os_access.h"
|
||||
|
||||
|
||||
#if EFI_USB_SERIAL
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
#include <string.h>
|
||||
#include <time.h>
|
||||
#include "os_access.h"
|
||||
|
||||
#include "rtc_helper.h"
|
||||
#include <sys/time.h>
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
*/
|
||||
|
||||
#include "pch.h"
|
||||
#include "os_access.h"
|
||||
|
||||
#include "rusefi.h"
|
||||
#include "mpu_util.h"
|
||||
|
||||
|
|
|
@ -43,4 +43,6 @@
|
|||
#include "mocks.h"
|
||||
#include "engine_test_helper.h"
|
||||
#include "mock/mock_sensor.h"
|
||||
#else
|
||||
#include "chprintf.h"
|
||||
#endif
|
||||
|
|
|
@ -117,7 +117,7 @@
|
|||
*/
|
||||
|
||||
#include "pch.h"
|
||||
#include "os_access.h"
|
||||
|
||||
#include "trigger_structure.h"
|
||||
#include "hardware.h"
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#include "pch.h"
|
||||
|
||||
#if ! EFI_UNIT_TEST
|
||||
#include "os_access.h"
|
||||
|
||||
#include "chmtx.h"
|
||||
#include "memstreams.h"
|
||||
#include "console_io.h"
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
#include "pch.h"
|
||||
|
||||
#include "os_access.h"
|
||||
|
||||
#include "thread_controller.h"
|
||||
|
||||
template <size_t TBufferSize>
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
*/
|
||||
|
||||
#include "pch.h"
|
||||
#include "os_access.h"
|
||||
|
||||
#include "efi_pid.h"
|
||||
#include "math.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue