Mini Bridge is a USB to serial adaptor for mobile devices (includes iPhone and iPad).
Download arm-none-eabi-*
tools from gnu-toolchain, extract files, and include gcc-arm-none-eabi-xxx/bin/
to $PATH
variable in ubuntu by adding the following line to ~/.bashrc
.
export PATH="/absolute-path-to-gcc-arm-none-eabi-xxx/bin:$PATH"
> sudo apt install jq
This project is designed to build with make
command. You won't need to initialise submodules because make will initialise required submodules for you.
> git clone https://github.com/shuanglengyunji/mini-bridge.git
> cd mini-bridge
> make
Use the STM32CubeProgrammer to flash the firmware in the bootloader mode.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.