Releases: designer2k2/EMUcan
2.0.4 new Examples
Release
New ESP32 example showing how to send data back
What's Changed
- Add Esp32 send example by @designer2k2 in #38
- Add CI for the M4 feather example by @designer2k2 in #33
- Bump super-linter/super-linter from 7.2.1 to 7.3.0 by @dependabot in #34
- Bump jidicula/clang-format-action from 4.14.0 to 4.15.0 by @dependabot in #36
Full Changelog: 2.0.3...2.0.4
2.0.3 new Release
What's Changed
- Arduino Uno R4 support by @designer2k2 in #19
- Add emucan simulator by @pawliczka in #21
- Added example for Adafruit Feather M4 CAN Express with ATSAME51 by @CraftWork7 in #30
- Bugfix ESP32 example by @designer2k2 in 0470f74
New Contributors
- @pawliczka made their first contribution in #21
- @CraftWork7 made their first contribution in #30
Full Changelog: 2.0.2...2.0.3
Small Bugfix and example improvement
Improvements:
- The MCP2515 Examples now include the setting for the clock.
Bugfix:
- The coolant fan flag is now called "F_CF" and matches the Ecumaster documentation.
2.0 runs on everything that reads CAN frames!
This is a major release. 🤩
EMUcan does not handle the CAN bus itself anymore, like this you can use whatever CAN capable hardware you want!
It runs with MCP2515, Teensy, ESP32, STM32 and many more. Examples are provided for them.
But it also gives you something to do in case you upgrade from 1.*
Besides this EMUcan is now also automated code tested, so it should give fewer bugs in the future 😊
Full Changelog: v1.0.7...2.0.1
2.0 runs on everything that reads CAN frames!
This is a major release. EMUcan does not handle the CAN bus itself anymore, like this you can use whatever hardware you want!
It runs with the MCP2515, Teensy, ESP32 and many more.
But it also gives you something todo in case you upgrade from 1.* Please see the migration part on the main page and check out the new examples.
Besides this EMUcan is now also autmated code tested, so it should give less bugs in the future :-)
Full Changelog: v1.0.7...2.0.0
Full CAN Stream support
v1.0.6 New CAN Values bugfix
Since 2.143 there are new values in the CAN stream:
- Target Lambda
- PWM2
- Fuel used
What's Changed
- Signed int bugfix by @designer2k2 in #4
Full Changelog: v1.0.5...v1.0.6
New CAN Values
Since 2.143 there are new values in the CAN stream:
- Target Lambda
- PWM2
- Fuel used
Bugfix for fuel pressure
Bugfix release to fix the fuel pressure, it was off by 2, so 5Bar where shown as 2,5Bar.
Diagnose Features
add CAN diagnose functions