Skip to content

stm32h7: Make inline function used in bootloader always_inline #120

stm32h7: Make inline function used in bootloader always_inline

stm32h7: Make inline function used in bootloader always_inline #120

Workflow file for this run

name: All platforms
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: setup
run: sudo apt update && sudo apt install --no-install-recommends --no-install-suggests gcc-arm-none-eabi
- name: make
run: make -j`nproc` allplatforms