Added AF parameter to stm32h7_i2c_create and fixed warning #307
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |