Skip to content

Add fast_div16_8 & fast_div32_16 to the public API #25

Add fast_div16_8 & fast_div32_16 to the public API

Add fast_div16_8 & fast_div32_16 to the public API #25

Workflow file for this run

name: Build Firmware
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Cache pip
uses: actions/cache@v4
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
restore-keys: |
${{ runner.os }}-pip-
- name: Cache PlatformIO
uses: actions/cache@v4
with:
path: ~/.platformio
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
- name: Set up Python
uses: actions/setup-python@v5
- name: Install PlatformIO
run: |
python -m pip install --upgrade pip
pip install --upgrade platformio
- name: Build test atmel
run: platformio run -e megaatmega2560-Os-sim -e megaatmega2560-O3-sim
- name: Build test teensy
run: platformio run -e teensy35 -e teensy41