fome-fw/firmware/CHANGELOG.md

79 lines
3.5 KiB
Markdown
Raw Normal View History

2023-04-11 12:11:29 -07:00
<!---
How to use this file:
- When making a change to the firmware that users should know about, add it to the
appropriate section (breaking/added/fixed) in the next release.
- If it's something interesting or breaking, make a post about it on the forum! We want users
to find out about changes before they have to get help because their car won't start.
Release template (copy/paste this for new release):
## Month 202x Release - "Release Name"
### Breaking Changes
-
### Added
-
### Fixed
-
### Removed
-
-->
# Changelog
2023-05-29 13:56:31 -07:00
## Unreleased
### Breaking Changes
- Simplified VVT single tooth cam modes. "Single tooth second half" and "single tooth first half" have been replaced by simply "single tooth". This may require re-setting your trigger and VVT timing offsets if you used "single tooth first half" prior to this change. #178
2023-05-31 11:38:06 -07:00
### Added
- Log per-cylinder true ignition timing (includes trim, knock retard, etc) #76
- Add mode for CLT/IAT sensors that are installed "high side" instead of typical "low side" #116
2023-07-21 02:30:58 -07:00
- Automatic supply voltage compensation for VVT solenoids, giving more stable control as battery voltage changes #209
- Configurable ignition timing limits, adding safety particularly for engines running wasted spark with a large cam #211
- Improved injection, ignition bench test UI and functionality: More gauges, fuel pump on/off buttons for injector testing, and configurable duration/count #219
2023-08-25 11:25:53 -07:00
- Preset for Mazdaspeed Miata (NB) IAT sensor
2023-09-18 00:43:01 -07:00
- Option to compensate Alpha-N fueling with intake air temperature
2023-10-03 18:33:36 -07:00
- Gasoline-scale AFR gauge: instead of showing true AFR, show "gasoline scale" where 14.7 means stoichiometric
2023-10-11 23:11:43 -07:00
- Decode fuel temperature from flex fuel sensors #254
- Allow brief operation over 100% injector duty cycle and add configurable duty cycle limits #215
2023-10-24 00:59:48 -07:00
- Buttons to bump VVT targets for testing/PID tuning
- Improved serial port selection for FOME console and firmware update
2023-11-16 22:45:31 -08:00
- Better default configuration values for some advanced features
2023-05-31 11:38:06 -07:00
2023-05-29 13:56:31 -07:00
### Fixed
- Improved bench test resolution (more usable for testing injectors, dwell, etc)
2023-05-30 11:37:20 -07:00
- Maximum knock retard table displays correct Y axis values in TunerStudio
2023-06-23 01:31:08 -07:00
- Make errors about fuel pressure sensors less aggressive #111 #117
- Always operate in "two wire" mode for batch fuel, fixing batch firing order #23
2023-09-15 01:33:12 -07:00
- Fix "Toyota 3 Tooth Cam" VVT mode (1JZ, 2JZ, 1G, etc) actually works now #237
2023-10-03 18:33:36 -07:00
- Fix autotune while TS project is in AFR mode - corrections now made properly for target AFR table values
- Changing idle stepper settings causes kernel panic #265
2023-10-19 14:10:44 -07:00
- Data log channel "Fuel: Injection timing SOI" indicates correct values
2023-05-29 13:56:31 -07:00
2023-05-16 09:53:35 -07:00
## May 2023 Release
2023-04-11 12:11:29 -07:00
2023-04-28 13:11:00 -07:00
### Added
- Detected gear and wastegate position to CAN format
- Y axis override for Idle VE table. Helps with idle quality on ITB setups. #94
- Blend tables for boost open and closed loop control #73
2023-05-06 12:43:37 -07:00
- Log channels to make MegaLogViewer VE Analyze work #82
2023-05-11 23:54:07 -07:00
- Enable knock sensing on F407 Discovery build, hardcoded to PA3 #105
- Support gauge and differential fuel pressure sensors (in addition to absolute) #32
2023-05-12 13:05:49 -07:00
- Snapshot builds have a date code in the folder name #91
2023-04-28 13:11:00 -07:00
2023-04-11 13:47:30 -07:00
### Fixed
- Sensor checker wasn't checking sensors
2023-04-12 19:42:44 -07:00
- Removed vestigial warning about unset ignition pins #79
2023-05-11 23:54:07 -07:00
- Gear detection sometimes didn't work #86
2023-05-05 16:33:23 -07:00
- Restore built-in INI storage on STM32F7-based ECUs
2023-05-11 23:54:07 -07:00
- Improve log field names, easier to find the channel you're looking for #98
2023-04-11 13:47:30 -07:00
2023-07-21 01:28:55 -07:00
### For older changelog entries prior to fork from rusEFI
see [CHANGELOG.rusefi.md](CHANGELOG.rusefi.md)