wideband/firmware
Andrey G e5a7952db0
Ts dev (#175)
* Remove pageValueWrite command support

Move advanced pageChunkWrite is used

* Straight logic in validateOffsetCount(), simplify, move to tunerstudio.cpp

* Remove some more unused commands

* More unused defines

* Command defines cleanup

* Test command

* TS: fix signature

* pageIdentifier is optional

* pageActivate command is not used

* TS: extract offset and size from incoming packet only for packets with such data

* TS: cast to packet header

* TS: use page in commands

* TS: support scatteredOchGetCommand

* TS: incapsulation

* TS: scatter: optimization for CPU load

* More CPU load optimization

* Update libfirmware
2023-01-11 00:29:22 -08:00
..
.settings add atollic build config 2020-10-27 16:06:25 -07:00
ChibiOS@0ce1cbd649 Can fix (#126) 2022-07-19 15:36:34 -07:00
boards f1_X: adjust CAN timings for 64MHz CPU clock (cAN clock is 32MHz) (#177) 2022-12-22 08:08:03 -08:00
cmsis-svd@e5db2387d9 debugging config 2020-11-11 16:30:31 -08:00
console/binary Ts dev (#175) 2023-01-11 00:29:22 -08:00
ext helping Windows openblt build (#106) 2022-07-13 09:19:23 -07:00
ini Ts dev (#175) 2023-01-11 00:29:22 -08:00
libfirmware@39b3a04dab Ts dev (#175) 2023-01-11 00:29:22 -08:00
shared use libfirmware for crc, table lookup (#121) 2022-07-16 19:08:45 -07:00
tools Linux scripts update and improve (#127) 2022-07-20 15:37:20 -07:00
util save f0 memory, turn off OS features 2022-12-01 15:59:30 -08:00
.cproject add atollic build config 2020-10-27 16:06:25 -07:00
.project add atollic build config 2020-10-27 16:06:25 -07:00
Makefile catch faults 2023-01-05 16:56:28 -08:00
app.ld move board-specific stuff in to its own folder 2021-02-25 22:02:15 -08:00
auxout.cpp f1_rev and threads (#173) 2022-12-12 19:29:32 -08:00
auxout.h AUX outputs (#95) 2022-07-03 12:11:12 -07:00
can.cpp f1_rev and threads (#173) 2022-12-12 19:29:32 -08:00
can.h comments 2022-04-06 01:31:35 -07:00
can_helper.cpp Can fix (#126) 2022-07-19 15:36:34 -07:00
can_helper.h send ext id 2020-12-12 20:06:21 -08:00
fault.cpp fault: keep fault state for each AFR channel (#139) 2022-09-06 16:53:11 -07:00
fault.h Multichannel (#134) 2022-08-29 17:19:30 -07:00
flash.bat flash.bat utility (#107) 2022-07-13 10:50:13 -07:00
gpio.h gpio helper 2020-09-20 02:35:38 -07:00
heater_control.cpp f1_rev and threads (#173) 2022-12-12 19:29:32 -08:00
heater_control.h hand merge: heater enum 2022-12-01 13:20:54 -08:00
lambda_conversion.cpp Multichannel (#134) 2022-08-29 17:19:30 -07:00
lambda_conversion.h Multichannel (#134) 2022-08-29 17:19:30 -07:00
livedata.cpp add ESR, fix datalog section 2022-12-06 17:05:49 -08:00
livedata.h add ESR, fix datalog section 2022-12-06 17:05:49 -08:00
main.cpp catch faults 2023-01-05 16:56:28 -08:00
main_hardfault_asm.S catch faults 2023-01-05 16:56:28 -08:00
max31855.cpp update libfirmware (#169) 2022-12-01 13:50:21 -08:00
max31855.h Configs cleanups (#164) 2022-10-06 11:24:11 -07:00
pid.cpp add D term 2021-07-09 11:16:46 -07:00
pid.h add D term 2021-07-09 11:16:46 -07:00
pump_control.cpp f1_rev and threads (#173) 2022-12-12 19:29:32 -08:00
pump_control.h pump controller 2020-10-31 16:59:35 -07:00
pump_dac.cpp faster f1 clocks (#172) 2022-12-03 17:23:02 -08:00
pump_dac.h Multichannel (#134) 2022-08-29 17:19:30 -07:00
pwm.cpp save ram 2022-12-01 15:52:03 -08:00
pwm.h save ram 2022-12-01 15:51:01 -08:00
readme.md docs (#167) 2023-01-01 03:28:15 -08:00
sampling.cpp f1_rev and threads (#173) 2022-12-12 19:29:32 -08:00
sampling.h Multichannel (#134) 2022-08-29 17:19:30 -07:00
sampling.png add drawing 2020-10-29 17:22:18 -07:00
uart.cpp f1_rev and threads (#173) 2022-12-12 19:29:32 -08:00
uart.h actually do it 2020-12-10 23:48:55 -08:00
wideband_config.h Add max31855 driver (#103) 2022-07-20 16:36:23 -07:00

readme.md

Implementation Details

Main logic is executed at a few KHz frequency (Bosch spec is 1-4KHz), driven by carefully selected ADC settings.