Commit Graph

11232 Commits

Author SHA1 Message Date
GitHub set-date Action b071d48699 Update date 2024-04-11 00:08:52 +00:00
GitHub gen-configs Action 693dd66ea4 Auto-generated configs and docs 2024-04-10 05:41:53 +00:00
dynfer 79aaec84de
Lua idle rpm adder (#409)
* lua idle rpm adder

* idle target fix
2024-04-09 22:40:31 -07:00
GitHub set-date Action 3ce8ccafb4 Update date 2024-04-10 00:08:26 +00:00
GitHub set-date Action e895020007 Update date 2024-04-04 00:11:16 +00:00
Matthew Kennedy 47d727fd9c Merge branch 'master' of https://github.com/fome-tech/fome-fw 2024-04-03 14:16:52 -07:00
Matthew Kennedy 5fd3056d40 add firing orders 2024-04-03 14:16:28 -07:00
GitHub set-date Action 1fa07673c5 Update date 2024-04-03 00:08:44 +00:00
GitHub set-date Action 3b57a331d1 Update date 2024-04-02 00:08:35 +00:00
GitHub set-date Action 4785b1cd9c Update date 2024-03-30 00:08:06 +00:00
Matthew Kennedy d36a4fcb54 Merge branch 'master' of https://github.com/fome-tech/fome-fw 2024-03-28 18:20:47 -07:00
Matthew Kennedy 3f8931f341 we often mean inline when we say static 2024-03-28 18:20:40 -07:00
GitHub set-date Action 990c953003 Update date 2024-03-29 00:08:49 +00:00
GitHub set-date Action eea1bb0f10 Update date 2024-03-28 00:11:35 +00:00
GitHub set-date Action 06a660035c Update date 2024-03-26 00:08:17 +00:00
Matthew Kennedy ebe78cbb4b cherry pick rename rusefi.input #391 2024-03-24 22:49:36 -07:00
GitHub set-date Action 7cd7798e7b Update date 2024-03-24 00:09:51 +00:00
GitHub set-date Action 99a2447713 Update date 2024-03-23 00:08:23 +00:00
GitHub set-date Action 46c54fca4a Update date 2024-03-22 00:08:17 +00:00
Matthew Kennedy 7ae1a6c82c Add EGT to CAN format, add enable switches for frames #398 2024-03-21 13:45:53 -07:00
GitHub set-date Action 8edc1d6fee Update date 2024-03-21 00:09:27 +00:00
GitHub set-date Action 73c96b409d Update date 2024-03-20 00:08:09 +00:00
Matthew Kennedy 3a4bce217c Make toyota 3 tooth decoder more robust #382 2024-03-19 15:08:06 -07:00
GitHub set-date Action 10e5858ea9 Update date 2024-03-19 00:08:29 +00:00
GitHub gen-configs Action b7960cab6b Auto-generated configs and docs 2024-03-18 18:33:10 +00:00
rusefillc addb01f04f
MRE for Miata does not exist, also Frankenso method inline (#347)
* MRE for Miata does not exist, also Frankenso method inline

* MRE nor Frankenstein for Miata do not exist, also Frankenso method inline

---------

Co-authored-by: rusefillc <sdfsdfqsf2334234234>
2024-03-18 11:31:41 -07:00
GitHub set-date Action 308b425e0a Update date 2024-03-18 00:09:10 +00:00
Matthew Kennedy 8680b22816 move a bunch of tables out of engine_configuration_s #371 2024-03-17 12:06:14 -07:00
GitHub set-date Action 35539b02f2 Update date 2024-03-17 00:09:07 +00:00
GitHub set-date Action 97bd67d1cd Update date 2024-03-16 00:08:06 +00:00
GitHub set-date Action cb834cb797 Update date 2024-03-15 00:08:16 +00:00
Matthew Kennedy 46c88de067 fix script table defs 2024-03-14 14:34:22 -07:00
GitHub set-date Action 4fc7c28a47 Update date 2024-03-13 00:08:26 +00:00
Matthew Kennedy 60967399cc set hasFirmwareErrorFlag as early as possible 2024-03-12 15:29:44 -07:00
Matthew Kennedy 498824eff4 tabs 2024-03-12 15:28:52 -07:00
Matthew Kennedy 9f67bfda03 tabs 2024-03-12 14:40:45 -07:00
GitHub set-date Action fbc3b036c6 Update date 2024-03-11 00:08:41 +00:00
GitHub set-date Action 034cc85438 Update date 2024-03-10 00:09:26 +00:00
Nathan Schulte bfb8cf1f89
GCC 13 simulator build, console->simulator on Linux (#378)
* engine: variable engine is: constexpr Engine

* can: rename CanRead::start to not hide

* console: support launching simulator on Linux

* console: fully encapsulate simulator binary name

* console: simplify simulator binary wrangling

* console: cleaner java code-style
2024-03-09 00:11:20 -08:00
GitHub set-date Action f4186c1e79 Update date 2024-03-09 00:07:53 +00:00
GitHub set-date Action c03b8e1944 Update date 2024-03-07 00:07:03 +00:00
GitHub set-date Action c1ee7449a9 Update date 2024-03-05 00:08:22 +00:00
GitHub set-date Action 92311200db Update date 2024-03-03 00:17:55 +00:00
Matthew Kennedy 09c0ac4d7f registerCanListener should be idempotent 2024-03-02 15:53:57 -08:00
GitHub set-date Action d69676a101 Update date 2024-03-02 00:07:57 +00:00
Matthew Kennedy 2436e7c105
implement TS console over ATWINC1500 WiFi (#373)
* experimenting with atwinc1500

* rename to cpp

* if/else without curly braces

* nullptr

* static asserts

* unused params

* stub basic bsp and wifi console

* misc c++ fixes

* it appears to compile?

* enable/disable ISR

* idk why this needs to get commented

* dead code

* more wifi plumbing

* move wifi init after hardware init

* wifi bsp

* bsp handles empty SPI read/write, pin init

* build spi_flash.cpp

* don't double-enable interrupts

* maybe no need for extern "C"

* faster SPI

* socket kinda connects?

* wifi updater tool?

* log wifi stuff to efiPrintf

* I'm not sure why you have to skip the reboot it says you have to do

* working tcp implementation

* use lock instead of actually cycling interrupts

* improve socket receive performance

* add firmware info

* avoid locking for spi select/unselect

* allow larger SPI ops

* wifi thread priority

* hooks for pins and SPI device

* guard

* build atlas with wifi

* don't unconditionally define EFI_WIFI, oops

* only build wifi if wifi

* typo

* H7 SPI

* typo
2024-03-01 12:37:55 -08:00
GitHub set-date Action 8fb7934286 Update date 2024-03-01 00:09:50 +00:00
Matthew Kennedy 8011da9661 Merge branch 'master' of https://github.com/FOME-Tech/fome-fw 2024-02-29 00:10:30 +00:00
Matthew Kennedy 5e1359c919 correct big buffer move assignment/constructor behavior 2024-02-29 00:09:57 +00:00
GitHub set-date Action 017531b5f5 Update date 2024-02-29 00:08:05 +00:00