* 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
* bluetooth: use isdigit()
* bluetooth: abort setup on wrong pin, simplify checks
* bluetooth: more robust setup, jdy33 features
* bluetooth: JDY33 does not need this warning
* bluetooth: rework setup code
* 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
* big pch energy
* put back ramdisk stub
* tests are happy
* h743 nucleo
* kinetis
* I love deleting code!
* make stepper happy
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
* remove simple cases
* more simple
* serial
* s
* more
* try memory
* easy
* mmc acc
* that's how much memory
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
* carve out UART specific
* implement channel
* config cleanup
* use new config
* bootloader
* dead code
* s
* h7 inherits f7
* oops
* ok now it's right
* tests
* cleanup
* call setup
* put that in its own file
* cleanup
* format
* guard
* not needed
* improve guarding
* portable
* allow override of uart mode
* fixes for bootloader
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>