Commit Graph

26417 Commits

Author SHA1 Message Date
Andrey 6436612f38 cleanup tunerstudio integration 2023-11-04 23:07:50 -04:00
GitHub gen-configs Action 404bf82552 Auto-generated configs and docs 2023-11-04 23:07:49 -04:00
Andrey 021609f468 only:unused methods 2023-11-04 22:34:28 -04:00
GitHub set-date Action f07d2b05d0 Update date 2023-11-05 00:22:50 +00:00
rusefillc 21243f3ff7 only:better guards 2023-11-04 19:24:28 -04:00
rusefillc 233a35ed7d better guards 2023-11-04 19:13:46 -04:00
rusefillc 5e1f66c1b9 only:Unit Tests on Windows 2023-11-04 18:48:46 -04:00
rusefi f7ded8f69e only:dead 2023-11-04 13:35:19 -04:00
rusefi 1bbff802a6 only:Unit Tests on Windows 2023-11-04 13:30:57 -04:00
rusefillc 23fbc3f8f4 only:Unit Tests on Windows 2023-11-04 13:18:55 -04:00
rusefillc b8f71d834b better guards 2023-11-04 13:05:19 -04:00
rusefillc c5c62a42c0 better guards 2023-11-04 13:05:08 -04:00
rusefillc 2d9b835768 better guards 2023-11-04 09:45:22 -04:00
rusefillc 12e6c18c4e better guards 2023-11-04 09:45:14 -04:00
rusefillc 3d48982b1f only:Unit Tests on Windows 2023-11-04 09:42:49 -04:00
rusefillc f3611894aa only:Unit Tests on Windows 2023-11-04 09:15:17 -04:00
rusefillc caaeaf5fd5 kinetis unused 2023-11-04 09:09:26 -04:00
rusefillc 0725151609 better guards 2023-11-04 09:09:10 -04:00
rusefillc dd628ead12 only:Print bash version on windows 2023-11-03 22:43:12 -04:00
rusefi c1d3e93b9e only:Unit Tests on Windows 2023-11-03 22:09:58 -04:00
rusefillc 4dd7a9d28e better guards 2023-11-03 21:20:45 -04:00
rusefillc 3cf7b6ee88 only:Unit Tests on Windows 2023-11-03 21:20:30 -04:00
rusefillc 03358059f8 better guards 2023-11-03 21:08:24 -04:00
rusefillc f07a21e37d Unit Tests on Windows 2023-11-03 21:08:24 -04:00
GitHub gen-configs Action 056bef814e Auto-generated configs and docs 2023-11-04 00:59:02 +00:00
rusefillc 0e81c5cf10 Unit Tests on Windows 2023-11-03 20:54:02 -04:00
rusefillc 946fec3ea0 better guards 2023-11-03 20:54:02 -04:00
rusefillc b3b8cb6ed5 unused 2023-11-03 20:54:02 -04:00
rusefillc 04ff8c5752 fresh 2023-11-03 20:54:02 -04:00
GitHub set-date Action 95642552e8 Update date 2023-11-04 00:38:11 +00:00
rusefillc a3a549cfcc GCC12: fix note: see the '-flto' option documentation for more inform… #5688 2023-11-03 16:13:09 -04:00
rusefi 4635906ac9 only:alphax-8chan 2023-11-03 16:07:07 -04:00
andreika-git 525d8355b3 trigger_input_comp is now ready for unused-vars 2023-11-03 15:47:40 -04:00
andreika-git 0e226e77a5 prepare kinetis drivers for -Wno-error=unused-variable 2023-11-03 15:47:40 -04:00
Andrey e78803b314 unused-variable is a nice error message to have 2023-11-03 15:47:40 -04: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
rusefillc 3b6c9feea5
require LEDs (#5643)
* require all boards to define LED functions (#272)

* require all boards to define LED functions

* f429 nucleo

* small can

* small can

* add to header

* LEDs

---------

Co-authored-by: Matthew Kennedy <matthewkennedy@outlook.com>
Co-authored-by: rusefillc <sdfsdfqsf2334234234>
2023-11-03 12:56:59 -04:00
Andrey fea05d4d80 only:fresh 2023-11-03 07:42:34 -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
GitHub gen-configs Action 19de6c1bcc Auto-generated configs and docs 2023-11-03 11:25:09 +00:00
Patryk Chmura fa715011e0
Changed the TunerStudio axis assignment (#5685)
Co-authored-by: pchmura4 <>
2023-11-03 07:22:07 -04:00
Andreika 84f7508701
Trigger emulator: support for cam/vvt (#5642)
* tiny refactoring

* add cam/vvt support to trigger_emulator

* fix

* fix unit-tests

* fix

* CAM sensor simulator #5640
only: assertHappyTrigger

* fix?

* better fix?

* only:alphax-8chan

* progress!

---------

Co-authored-by: rusefillc <sdfsdfqsf2334234234>
Co-authored-by: Andrey <rusefillc@gmail.com>
2023-11-02 21:57:01 -04:00
Andrey 5ab0d75709 only:unused-variable is a nice error message to have #5683 2023-11-02 21:51:31 -04:00
rusefi 7f59d7acfc baro
only:alphax-8chan
2023-11-02 21:21:13 -04:00
GitHub gen-configs Action 0561263d14 Auto-generated configs and docs 2023-11-03 01:00:16 +00:00
Andrey 4eefedcec2 unused-variable is a nice error message to have #5683 2023-11-02 20:48:57 -04:00
GitHub set-date Action d4e13e5b4c Update date 2023-11-03 00:39:59 +00:00
Andrey b70f8f0b92 unused-variable is a nice error message to have #5683 2023-11-02 18:31:03 -04:00
Andrey 756a198b96 only:alphax-8chan 2023-11-02 18:24:11 -04:00
rusefillc bb44f565b6 only:cam/shadow 2023-11-02 15:51:25 -04:00