File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ jobs:
2020 run : bash ci/actions_install.sh
2121
2222 - name : test platforms
23- run : python3 ci/build_platform.py trinket_m0 metro_m0 metro_m4 cpx_ada
23+ run : python3 ci/build_platform.py zero
2424
2525 - name : clang
2626 run : python3 ci/run-clang-format.py -e "ci/*" -e "bin/*" -r .
2727
2828 - name : doxygen
2929 env :
3030 GH_REPO_TOKEN : ${{ secrets.GH_REPO_TOKEN }}
31- PRETTYNAME : " Adafruit ZeroFFT Library"
31+ PRETTYNAME : " Adafruit Zero FFT Library"
3232 run : bash ci/doxy_gen_and_deploy.sh
Original file line number Diff line number Diff line change 1+ # Our handy .gitignore for automation ease
2+ Doxyfile *
3+ doxygen_sqlite3.db
4+ html
Original file line number Diff line number Diff line change 1- # Adafruit ZeroFFT Library [ ![ Build Status] ( https://travis-ci .com/adafruit/Adafruit_ZeroFFT.svg?branch=master )] ( https://travis-ci .com/adafruit/Adafruit_ZeroFFT )
1+ # Adafruit ZeroFFT Library [ ![ Build Status] ( https://github .com/adafruit/Adafruit_ZeroFFT/workflows/Arduino%20Library%20CI/badge .svg )] ( https://github .com/adafruit/Adafruit_ILI9341/actions )
22
33This is an FFT library for ARM cortex M0+ CPUs
44
Original file line number Diff line number Diff line change 11name =Adafruit Zero FFT Library
2- version =1.0.3
2+ version =1.0.4
33author =Adafruit
44maintainer =Adafruit <info@adafruit.com>
55sentence =FFT library for Arduino Zero / Adafruit Feather M0 (SAMD21 processor).
You can’t perform that action at this time.
0 commit comments