fresh ChibiOS

This commit is contained in:
rusefi 2017-05-03 14:53:03 -04:00
parent e5c7dba94e
commit 16c98a50ed
4 changed files with 7 additions and 4 deletions

@ -1 +1 @@
Subproject commit 97aaabeedd53ec16147696f8b44b16ee43d86a99 Subproject commit fa9b5ac5ae2f6df6b0b861547260fddde3b37830

@ -1 +1 @@
Subproject commit a7e847a894dbc8d15e178d63cba1e71d043c3fdf Subproject commit 0f416078cc00c1bb1be55453adc8dcdc9bb1baf4

View File

@ -130,8 +130,6 @@
#define EEPROM_USE_EE25XX TRUE #define EEPROM_USE_EE25XX TRUE
#define rccEnableCRC(lp) rccEnableAHB(RCC_AHBENR_CRCEN, lp)
#define rccDisableCRC(lp) rccDisableAHB(RCC_AHBENR_CRCEN, lp)
/*===========================================================================*/ /*===========================================================================*/
/* CRC driver settings. */ /* CRC driver settings. */

View File

@ -47,6 +47,7 @@ public class AutoTest {
// todo? sleep(10); // time to reboot // todo? sleep(10); // time to reboot
testBmwE34(); testBmwE34();
testSachs(); testSachs();
testRoverV8();
testMitsu(); testMitsu();
testCamaro(); testCamaro();
testCitroenBerlingo(); testCitroenBerlingo();
@ -266,6 +267,10 @@ public class AutoTest {
assertWaveFall(msg, chart, EngineChart.INJECTOR_4, 0.493, x + 540); assertWaveFall(msg, chart, EngineChart.INJECTOR_4, 0.493, x + 540);
} }
private static void testRoverV8() {
setEngineType(10);
}
private static void testFordFiesta() { private static void testFordFiesta() {
setEngineType(4); setEngineType(4);
EngineChart chart; EngineChart chart;