Searched +full:runs +full:- +full:on (Results 1 – 5 of 5) sorted by relevance
3 on: [pull_request]7 runs-on: ubuntu-latest10 - uses: actions/checkout@v111 - name: Scan the code13 uses: zephyrproject-rtos/action_scancode@v415 directory-to-scan: 'scan/'16 - name: Artifact Upload17 uses: actions/upload-artifact@v122 - name: Verify24 test ! -s ./artifacts/report.txt || (cat ./artifacts/report.txt && exit 1 )
3 on: [push, pull_request]7 runs-on: ubuntu-latest9 fail-fast: false11 python-version:12 - "3.7"13 - "3.8"14 - "3.9"15 - "3.10"16 - "3.11"18 - uses: actions/checkout@v1[all …]
7 * Copyright (c) 2016-2017 Atmel Corporation. All rights reserved.28 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE33 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,112 * "L:xxxK" -means-> location :xxxK113 * "S:xxxK" -means-> Size is :xxxK139 #define M2M_GAIN_FLASH_SZ (M2M_CONFIG_SECT_TOTAL_SZ - M2M_PLL_FLASH_SZ)228 * App(Cortus App 4M): App. which runs over firmware232 #define M2M_APP_4M_MEM_FLASH_OFFSET (FLASH_4M_TOTAL_SZ - M2M_APP_4M_MEM_FLASH_SZ)
1 /* ---------------------------------------------------------------------------- */4 /* ---------------------------------------------------------------------------- */12 /* - Redistributions of source code must retain the above copyright notice, */20 /* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE */24 /* OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF */28 /* ---------------------------------------------------------------------------- */80 #define REG_GMAC_TUR (0x40034134U) /**< \brief (GMAC) Transmit Under Runs Register */172 #define REG_GMAC_TUR (*(RoReg*)0x40034134U) /**< \brief (GMAC) Transmit Under Runs Register */
1 /* ---------------------------------------------------------------------------- */4 /* ---------------------------------------------------------------------------- */12 /* - Redistributions of source code must retain the above copyright notice, */20 /* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE */24 /* OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF */28 /* ---------------------------------------------------------------------------- */89 RoReg GMAC_TUR; /**< \brief (Gmac Offset: 0x134) Transmit Under Runs Register */138 /* -------- GMAC_NCR : (GMAC Offset: 0x000) Network Control Register -------- */154 #define GMAC_NCR_ENPBPR (0x1u << 16) /**< \brief (GMAC_NCR) Enable PFC Priority-based Pause Recepti…155 #define GMAC_NCR_TXPBPF (0x1u << 17) /**< \brief (GMAC_NCR) Transmit PFC Priority-based Pause Frame…[all …]