Commit Graph

1984 Commits

Author SHA1 Message Date
Josh Stewart b3b0517a66 Fix broken Travis yaml 2019-04-09 20:16:05 +10:00
Josh Stewart 8688af4b5b Change doxygen to upload to new github repo 2019-04-09 20:04:28 +10:00
Josh Stewart f41f95a60c More testing of doxygen 2019-04-09 16:03:25 +10:00
Josh Stewart 4705a594f6 Some initial testing of doxygen generation (on speeduino.ino/h files) 2019-04-09 10:58:55 +10:00
Josh Stewart 85bdf4181a
Merge pull request #219 from brunob45/dev/teensyfix
Fix teensy compilation errors and CRC32 calculation
2019-04-08 14:18:01 +10:00
Josh Stewart ab6bd25472 April dev signatures 2019-04-08 14:17:04 +10:00
Josh Stewart 5f8530be3b Fix for doxygen failing to upload 2019-04-08 12:17:39 +10:00
Josh Stewart 997f84198d Merge branch 'master' of https://github.com/noisymime/speeduino 2019-04-08 11:38:43 +10:00
Josh Stewart b93bc46d0d Initial doxygen stuff 2019-04-08 11:38:20 +10:00
Bruno Bousquet 73d2ecedc8 Fix FastCRChw and other warnings 2019-04-07 13:12:42 -04:00
Bruno Bousquet e84c809740 Fix compilation errors for teensy 2019-04-07 11:49:24 -04:00
Josh Stewart 8632bd52ce
Update README.md 2019-04-04 22:59:35 +11:00
Josh Stewart 3c285408e6 Signatures and base tunes for 201903 2019-04-04 12:11:15 +11:00
Josh Stewart 17ffc62f63 Rename O2 field to AFR in datalog 2019-04-04 11:05:52 +11:00
Josh Stewart 5f26838612
Merge pull request #201 from brunob45/dev/realdash
Serial request 'a' handler for realdash compatibility
2019-04-03 08:46:30 +11:00
Josh Stewart 3dee0df227
Merge branch 'master' into dev/realdash 2019-04-03 08:45:08 +11:00
Josh Stewart f02fd2c26a Change the way some of the avr2560 timers are initialised 2019-04-01 16:10:10 +11:00
Josh Stewart 465dda0c7a Add new ignition mode support for GM7X 2019-04-01 16:01:01 +11:00
Josh Stewart f89ec20b05 Cleanup some warnings 2019-03-25 14:47:41 +11:00
Josh Stewart 90f6bec46e Initial FD and RX8 ignition mode work 2019-03-25 14:38:14 +11:00
Josh Stewart 49a6744e36 Complete and tested CRC32 calcs for pages 2019-03-18 16:44:29 +11:00
Josh Stewart fe11bbde1e Working CRC32 checks on all non-map pages 2019-03-18 00:40:35 +11:00
Josh Stewart 0697819f9c Initial work on CRC32 calcs for pages 2019-03-17 22:14:29 +11:00
Josh Stewart 4f4781a234 Send dwell value as 16 rather than 8 bit to TS. Fixes #203 2019-03-15 17:35:18 +11:00
Josh Stewart d422221bab
Merge pull request #206 from ric355/febstepper
More stepper control changes for better starting and finer tuning
2019-03-13 15:26:43 +11:00
Josh Stewart 8c89ff1c1a Complete new tacho setup (fixes #210) 2019-03-13 14:24:05 +11:00
Josh Stewart 7ed645b574 stm32 SPIAsEEPROM compatibility work 2019-03-12 21:49:09 +11:00
Josh Stewart c671a4102f Initial work on settable tacho pulse duration (See #210) 2019-03-11 20:41:50 +11:00
Bruno Bousquet b19bf2f7e8 serial request 'a', part 2 2019-03-08 17:23:27 -05:00
Josh Stewart c392cb8f5d Minor MISRA cleanup 2019-03-07 23:13:38 +11:00
Josh Stewart 2391cb4073 Remove verbose flag from cURL in Travis 2019-03-07 23:07:20 +11:00
Josh Stewart bb9ade4657 Fix for Teensy not compiling when number of channels was set to 8/8 2019-03-07 22:59:36 +11:00
Josh Stewart 5d3705d9ef Remove old unused digitalWriteFast 2019-03-07 22:48:42 +11:00
Josh Stewart 733c1dd71e Initial import of SPIMemory library and non-working EEPROM shim 2019-03-07 22:48:09 +11:00
Josh Stewart 430032d3ab Bring in stm32f407 official core support within platformio 2019-03-07 22:47:22 +11:00
Josh Stewart 05e3d928ad Minor bits missed from last commit 2019-03-06 18:17:33 +11:00
Josh Stewart 9101356c5a Workaround for potential stray spark signals on startup 2019-03-06 16:58:26 +11:00
Josh Stewart 7550a6a0a0 Remove extra pinMappings (for now) and pass the CORE_STM32_OFFICIAL in the compile options 2019-03-05 01:02:53 +11:00
Josh Stewart 942e4491c0 Add board variable to set where the EEPROM class will come from 2019-03-05 01:02:02 +11:00
Josh Stewart f96999dd2d Multiple stm32 and general arch cleanup/fix from last merge 2019-03-04 23:45:33 +11:00
Josh Stewart f3870cd350 Remove some random files from the last few merges 2019-03-04 17:18:10 +11:00
Josh Stewart 0dce5ebb9b
Merge pull request #204 from Tjeerdie/dev_stm32F407VE
Dev stm32 f407 ve
2019-03-04 09:35:59 +11:00
Josh Stewart 7a4c88068c
Merge branch 'master' into dev_stm32F407VE 2019-03-04 09:33:56 +11:00
Josh Stewart 81505b9a01
Merge pull request #207 from VitorBoss/noisymime-master
STM32GENERIC and libmaple
2019-03-04 09:18:48 +11:00
Vitor_Boss 3532e1bfbc Fix PINMAKS_TYPE typo 2019-03-03 19:15:57 -03:00
Vitor_Boss e150936c71 PINMAKS_TYPE defined to all boards 2019-03-03 02:12:33 -03:00
Vitor_Boss dd942c55aa fix code version 2019-03-03 02:08:33 -03:00
Vitor_Boss 7409fc0ce5 add a missing include 2019-03-03 01:52:14 -03:00
Vitor_Boss 191f7b2b3e Fix last commit 2019-03-03 01:48:24 -03:00
Vitor_Boss 1777f0aae7 STM32 update 2019-03-03 01:43:43 -03:00