Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: refactor and expand StUartProgrammer (#202)
* Create StUartBootloaderCommandHandler * Rename ReceiveRegularBufferAction to ReceiveBufferAction * StUartBootloaderCommandHandler some refactoring * Update services/st_util/CMakeLists.txt * Update services/st_util/StUartBootloaderCommandHandler.cpp * Apply suggestions from code review Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Resolve PR comments. * Resolve PR comments. * Resolve PR comments * Process PR comments * add ack to end of special command * Process review comments * Add ReceivePredefinedBuffer Action * Process PR comments * Process PR comments * Update services/st_util/test/TestStUartBootloaderCommandHandler.cpp Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Process PR comments * chore: rename to StBootloaderCommandHandlerUart * chore: StBootloaderCommandHandlerUartTest ExpectReceiveData -> ReceiveData * test: StBootloaderCommandHandlerUart extend test coverage * chore: StBootloaderCommandHandler -> StBootloaderCommunicator --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information