Commit Graph

23498 Commits

Author SHA1 Message Date
Matthew Kennedy 498824eff4 tabs 2024-03-12 15:28:52 -07:00
GitHub gen-configs Action 041dfb144e Auto-generated configs and docs 2024-03-12 21:42:13 +00: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 gen-configs Action badf3bd1a4 Auto-generated configs and docs 2024-03-10 06:29:39 +00:00
Matthew Kennedy f0566758f9 fome vs rusefi 2024-03-09 22:28:12 -08:00
GitHub set-date Action 034cc85438 Update date 2024-03-10 00:09:26 +00:00
GitHub gen-configs Action 612bb40262 Auto-generated configs and docs 2024-03-09 20:34:42 +00:00
Matthew Kennedy e4c76e6596 add more options for UI hiding 2024-03-09 12:33:18 -08:00
GitHub gen-configs Action 9f7e4e9845 Auto-generated configs and docs 2024-03-09 08:14:08 +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
Matthew Kennedy d7b4b5834f no ssh upload I guess 2024-03-08 00:26:08 -08:00
Matthew Kennedy 322199ac87 ded 2024-03-08 00:08:04 -08:00
Matthew Kennedy 1d1a422a44 there are no dll in console folder 2024-03-07 23:02:37 -08:00
Matthew Kennedy e4fd095a2c unit tests get a board name for now 2024-03-07 22:59:47 -08:00
Matthew Kennedy 93cc79a82e totally dead variable, good job bash you found dead code! 2024-03-07 22:48:33 -08:00
Matthew Kennedy 5aa327d821 handle if USE_OPENBLT is blank 2024-03-07 22:46:28 -08:00
Matthew Kennedy f1774af593 fix BOARD_SPECIFIC_URL parsing 2024-03-07 22:31:57 -08:00
Matthew Kennedy b7437c9890 more scripts 2024-03-07 22:31:26 -08:00
Matthew Kennedy 6db9cc3323 check for arg count instead of reading missing arg 2024-03-07 22:22:39 -08:00
Matthew Kennedy 6afd468f94 script cruft 2024-03-07 22:22:28 -08:00
Matthew Kennedy 830f6206d0 script cruft 2024-03-07 22:19:50 -08:00
Matthew Kennedy da1ad5b34f scripts should fail harder when they fail 2024-03-07 22:17:37 -08:00
GitHub gen-configs Action a44b110a37 Auto-generated configs and docs 2024-03-08 06:12:50 +00:00
Matthew Kennedy a5008f4799 misc cleanup 2024-03-07 22:11:23 -08:00
GitHub set-date Action c03b8e1944 Update date 2024-03-07 00:07:03 +00:00
GitHub gen-configs Action 988005528f Auto-generated configs and docs 2024-03-06 20:00:05 +00:00
Matthew Kennedy b4f21febfb settings visibility cleanup, add a few for hiding pins 2024-03-06 11:58:35 -08:00
Matthew Kennedy 9141bf2cb9 afr2GasolineScale 2024-03-06 11:42:49 -08:00
GitHub set-date Action c1ee7449a9 Update date 2024-03-05 00:08:22 +00:00
GitHub gen-configs Action 4a4a14224d Auto-generated configs and docs 2024-03-04 00:59:15 +00:00
Matthew Kennedy db4260dcaf wrong channel on gas afr gauges 2024-03-03 16:57:52 -08: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 gen-configs Action fff8bf127f Auto-generated configs and docs 2024-03-02 22:27:00 +00:00
Matthew Kennedy 63334c7a0e everyone loves a stray q 2024-03-02 14:24:33 -08:00
GitHub gen-configs Action e9f4ffbcfd Auto-generated configs and docs 2024-03-02 09:45:57 +00:00
Matthew Kennedy d29acea3df Merge branch 'master' of https://github.com/fome-tech/fome-fw 2024-03-02 01:44:39 -08:00
Matthew Kennedy acaf913767 snappier TS settings, especially for atlas 2024-03-02 01:44:36 -08:00
GitHub set-date Action d69676a101 Update date 2024-03-02 00:07:57 +00:00
Matthew Kennedy dba95f57dc except that one can't be final 2024-03-01 12:57:01 -08:00
Matthew Kennedy a85e6c777d make some channels final 2024-03-01 12:46:39 -08: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
Matthew Kennedy 048d36745d more script cleanup 2024-03-01 11:30:46 -08:00
GitHub gen-configs Action 02783b63cb Auto-generated configs and docs 2024-03-01 19:24:10 +00:00
Matthew Kennedy 54175b1f0d dead script folder/readme 2024-03-01 11:22:26 -08:00
Matthew Kennedy 85a661e0e0 we don't need to ship these scripts to people 2024-03-01 11:21:08 -08:00
GitHub set-date Action 8fb7934286 Update date 2024-03-01 00:09:50 +00:00
Matthew Kennedy 7eb4463116 extra cd in hellen scripts breaks things 2024-02-29 01:04:17 -08:00