Andrey
9d2f9f0d35
docs
2021-11-08 12:23:00 -05:00
Scott Smith
d4132fdf01
Change getTimeNowNt to be lock free. ( #3502 )
...
Track the top two bits of the 32-bit time field, along with the bits that comprise the top half of
the 64-bit time field. We can detect when the 32-bit field is advancing or falling back from the
global time counter as long as the change is less than about 1 billion ticks. This shows up as
either 01 or 11 in the top 2 bits of the 32-bit time field relative to the 64-bit field. Or is
there is no change it shows up as 00. Changes of 2 billion or more cannot be discerned as +2
billion and -2 billion both show up as 10.
Change the simulator to use this logic to make sure it gets some exercise.
2021-11-08 08:24:20 -05:00
GitHub build-firmware Action
45c4ccd4c4
Auto-generated configs and docs
2021-11-08 03:23:43 +00:00
rusefillc
f9ec1cddc5
Main and Pump pins default set wrong fix #3501
2021-11-07 22:09:26 -05:00
GitHub set-date Action
21e7272e66
Update date
2021-11-08 01:02:17 +00:00
rusefillc
f514f488b9
Latest firmware causes an error (2021 11 07 build) fix #3500
2021-11-07 19:52:30 -05:00
Matthew Kennedy
95b5c6fcf9
dead vss flag ( #3499 )
2021-11-07 14:36:46 -05:00
Andrey G
383d5c97ea
Openblt deliver ( #3486 )
...
* common_make: rusefi.* should be functional image
OpenBLT used: rusefi.* is bootloader plus RusEFI
OpenBLT not used: rusefi.* is RusEFI only.
In both cases flashing of rusefi.* image to blank device should be
enough.
rusefi_update.srec does not include bootloader and this image should
be used for CAN update.
* Boundle generation: include bootloader and update image
* Update hex2dfu, deliver composite bin file
2021-11-07 13:50:01 -05:00
rusefillc
fb3da1af14
fresh binary
2021-11-07 13:48:19 -05:00
GitHub build-firmware Action
a0cddcec54
Auto-generated configs and docs
2021-11-07 18:40:19 +00:00
rusefi
bfd0a12095
scriptTableName
2021-11-07 13:35:29 -05:00
rusefi
bb9717303d
back to 3 second auto-DFU sleep
2021-11-07 13:25:34 -05:00
rusefi
8672c66405
https://github.com/rusefi/rusefi-hardware/tree/main/mini48-stm32
2021-11-07 11:00:55 -05:00
GitHub build-firmware Action
f0d6cd8479
Auto-generated configs and docs
2021-11-07 15:30:54 +00:00
Andrey
84b6a744b0
names for tables similar to curve names
2021-11-07 09:58:35 -05:00
Andrey
9b0f617664
lua pid class #3411
2021-11-07 09:53:40 -05:00
Andrey
821276197b
lua pid class #3411
2021-11-07 09:49:47 -05:00
Andrey
9ac1575777
reducing complexity
2021-11-07 01:57:32 -05:00
rusefillc
5de6c2a270
typo
2021-11-07 01:51:05 -05:00
rusefillc
20784db801
refactoring - magic constant bad
...
cypress and kinetis both have this macro already
2021-11-07 01:34:16 -04:00
rusefillc
0af09f596c
refactoring - magic constant bad
...
cypress and kinetis both have this macro already
2021-11-07 01:28:28 -04:00
rusefillc
6ad60cc7b3
GHA: submodules: recursive #3494
2021-11-07 01:10:44 -04:00
rusefillc
a2115c88fa
GHA: submodules: recursive #3494
2021-11-07 00:46:43 -04:00
GitHub build-firmware Action
5a14173b60
Auto-generated configs and docs
2021-11-07 04:44:16 +00:00
rusefillc
76f297665a
a bit of dead code
2021-11-07 00:13:29 -04:00
rusefillc
6d0dfe4542
refactoring - magic constant bad
2021-11-07 00:09:17 -04:00
rusefillc
656b8c3429
refactoring - magic constant bad
2021-11-07 00:03:16 -04:00
rusefillc
334bf249ec
a bit of dead code
2021-11-07 00:00:33 -04:00
GitHub build-firmware Action
ed44ee9b11
Auto-generated configs and docs
2021-11-07 03:59:47 +00:00
rusefillc
ce45a907a7
a bit of dead code
2021-11-06 23:39:56 -04:00
GitHub build-firmware Action
d2b9fec0a2
Auto-generated configs and docs
2021-11-07 03:33:26 +00:00
Matthew Kennedy
899795e712
simplify signature.h generation ( #3480 )
...
* simplify
* poke to force generate
2021-11-06 23:19:53 -04:00
rusefillc
b8ccdfb7d8
todo: smarter online change of CAN settings, kill isCanEnabled with fire
2021-11-06 22:23:06 -04:00
GitHub build-firmware Action
ef4df02ab0
Auto-generated configs and docs
2021-11-07 02:14:13 +00:00
Matthew Kennedy
e7a1fb4aaa
unit test build times ( #3489 )
...
* don't emit assembly listings
* more
* extract coverage
* link coverage
2021-11-06 21:20:24 -04:00
rusefillc
b244c59cd8
a bit of dead code
2021-11-06 21:19:56 -04:00
rusefillc
79b598342c
Bench test problem - Coil 1 test error #3490
2021-11-06 21:11:43 -04:00
GitHub build-firmware Action
e065a6ca4c
Auto-generated configs and docs
2021-11-07 01:05:29 +00:00
rusefillc
4f738b366e
a bit of dead code
2021-11-06 21:01:01 -04:00
Andrey
6111355e6c
Remove Miata MX5 NB1 trigger #3488
2021-11-06 20:24:41 -04:00
GitHub build-firmware Action
05b494a726
Auto-generated configs and docs
2021-11-06 23:15:42 +00:00
Andrey G
da01bed4fa
MRE: disable OpenBLT ( #3487 )
2021-11-06 18:47:22 -04:00
rusefillc
7b8821955b
a bit of dead code
2021-11-06 18:43:19 -04:00
GitHub build-firmware Action
b1c27c95d5
Auto-generated configs and docs
2021-11-06 22:37:34 +00:00
rusefillc
1cbe2f7bef
PROTEUS_LUA_DEMO
2021-11-06 18:24:59 -04:00
Matthew Kennedy
a3c569e5f0
TS parser improvements, compatibility ( #3479 )
...
* scalar layout
* wrong name in comments
* better compatibility for tooltips starting with + or not
* s
* sort of handle signature
* only strip nested
* new parse can mostly read signature
* oops
* jar
* jar
2021-11-06 18:17:03 -04:00
GitHub build-firmware Action
6a9c38f934
Auto-generated configs and docs
2021-11-06 22:15:32 +00:00
rusefillc
e9e88ff763
simplify signature.h generation #3480
...
part two: unused variables
2021-11-06 18:09:14 -04:00
Matthew Kennedy
caab5f505d
disable ( #3484 )
2021-11-06 16:57:13 -04:00
GitHub build-firmware Action
8b37ba9048
Auto-generated configs and docs
2021-11-06 19:17:51 +00:00