Matthew Kennedy
46f5fbf11f
set rtos mode in launch config ( #4581 )
...
* set rtos
* casing matters
2022-09-15 08:29:38 -04:00
GitHub set-date Action
9218820cda
Update date
2022-09-15 00:26:28 +00:00
rusefillc
b047ad1266
Randomly hanging for a complete second #4557
2022-09-14 08:41:40 -04:00
Matthew Kennedy
f10908e82b
s ( #4580 )
2022-09-14 08:13:47 -04:00
Andrey
0c87bb7260
deep rabbit holes are the best ones!
...
refactoring: encapsulation
2022-09-14 02:45:31 -04:00
Andrey
0e91914266
deep rabbit holes are the best ones!
...
refactoring: encapsulation
2022-09-14 02:35:55 -04:00
Andrey
663c39afdc
deep rabbit holes are the best ones!
...
refactoring: encapsulation
2022-09-14 02:24:41 -04:00
Andrey
2c0ce0ec7d
deep rabbit holes are the best ones!
...
refactoring: encapsulation
2022-09-14 02:17:04 -04:00
Andrey
12d857b99c
deep rabbit holes are the best ones!
...
refactoring: encapsulation
2022-09-14 02:06:52 -04:00
Andrey
6cdb0dc0af
deep rabbit holes are the best ones!
...
refactoring: encapsulation
2022-09-14 01:53:17 -04:00
Andrey
82cda62bac
inline method to reduce confusion
2022-09-14 01:34:52 -04:00
Andrey
6b0941b8ed
inline method to reduce confusion
2022-09-14 01:24:19 -04:00
Andrey
b536651a24
some dead nonsense
2022-09-14 01:15:26 -04:00
Andrey
fedfd42989
removing dead parameter
2022-09-14 01:13:57 -04:00
Andrey
e522c7d149
tear down Engine god object #4511
...
just trying different things
2022-09-14 01:09:32 -04:00
Andrey
28704a9970
moving IO-only away from scheduling logic
2022-09-14 00:55:55 -04:00
Andrey
b69d613192
moving IO-only away from scheduling logic
2022-09-14 00:52:24 -04:00
GitHub gen-configs Action
bf66444ebe
Auto-generated configs and docs
2022-09-14 04:39:50 +00:00
rusefillc
e733782920
i suspect that no one cares about these
2022-09-14 00:34:04 -04:00
Andrey
954ddacd96
GM
2022-09-14 00:03:38 -04:00
Andrey
8ce57d5599
code formatting
2022-09-13 23:44:38 -04:00
Matthew Kennedy
35997c6318
pwm iteration limit to avoid float math accuracy loss ( #4578 )
2022-09-13 21:16:35 -04:00
rusefi
2042d9b0b6
You would not believe how you invert TLE9201 #4579
2022-09-13 21:03:47 -04:00
rusefi
fc8c6df4fe
h154
2022-09-13 20:23:40 -04:00
Andrey G
626785452a
subaru_eg33: remove duplicate compile script ( #4576 )
2022-09-13 19:56:41 -04:00
GitHub gen-configs Action
d95317c683
Auto-generated configs and docs
2022-09-13 23:55:16 +00:00
rusefi
172c91aaf9
h154
2022-09-13 18:13:58 -04:00
Andrey G
31180e179b
digital_input: check for valid callback not name! ( #4575 )
2022-09-13 18:02:00 -04:00
Andrey G
a269287b70
Os util update ( #4574 )
...
* chVTSetAny: "this could be simplified"
* os_utils: use Chibi's CriticalSectionLocker
2022-09-13 17:57:13 -04:00
GitHub gen-configs Action
4fef1d2346
Auto-generated configs and docs
2022-09-13 18:12:48 +00:00
Matthew Kennedy
86562332c4
resurrect EFI_CLOCK_LOCKS ( #4572 )
...
* resurrect EFI_CLOCK_LOCKS
* missing extern
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2022-09-13 14:07:25 -04:00
GitHub gen-configs Action
6e53b1b5a3
Auto-generated configs and docs
2022-09-13 06:33:23 +00:00
rusefillc
0b6cb09869
kick Start Cranking mode #4569
2022-09-13 02:23:57 -04:00
rusefillc
73537bd387
kick Start Cranking mode #4569
2022-09-13 02:18:49 -04:00
GitHub gen-configs Action
3c601bff93
Auto-generated configs and docs
2022-09-13 01:46:14 +00:00
rusefillc
ac33561801
outputRequestPeriod into logs
2022-09-12 21:41:23 -04:00
rusefillc
fae5f82125
outputRequestPeriod into logs
2022-09-12 20:56:57 -04:00
rusefillc
9c83cfd696
moving SD logic to better source
2022-09-12 20:39:43 -04:00
GitHub set-date Action
ab51fc0b2a
Update date
2022-09-13 00:25:52 +00:00
GitHub gen-configs Action
08db9cc1ac
Auto-generated configs and docs
2022-09-13 00:18:15 +00:00
rusefillc
18684f2c28
outputRequestPeriod into logs
2022-09-12 20:13:17 -04:00
GitHub gen-configs Action
05e9c2081e
Auto-generated configs and docs
2022-09-12 23:10:38 +00:00
Andrey G
69d9716fa6
tle8888 dead code ( #4568 )
2022-09-12 18:54:29 -04:00
Andrey G
8ff49301e5
stm32: microsecond timer: set correct period value ( #4567 )
...
Driver sets (period - 1) to ARR (auto-reload register)
So we need to set period to (1 << 32) to get maximum
0xffffffff value in ARR. But period is uint32_t.
So set it to 0 and it will ovelap to UINT32_MAX at
pwmp->tim->ARR = pwmp->period - 1;
2022-09-12 07:35:31 -04:00
rusefillc
5c8d44eec7
at the moment efiWatchdog always fails on enable, would this fix?
2022-09-11 21:31:42 -04:00
GitHub gen-configs Action
f359b304fb
Auto-generated configs and docs
2022-09-12 01:21:40 +00:00
rusefi
88011024d9
at the moment efiWatchdog always fails on enable, would this fix?
2022-09-11 21:15:25 -04:00
GitHub set-date Action
944fb57bca
Update date
2022-09-12 00:23:15 +00:00
Andrey G
55c1f53c75
dead code, reduce typedefs ( #4566 )
...
* Do lightweight checks first
* Dead getTimeIgnitionSeconds()
Dead since 81fffe87b7
* Get rid of efitime_t.
Purpose are not clear. Use efitick_t where ticks are used,
use efitimeus_t for uS, use efitimems_t or efitimems64_t for mS.
* Fix unit tests
* Fix misc: stm32f1_test_project
2022-09-11 16:08:11 -04:00
Andrey G
e2addd1951
Supress tons of warning from triggers ( #4565 )
2022-09-11 15:25:58 -04:00