Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 377 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 377 Bytes

berry_mcu

The Berry language for STM32F103.

Build

  1. Install the GNU Arm Embedded Toolchain.
  2. Connect to the MCU using ST Link V2.
  3. Enter the following commands:
    git clone --recursive https://github.com/gztss/berry_mcu.git
    cd berry_mcu
    make
    make download # download to MCU