Home
last modified time | relevance | path

Searched +full:cancel +full:- +full:in +full:- +full:progress (Results 1 – 3 of 3) sorted by relevance

/cmsis-dsp-3.7.0-3.6.0/.github/workflows/
Dgh-pages.yml7 branches: [gh-pages]
16 id-token: write
18 # Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest…
19 # However, do NOT cancel in-progress runs as we want to allow these production deployments to compl…
22 cancel-in-progress: false
28 name: github-pages
30 runs-on: ubuntu-latest
32 - name: Checkout
35 - name: Setup Pages
36 uses: actions/configure-pages@v4
[all …]
Dpack.yml11 group: ${{ github.workflow }}-${{ github.ref }}
12 cancel-in-progress: true
17 runs-on: ubuntu-22.04
19 - uses: actions/checkout@v4
21 fetch-depth: 0
23 - name: Fetch tags
25 git fetch --tags --force
27 - uses: Open-CMSIS-Pack/gen-pack-action@main
29 doxygen-version: 1.9.6
30 packchk-version: 1.4.1
[all …]
/cmsis-dsp-3.7.0-3.6.0/Documentation/Doxygen/
Ddsp.dxy.in6 # All text after a double hash (##) is considered a comment and is placed in
19 # doxygen -x [configFile]
23 # doxygen -x_noenv [configFile]
25 #---------------------------------------------------------------------------
27 #---------------------------------------------------------------------------
29 # This tag specifies the encoding used for all characters in the configuration
30 # file that follow. The default is UTF-8 which is also the encoding used for all
34 # The default value is: UTF-8.
36 DOXYFILE_ENCODING = UTF-8
39 # double-quotes, unless you are using Doxywizard) that should identify the
[all …]