Skip to content

tools/upload_file.py: implement getline() #281

tools/upload_file.py: implement getline()

tools/upload_file.py: implement getline() #281

Workflow file for this run

name: build_on_push
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
mcu_build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
sudo apt install gcc-arm-none-eabi libnewlib-arm-none-eabi
- name: Bootstrap the dependencies
run: |
git submodule update --init
git -C micropython submodule update --init lib/micropython-lib
- name: Build the firmware
run: |
make