cpq / bare-metal-programming-guide

A bare metal programming guide (ARM microcontrollers)
MIT License
3.27k stars 284 forks source link

ubuntu Unable to locate package gcc-arm-embedded #3

Closed hackboxguy closed 1 year ago

hackboxguy commented 1 year ago

tools setup instructions for Linux(Ubuntu-20.04x) needs a small correction: sudo apt -y install gcc-arm-none-eabi make stlink-tools (Instead of gcc-arm-embedded, use gcc-arm-none-eabi)