Commit Graph

377 Commits

Author SHA1 Message Date
GitHub gen-default-tune Action 345913165d Auto-generated default tune 2023-11-27 03:44:37 +00:00
GitHub gen-default-tune Action dfeda10b29 Auto-generated default tune 2023-11-26 15:33:30 +00:00
GitHub gen-default-tune Action fc5fb856fe Auto-generated default tune 2023-11-26 04:30:42 +00:00
GitHub gen-default-tune Action 24086333bf Auto-generated default tune 2023-11-26 03:36:46 +00:00
Andrey 523f9dad02 only:EPIC: Improve toolset for default tune canned tune generation #4871 2023-11-25 22:32:08 -05:00
Andrey b7584611b1 only:EPIC: Improve toolset for default tune canned tune generation #4871 2023-11-25 20:41:00 -05:00
GitHub gen-default-tune Action aaf597b6c3 Auto-generated default tune 2023-11-26 00:41:50 +00:00
rusefillc df8cc652e8 only:EPIC: Improve toolset for default tune canned tune generation #4871 2023-11-25 19:36:37 -05:00
Andrey 768334f70d only:EPIC: Improve toolset for default tune canned tune generation #4871 2023-11-25 19:09:42 -05:00
GitHub gen-default-tune Action a33f8fdc39 Auto-generated default tune 2023-11-26 00:07:49 +00:00
GitHub gen-default-tune Action 653c692b9b Auto-generated default tune 2023-11-25 23:32:06 +00:00
Andrey 80b65f95fc only:EPIC: Improve toolset for default tune canned tune generation #4871 2023-11-25 18:18:59 -05:00
andreika-git aa7265a5bf causeHardFault() function for different ports 2023-11-14 15:28:07 -06:00
Andrey G ed8af771ac
at_start_f435: enable MFS for internal flash (#5687)
* Rename EFI_INTERNAL_FLASH to EFI_STORAGE_INT_FLASH

This define enables use of RE custom flash driver for storing
settings to internal flash.

* at_start_f435: enable MFS for settings storing in internal flash

* MRE: fix special build

* kinetis: fix flash_int.cpp vs flash_int.c mess

* at32: allow allowFlashWhileRunning()

* flash_main: supress warning
2023-11-03 13:08:35 -04:00
Andrey G 1eea6c946b
Prepare for MFS on internal flash (#5686)
* Rename EFI_STORAGE_EXT_SNOR to EFI_STORAGE_MFS

Just to reduce confusion. MFS is going to be used for AT32 internal
flash.

* MFS: hide low level stuff to board file

MFS can be located on internal or external flash/eeprom.
This is board-dependent, so hide intialization and configuration
to board file.
This should also help switching to MFS on internal flash too.

* Fix simulator

* Fix comments
2023-11-03 07:30:31 -04:00
Matthew Kennedy 14a87d497e remove ccache 2023-11-02 14:30:22 -04:00
Andrey 61909b2f4e only:Simulator/win10/gcc12.2.0 assertString FAILED fix #5682 2023-11-02 09:25:50 -04:00
Matthew Kennedy 0a767edd3d prep adding Werror=shadow 2023-11-01 19:25:13 -04:00
rusefi 6b97f23eae pursuit of truth 2023-10-31 09:36:45 -04:00
rusefi 088438f8ca hd 2023-10-31 02:02:20 -04:00
rusefi 198609ecaf Non-square dimension maps #5641
copy/paste bad
2023-10-25 23:50:28 -04:00
Andrey f1c32b52e9 only: Non-square dimension maps #5641 2023-10-25 22:44:48 -04:00
rusefillc add3326ef0
dead warningEnabled global variable (#5636) 2023-10-24 18:55:29 -04:00
rusefillc d5bb7bd060 only:making boost a bit more obvious 2023-10-19 20:34:58 -04:00
rusefillc 9e6678e2a1 only:conditional guards to make troubleshooting simpler 2023-10-19 20:17:01 -04:00
Andrey a90f8d4c9f only:simulator guards 2023-10-19 13:25:19 -04:00
andreika-git f4b63d9f53 undo debug 2023-10-17 13:06:19 -04:00
andreika-git 2e6e2ec852 CANRxFrame pack/unpack 2023-10-17 13:06:19 -04:00
andreika-git 55feb0f2df debug 2023-10-17 13:06:19 -04:00
andreika-git 061abec675 more advanced handleWrapCan() 2023-10-14 16:09:08 -04:00
andreika-git 6bc83826f9 handleWrapCan() now receives packets https://github.com/rusefi/rusefi/issues/5606 2023-10-11 18:44:06 -04:00
andreika-git a02327ce4c fix handleWrapCan() for simulator 2023-10-01 17:34:13 -04:00
andreika-git fc733e4e04 CAN support for simulator/win 2023-10-01 17:34:13 -04:00
andreika-git dfd3a11b40 fix weak linkage for simulator/win compiler 2023-10-01 17:34:13 -04:00
rusefillc 92292aeddd only:docs/renaming method to reduce confusion 2023-09-25 13:57:40 -04:00
rusefillc d558a46a11
Xxx (#5567)
* testability: bench test commands should have automated coverage using simulator #5562

* testability: bench test commands should have automated coverage using simulator #5562
2023-09-16 10:29:53 -04:00
Matthew Kennedy 51bfa1d2ce instaflush stdout on simulator 2023-09-14 07:37:11 -04:00
Andrey 2c59859e1f testability: bench test commands should have automated coverage using simulator #5562 2023-09-12 09:59:18 -04:00
rusefillc 7e6daa69c3 testability: bench test commands should have automated coverage using simulator #5562 2023-09-11 23:29:11 -04:00
Andrey 55b6f25725 simulator from source code should have debug fix #5495 2023-09-06 23:19:44 -04:00
Andrey ba66fdcf82 reducing code duplication around assert 2023-09-05 21:28:39 -04:00
rusefillc 8249bbe5f9 only:с++ 2023-09-02 20:44:33 -04:00
rusefi e8c45a2e7d refactoring: reducing code duplication. Also, do we even care for critical error codes?! 2023-08-20 22:23:44 -04:00
rusefillc bf59660e37 encapsulation 2023-08-08 06:59:00 -04:00
rusefillc 17050ee872 simulator crashed: too early to invok fix #5501 2023-08-07 07:49:08 -04:00
Andrey 4be0d15a64 only:minor test refactoring 2023-07-29 14:12:32 -04:00
rusefillc 6dbea703b5
Update readme.md 2023-07-29 08:29:35 -04:00
Andrey 3534294fb2 only:mailboxes unit test 2023-07-24 21:50:18 -04:00
rusefillc 68094a8b0d
only:Update readme.md 2023-07-10 14:32:19 -04:00
rusefillc 186080c136
Just need a bullet-proof solution which would work regardless of class, struct, typedef struct or not defined type (#5395) 2023-07-07 01:23:42 -04:00