Commit Graph

13843 Commits

Author SHA1 Message Date
rusefillc de7df850ca helping jenkins 2021-05-16 08:51:36 -04:00
Andrey G 54eeac2c10
Hw layer rearrangement (#2707)
* Fix unit_tests

* simulator: fix redifinition of TS_PRIMARY_SERIAL warning
2021-05-16 15:19:34 +03:00
Andrey G 8ac3de90fd
Hw layer rearrangement (#2705)
* Fix simulator compilation

* HW_SENSORS_SRC -> HW_SENSORS_CPP
2021-05-16 14:11:28 +03:00
Andrey G 710a512fe7
Hw layer rearrangement (#2703)
* max31855: move to sensors

* uart GPS driver: move to sensors and rename

* i2c_bb: move to drivers

* LCD HD44780: move to drivers

* ping?
2021-05-16 06:01:00 -04:00
David Holdeman 0b297787bb
change to 4-layer board (#2704) 2021-05-16 00:57:51 -04:00
GitHub set-date Action da317d9c0a Update date 2021-05-16 01:10:54 +00:00
Andrey f301749556 More low-level firmware coverage for the simulator/unit-tests #2656 2021-05-15 16:21:24 -04:00
Andrey a47388e282 progress 2021-05-15 05:46:54 -04:00
Andrey 4f63d2b476 More low-level firmware coverage for the simulator/unit-tests #2656 2021-05-15 05:27:33 -04:00
Andrey fbc10d43f9 removal instructions 2021-05-15 05:19:14 -04:00
GitHub set-date Action fcbe4b8880 Update date 2021-05-15 01:04:12 +00:00
Matthew Kennedy 2abcd9d7ab
add ability to reset Lua interpreter (#2695)
* stub

* implement reset

* console

* just use the console command

* cleanup

* s

* s

* fix memory tracking
2021-05-14 16:20:27 -04:00
Matthew Kennedy c2cdc382a3
don't expose private state (#2696)
* don't expose private state

* fix tle init
2021-05-14 14:56:45 -04:00
rusefillc 70f65e0652 Hellen GDI 2021-05-14 11:00:18 -04:00
rusefillc dfd0d3229f More low-level firmware coverage for the simulator/unit-tests #2656 2021-05-14 10:58:53 -04:00
rusefillc 08de271407 hiding 8888 mess under the rug
making LPS25 one step more available to Hellen
2021-05-14 10:54:40 -04:00
Matthew Kennedy 1d10fbc7a8
const airmass (#2694) 2021-05-14 07:17:22 -04:00
GitHub set-date Action 989677c863 Update date 2021-05-14 01:06:31 +00:00
GitHub build-firmware Action 1123d1cfe8 Auto-generated configs and docs 2021-05-13 21:43:25 +00:00
Matthew Kennedy 13d2ee03bc
idle indicators (#2692)
* add coasting bit

* remove useless bit
2021-05-13 17:35:00 -04:00
Andrey G 62cbc6db91
Adc fixes (#2691)
* ADC: save few bytes

* ADC: fix limit checking, add note for futher users

* ADC: not used anymore
2021-05-13 15:51:18 -04:00
GitHub set-date Action ce0670df1d Update date 2021-05-13 01:04:30 +00:00
GitHub build-firmware Action 043584b37c Auto-generated configs and docs 2021-05-12 22:53:51 +00:00
BeerMoneyMotorsports e2b80469b9
Update main.yaml (#2690)
fixes for mixed IO naming.
2021-05-12 18:51:58 -04:00
rusefillc 0c6ec8fb29 gen_config.sh code duplication #2451
David saw dead code
2021-05-11 22:00:36 -04:00
GitHub set-date Action 35607c2178 Update date 2021-05-12 01:00:01 +00:00
GitHub build-firmware Action a26b22e701 Auto-generated configs and docs 2021-05-12 00:42:39 +00:00
BeerMoneyMotorsports d1417c89fe
Update main.yaml (#2688) 2021-05-11 20:40:17 -04:00
GitHub build-firmware Action 0d0d7961ab Auto-generated configs and docs 2021-05-11 22:40:44 +00:00
BeerMoneyMotorsports 0d826b674a
Update main.yaml (#2686)
Added Boost control, Flex input and knock input to options connector.
2021-05-11 18:35:05 -04:00
Andrey G 4178ac61c6
mc33810 (#2684)
* mc33810: ENABLE outputs

* mc33810: enable Dwell time control
2021-05-11 18:17:06 -04:00
GitHub build-firmware Action 38b65ab2a3 Auto-generated configs and docs 2021-05-11 21:37:56 +00:00
BeerMoneyMotorsports 06ad737f95
Update main.yaml (#2685)
Major pinout update.
2021-05-11 17:35:54 -04:00
GitHub build-firmware Action 129f157cf3 Auto-generated configs and docs 2021-05-11 19:51:41 +00:00
Matthew Kennedy f7581b1869
s (#2683) 2021-05-11 15:45:35 -04:00
BeerMoneyMotorsports afe8717d38
Update main.yaml (#2682)
update to fix tachout.  Testing a change to GPIO pin
2021-05-11 11:50:49 -04:00
GitHub set-date Action 8518b60740 Update date 2021-05-11 00:58:30 +00:00
Matthew Kennedy 9b0c7ff693
explicitly test PTC thermistors (#2681)
* test ptc

* allow hotter for air cooled people

Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-05-10 18:15:09 -04:00
Matthew Kennedy 370eb0d5a5
no sd if early fatal (#2680) 2021-05-10 14:31:40 -04:00
Matthew Kennedy 6cc7b0eeec
don't lowercase console commands (#2664)
* don't lowercase commands

* print bool lua results

* lua memory command
2021-05-10 11:30:50 -04:00
rusefillc 13ecc35af7 docs 2021-05-10 09:02:27 -04:00
Matthew Kennedy cde70534f7
always resolve (#2678) 2021-05-10 08:53:19 -04:00
GitHub build-firmware Action 5450a87ca5 Auto-generated configs and docs 2021-05-10 12:32:55 +00:00
Matthew Kennedy da6518dcb1
remove deprecated getEngineLoadT (#2676)
* remove

* few more
2021-05-10 08:30:41 -04:00
Matthew Kennedy 6a060e5cae
remove intermediate buffer (#2668)
* remove define

* goodbye intermediate logging buffer

* free ram! woo!
2021-05-10 08:01:24 -04:00
GitHub build-firmware Action 3bc268810d Auto-generated configs and docs 2021-05-10 01:02:11 +00:00
Matthew Kennedy 4474f9f1c2
Maf in sensor model (#2672)
* init

* consumers

* hasMafSensor

* consumers

* remove

* remove

* s

* guard

* tiny bit of ram

* ram
2021-05-09 20:59:06 -04:00
Matthew Kennedy f0de0d8718
version check (#2673) 2021-05-09 20:26:53 -04:00
Matthew Kennedy 5ba7577496
move FSIO aux analog inputs to sensor model (#2669)
* sensor entries

* init

* non-explicit for list init to work

* switch fsio

* no longer need this lua hook

* init
2021-05-09 19:47:37 -04:00
rusefillc 540bb8e327 Revert "lua on f407 (#2646)"
This reverts commit e8855263
2021-05-09 18:25:50 -04:00