auto-sync
This commit is contained in:
parent
552c664a23
commit
9ac5aa544c
|
@ -2,7 +2,7 @@
|
|||
* map_adjuster.c
|
||||
*
|
||||
* @date Jul 23, 2013
|
||||
* @author Andrey Belomutskiy, (c) 2012-2016
|
||||
* @author Andrey Belomutskiy, (c) 2012-2017
|
||||
*
|
||||
*
|
||||
* This file is part of rusEfi - see http://rusefi.com
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/**
|
||||
* @date Dec 20, 2013
|
||||
*
|
||||
* @author Andrey Belomutskiy, (c) 2012-2016
|
||||
* @author Andrey Belomutskiy, (c) 2012-2017
|
||||
* @author Kot_dnz
|
||||
*
|
||||
* This file is part of rusEfi - see http://rusefi.com
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* @file signal_filtering.c
|
||||
*
|
||||
* @date Aug 5, 2013
|
||||
* @author Andrey Belomutskiy, (c) 2012-2016
|
||||
* @author Andrey Belomutskiy, (c) 2012-2017
|
||||
*/
|
||||
|
||||
#ifndef SIGNAL_FILTERING_C_
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
* standards.sae.org/j2284/
|
||||
*
|
||||
* @date Feb 14, 2014
|
||||
* @author Andrey Belomutskiy, (c) 2012-2016
|
||||
* @author Andrey Belomutskiy, (c) 2012-2017
|
||||
*/
|
||||
|
||||
#include "main.h"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* @brief MCP3208 external ADC chip implementation. Not really used right now.
|
||||
*
|
||||
* @date Aug 12, 2013
|
||||
* @author Andrey Belomutskiy, (c) 2012-2016
|
||||
* @author Andrey Belomutskiy, (c) 2012-2017
|
||||
*/
|
||||
|
||||
#include "main.h"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* @brief USB-over-serial configuration
|
||||
*
|
||||
* @date Oct 14, 2013
|
||||
* @author Andrey Belomutskiy, (c) 2012-2016
|
||||
* @author Andrey Belomutskiy, (c) 2012-2017
|
||||
*/
|
||||
|
||||
#include "main.h"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/**
|
||||
* @file crc.c
|
||||
* @date Sep 20, 2013
|
||||
* @author Andrey Belomutskiy, (c) 2012-2016
|
||||
* @author Andrey Belomutskiy, (c) 2012-2017
|
||||
*/
|
||||
|
||||
#include "crc.h"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* @file data_buffer.c
|
||||
*
|
||||
* @date Dec 8, 2012
|
||||
* @author Andrey Belomutskiy, (c) 2012-2016
|
||||
* @author Andrey Belomutskiy, (c) 2012-2017
|
||||
*/
|
||||
|
||||
#include "data_buffer.h"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
* and a couple of median values for a series of measurments.
|
||||
*
|
||||
* @date Dec 18, 2013
|
||||
* @author Andrey Belomutskiy, (c) 2012-2016
|
||||
* @author Andrey Belomutskiy, (c) 2012-2017
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* @brief Number to string conversion code
|
||||
*
|
||||
* @date Nov 15, 2012
|
||||
* @author Andrey Belomutskiy, (c) 2012-2016
|
||||
* @author Andrey Belomutskiy, (c) 2012-2017
|
||||
*
|
||||
* This file is part of rusEfi - see http://rusefi.com
|
||||
*
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* @file map_resize.c
|
||||
*
|
||||
* @date Jan 12, 2014
|
||||
* @author Andrey Belomutskiy, (c) 2012-2016
|
||||
* @author Andrey Belomutskiy, (c) 2012-2017
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* @file map_resize.h
|
||||
*
|
||||
* @date Jan 12, 2014
|
||||
* @author Andrey Belomutskiy, (c) 2012-2016
|
||||
* @author Andrey Belomutskiy, (c) 2012-2017
|
||||
*/
|
||||
|
||||
#ifndef MAP_RESIZE_H_
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* test_find_index.cpp
|
||||
*
|
||||
* Created on: Oct 30, 2013
|
||||
* @author Andrey Belomutskiy, (c) 2012-2016
|
||||
* @author Andrey Belomutskiy, (c) 2012-2017
|
||||
*/
|
||||
|
||||
#include "main.h"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* test_find_index.h
|
||||
*
|
||||
* Created on: Oct 30, 2013
|
||||
* @author Andrey Belomutskiy, (c) 2012-2016
|
||||
* @author Andrey Belomutskiy, (c) 2012-2017
|
||||
*/
|
||||
|
||||
#ifndef TEST_FIND_INDEX_H_
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* Created on: Oct 17, 2013
|
||||
* @author Andrey Belomutskiy, (c) 2012-2016
|
||||
* @author Andrey Belomutskiy, (c) 2012-2017
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* test_event_registry.cpp
|
||||
*
|
||||
* Created on: Nov 27, 2013
|
||||
* @author Andrey Belomutskiy, (c) 2012-2016
|
||||
* @author Andrey Belomutskiy, (c) 2012-2017
|
||||
*/
|
||||
|
||||
#include "event_registry.h"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* test_event_registry.h
|
||||
*
|
||||
* Created on: Nov 27, 2013
|
||||
* @author Andrey Belomutskiy, (c) 2012-2016
|
||||
* @author Andrey Belomutskiy, (c) 2012-2017
|
||||
*/
|
||||
|
||||
#ifndef TEST_EVENT_REGISTRY_H_
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* @file test_fuel_map.cpp
|
||||
*
|
||||
* @date Nov 6, 2013
|
||||
* @author Andrey Belomutskiy, (c) 2012-2016
|
||||
* @author Andrey Belomutskiy, (c) 2012-2017
|
||||
*/
|
||||
|
||||
#include "test_fuel_map.h"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* @file test_sensors.cpp
|
||||
*
|
||||
* @date Dec 7, 2013
|
||||
* @author Andrey Belomutskiy, (c) 2012-2016
|
||||
* @author Andrey Belomutskiy, (c) 2012-2017
|
||||
*/
|
||||
|
||||
#include "main.h"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* @file test_sensors.h
|
||||
*
|
||||
* @date Dec 7, 2013
|
||||
* @author Andrey Belomutskiy, (c) 2012-2016
|
||||
* @author Andrey Belomutskiy, (c) 2012-2017
|
||||
*/
|
||||
|
||||
#ifndef TEST_SENSORS_H_
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* @file test_signal_executor.cpp
|
||||
*
|
||||
* @date Nov 28, 2013
|
||||
* @author Andrey Belomutskiy, (c) 2012-2016
|
||||
* @author Andrey Belomutskiy, (c) 2012-2017
|
||||
*/
|
||||
|
||||
#include <time.h>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* @file test_signal_executor.h
|
||||
*
|
||||
* @date Nov 28, 2013
|
||||
* @author Andrey Belomutskiy, (c) 2012-2016
|
||||
* @author Andrey Belomutskiy, (c) 2012-2017
|
||||
*/
|
||||
|
||||
#ifndef TEST_SIGNAL_EXECUTOR_H_
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* @file test_trigger_decoder.cpp
|
||||
*
|
||||
* @date Dec 24, 2013
|
||||
* @author Andrey Belomutskiy, (c) 2012-2016
|
||||
* @author Andrey Belomutskiy, (c) 2012-2017
|
||||
*/
|
||||
|
||||
#include "main.h"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* @file test_trigger_decoder.h
|
||||
*
|
||||
* @date Dec 24, 2013
|
||||
* @author Andrey Belomutskiy, (c) 2012-2016
|
||||
* @author Andrey Belomutskiy, (c) 2012-2017
|
||||
*/
|
||||
|
||||
#ifndef TEST_TRIGGER_DECODER_H_
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* @file test_util.c
|
||||
*
|
||||
* @date Dec 8, 2013
|
||||
* @author Andrey Belomutskiy, (c) 2012-2016
|
||||
* @author Andrey Belomutskiy, (c) 2012-2017
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* @file test_cyclic_buffer.h
|
||||
*
|
||||
* @date Dec 8, 2013
|
||||
* @author Andrey Belomutskiy, (c) 2012-2016
|
||||
* @author Andrey Belomutskiy, (c) 2012-2017
|
||||
*/
|
||||
|
||||
#ifndef TEST_CYCLIC_BUFFER_H_
|
||||
|
|
Loading…
Reference in New Issue