Merge pull request #98 from plainpylut/AddUSART2MsgProcessing

Summary: Correct README.md
pull/99/head
Andy CA6JAU 7 years ago committed by GitHub
commit 6b751d595e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -263,11 +263,12 @@ Install the necessary software tools:
sudo apt-get install gcc-arm-none-eabi gdb-arm-none-eabi libstdc++-arm-none-eabi-newlib libnewlib-arm-none-eabi
Note: The Pi-Star image contains an executable for stm32flash. The next five steps can be skipped!
# cd ~
# git clone https://git.code.sf.net/p/stm32flash/code stm32flash
# cd stm32flash
# make
# sudo make install
cd ~
git clone https://git.code.sf.net/p/stm32flash/code stm32flash
cd stm32flash
make
sudo make install
Download the firmware sources:

Loading…
Cancel
Save

Powered by TurnKey Linux.