Commit Graph

106 Commits

Author SHA1 Message Date
GitHub gen-configs Action 6fd098b378 Auto-generated configs and docs 2022-11-29 00:44:32 +00:00
GitHub gen-configs Action 9a1381a790 Auto-generated configs and docs 2022-11-26 16:23:09 +00:00
GitHub gen-configs Action e49786a31e Auto-generated configs and docs 2022-11-10 20:17:00 +00:00
GitHub gen-configs Action cdcc94bb02 Auto-generated configs and docs 2022-11-06 00:28:03 +00:00
GitHub gen-configs Action e4291ae90b Auto-generated configs and docs 2022-11-03 02:21:44 +00:00
GitHub gen-configs Action 6eedad82c1 Auto-generated configs and docs 2022-11-01 21:00:55 +00:00
GitHub gen-configs Action d36293a836 Auto-generated configs and docs 2022-10-28 14:33:29 +00:00
GitHub gen-configs Action ae301c690f Auto-generated configs and docs 2022-10-28 08:36:50 +00:00
rusefillc 23ecb21562 SD card log fields list should be auto-generated #3985
oh many fields!
2022-10-28 04:11:54 -04:00
GitHub gen-configs Action d49fa94c55 Auto-generated configs and docs 2022-10-24 16:46:53 +00:00
GitHub gen-configs Action 9b2784959b Auto-generated configs and docs 2022-10-19 10:47:20 +00:00
GitHub gen-configs Action 2edbf8ecb0 Auto-generated configs and docs 2022-10-17 03:44:02 +00:00
rusefillc c5cc0efb9d SD card log fields list should be auto-generated #3985
let's try again
2022-10-12 20:24:16 -04:00
rusefillc 68fb28b4d8 SD card log fields list should be auto-generated #3985
progress
2022-10-12 20:14:28 -04:00
rusefillc ffdffef642 SD card log fields list should be auto-generated #3985
progress
2022-10-12 19:46:17 -04:00
rusefillc f84e65ebdb SD card log fields list should be auto-generated #3985
progress
2022-10-12 19:35:54 -04:00
rusefillc 9b291f2ffc rollback 2022-10-12 14:50:13 -04:00
rusefillc 8f69e427e9 SD card log fields list should be auto-generated #3985
prime time of phase 1
2022-10-12 13:12:57 -04:00
GitHub gen-configs Action 6f176cb8a1 Auto-generated configs and docs 2022-10-12 16:56:29 +00:00
GitHub gen-configs Action 3527399c10 Auto-generated configs and docs 2022-10-12 12:10:52 +00:00
rusefillc 97bb8805fe SD card log fields list should be auto-generated #3985 2022-10-12 08:04:58 -04:00
GitHub gen-configs Action ae0fc31703 Auto-generated configs and docs 2022-10-12 04:18:34 +00:00
rusefillc 9b6a3cf6a6 SD card log fields list should be auto-generated #3985 2022-10-11 23:43:45 -04:00
rusefillc 64e0f660bc SD logging: cutting out intermediate buffer since we already have nicely buffered writer 2022-10-11 23:41:18 -04:00
rusefillc f0c81cc658 SD logging: calculating sum on the fly 2022-10-11 23:31:47 -04:00
rusefillc 4679cb2815 refactoring: nicer parameter name 2022-10-11 23:27:15 -04:00
GitHub gen-configs Action f9b49f7e5e Auto-generated configs and docs 2022-10-12 01:35:09 +00:00
Matthew Kennedy d74ae44b30 allow SD logging non-scaled_channel (#4657)
* allow SD logging non-scaled_channel

* comments and kick ci
2022-10-11 20:58:43 -04:00
rusefillc 73f0e01a27 SD card log fields list should be auto-generated #3985 2022-10-11 07:42:31 -04:00
GitHub gen-configs Action 1efad41754 Auto-generated configs and docs 2022-10-11 03:03:43 +00:00
rusefillc e2e07a2141 SD card log fields list should be auto-generated #3985 2022-10-10 22:58:17 -04:00
GitHub gen-configs Action 48cdb84a52 Auto-generated configs and docs 2022-10-11 02:54:46 +00:00
rusefillc 9a8f8d3110 SD card log fields list should be auto-generated #3985 2022-10-10 22:40:43 -04:00
GitHub gen-configs Action dad970ae62 Auto-generated configs and docs 2022-10-11 01:56:08 +00:00
rusefillc eb3c3c19d6 SD card log fields list should be auto-generated #3985 2022-10-10 21:50:49 -04:00
GitHub gen-configs Action 6d2d515dc7 Auto-generated configs and docs 2022-10-11 01:50:20 +00:00
GitHub gen-configs Action 467bc9934e Auto-generated configs and docs 2022-10-11 01:30:56 +00:00
rusefillc e00d4a819a SD card log fields list should be auto-generated #3985 2022-10-10 21:25:35 -04:00
rusefillc fa940029ec SD card log fields list should be auto-generated #3985 2022-10-10 07:52:20 -04:00
rusefillc 228437f574 outputRequestPeriod into logs 2022-09-12 20:56:57 -04:00
rusefillc 5da9012d70 moving SD logic to better source 2022-09-12 20:39:43 -04:00
Andrey G 1ca5988877 time routines refactor (#4563)
* Extract time helpers from engine_controller_misc to efitime.cpp

* Rename currentTimeMillis() to getTimeNowMs()

We have getTimeNowNt(), getTimeNowUs(), currentTimeMillis() and getTimeNowSeconds()
Align a bit.

find . -type f -name '*.c*' -exec sed -i 's/currentTimeMillis/getTimeNowMs/g' {} \;

* Rename getTimeNowSeconds() to getTimeNowS()

To align with Nt, Us, Ms versions.

* Some comments about getTimeNowLowerNt()
2022-09-11 13:06:03 -04:00
Andrey e9e040895b different file names for different entities 2022-09-04 23:11:19 -04:00
Andrey 78334df10f refactoring: reducing outputChannels copy 2022-09-04 23:03:42 -04:00
Matthew Kennedy 4865213537 Log gppwm output values (#4385)
* remove debug option

* purpose built output channels

* name

* embiggen sd log buffer

* Revert "embiggen sd log buffer"

This reverts commit 37432a56535b24c221ae92e9aaded23de4d4a579.

* embiggen SD log buffer
2022-07-27 12:10:00 +03:00
Matthew Kennedy cd98ad35c2 use libfirmware for a few things (#4351)
* use libfirmware

* unit tests

* crc

* missed one

* bootloader
2022-07-16 02:22:51 -04:00
Andrey 46add5df49 logging of live data structs was: data points #3614 2022-06-29 03:29:21 -04:00
rusefillc 37d00b73d0 SD card logs are broken by double fuel: wall correction #4291 2022-06-26 20:48:36 -04:00
Matthew Kennedy 597c9b0256 binary log knock count and retard (#4139) 2022-05-05 07:41:41 +03:00
Matthew Kennedy 4c2518c4c0 output channel tweaks (#4023)
* shuffle around output channels

* postState should take a ref

* s

* s

* patch input file

* limits

* accel bad bounds check

* units

* units

* Revert "accel bad bounds check"

This reverts commit b2bb493be331d5d2cf40b9ed01363a53182c883e.

* missed an autoscale
2022-03-24 08:58:55 -04:00