1. TS expect highSpeedOffsets to be zero-filled, as it is noMsqSave
2. zero highSpeedOffsets as settings CRC request is a sing on new
TS session start. Lets start in fresh.
* Rename EFI_INTERNAL_FLASH to EFI_STORAGE_INT_FLASH
This define enables use of RE custom flash driver for storing
settings to internal flash.
* at_start_f435: enable MFS for settings storing in internal flash
* MRE: fix special build
* kinetis: fix flash_int.cpp vs flash_int.c mess
* at32: allow allowFlashWhileRunning()
* flash_main: supress warning
* testability: bench test commands should have automated coverage using simulator #5562
* testability: bench test commands should have automated coverage using simulator #5562
* big buffer
* mostly hooked up big buffer
* bad merge
* s
* sneak preview of trigger scope
* s
* constness
* channel limits
* s
* unnecessary
* efilib
* TcpServerSandbox
* includes fix
* binary format
* tooth logger uses big buffer
* dead config
* config
* implement basic trigger scope
* good behavior
* enable on other alphax
* flag to enable second channel
* use 8 bit mode on the ADC for less memory use
* changelog
* big buffer
* mostly hooked up big buffer
* bad merge
* s
* sneak preview of trigger scope
* s
* constness
* channel limits
* s
* unnecessary
* efilib
* TcpServerSandbox
* includes fix
* binary format
* bluetooth: add '-BLE' suffix for BLE broadcast name
* bluetooth: show current connection status before setup procedure
* tunerstudio: actually show EFI_CONSOLE_* pins
* bluetooth: remove bluetooth_cancel command
No need. In case of error setup process will be canceled.
* bluetooth: no need to have separate thread for setup
Use same TinerStudio thread.
* bluetooth: pass tsChannel as argument
* bluetooth: use struct for baudrate - parameter table
* bluetooth: query MAC address if debug is enabled
* tunerstudio: send BT disconnect notifications only for BT channel
* bluetooth: btProcessIsRunning duplicates btProcessIsStarted
* bluetooth: some comments
* bluetooth: no need to call chThdExit(), just exit thread function
* bluetooth: avoid possible race conditions: set flag first
* bluetooth: make "bluetooth_cancel" do something
* insist on setBoardConfigOverrides fix#4614
* insist on setBoardConfigOverrides fix#4614
* insist on setBoardConfigOverrides fix#4614
* insist on setBoardConfigOverrides fix#4614
* insist on setBoardConfigOverrides fix#4614
* 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()