Commit Graph

16261 Commits

Author SHA1 Message Date
GitHub set-date Action 854433b8a2 Update date 2022-11-22 00:25:02 +00:00
Nathan Schulte 2a36880961
add /usr/sbin to PATH in create_ini_image*.sh (#4809) 2022-11-21 10:14:49 -05:00
Nathan Schulte 2afc9162eb RTC toggle in hardware.cpp 2022-11-21 09:36:28 -05:00
Nathan Schulte 80cfdc4e1a tidy hw_layer/rtc_helper gcc ifs 2022-11-21 09:35:24 -05:00
rusefillc a32531ee60 What is "Aux PID"? #4807 2022-11-21 00:10:35 -05:00
GitHub set-date Action 555303cf33 Update date 2022-11-21 00:28:41 +00:00
GitHub gen-configs Action 9bf6d9384e Auto-generated configs and docs 2022-11-21 00:19:59 +00:00
rusefillc 6c9f59fd56 big delete ICU #4270
random doc
2022-11-20 19:15:07 -05:00
rusefillc 17fd8e53c3 What is "Aux PID"? fix #4807 2022-11-20 18:27:51 -05:00
rusefillc 5752963dc7 https://github.com/rusefi/alphax-4chan/issues/77 2022-11-20 18:21:27 -05:00
rusefillc 4133fc2634 https://github.com/rusefi/alphax-4chan/issues/77 2022-11-20 16:42:44 -05:00
rusefillc 87c3e957de docs 2022-11-20 16:20:01 -05:00
Timbelom 98ad8a1f16
112-17 progress (#4805) 2022-11-20 16:12:12 -05:00
GitHub gen-configs Action d57d0935b4 Auto-generated configs and docs 2022-11-20 16:22:56 +00:00
rusefillc ea35a03495 UI Suggestions for Tunerstudio: next round of trigger #4780 2022-11-20 11:17:01 -05:00
GitHub gen-configs Action 06d93cb9ca Auto-generated configs and docs 2022-11-20 06:59:54 +00:00
rusefillc 01eb1f27a3 Organize Lua front end stuff in seperate folder #4781 2022-11-20 01:53:20 -05:00
GitHub gen-configs Action 523f3f7c33 Auto-generated configs and docs 2022-11-20 06:14:28 +00:00
rusefillc 213ab9396a Extra Idle Air if Throttle is Pressed behavior #3940
starting to remove since that's not what Norman wanted
2022-11-20 00:55:16 -05:00
GitHub gen-configs Action 92f13ad470 Auto-generated configs and docs 2022-11-20 05:54:45 +00:00
rusefillc e68158158e Organize Lua front end stuff in seperate folder #4781 2022-11-20 00:42:55 -05:00
rusefillc f1b7568c71 groupMenu = "Script Curves" 2022-11-20 00:38:21 -05:00
GitHub gen-configs Action aedd2c659f Auto-generated configs and docs 2022-11-20 05:10:00 +00:00
rusefillc dbfb52cda8 Boost is it actually "open+closed"? fix #4803 2022-11-20 00:03:40 -05:00
GitHub gen-configs Action 27023dccd5 Auto-generated configs and docs 2022-11-20 04:57:21 +00:00
rusefillc 6c567d44b7 Add Boost Control Tool Tips #4801 2022-11-19 23:51:18 -05:00
GitHub gen-configs Action 68ecf3e84d Auto-generated configs and docs 2022-11-20 04:32:52 +00:00
rusefillc 76e363453c Reference KPa in Boost Control Target Table fix #4802 2022-11-19 23:27:59 -05:00
GitHub set-date Action 3627ba759a Update date 2022-11-20 00:24:56 +00:00
GitHub gen-configs Action 4f00847e94 Auto-generated configs and docs 2022-11-20 00:11:12 +00:00
rusefillc a14345aaac UAZ 2022-11-19 18:14:23 -05:00
rusefillc 2c7e0d34d0 UAZ 2022-11-19 18:13:30 -05:00
rusefillc 5415abf7ca UAZ 2022-11-19 17:59:04 -05:00
GitHub gen-configs Action 373c010dca Auto-generated configs and docs 2022-11-19 20:09:30 +00:00
rusefillc 7b303330df UAZ 2022-11-19 15:03:44 -05:00
rusefillc be0327ff91 UAZ 2022-11-19 13:57:20 -05:00
rusefi a921251858 UAZ 2022-11-19 13:34:53 -05:00
GitHub gen-configs Action 36422d639e Auto-generated configs and docs 2022-11-19 14:45:54 +00:00
rusefillc a331cfa2c9 simpler SENT for now 2022-11-19 09:38:39 -05:00
Nathan Schulte d144248a6f
fix simulator build (via MinGW) (#4799)
* firmware: kill -9 dead hipLastExecutionCount

* firmware: pin_repository C includes efi_gpio.h

* firmware: controllers: tidy #endif comments

* firmware: primary_pins logic depends EFI_GPIO_HARDWARE

* firmware: only print ADC info if HAL_USE_ADC

* firmware: digital_input: tidy #endif comments

* firmware: digital_input logic depends on e.g. HAL_USE_ADC

* firmware: digital_input logic depends !EFI_SIMULATOR

* firmware: digital_input logic depends e.g. HAL_USE_ADC

* simulator: Makefile includes RUSEFI_LIB_C as CSRC

* Revert "GHA/build-firmware: pin agents to Ubuntu 20.04 (#4793)"

This reverts commit cb2477be6c.
2022-11-18 23:43:43 -05:00
Nathan Schulte 4cd649db86 firmware: digital_input logic depends e.g. HAL_USE_ADC 2022-11-18 23:24:54 -05:00
Nathan Schulte 51ecb95538 firmware: digital_input logic depends !EFI_SIMULATOR 2022-11-18 23:24:45 -05:00
Nathan Schulte 1da7242e06 firmware: digital_input logic depends on e.g. HAL_USE_ADC 2022-11-18 23:16:28 -05:00
Nathan Schulte 92d2a34941 firmware: digital_input: tidy #endif comments 2022-11-18 23:16:19 -05:00
Nathan Schulte 5774a315fe firmware: only print ADC info if HAL_USE_ADC 2022-11-18 23:15:54 -05:00
Nathan Schulte 8eabbdf248 firmware: controllers: tidy #endif comments 2022-11-18 23:15:47 -05:00
Nathan Schulte 6b9b65543c firmware: kill -9 dead hipLastExecutionCount 2022-11-18 23:15:36 -05:00
Nathan Schulte fcca331773
Tweak firmware Makefile, scripting (#4796)
* firmware: Makefile uses spaces ...

* firmware: use CC and CPPC for LD

* firmware: clean_compile_two_versions.sh passes arguments to make
2022-11-18 21:53:02 -05:00
GitHub gen-configs Action 1caeeb631b Auto-generated configs and docs 2022-11-19 02:30:46 +00:00
GitHub set-date Action 8890107f96 Update date 2022-11-19 00:22:57 +00:00