Commit Graph

2534 Commits

Author SHA1 Message Date
Vitor Moreno B. Sales b0e311b3e4
202108 fixes (#659)
Added correct pin out for SPI flash using BlackPill

Fix fsIntIndex size
2021-09-14 11:23:32 +10:00
tx_haggis de2dc65538
Missing commas (#656) 2021-09-12 09:14:06 +10:00
Josh Stewart b2878d66f8 Fixes for #649 2021-09-11 10:42:39 +10:00
Josh Stewart 3297321d9c Merge branch 'master' of https://github.com/noisymime/speeduino 2021-09-11 10:14:18 +10:00
Dave Smith 1b16b2ca6b
Fixes #646, log the load fields for TS to use (#647)
Co-authored-by: David Smith <dave@smithfamily.org.uk>
2021-09-10 16:35:18 +10:00
shiznit304 46e0742b79
Added VVT Min Coolant Condition (#649)
The VVT Minimum coolant condition

Update auxiliaries.ino

Co-authored-by: Josh Stewart <josh@noisymime.org>
2021-09-10 16:34:19 +10:00
tx_haggis a0a994acdd
INI file fixes (#651)
* Use CNAME

* Missing commas

* Add missing expression delimiters

* Fix incorrect table page numbers

* Remove duplicated empty section
2021-09-10 15:59:22 +10:00
Tjeerd 5a6c089d01
Fixed bug in EEPROM emulation for STM32F401 and STM32F411 (#645)
General cleanup eeprom emulation

Co-authored-by: Tjeerd <tjeerdie@users.noreply.github.com>
2021-08-30 22:11:03 +10:00
Josh Stewart 03379fff7c Update shields in README for new github workflow 2021-08-21 09:34:30 +10:00
Josh Stewart 321bae0ebb Multiple updates to actions and disable Travis 2021-08-21 09:16:16 +10:00
Josh Stewart eda6f05af4
Fix broken yaml 2021-08-21 08:54:44 +10:00
Josh Stewart ced6446d23
Add more useful slack notification to build Action 2021-08-21 08:52:45 +10:00
Josh Stewart 341814867e
Add Slack notification to build Action 2021-08-21 08:32:15 +10:00
Josh Stewart 0d90e13ed2
Force Action to use python 3.7 2021-08-20 23:40:23 +10:00
Josh Stewart 59ba9e6dbc
Remove pip cache from Action 2021-08-20 23:27:51 +10:00
Josh Stewart 0c8483dfbf
Manually install wheel in Action 2021-08-20 23:13:50 +10:00
Josh Stewart 427afffca0
Force PIO update in unit-test action 2021-08-20 23:01:53 +10:00
Josh Stewart 22c92d1462
Add action for PIO remote test 2021-08-20 22:52:10 +10:00
Josh Stewart 49d351f932
Add server upload to build Action 2021-08-20 18:55:49 +10:00
Josh Stewart 7aec487387
Initial draft GitHub actions (#640)
* Initial creation of firmware build action

* Initial doxygen action for testing
2021-08-20 17:10:42 +10:00
Josh Stewart 0f6492dec5 Change Miata VVT decoder to use the vvtCL0DutyAng variable. Potential fix for #636 2021-08-20 16:01:26 +10:00
Josh Stewart 82cdbdc561 202109 dev signatures 2021-08-20 15:26:14 +10:00
Josh Stewart e7ed4f86b8 Fix warning in ini 2021-08-10 09:54:25 +10:00
Josh Stewart 95b8e6ee75 Signatures for 202108 release 2021-08-09 23:05:32 +10:00
Pasi Kemppainen 4e46da16d2
Small bug fix (#629) 2021-08-09 22:57:55 +10:00
Josh Stewart 7fe55037dc Remove remaining base tunes 2021-08-09 21:31:23 +10:00
Josh Stewart 9849b6a74f Remove old datasheets from repo 2021-08-09 21:23:01 +10:00
Josh Stewart 16b642d630 Remove the (non-functional) tacho sweep option from GUI 2021-08-09 16:35:57 +10:00
Josh Stewart 111fe95846
Fix badges on README 2021-08-09 16:11:59 +10:00
Josh Stewart 60cbf0c6da Merge branch 'master' of https://github.com/noisymime/speeduino 2021-08-01 23:02:09 +10:00
Josh Stewart 1560dd8308 Engage closed loop boost based on baro rather than fixed 100kpa 2021-08-01 23:02:05 +10:00
Vitor Moreno B. Sales 43f2ce594c
Fix for disable maximum output time (#622) 2021-07-29 21:00:43 +10:00
Vitor Moreno B. Sales b6147b65b0
AE graph unit for O2 sensor (#617) 2021-07-22 13:53:51 +10:00
Josh Stewart a5f7cc162b Merge branch 'master' of https://github.com/noisymime/speeduino 2021-07-22 11:57:39 +10:00
Josh Stewart d8f7f8d21d Force Teensy platform to the latest 1.54 2021-07-22 11:57:33 +10:00
Vitor Moreno B. Sales b5c6127028
Add delay option for idle advance (#601)
* Make idle advance respect delay

Also increased resolution to half second.

Remove code duplication, removed unnecessary math

* Add a new configurable delay

* Fix copy paste error

Co-authored-by: Josh Stewart <josh@noisymime.org>
2021-07-19 18:03:07 +10:00
Vitor Moreno B. Sales cd9092517c
Allow negative angle on flat shift (#600) 2021-07-19 09:35:42 +10:00
tx_haggis ef03225c32
INI file fixes (#615)
* Add missing commas

* Missing closing brace

* Missing &

Was using bitwise comparison (&): looks like it should be boolean (&&)

* Remove extra closing brace "}"

Co-authored-by: Josh Stewart <josh@noisymime.org>
2021-07-19 09:14:45 +10:00
Vitor Moreno B. Sales 118e3d40a5
Enhanced programmable outputs (#589)
* Enhanced programmable outputs

Added possibility to set minimum programmable output time.

Added names for the comparators to make it more user friendly, TS will complain about the change for existing tune.

Added more possibilities

Added possibility to set a minimum or a maximum output time

Added possibility to combine any number of rules or all of them

I got a lot of requests for this feature.

Keeps the RAM usage the same.

fix

* Fixed maximum timing

* Fix STM32 build
2021-07-19 09:11:04 +10:00
Pasi Kemppainen 0e3514980e
Add RPM switch point for instantaneous map sample method. (#572)
* Add RPM switch point for instantaneous MAP reading

* Add descriptions and other stuff to make PR

* Add suggested changes

* Use RPMdiv 100 for reading switch point

Co-authored-by: Josh Stewart <josh@noisymime.org>
2021-07-19 09:07:44 +10:00
Pasi Kemppainen f776c4b170
STM32F407 pinout BMW PnP board (#538)
* Pin mapping for BMW PnP boards

BMW PnP pin mapping to support 6cyl fully seqvential. Basically same as v0.4 pin mapping, but in addition there is correct pins for ign/inj 5-6.

* F407 pinout

Not finished

* Added VSSpin to the pin definition

* Added also missing baro sensor pin

* F407 pinout to match my MEGA replacement board

* Fix small typo

* STM32F407 pinout

Co-authored-by: Pasi Kemppainen <pazi88@users.noreply.github.com>
2021-07-18 20:01:11 +10:00
DylanRooijakkers 49a251432c
Boost by Gear (#573)
* Boost by Gear

* Minor changes to PR

- Changed *2 into bitwise operator
- Reserved 1 extra bit for boostByGearEnabled for 2 additional boost by gear modes in the future

* Added mode to set percentage of boost target table
2021-07-18 10:37:16 +10:00
Josh Stewart 68997257c2 Fix char type in Fram 2021-07-17 10:03:02 +10:00
Josh Stewart e2d486a116 Add filter for Flex sensor (Eth% and fuel temp) 2021-07-17 09:42:58 +10:00
Josh Stewart 20560e654f Fix cancomms array typo. Fixes #610 2021-07-10 09:06:01 +10:00
adamg-86 41a7bcfe84
fix the afterstart enrichment table display in TS (#568) 2021-07-08 17:13:07 +10:00
adamg-86 7eced4cd3e
Added values to CANcomms (#588)
* added status values to CANcom

I added the missing status value to CANcomms to be able to acces them via serial.

* Revert "added status values to CANcom"

This reverts commit 2d0abb9f36.

* added status values to CANcomms

added values to CANcomms to be able to acces them via serial

* corrected the number of values

* fixed the packet size

* change order and some values

I removed some status and added some

* comments and remove double

remove some status that where there two times and added comments for status1, 2, 3, 4
2021-07-08 17:10:53 +10:00
Tjeerd dabf4d1caf
Fix for OL+CL (#566)
Co-authored-by: Tjeerd <tjeerdie@users.noreply.github.com>
2021-07-06 23:31:50 +10:00
Josh Stewart dfce7572a0 Merge branch 'master' of https://github.com/noisymime/speeduino 2021-07-06 20:32:22 +10:00
Josh Stewart 5b6d280773 Add Microsoft temp files to gitignore 2021-07-06 20:32:18 +10:00